14,985
edits
mNo edit summary |
m (→簡繁體文件轉換) |
||
| 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" " | 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" | |||
== 尋找與取代(多個檔案)的內文文字 == | == 尋找與取代(多個檔案)的內文文字 == | ||