12 lines
738 B
Text
12 lines
738 B
Text
--- jstrings.c.orig Thu Apr 28 20:21:41 2005
|
|
+++ jstrings.c Thu Apr 28 20:22:01 2005
|
|
@@ -50,7 +50,7 @@
|
|
{ NULL, open_utf16, strings_utf16, flush_utf16, close_utf16, 0, NULL }, /* UTF-16 */
|
|
{ NULL, open_utf16le, strings_utf16le, flush_utf16le, close_utf16le,0, NULL }, /* UTF-16LE */
|
|
{ NULL, open_utf16be, strings_utf16be, flush_utf16be, close_utf16be,0, NULL }, /* UTF-16BE */
|
|
-/* { NULL, open_utf8, strings_utf8, flush_utf8, close_utf8, 0, NULL }, /* UTF-8 */
|
|
+/* { NULL, open_utf8, strings_utf8, flush_utf8, close_utf8, 0, NULL }, */ /* UTF-8 */
|
|
{ NULL, open_dummy, strings_dummy, flush_dummy, close_dummy, 0, NULL }, /* UTF-8 */
|
|
{ NULL, open_ebcdic,strings_ebcdic, flush_ebcdic, close_ebcdic, 0, NULL }, /* EBCDIC */
|
|
};
|
|
|