<?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>HackGou In Lamp&#124;憨狗点灯 &#187; SQLObject</title>
	<atom:link href="http://hackgou.itbbq.com/category/sqlobject/feed" rel="self" type="application/rss+xml" />
	<link>http://hackgou.itbbq.com</link>
	<description>LAMP开放的是代码，是接口，是互操作性</description>
	<lastBuildDate>Thu, 15 Jul 2010 14:23:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQLObject加MySQL的 utf-8解决之道</title>
		<link>http://hackgou.itbbq.com/sqlobject%e5%8a%a0mysql%e7%9a%84-utf-8%e8%a7%a3%e5%86%b3%e4%b9%8b%e9%81%93.html</link>
		<comments>http://hackgou.itbbq.com/sqlobject%e5%8a%a0mysql%e7%9a%84-utf-8%e8%a7%a3%e5%86%b3%e4%b9%8b%e9%81%93.html#comments</comments>
		<pubDate>Thu, 07 Dec 2006 08:12:01 +0000</pubDate>
		<dc:creator>HackGou</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[SQLObject]]></category>

		<guid isPermaLink="false">http://hackgou.itbbq.com/sqlobject%e5%8a%a0mysql%e7%9a%84-utf-8%e8%a7%a3%e5%86%b3%e4%b9%8b%e9%81%93.html</guid>
		<description><![CDATA[SQLObject对utf-8的支持一直为很多人所诟病，MySQL对utf-8的支持
在mysqlconnection.py中可以看到SQLObject连接MySQL时的一些细节，
__init__中支持额外的几个参数
self.need_unicode = False
&#160; &#160; &#160; &#160; for&#160;key in (&#34;unix_socket&#34;, &#34;init_command&#34;,
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#34;read_default_file&#34;, &#34;read_default_group&#34;):
&#160; &#160; &#160; &#160; &#160; &#160; if&#160;key in kw: 
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; self.kw[key] = col.popKey(kw, key)
&#160; &#160; &#160; &#160; for&#160;key in (&#34;connect_timeout&#34;, &#34;compress&#34;, &#34;named_pipe&#34;, &#34;use_unicode&#34;,
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://hackgou.itbbq.com/sqlobject%e5%8a%a0mysql%e7%9a%84-utf-8%e8%a7%a3%e5%86%b3%e4%b9%8b%e9%81%93.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
