<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fluxbb.org/forums/extern.php?action=feed&amp;type=rss&amp;tid=3038" rel="self" type="application/rss+xml" />
		<title><![CDATA[FluxBB Forums / [Fixed] Need to convert a Latin1 database to UTF8. How to do ?]]></title>
		<link>http://fluxbb.org/forums/viewtopic.php?id=3038</link>
		<description><![CDATA[The most recent posts in [Fixed] Need to convert a Latin1 database to UTF8. How to do ?.]]></description>
		<lastBuildDate>Sun, 28 Jun 2009 12:59:21 +0000</lastBuildDate>
		<generator>FluxBB 1.4.8</generator>
		<item>
			<title><![CDATA[Re: [Fixed] Need to convert a Latin1 database to UTF8. How to do ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=23956#p23956</link>
			<description><![CDATA[<p>Do not export data for search_* 3 tables you can regenerate it in admin panel</p>]]></description>
			<author><![CDATA[dummy@example.com (zaher)]]></author>
			<pubDate>Sun, 28 Jun 2009 12:59:21 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=23956#p23956</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Fixed] Need to convert a Latin1 database to UTF8. How to do ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=23954#p23954</link>
			<description><![CDATA[<p>Done.<br />Just to export search_words in binary, not hexadecimal, and zipped.<br />Import as Latin1.</p><p>All done, now.</p>]]></description>
			<author><![CDATA[dummy@example.com (JLavau)]]></author>
			<pubDate>Sun, 28 Jun 2009 12:47:36 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=23954#p23954</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Fixed] Need to convert a Latin1 database to UTF8. How to do ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=23953#p23953</link>
			<description><![CDATA[<p>Thank you.<br />All the tables but search_words are fixed now.<br />Categories, forums, users, et ranks by hand pasting.<br />Topics by separate import, specifying &quot;Latin1&quot; for the format of the imported file.<br />Zipped posts, so on.</p><p>Only search_words firmly resists : duplicate key !</p><p>I did not know this feature of Notepad++, but here for search_words, it does not help.</p>]]></description>
			<author><![CDATA[dummy@example.com (JLavau)]]></author>
			<pubDate>Sun, 28 Jun 2009 12:02:40 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=23953#p23953</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Fixed] Need to convert a Latin1 database to UTF8. How to do ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=23951#p23951</link>
			<description><![CDATA[<p>Idea</p><p>Dump your data as SQL text, then use Notepad++ to remove the </p><div class="codebox"><pre><code>character set latin1 collate latin1_bin

DEFAULT CHARSET=latin1</code></pre></div><p>just search for latin1 in your sql file.</p><p>import your data to new database created with UTF-8 character set</p>]]></description>
			<author><![CDATA[dummy@example.com (zaher)]]></author>
			<pubDate>Sun, 28 Jun 2009 10:12:14 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=23951#p23951</guid>
		</item>
		<item>
			<title><![CDATA[Re: [Fixed] Need to convert a Latin1 database to UTF8. How to do ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=23938#p23938</link>
			<description><![CDATA[<p>It&#039;s a little more complicated than that. <img src="http://fluxbb.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>The charset for pages on both sites is ISO-8859-1 (latin1). That means neither of the sites are using 100% UTF-8. My guess is that the original is using a plain PunBB/FluxBB setup (complete iso-8859-1) and the target is using partial UTF-8 (at the very least, the database tables are set to UTF-8: the database connection should also be UTF-8, but I can&#039;t be sure if that&#039;s so). Without knowing more information about the setup of the databases and the form of the database dump (ie: mysqldump in later versions always dumps in UTF-8, which sometimes messes up these conversions), it&#039;s impossible to suggest how to fix the issue. My suggestion would be to migrate the target forum to full UTF-8 first and then worry about merging in the original.</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Sat, 27 Jun 2009 18:34:33 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=23938#p23938</guid>
		</item>
		<item>
			<title><![CDATA[[Fixed] Need to convert a Latin1 database to UTF8. How to do ?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?pid=23937#p23937</link>
			<description><![CDATA[<p>Good morning.</p><p>Club-internet has been bought by SFR, and we must transfer and convert all our personal sites.<br />Done for the html, but a big problem arises with the database of the FluxBB forum :<br />The original at <a href="http://lavaujac.club.fr/disputatio/">http://lavaujac.club.fr/disputatio/</a> is encoded in Latin1.<br />The target at <a href="http://jacques.lavau.perso.sfr.fr/disputatio/">http://jacques.lavau.perso.sfr.fr/disputatio/</a> should be in UTF8.</p><p>The MyAdmin at the target declines the import, because of the size of the file.<br />BigDump does not work, too.<br />MySQLDumper works at last, but fails in taking the accentuated characters. The result is that any posts and topics and forums are cut at the first accentuated character.<br />Unusable so.</p><p>I tried a conversion through Wordpad. The file has doubled in size, but MySQLDumper fails in restore operation, does not understand a request in Unicode...</p><p>Do you know a converter that works for our SQL databases ?</p><p>Thank you for replies !</p>]]></description>
			<author><![CDATA[dummy@example.com (JLavau)]]></author>
			<pubDate>Sat, 27 Jun 2009 18:22:22 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?pid=23937#p23937</guid>
		</item>
	</channel>
</rss>

