Batch Process: Difference between revisions

Jump to navigation Jump to search
194 bytes added ,  6 January 2015
m
mNo edit summary
Line 91: Line 91:
* [https://www.emeditor.com/help/faq/file/file_convert.htm EmEditor FAQ: How can I convert file encodings with the command line?] ex:  
* [https://www.emeditor.com/help/faq/file/file_convert.htm EmEditor FAQ: How can I convert file encodings with the command line?] ex:  


  "C:\Program Files\EmEditor\EmEditor.exe" "d:\path\to\utf8.txt" /cp 65001 /cps 950 /ss- /sa  "d:\path\to\big5.txt"
UTF-8 -> Chinese Traditional (big5):
  "C:\Program Files\EmEditor\EmEditor.exe" "c:\path\to\utf8.txt" /cp 65001 /cps 950 /ss- /sa  "c:\path\to\big5.txt"
UTF-8 -> Chinese Simplified (gb2312):
"C:\Program Files\EmEditor\EmEditor.exe" "c:\path\to\utf8.txt" /cp 65001 /cps 936 /ss- /sa  "c:\path\to\gb.txt"


== 尋找與取代(多個檔案)的內文文字 ==
== 尋找與取代(多個檔案)的內文文字 ==

Navigation menu