1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-08-25 21:44:47 -04:00

Small comment according to UTF-8.

This commit is contained in:
Witold Filipczyk 2006-12-11 20:55:22 +01:00 committed by Witold Filipczyk
parent f260691ac4
commit c187df9a0a

View File

@ -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;