官网:http://gnuwin32.sourceforge.net/packages/libiconv.htm
iconv 1.9.2 下载:
http://pan.baidu.com/share/link?shareid=3925773455&uk=1124163200
LibIconv converts from one character encoding to another through Unicode conversion (see Web page for full list of supported encodings). It has also limited support for transliteration, i.e. when a character cannot be represented in the target character set, it is approximated through one or several similar looking characters. It is useful if your application needs to support multiple character encodings, but that support lacks from your system.
用这个工具转换为 UTF-8 时不会添加 BOM。
用法:- iconv [-c] [-s] [-f encoding] [-t encoding] [inputfile ...]
- iconv -l
复制代码 例:复制代码 - echo 娴嬭瘯|iconv -f utf-8 -t gb18030
复制代码
- iconv -t utf-8 a.txt > a_utf-8.txt
复制代码
复制代码 iconv 1.11
http://bbs.bathome.net/thread-19842-1-1.html#pid119516
iconv 1.14
http://bbs.bathome.net/thread-21133-1-1.html
http://bcn.bathome.net/s/tool/index.html?key=iconv |