QUERY
Aidan Kehoe writes:
+ /* ASCII, or the lower control characters.
+
+ Perhaps we should signal an error if the character is in
+ the range 0x80-0xc0; this is illegal UTF-8. */
+ Dynarr_add (dst, (c & 0x7f));
Please do. This is corrupting the data.
I don't have a clue how to recover from it, but the user should at
least be told.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches