This topic created in 4905 days ago, the information mentioned may be changed or developed.
4 replies • 1970-01-01 08:00:00 +08:00
 |
|
2
Sivan Dec 28, 2012 2
免费的 TextWrangler 就可以,BBEdit 也行。 打开后选择 "Reopen Using Encoding...",然后转到 UTF-8 再保存就行了。
|
 |
|
3
btpot Dec 28, 2012 4
在终端执行iconv命令最简单了:iconv -f GBK -t UTF-8 old.txt > new.txt
|