怎样往txt文件里面写入法语???
StreamWriter sw = new StreamWriter(fs,System.Text.Encoding.UTF8);
就是这句话怎么才能写成editplus里面另存为的western 格式的编码??
System.Text.Encoding.UTF8, default等等我都试过了,没有一个合适的。
必须用StreamWriter sw = new StreamWriter(fs);写出来才行,然后用editplus打开保存为western格式才能看法语,求高人赐教!
和本地化有关吧,不懂,帮顶
StreamWriter sw = new StreamWriter(fs, Encoding.GetEncoding(863));
法语似乎是863,具体你要用的是哪个codePage请去以下地址查:
http://en.wikipedia.org/wiki/Code_page