<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: utf8_uri_encode</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: utf8_uri_encode</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 05:31:43 +0000</pubDate>

<item>
<title>mazdakam on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-9411</link>
<pubDate>Fri, 27 Jul 2007 04:17:15 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">9411@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;any idea!?
&#60;/p&#62;</description>
</item>
<item>
<title>mazdakam on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-9311</link>
<pubDate>Wed, 25 Jul 2007 13:43:52 +0000</pubDate>
<dc:creator>mazdakam</dc:creator>
<guid isPermaLink="false">9311@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi we have the same problem with Pesian  (farsi) adn arabic tags!
&#60;/p&#62;</description>
</item>
<item>
<title>yujin on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6919</link>
<pubDate>Sun, 22 Apr 2007 21:33:43 +0000</pubDate>
<dc:creator>yujin</dc:creator>
<guid isPermaLink="false">6919@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, Felix.&#60;br /&#62;
I also got Redirect Loop error.  bbPress keeps redirecting me to the same tag page as it compares decoded actual uri string and non-decoded should-be string.&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;debug = 1&#60;/code&#62; will show the actual- and should-be- request URLs for the tag page, instead of redirecting former to the latter.&#60;br /&#62;
This trouble is issued as a difect at &#60;a href=&#34;http://trac.bbpress.org/ticket/585&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/585&#60;/a&#62; , which I may have mixed up.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6905</link>
<pubDate>Sun, 22 Apr 2007 10:08:34 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6905@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for posting a solution!&#60;/p&#62;
&#60;p&#62;What does &#60;code&#62;bb-&#38;gt;debug&#60;/code&#62; do? What was the error you got?
&#60;/p&#62;</description>
</item>
<item>
<title>yujin on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6901</link>
<pubDate>Sun, 22 Apr 2007 07:47:26 +0000</pubDate>
<dc:creator>yujin</dc:creator>
<guid isPermaLink="false">6901@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, same problem here in Japan (no wonder;-p)&#60;/p&#62;
&#60;p&#62;The error is caused by a function &#60;code&#62;bb_repermalink()&#60;/code&#62; in &#60;code&#62;bb-includes/functions.php&#60;/code&#62;, which redirects the request to the correct permalink.  You will see what is happening by setting the debug flag in your config file and access the tag page which causes the error&#60;/p&#62;
&#60;p&#62;config.php&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;debug = 1;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Must be lacking &#60;code&#62;utf8_uri_encode()&#60;/code&#62; somewher.  I tried adding this right before the evaluation part at the bottom of the function and it seems to be working so far.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$domain = bb_get_option(&#38;#39;domain&#38;#39;);
$domain = preg_replace(&#38;#39;/^https?/&#38;#39;, &#38;#39;&#38;#39;, $domain);
$check = preg_replace( &#38;#39;&#124;^.*&#38;#39; . trim($domain, &#38;#39; /&#38;#39; ) . &#38;#39;&#124;&#38;#39;, &#38;#39;&#38;#39;, $permalink, 1 );
$check = utf8_uri_encode($check);        // add this line&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Well, I don't really understand the structure of the bbPress source code so the solution here is something very opportunistic and may cause a side-effect.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6071</link>
<pubDate>Wed, 28 Mar 2007 19:03:33 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6071@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey Henry, unfortunately it isn't working for me. Going to your forum and clicking on the Chinese tab gets me an error page &#60;strong&#62;in FF but not in IE7&#60;/strong&#62;:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;The page isn&#38;#39;t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    *   This problem can sometimes be caused by disabling or refusing to accept cookies.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;No idea why!
&#60;/p&#62;</description>
</item>
<item>
<title>henry014 on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6065</link>
<pubDate>Wed, 28 Mar 2007 17:03:09 +0000</pubDate>
<dc:creator>henry014</dc:creator>
<guid isPermaLink="false">6065@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I got a method to fix this problem.&#60;/p&#62;
&#60;p&#62;I edit the config.php file, the line text is &#34;$bb-&#38;gt;mod_rewrite = false;&#34;.&#60;br /&#62;
I changed the value to true and the tag problem was fixed!&#60;/p&#62;
&#60;p&#62;I don't know why, but I use the &#34;tags.php?tag=XXX&#34; to get topics list will be wrong!
&#60;/p&#62;</description>
</item>
<item>
<title>henry014 on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6064</link>
<pubDate>Wed, 28 Mar 2007 16:50:21 +0000</pubDate>
<dc:creator>henry014</dc:creator>
<guid isPermaLink="false">6064@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is a sample in my webhost.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wiiholic.com/bbpress/tags.php?tag=%e6%b8%ac%e8%a9%a6&#34; rel=&#34;nofollow&#34;&#62;http://www.wiiholic.com/bbpress/tags.php?tag=%e6%b8%ac%e8%a9%a6&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>henry014 on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6062</link>
<pubDate>Wed, 28 Mar 2007 16:42:42 +0000</pubDate>
<dc:creator>henry014</dc:creator>
<guid isPermaLink="false">6062@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes, only in Chinese tags!&#60;br /&#62;
The English tags works great!
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6061</link>
<pubDate>Wed, 28 Mar 2007 16:37:28 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">6061@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;And the problem is only for Chinese tags? Plain english tags with no special characters work okay?
&#60;/p&#62;</description>
</item>
<item>
<title>henry014 on "The Chinese tags will be wrong"</title>
<link>http://bbpress.org/forums/topic/the-chinese-tags-will-be-wrong#post-6059</link>
<pubDate>Wed, 28 Mar 2007 16:36:22 +0000</pubDate>
<dc:creator>henry014</dc:creator>
<guid isPermaLink="false">6059@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In bbPress vers. 0.8, the Chinese tag name's problem fixed. When I add a Chinese tag name, the tags was added success!&#60;/p&#62;
&#60;p&#62;But when I click the Chinese tag link, there will be a error message in Firefox &#34;Redirect method is not correct&#34; (this is transfer from Chinese... so I'm not sure it's correct text, but it's the same meaning.)&#60;/p&#62;
&#60;p&#62;Looks like it has some error so that make a unlimited loop...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
