From ce0a10628dc26710b205c5d5f855e1be6492fd57 Mon Sep 17 00:00:00 2001 From: Rei FURUKAWA Date: Mon, 3 Nov 2003 12:32:52 +0000 Subject: [PATCH] =?utf8?q?--no-cp932=20=E3=81=8C=E5=8A=B9=E3=81=84?= =?utf8?q?=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE?= =?utf8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- nkf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nkf.c b/nkf.c index fef0d3e..549912d 100644 --- a/nkf.c +++ b/nkf.c @@ -965,7 +965,7 @@ options(cp) #endif #ifdef SHIFTJIS_CP932 if (strcmp(long_option[i].name, "no-cp932") == 0){ - cp932_f = TRUE; + cp932_f = FALSE; continue; } #endif -- 2.11.0