convert.sh 441 B

12345678910111213
  1. export LANG=zh_CN.UTF-8@cjknarrow
  2. unset LC_ALL
  3. ./生成多语言CSV.exe
  4. rm 工具库文件/client_csv_config/cnT/* || echo ok
  5. cp 工具库文件/client_csv_config/cnS/*.csv 工具库文件/client_csv_config/cnT/
  6. mv 工具库文件/client_csv_config/*.csv 工具库文件/client_csv_config/cnT/
  7. find 工具库文件/client_csv_config/cnT/ -name '*.csv' | while read n
  8. do
  9. echo $n
  10. bin/opencc -i "$n" -o "$n" -c bin/s2twp.json
  11. done