<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>恐龙志 - evolve the web!</title>
        <link>http://www.w3cool.com/</link>
        <description>The Place where deploy our Ideas and Paranoeas!</description>
        <language>zh-cn</language>
        <copyright>Copyright 2009</copyright>
        <lastBuildDate>Tue, 18 Dec 2007 14:16:09 +0800</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Iconv for windows - 编码转换</title>
            <description><![CDATA[<p>最近剽窃一个开源项目项目，把东西往自己的项目里面拖的时候发现，TMD原来是欧洲人写的，用的 windows-1252的编码，怎么办。还好熟悉iconv呵呵。拷到linux下一转就好了，但是SCP来来去去很麻烦，决定写一个windows下的iconv，和linxu的iconv的参数不一样的是-s 代表搜索子目录：</p>

<p>具体用法:<br />
-f From CodePage 源编码<br />
-t To Codepage 目标编码<br />
-s SubDirectory   递归检索子目录<br />
-v Verbose 显示转化日志<br />
eg:<br />
    iconv *.bat -p C:\\MyProject -f Windows-1252 -t utf-8 -v -s	</p>

<p><strong>*.bat </strong> 文件名一定要放在第一个参数呢。呵呵</p>

<p>下载文件:<br />
<span class="mt-enclosure mt-enclosure-file"><a href="http://www.w3cool.com/2007/12/18/iconv.exe">iconv.exe</a></span></p>

<p><span class="mt-enclosure mt-enclosure-file"><a href="http://www.w3cool.com/2007/12/18/iconv.exe">iconv.exe</a></span><br />
</p>]]></description>
            <link>http://www.w3cool.com/2007/12/18/iconv_for_windows.html</link>
            <guid>http://www.w3cool.com/2007/12/18/iconv_for_windows.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">.Net Framework</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">编码|.NetIconv</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">编程|Coding</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">项目|Projects</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">iconv</category>
            
            <pubDate>Tue, 18 Dec 2007 14:16:09 +0800</pubDate>
        </item>
        
    </channel>
</rss>
