From 7efde1ab7b65177c5f9a93566d9a9d0c082a9f2b Mon Sep 17 00:00:00 2001 From: umorigu Date: Wed, 3 Dec 2014 01:52:50 +0900 Subject: [PATCH] Use eucJP-ms as input codeset of NKF conversion instead of EUC-JP --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 56af3ac..feab943 100755 --- a/release.sh +++ b/release.sh @@ -155,7 +155,7 @@ if [ "$__utf8" ] ; then convert(){ for list in "$@" ; do # NOTE: Specify '-E'(From EUC-JP) otherwise skin file will be collapsed - nkf -Ew "$list" > "$list.$$.tmp" && mv "$list.$$.tmp" "$list" && echo " $list" + nkf --ic=eucJP-ms -w "$list" > "$list.$$.tmp" && mv "$list.$$.tmp" "$list" && echo " $list" done } convert_EUCJP2UTF8(){ -- 2.11.0