• R/O
  • HTTP
  • SSH
  • HTTPS

pukiwiki_devel: 提交


Commit MetaInfo

修訂7efde1ab7b65177c5f9a93566d9a9d0c082a9f2b (tree)
時間2014-12-03 01:52:50
作者umorigu <umorigu@gmai...>
Commiterumorigu

Log Message

Use eucJP-ms as input codeset of NKF conversion instead of EUC-JP

Change Summary

差異

--- a/release.sh
+++ b/release.sh
@@ -155,7 +155,7 @@ if [ "$__utf8" ] ; then
155155 convert(){
156156 for list in "$@" ; do
157157 # NOTE: Specify '-E'(From EUC-JP) otherwise skin file will be collapsed
158- nkf -Ew "$list" > "$list.$$.tmp" && mv "$list.$$.tmp" "$list" && echo " $list"
158+ nkf --ic=eucJP-ms -w "$list" > "$list.$$.tmp" && mv "$list.$$.tmp" "$list" && echo " $list"
159159 done
160160 }
161161 convert_EUCJP2UTF8(){
Show on old repository browser