<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Insert unicode data into MySQL using scripts"]]></title>
		<link>http://forums.hotjoe.com/posts/list/28.page</link>
		<description><![CDATA[Latest messages posted in the topic "Insert unicode data into MySQL using scripts"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Insert unicode data into MySQL using scripts</title>
				<description><![CDATA[ I am trying to apply some database scripts that have some Russian text, to a MySQL database, using JiSQL and it always inserts some wierd characters. If I run the same script using MySQL query browser or any other GUI based tool, data is fine. All the tables are setup as UTF-8 to support Russian data.<br /> <br /> Is there any option or switch that I have to use to insert Unicode data? Please advise.<br /> <br /> thanks<br /> Anil G]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/358/1516.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/358/1516.page</link>
				<pubDate><![CDATA[Thu, 5 Jul 2007 18:43:44]]> GMT</pubDate>
				<author><![CDATA[ anilreddyg]]></author>
			</item>
			<item>
				<title>Re:Insert unicode data into MySQL using scripts</title>
				<description><![CDATA[ Never mind. I found a solution to the problem by making a slight change to the code. Just this one line change:<br /> reader = new BufferedReader(new InputStreamReader(new FileInputStream(inputFileName), "UTF-16"));<br /> <br /> and ofcourse connection string settings also...<br /> <br /> Since this is not a generic change, I am not sending you the code.<br /> <br /> thanks<br /> Anil G]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/358/1517.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/358/1517.page</link>
				<pubDate><![CDATA[Fri, 6 Jul 2007 14:55:40]]> GMT</pubDate>
				<author><![CDATA[ anilreddyg]]></author>
			</item>
			<item>
				<title>Re:Insert unicode data into MySQL using scripts</title>
				<description><![CDATA[ Thanks for that update - I'll add it to the next version.]]></description>
				<guid isPermaLink="true">http://forums.hotjoe.com/posts/preList/358/1518.page</guid>
				<link>http://forums.hotjoe.com/posts/preList/358/1518.page</link>
				<pubDate><![CDATA[Sat, 7 Jul 2007 13:42:55]]> GMT</pubDate>
				<author><![CDATA[ stdunbar]]></author>
			</item>
	</channel>
</rss>