<?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://tonybai.com/2007/11/03/also-talk-about-char-encoding/feed/" rel="self" type="application/rss+xml" />
	<link>https://tonybai.com/2007/11/03/also-talk-about-char-encoding/</link>
	<description>一个程序员的心路历程</description>
	<lastBuildDate>Fri, 17 Apr 2026 15:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：C,C++开源项目中的100个Bugs &#124; 天天三国杀</title>
		<link>https://tonybai.com/2007/11/03/also-talk-about-char-encoding/#comment-926</link>
		<dc:creator>C,C++开源项目中的100个Bugs &#124; 天天三国杀</dc:creator>
		<pubDate>Fri, 06 Dec 2013 04:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2007/11/03/%e4%b9%9f%e8%b0%88%e8%ae%a1%e7%ae%97%e6%9c%ba%e5%ad%97%e7%ac%a6%e7%bc%96%e7%a0%81/#comment-926</guid>
		<description>[...] 这里的bug在于L&#8221;mailto:&#8221;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 这里的bug在于L&#8221;mailto:&#8221;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：C/C++100个典型的Bugs - 移动端设计与开发 - 开发者第2319234个问答</title>
		<link>https://tonybai.com/2007/11/03/also-talk-about-char-encoding/#comment-900</link>
		<dc:creator>C/C++100个典型的Bugs - 移动端设计与开发 - 开发者第2319234个问答</dc:creator>
		<pubDate>Fri, 18 Oct 2013 11:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2007/11/03/%e4%b9%9f%e8%b0%88%e8%ae%a1%e7%ae%97%e6%9c%ba%e5%ad%97%e7%ac%a6%e7%bc%96%e7%a0%81/#comment-900</guid>
		<description>[...] 这里的bug在于L&quot;mailto:&quot;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 这里的bug在于L&quot;mailto:&quot;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：C/C++100个典型的Bugs &#124; riaos</title>
		<link>https://tonybai.com/2007/11/03/also-talk-about-char-encoding/#comment-899</link>
		<dc:creator>C/C++100个典型的Bugs &#124; riaos</dc:creator>
		<pubDate>Thu, 17 Oct 2013 01:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2007/11/03/%e4%b9%9f%e8%b0%88%e8%ae%a1%e7%ae%97%e6%9c%ba%e5%ad%97%e7%ac%a6%e7%bc%96%e7%a0%81/#comment-899</guid>
		<description>[...] &#36825;&#37324;&#30340;bug&#22312;&#20110;L&#8221;mailto:&#8221;&#26159;&#23485;&#23383;&#31526;&#20018;&#65292;&#23485;&#23383;&#31526;&#20018;&#20013;&#30340;&#27599;&#20010;&#23383;&#31526;&#21344;2&#25110;4&#20010;&#23383;&#33410;&#65288;&#20381;Compiler&#20351;&#29992;&#30340;&#23383;&#31526;&#38598;&#32534;&#30721;&#32780;&#23450;&#65289;&#65292;&#22240;&#27492;&#36825;&#37324;&#21482; copy 7&#20010;&#23383;&#33410;&#26174;&#28982;&#26159;&#19981;&#22815;&#30340;&#65292;&#24212;&#35813;&#26159;7 * sizeof(wchar_t)&#12290; [...]</description>
		<content:encoded><![CDATA[<p>[...] &#36825;&#37324;&#30340;bug&#22312;&#20110;L&#8221;mailto:&#8221;&#26159;&#23485;&#23383;&#31526;&#20018;&#65292;&#23485;&#23383;&#31526;&#20018;&#20013;&#30340;&#27599;&#20010;&#23383;&#31526;&#21344;2&#25110;4&#20010;&#23383;&#33410;&#65288;&#20381;Compiler&#20351;&#29992;&#30340;&#23383;&#31526;&#38598;&#32534;&#30721;&#32780;&#23450;&#65289;&#65292;&#22240;&#27492;&#36825;&#37324;&#21482; copy 7&#20010;&#23383;&#33410;&#26174;&#28982;&#26159;&#19981;&#22815;&#30340;&#65292;&#24212;&#35813;&#26159;7 * sizeof(wchar_t)&#12290; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：C/C++开源项目中的100个Bugs &#124; WHO1753</title>
		<link>https://tonybai.com/2007/11/03/also-talk-about-char-encoding/#comment-859</link>
		<dc:creator>C/C++开源项目中的100个Bugs &#124; WHO1753</dc:creator>
		<pubDate>Sat, 20 Apr 2013 16:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2007/11/03/%e4%b9%9f%e8%b0%88%e8%ae%a1%e7%ae%97%e6%9c%ba%e5%ad%97%e7%ac%a6%e7%bc%96%e7%a0%81/#comment-859</guid>
		<description>[...] 这里的bug在于L&quot;mailto:&quot;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 这里的bug在于L&quot;mailto:&quot;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：[转载]C,C++开源项目中的100个Bugs &#124; OxOo社 - Blog</title>
		<link>https://tonybai.com/2007/11/03/also-talk-about-char-encoding/#comment-854</link>
		<dc:creator>[转载]C,C++开源项目中的100个Bugs &#124; OxOo社 - Blog</dc:creator>
		<pubDate>Thu, 18 Apr 2013 05:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2007/11/03/%e4%b9%9f%e8%b0%88%e8%ae%a1%e7%ae%97%e6%9c%ba%e5%ad%97%e7%ac%a6%e7%bc%96%e7%a0%81/#comment-854</guid>
		<description>[...] 这里的bug在于L&#8221;mailto:&#8221;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 这里的bug在于L&#8221;mailto:&#8221;是宽字符串，宽字符串中的每个字符占2或4个字节（依Compiler使用的字符集编码而定），因此这里只 copy 7个字节显然是不够的，应该是7 * sizeof(wchar_t)。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：andrew</title>
		<link>https://tonybai.com/2007/11/03/also-talk-about-char-encoding/#comment-233</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Fri, 12 Sep 2008 11:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://tonybai.com/2007/11/03/%e4%b9%9f%e8%b0%88%e8%ae%a1%e7%ae%97%e6%9c%ba%e5%ad%97%e7%ac%a6%e7%bc%96%e7%a0%81/#comment-233</guid>
		<description>浅显易懂的好文!</description>
		<content:encoded><![CDATA[<p>浅显易懂的好文!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
