freebsd-ports/japanese/jstrings/files/patch-utf8-off
Volker Stolz db145c66a9 Add jstrings 0.6, japanese enhancement of strings(1) command.
PR:		ports/70017
Submitted by:	Ryo Okamoto
2005-05-10 13:51:52 +00:00

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 */
};