<?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: 0.8.3.1</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: 0.8.3.1</description>
<language>en</language>
<pubDate>Sun, 12 Oct 2008 01:14:42 +0000</pubDate>

<item>
<title>_ck_ on "upgrading"</title>
<link>http://bbpress.org/forums/topic/upgrading#post-18784</link>
<pubDate>Fri, 29 Aug 2008 16:15:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18784@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Unless you absolutely need 1.0 for some reason, stick with 0.9.0.2
&#60;/p&#62;</description>
</item>
<item>
<title>motaboy21 on "upgrading"</title>
<link>http://bbpress.org/forums/topic/upgrading#post-18782</link>
<pubDate>Fri, 29 Aug 2008 15:37:10 +0000</pubDate>
<dc:creator>motaboy21</dc:creator>
<guid isPermaLink="false">18782@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hey guys,  i wanna upgrade from version 0.8.3.1  to Alpha, what i have to do exactly? its the first time i want to do this so i dont want to screw up...&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>articles2u on "Making your theme compatible with 0.8.3.1"</title>
<link>http://bbpress.org/forums/topic/making-your-theme-compatible-with-0831#post-14778</link>
<pubDate>Sat, 29 Mar 2008 02:59:44 +0000</pubDate>
<dc:creator>articles2u</dc:creator>
<guid isPermaLink="false">14778@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the tip on updating bbPress themes.&#60;/p&#62;
&#60;p&#62;Thanks very much.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13166</link>
<pubDate>Tue, 15 Jan 2008 09:54:26 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13166@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'd say it was latin1 all along.&#60;/p&#62;
&#60;p&#62;I'm not sure how well older versions of bbPress handled character sets. But it works properly now at least.&#60;/p&#62;
&#60;p&#62;There are other factors that could have influenced things as well, but the permutations are a little too numerous to list.
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13164</link>
<pubDate>Tue, 15 Jan 2008 09:15:46 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">13164@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So it's likely that my database was latin1 all along, when created in admin, since I haven't touched it and the only thing that could have is bbPress' install or upgrade script? I don't understand why I didn't get the problems after install then, since UTF8 was specified in config.php, while getting the problem after the upgrade forced me to change it to latin1 in config.php. Have I stumbled onto a bug, or is it something else?&#60;/p&#62;
&#60;p&#62;Edit: I'm no database ninja, so sorry if I'm not getting things. :)
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13153</link>
<pubDate>Mon, 14 Jan 2008 18:26:21 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13153@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress will create tables using the character set and collation specified in the config.php file. However it won't change the tables character set or collation if they are already created, as in the case with upgrades like yours.&#60;/p&#62;
&#60;p&#62;In fact, once installed, the collation value is not used at all, but the character set value is forced on every connection to the database with &#34;SET NAMES 'foo'&#34;, where 'foo' is the character set (if it is specified).&#60;/p&#62;
&#60;p&#62;So if your database is 'latin1', and for some reason we don't address it that way you will get improper character mapping of your data to characters.
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13150</link>
<pubDate>Mon, 14 Jan 2008 15:49:32 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">13150@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For some reason UTF8 worked before, but the db was latin1. Does bbPress create the tables in latin1?&#60;/p&#62;
&#60;p&#62;Anyway, changing to the right latin1 table in config.php did the trick. Weird that I didn't have the issue before the upgrade though.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13126</link>
<pubDate>Sun, 13 Jan 2008 14:07:04 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13126@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You should find out what character set your database is in and try to match it with the charset constant in the new config.php&#60;/p&#62;
&#60;p&#62;Copy all other config values over verbatim.
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13124</link>
<pubDate>Sun, 13 Jan 2008 09:57:48 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">13124@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I did not overwrite or change config.php at all, since the upgrade instructions said I should keep it. Should I upload the new one?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13105</link>
<pubDate>Fri, 11 Jan 2008 13:03:46 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13105@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you change or not set the database character encoding settings in config.php.&#60;/p&#62;
&#60;p&#62;They need to match your previous install, including being blank if you previous install did not have them set.
&#60;/p&#62;</description>
</item>
<item>
<title>projectego on "Making your theme compatible with 0.8.3.1"</title>
<link>http://bbpress.org/forums/topic/making-your-theme-compatible-with-0831#post-13104</link>
<pubDate>Fri, 11 Jan 2008 12:13:08 +0000</pubDate>
<dc:creator>projectego</dc:creator>
<guid isPermaLink="false">13104@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the tip on updating bbPress themes, sambauers. I'll check out the link now. I'm still new to bbPress skinning but hopefully it'll be pretty straight forward. :)&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Upgraded to 0.8.3.1 - special characters broken"</title>
<link>http://bbpress.org/forums/topic/upgraded-to-0831-special-characters-broken#post-13103</link>
<pubDate>Fri, 11 Jan 2008 11:17:26 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">13103@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Just did the upgrade to 0.8.3.1 from 0.8.3, and to my dismay I see that every special character (as in national characters that worked just fine before, such as åäö and ÅÄÖ) are broken.&#60;/p&#62;
&#60;p&#62;Can this be fixed or should I just revert back?
&#60;/p&#62;</description>
</item>
<item>
<title>agentmaximus on "Making your theme compatible with 0.8.3.1"</title>
<link>http://bbpress.org/forums/topic/making-your-theme-compatible-with-0831#post-13007</link>
<pubDate>Fri, 04 Jan 2008 09:46:24 +0000</pubDate>
<dc:creator>agentmaximus</dc:creator>
<guid isPermaLink="false">13007@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you have created a theme based on one of my raw themes at &#60;a href=&#34;http://bbpressraw.com&#34;&#62;bbpressraw.com&#60;/a&#62; you may not need to change it (see &#60;a href=&#34;http://bbpressraw.com/2008/01/04/bbpress-0831/&#34;&#62;this post&#60;/a&#62;).&#60;/p&#62;
&#60;p&#62;This will ultimately depend on any changes you made to the php files of the blank theme you downloaded.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Making your theme compatible with 0.8.3.1"</title>
<link>http://bbpress.org/forums/topic/making-your-theme-compatible-with-0831#post-13003</link>
<pubDate>Fri, 04 Jan 2008 02:01:58 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">13003@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Here you can post any questions about the new &#34;forum breadcrumb&#34; and &#34;topic label&#34; template functions introduced in version &#60;a href=&#34;http://bbpress.org/blog/2008/01/bbpress-0831-released/&#34;&#62;0.8.3.1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For starters, the best thing to do is just look at the way &#60;a href=&#34;http://trac.bbpress.org/changeset?new=%2F%40971&#38;#38;old=%2F%40951&#34;&#62;Kakumei was changed&#60;/a&#62;.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
