diff options
Diffstat (limited to 'japanese/jstrings/files/patch-utf8-off')
-rw-r--r-- | japanese/jstrings/files/patch-utf8-off | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/jstrings/files/patch-utf8-off b/japanese/jstrings/files/patch-utf8-off new file mode 100644 index 000000000000..bd900c330c2b --- /dev/null +++ b/japanese/jstrings/files/patch-utf8-off @@ -0,0 +1,12 @@ +--- 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 */ + }; + |