From 801f6dfaac3efcd43a720dc498499c200e698941 Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Wed, 19 Nov 2008 06:43:19 +0000 Subject: [PATCH] Fix previous test. --- nkf_test.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nkf_test.pl b/nkf_test.pl index 91a4742..0320256 100644 --- a/nkf_test.pl +++ b/nkf_test.pl @@ -2,7 +2,7 @@ # # nkf test program for nkf-2 # -# $Id: nkf_test.pl,v 1.30 2008/11/18 21:40:32 naruse Exp $ +# $Id: nkf_test.pl,v 1.31 2008/11/18 21:43:19 naruse Exp $ # # Shinji KONO # Sun Aug 18 12:25:40 JST 1996 @@ -264,7 +264,8 @@ printf "%-40s", "SJIS Input assumption"; $example{'utf8_str_of_jis_second_level_kanji'} = "\xe9\xa4\x83\xe5\xad\x90"; printf "%-40s", "UTF8_STR_OF_JIS_SECOND_LEVEL_KANJI"; - &test("$nkf -g",$example{'utf8_str_of_jis_second_level_kanji'},"UTF-8\n"); + &test("$nkf -w",$example{'utf8_str_of_jis_second_level_kanji'}, + $example{'utf8_str_of_jis_second_level_kanji'}); # Broken JIS -- 2.11.0