<?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"
	>
<channel>
	<title>Comments on: Japanese charaters in code igniter urls</title>
	<atom:link href="http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/</link>
	<description>Web Development, Accessibility and Search Marketing</description>
	<pubDate>Sat, 05 Jul 2008 20:44:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: yongfook</title>
		<link>http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/#comment-406</link>
		<dc:creator>yongfook</dc:creator>
		<pubDate>Sat, 01 Mar 2008 08:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/#comment-406</guid>
		<description>dude, I freaking looked everywhere for this regex expression for one of my old projects.  my google skills are the fail.  thanks for posting the solution!</description>
		<content:encoded><![CDATA[<p>dude, I freaking looked everywhere for this regex expression for one of my old projects.  my google skills are the fail.  thanks for posting the solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Igniter Japanese Localisation</title>
		<link>http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/#comment-288</link>
		<dc:creator>Code Igniter Japanese Localisation</dc:creator>
		<pubDate>Wed, 23 Jan 2008 03:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/#comment-288</guid>
		<description>[...] on from a previous note about Japanese and code igniter, I just found a Japanese language pack for code igniter on http://www.cilab.info/. There&#8217;s a [...]</description>
		<content:encoded><![CDATA[<p>[...] on from a previous note about Japanese and code igniter, I just found a Japanese language pack for code igniter on <a href="http://www.cilab.info/" rel="nofollow">http://www.cilab.info/</a>. There&#8217;s a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: autoreverse</title>
		<link>http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/#comment-246</link>
		<dc:creator>autoreverse</dc:creator>
		<pubDate>Tue, 11 Dec 2007 14:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrkirkland.com/japanese-charaters-in-code-igniter-urls/#comment-246</guid>
		<description>Hi Chris

Here's the other solution (hack) I promised (I should learn to scroll below the fold)

In Router.php change 

if ( ! preg_match("&#124;^[".preg_quote($this-&#62;config-&#62;item('permitted_uri_chars'))."] $&#124;i", $str))

to

if ( ! preg_match("&#124;^[".preg_quote($this-&#62;config-&#62;item('permitted_uri_chars'))."] $&#124;i", rawurlencode($str)))

A link to the bug report: http://www.codeigniter.com/bug_tracker/bug/2929/

Derek Allard says the CI guys are working on a better solution but you might want to add yours too so they are aware of what other people are doing.</description>
		<content:encoded><![CDATA[<p>Hi Chris</p>
<p>Here&#8217;s the other solution (hack) I promised (I should learn to scroll below the fold)</p>
<p>In Router.php change </p>
<p>if ( ! preg_match(&#8221;|^[".preg_quote($this-&gt;config-&gt;item('permitted_uri_chars'))."] $|i&#8221;, $str))</p>
<p>to</p>
<p>if ( ! preg_match(&#8221;|^[".preg_quote($this-&gt;config-&gt;item('permitted_uri_chars'))."] $|i&#8221;, rawurlencode($str)))</p>
<p>A link to the bug report: <a href="http://www.codeigniter.com/bug_tracker/bug/2929/" rel="nofollow">http://www.codeigniter.com/bug_tracker/bug/2929/</a></p>
<p>Derek Allard says the CI guys are working on a better solution but you might want to add yours too so they are aware of what other people are doing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
