<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>芳草苑 &#187; utf-8</title>
	<atom:link href="http://blog.goods-pro.com/tag/utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goods-pro.com</link>
	<description>草的家园，花在哪里？</description>
	<lastBuildDate>Wed, 08 Sep 2010 23:24:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Zend_Db ignore default charset of Mysql</title>
		<link>http://blog.goods-pro.com/833/zenddb-ignore-default-charset-of-mysql/</link>
		<comments>http://blog.goods-pro.com/833/zenddb-ignore-default-charset-of-mysql/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 23:17:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=833</guid>
		<description><![CDATA[While I set my Mysql database default character set as UTF-8, Zend_Db_Adapter does not pick up the setting. Zend_Db write to Mysql using its own default character set (I guess it&#8217;s ISO-8859-1), unless it is specifically told by
$dbAdapter-&#62;query(&#8221;SET NAMES &#8216;utf8&#8242;&#8221;);
before
Zend_Db_Table::setDefaultAdapter($dbAdapter);
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/833/zenddb-ignore-default-charset-of-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bank of China</title>
		<link>http://blog.goods-pro.com/530/bank-of-china/</link>
		<comments>http://blog.goods-pro.com/530/bank-of-china/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 22:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=530</guid>
		<description><![CDATA[中国银行的网站终于改进了一下。以前外汇牌价网页在非中文平台上总显示乱码，现在用上了utf-8，这才有点像个&#8221;中国银行-全球门户网站&#8221;
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/530/bank-of-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to Set $xoops_charset</title>
		<link>http://blog.goods-pro.com/186/where-to-set-xoops_charset/</link>
		<comments>http://blog.goods-pro.com/186/where-to-set-xoops_charset/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 22:28:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[xoops]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/186/where-to-set-xoops_charset/</guid>
		<description><![CDATA[I prefer UTF-8, always.
I am sorry to see Xoops new release is by default still ISO-8859-1 encoded. Unfortunately, Xoops have not provided a complete reference book for all smarty tags. I struggled to change the charset.
First, I looked at theme.html, and found it is

&#60;meta http-equiv="content-type" content="text/html; charset=&#60;{$xoops_charset}&#62;" /&#62;
instread of
&#60;meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /&#62;
Although I could [...]]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/186/where-to-set-xoops_charset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>联通消失了</title>
		<link>http://blog.goods-pro.com/178/%e8%81%94%e9%80%9a%e6%b6%88%e5%a4%b1%e4%ba%86/</link>
		<comments>http://blog.goods-pro.com/178/%e8%81%94%e9%80%9a%e6%b6%88%e5%a4%b1%e4%ba%86/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 01:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂草]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/178/%e8%81%94%e9%80%9a%e6%b6%88%e5%a4%b1%e4%ba%86/</guid>
		<description><![CDATA[先跟我做个实验：如果你用的是中文windows，运行记事本，输入“联通”两个字不要带引号，任取文件名保存，再打开，你会发现联通消失了，留下一个小方块。
拿这个例子来解释utf-8真是形象生动——因为记事本保存一份新建文档时的默认编码为ANSI，中文windows下就是GB2312，“联通”按GB2312保存为4个字节，头三个字节凑巧为utf-8编码文档开头的特征码byte order mark(BOM)，所以记事本再次打开这个文件时，认定该文档是经utf-8编码，于是直接显示了第4个字节，那就是个小方块。
我不是第一个做这个实验的人，不过我跟开这个玩笑的人有着同样的感觉：联通确实不是个好名字，永远不能起头，所以永远被移动压着打。
如果非要联通起头后而不变成小方块，那么选择文档保存编码为非ANSI，可是大部分人不知道。
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/178/%e8%81%94%e9%80%9a%e6%b6%88%e5%a4%b1%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Shopping Cart Not Support utf-8</title>
		<link>http://blog.goods-pro.com/133/wp-shopping-cart-not-support-utf-8/</link>
		<comments>http://blog.goods-pro.com/133/wp-shopping-cart-not-support-utf-8/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 22:54:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp shopping cart]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/133/wp-shopping-cart-not-support-utf-8/</guid>
		<description><![CDATA[Recommended by WordPress, I installed one of business blogging plugin &#8211; WP Shopping Cart. Although I don&#8217;t think it&#8217;s a good idea to sell anything on this blog, I wanna try the plugin by categorising under WP Shopping Cart my investigation to hundred brands in Bicester Village.
To my disappointment, this plugin (ver 3.6 beta 7) [...]]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/133/wp-shopping-cart-not-support-utf-8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thunderbird确实好</title>
		<link>http://blog.goods-pro.com/46/thunderbird%e7%a1%ae%e5%ae%9e%e5%a5%bd/</link>
		<comments>http://blog.goods-pro.com/46/thunderbird%e7%a1%ae%e5%ae%9e%e5%a5%bd/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 22:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[杂草]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook express]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/46/thunderbird%e7%a1%ae%e5%ae%9e%e5%a5%bd/</guid>
		<description><![CDATA[我是一个很懒的人，thunderbird出名已经很久了，我仍然stick to outlook or outlook express。本来也是，不就收发一下邮件嘛，用哪个软件有很大区别吗？今天由于其他方面的原因，我不得不下载thunderbird用了一下，当然它没有惊天动地打动我的地方，但它的utf8已经走到microsoft前面了，outlook/express在英文windows下总是处理不好中文主题或发件人（outlook处理不好中文发件人，而outlook express处理不好中文主题）。别看平时我也能忍受着阅读??????布满问号的邮件，但既然看到thunderbird做得这么好，那我决定更多地支持一下开源产品啦。
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/46/thunderbird%e7%a1%ae%e5%ae%9e%e5%a5%bd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
