<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《搞定黑莓的通讯录》的评论</title>
	<atom:link href="http://luy.li/2009/01/02/bb_add/feed/" rel="self" type="application/rss+xml" />
	<link>http://luy.li/2009/01/02/bb_add/</link>
	<description>all linux</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:10:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：bones7456</title>
		<link>http://luy.li/2009/01/02/bb_add/#comment-6335</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Sat, 10 Jan 2009 02:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=525#comment-6335</guid>
		<description>nnd...xiooli是老妪杀手。。嘿嘿。。</description>
		<content:encoded><![CDATA[<p>nnd&#8230;xiooli是老妪杀手。。嘿嘿。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：chattan</title>
		<link>http://luy.li/2009/01/02/bb_add/#comment-6326</link>
		<dc:creator>chattan</dc:creator>
		<pubDate>Fri, 09 Jan 2009 11:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=525#comment-6326</guid>
		<description>&lt;code&gt;汗。。。。。。。。。。。。&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>汗。。。。。。。。。。。。</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：xiooli</title>
		<link>http://luy.li/2009/01/02/bb_add/#comment-6306</link>
		<dc:creator>xiooli</dc:creator>
		<pubDate>Mon, 05 Jan 2009 05:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=525#comment-6306</guid>
		<description>呵呵，那就简单了阿，先整下来保存成pinyin.txt，然后比如一句话：“骨头大侠是中老年妇女的偶像”要将其转换成拼音，只需：
&lt;pre lang=&quot;bash&quot; line=&quot;1&quot;&gt;w=&quot;骨头大侠是中老年妇女的偶像&quot;
for i in `echo &quot;$w&quot;&#124;sed &quot;s/./&amp; /g&quot;`;do
    sed &quot;s/^.*&quot;$i&quot; //;s/ .*$//&quot; pinyin.txt&#124;tr &quot;\n&quot; &quot; &quot;
done&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>呵呵，那就简单了阿，先整下来保存成pinyin.txt，然后比如一句话：“骨头大侠是中老年妇女的偶像”要将其转换成拼音，只需：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">w</span>=<span style="color: #ff0000;">&quot;骨头大侠是中老年妇女的偶像&quot;</span>
<span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$w</span>&quot;</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">&quot;s/./&amp;amp; /g&quot;</span><span style="color: #000000; font-weight: bold;">`</span>;<span style="color: #000000; font-weight: bold;">do</span>
    <span style="color: #c20cb9; font-weight: bold;">sed</span> <span style="color: #ff0000;">&quot;s/^.*&quot;</span><span style="color: #007800;">$i</span><span style="color: #ff0000;">&quot; //;s/ .*$//&quot;</span> pinyin.txt<span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">tr</span> <span style="color: #ff0000;">&quot;<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span> <span style="color: #ff0000;">&quot; &quot;</span>
<span style="color: #000000; font-weight: bold;">done</span></pre></td></tr></table></div>

]]></content:encoded>
	</item>
	<item>
		<title>作者：bones7456</title>
		<link>http://luy.li/2009/01/02/bb_add/#comment-6302</link>
		<dc:creator>bones7456</dc:creator>
		<pubDate>Sun, 04 Jan 2009 14:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=525#comment-6302</guid>
		<description>其实后来我找到了&lt;a href=&quot;http://zh.transwiki.org/wiki/index.php/GB2312%E6%B1%89%E5%AD%97%E6%8B%BC%E9%9F%B3%E5%AF%B9%E7%85%A7%E8%A1%A8&quot; rel=&quot;nofollow&quot;&gt;这里&lt;/a&gt;有所有GB2312编码的汉字的拼音了。。。</description>
		<content:encoded><![CDATA[<p>其实后来我找到了<a href="http://zh.transwiki.org/wiki/index.php/GB2312%E6%B1%89%E5%AD%97%E6%8B%BC%E9%9F%B3%E5%AF%B9%E7%85%A7%E8%A1%A8" rel="nofollow">这里</a>有所有GB2312编码的汉字的拼音了。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：xiooli</title>
		<link>http://luy.li/2009/01/02/bb_add/#comment-6301</link>
		<dc:creator>xiooli</dc:creator>
		<pubDate>Sun, 04 Jan 2009 12:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://li2z.cn/?p=525#comment-6301</guid>
		<description>ee阿姨不是搞到个perl模块可以汉字转拼音吗？话说我awk还是不很熟。</description>
		<content:encoded><![CDATA[<p>ee阿姨不是搞到个perl模块可以汉字转拼音吗？话说我awk还是不很熟。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

