<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "[v2.1.7] 中文搜尋問題解法"]]></title>
		<link>http://www.andowson.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "[v2.1.7] 中文搜尋問題解法"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>[v2.1.7] 中文搜尋問題解法</title>
				<description><![CDATA[ 修改WEB-INF/config/jforum-custom.conf，加上<br /> search.word.matching = [color=darkred]like[/color]<br /> 這樣會覆寫掉SystemGlobals.properties裡面原來的設定<br /> search.word.matching = equals<br /> <br /> 參考網址：[url]http://www.jforum.net/posts/list/2558.page[/url]]]></description>
				<guid isPermaLink="true">http://www.andowson.com/posts/preList/8/9.page</guid>
				<link>http://www.andowson.com/posts/preList/8/9.page</link>
				<pubDate><![CDATA[Wed, 3 Jan 2007 20:46:48]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
			<item>
				<title>回覆:[v2.1.7] 中文搜尋問題解法</title>
				<description><![CDATA[ 補充說明，有關encoding部分的設定參數如下：<br /> jforum-custom.conf:<br /> dbencoding=utf-8<br /> encoding=UTF-8<br /> <br /> SystemGlobals.properties:<br /> encoding = UTF-8<br /> mail.template.encoding = UTF-8<br /> default.container.encoding = ISO-8859-1<br /> <br /> Database在create時選擇unicode或UTF-8編碼，以PostgreSQL為例，<br /> su - postgres<br /> psql -c "create user jforum createdb;" template1<br /> psql -c "create database jforum with encoding 'unicode';" -U jforum template1<br /> psql -c "alter user jforum nocreatedb;" template1<br /> psql -c "alter user jforum with encrypted password 'jforum';" template1<br /> exit<br /> <br /> Apache的httpd.conf:<br /> 將AddDefaultCharset註解起來<br /> #AddDefaultCharset Big5<br /> <br /> 注意：<br /> Tomcat的server.xml:<br /> &lt;Connector&gt;不能加URIEncoding="UTF-8"，否則中文搜尋功能會失效！（等於用UTF-8編碼兩次）<br /> ]]></description>
				<guid isPermaLink="true">http://www.andowson.com/posts/preList/8/78.page</guid>
				<link>http://www.andowson.com/posts/preList/8/78.page</link>
				<pubDate><![CDATA[Sun, 25 Mar 2007 00:28:07]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>
