mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Small comment according to UTF-8.
This commit is contained in:
parent
f260691ac4
commit
c187df9a0a
@ -72,6 +72,7 @@ write_to_festival(struct fest *fest)
|
||||
|
||||
data = doc->data[fest->line].chars;
|
||||
add_to_string(&buf, "(SayText \"");
|
||||
/* UTF-8 not supported yet. If festival support UTF-8? */
|
||||
for (i = 0; i < len; i++) {
|
||||
unsigned char ch = (unsigned char)data[i].data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user