Originally posted by everest79 at 2007-3-8 10:49 PM:
我是这样转的
more utf8.txt >ansi.txt
%cmdspec% /u more ansi.txt >utf8.txt
for怎么转
我用more utf8.txt >ansi.txt这样文件编码是改啦,但里面的内容也被改啦,如果用记事本改的话内容是不会改的。还有%cmdspec% /u more ansi.txt >utf8.txt是实现什么功能?我这里执行不了。
Originally posted by everest79 at 2007-3-8 10:49 PM:
This is how I converted
more utf8.txt >ansi.txt
%cmdspec% /u more ansi.txt >utf8.txt
How to convert with for
I used more utf8.txt >ansi.txt to change the file encoding, but the content inside was also changed. If I use Notepad to change it, the content won't be changed. Also, what function does %cmdspec% /u more ansi.txt >utf8.txt achieve? I can't execute it here.