<?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>Comments on: Our Todo List 汉化版</title>
	<atom:link href="http://fairyfish.net/2007/09/29/our-todo-list-chinese/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Sat, 20 Mar 2010 19:57:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: terababy</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-11070</link>
		<dc:creator>terababy</dc:creator>
		<pubDate>Tue, 23 Oct 2007 11:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-11070</guid>
		<description>我对Our Todo List做了一下改进，使用起来更方便些
http://www.codingmill.com/forgotthemilk/articles/our-todo-list-improved.html</description>
		<content:encoded><![CDATA[<p>我对Our Todo List做了一下改进，使用起来更方便些<br />
<a  href='http://fairyfish.net/go/?r=http%3A%2F%2Fwww.codingmill.com%2Fforgotthemilk%2Farticles%2Four-todo-list-improved.html'  target='_blank' rel="nofollow">http://www.codingmill.com/forgotthemilk/articles/our-todo-list-improved.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 203X</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-10882</link>
		<dc:creator>203X</dc:creator>
		<pubDate>Sun, 21 Oct 2007 21:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-10882</guid>
		<description>为什么我的不能显示中文?中文都显示成????</description>
		<content:encoded><![CDATA[<p>为什么我的不能显示中文?中文都显示成????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veryhd</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-8903</link>
		<dc:creator>veryhd</dc:creator>
		<pubDate>Fri, 05 Oct 2007 07:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-8903</guid>
		<description>问题已经解决。查了一些资料。
不是因为输多了。事实上那个文章评级插件是完全不用输文字的。是引用TITLE写入数据库。。
我用PHPMYADMIN将相关的表整理成UFT8问题解决。乱码没有了。谢谢。</description>
		<content:encoded><![CDATA[<p>问题已经解决。查了一些资料。<br />
不是因为输多了。事实上那个文章评级插件是完全不用输文字的。是引用TITLE写入数据库。。<br />
我用PHPMYADMIN将相关的表整理成UFT8问题解决。乱码没有了。谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-8898</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 05 Oct 2007 07:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-8898</guid>
		<description>@veryhd，完全没有必要修改那些东东，第一次出错是因为，你字输得太多了！</description>
		<content:encoded><![CDATA[<p>@veryhd，完全没有必要修改那些东东，第一次出错是因为，你字输得太多了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veryhd</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-8807</link>
		<dc:creator>veryhd</dc:creator>
		<pubDate>Fri, 05 Oct 2007 01:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-8807</guid>
		<description>我很喜欢这个插件，但我安装完以后发布待办事项的时候不能正常提交，错误信息:WordPress database error: [Data too long for column &#039;todotext&#039; at row 1]
INSERT INTO wp_todolist (author,status,priority,todotext) VALUES (1, 0, 1,&#039;待办事项内容)

在服务器里面my.ini找到
sql-mode=”STRICT_TRANS_TABLES,NO_AUTO_Create_USER,NO_ENGINE_SUBSTITUTION”
把其中的
STRICT_TRANS_TABLES,去掉，这样就可以正常提交了。但问题又出现了。所有的待办事项都是乱码。

同样的问题还出现在WP-PostRatings文章评级插件里面。但其它所有页面和插件都正常，或许只有这个个插件要向数据库提交中文，评级插件也是要引用TITLE提交到数据库的。

请问这是何原因引起？应该如何解决。</description>
		<content:encoded><![CDATA[<p>我很喜欢这个插件，但我安装完以后发布待办事项的时候不能正常提交，错误信息:WordPress database error: [Data too long for column 'todotext' at row 1]<br />
INSERT INTO wp_todolist (author,status,priority,todotext) VALUES (1, 0, 1,&#8217;待办事项内容)</p>
<p>在服务器里面my.ini找到<br />
sql-mode=”STRICT_TRANS_TABLES,NO_AUTO_Create_USER,NO_ENGINE_SUBSTITUTION”<br />
把其中的<br />
STRICT_TRANS_TABLES,去掉，这样就可以正常提交了。但问题又出现了。所有的待办事项都是乱码。</p>
<p>同样的问题还出现在WP-PostRatings文章评级插件里面。但其它所有页面和插件都正常，或许只有这个个插件要向数据库提交中文，评级插件也是要引用TITLE提交到数据库的。</p>
<p>请问这是何原因引起？应该如何解决。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-7970</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 30 Sep 2007 03:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-7970</guid>
		<description>手工加的。防止抄袭人士！</description>
		<content:encoded><![CDATA[<p>手工加的。防止抄袭人士！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddkk3000</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-7904</link>
		<dc:creator>ddkk3000</dc:creator>
		<pubDate>Sat, 29 Sep 2007 15:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-7904</guid>
		<description>有个小疑问，水煮鱼的文章内链接是自动加的么？

为什么要把“我爱水煮鱼”加上链接</description>
		<content:encoded><![CDATA[<p>有个小疑问，水煮鱼的文章内链接是自动加的么？</p>
<p>为什么要把“我爱水煮鱼”加上链接</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuqk</title>
		<link>http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-7834</link>
		<dc:creator>yuqk</dc:creator>
		<pubDate>Sat, 29 Sep 2007 05:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/09/29/our-todo-list-chinese/#comment-7834</guid>
		<description>顶！</description>
		<content:encoded><![CDATA[<p>顶！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
