<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wanderwort by Roman Ernst &#187; Joomla</title>
	<atom:link href="http://wanderwort.de/tag/joomla/feed/" rel="self" type="application/rss+xml" />
	<link>http://wanderwort.de</link>
	<description>Interkulturelle Wortkolletionen in Ruby, PHP, XHTML, CSS nah am Strom der Gesellschaft</description>
	<lastBuildDate>Mon, 14 Mar 2011 15:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Joomla 1.x.x and UTF-8</title>
		<link>http://wanderwort.de/2007/10/25/joomla-1xx-and-utf-8/</link>
		<comments>http://wanderwort.de/2007/10/25/joomla-1xx-and-utf-8/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 18:57:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gemachtes]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://wanderwort.de/2007/10/25/joomla-1xx-and-utf-8/</guid>
		<description><![CDATA[I just converted two Joomla 1.x.x installations to UTF-8 encoding and I will publish the steps required for a working installation. You should consider disabling access to your website while you&#8217;re working on it. Convert database. That&#8217;s only possible if you use mysql 4 or higher, as older versions don&#8217;t support unicode yet. Converting the [...]]]></description>
			<content:encoded><![CDATA[<p>I just converted two Joomla 1.x.x installations to UTF-8 encoding and I will publish the steps required for a working installation. You should consider disabling access to your website while you&#8217;re working on it.</p>
<ol>
<li> Convert database. That&#8217;s only possible if you use mysql 4 or higher, as older versions don&#8217;t support unicode yet. Converting the database itself meant for me: Use phpMyAdmin to dump it. The dump was already encoded with UTF-8. If it&#8217;s not, convert it.<br />
Also remove the DEFAULT CHARSET for each table:</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"> <span style="color: #990099; font-weight: bold;">CREATE</span> <span style="color: #990099; font-weight: bold;">TABLE</span> <span style="color: #008000;">`v1<span style="color: #008080; font-weight: bold;">_</span>banner`</span> <span style="color: #FF00FF;">&#40;</span>
...
<span style="color: #FF00FF;">&#41;</span> <span style="color: #990099; font-weight: bold;">ENGINE</span><span style="color: #CC0099;">=</span>MyISAM  <span style="color: #CC0099;">&lt;</span>strong<span style="color: #CC0099;">&gt;</span>DEFAULT <span style="color: #FF9900; font-weight: bold;">CHARSET</span><span style="color: #CC0099;">=</span>latin1<span style="color: #CC0099;">&lt;/</span>strong<span style="color: #CC0099;">&gt;</span> <span style="color: #FF9900; font-weight: bold;">AUTO_INCREMENT</span><span style="color: #CC0099;">=</span><span style="color: #00CC00;">x</span> <span style="color: #000033;">;</span></pre></div></div>

<p>Or replace it by:</p>

<div class="wp_syntax"><div class="code"><pre class="mysql" style="font-family:monospace;"> <span style="color: #990099; font-weight: bold;">DEFAULT</span> <span style="color: #FF9900; font-weight: bold;">CHARSET</span><span style="color: #CC0099;">=</span>utf8 <span style="color: #CC0099; font-weight: bold;">COLLATE</span><span style="color: #CC0099;">=</span>utf8_unicode_ci</pre></div></div>

<p>Now re-import your dump into your database.</li>
<li>Enable UTF-8 for your database connection. Open your includes/database.php and uncomment the</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://wanderwort.de/2007/10/25/joomla-1xx-and-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

