<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Solving Problems with International (UTF-8) Data using Hibernate, Oracle, and Tomcat</title>
	<atom:link href="http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Sun, 18 Dec 2011 20:11:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ram</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-19858</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Tue, 06 Oct 2009 16:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-19858</guid>
		<description>Hi,
The article seems to hold good for writing the double-byte characters to Oracle database but how about reading? Although it seems no brainer that the concept holds good for reading as well, it doesn’t work for me. I may be wrong somewhere but can anyone help out here?

This is the code I’m using to set in hibernate.cfg.xml file

Set the property tag with name as hibernate.connection.defaultNChar and value as true

Just setting this alone doesn’t seem to be working. Is there anything else I need to change, perhaps in the Java code when I read the chineese characters from database?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The article seems to hold good for writing the double-byte characters to Oracle database but how about reading? Although it seems no brainer that the concept holds good for reading as well, it doesn’t work for me. I may be wrong somewhere but can anyone help out here?</p>
<p>This is the code I’m using to set in hibernate.cfg.xml file</p>
<p>Set the property tag with name as hibernate.connection.defaultNChar and value as true</p>
<p>Just setting this alone doesn’t seem to be working. Is there anything else I need to change, perhaps in the Java code when I read the chineese characters from database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-19857</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Tue, 06 Oct 2009 16:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-19857</guid>
		<description>Hi,
  The article seems to hold good for writing the double-byte characters to Oracle database but how about reading? Although it seems no brainer that the concept holds good for reading as well, it doesn&#039;t work for me. I may be wrong somewhere but can anyone help out here?

This is the code I&#039;m using to set in hibernate.cfg.xml file

true

Just setting this alone doesn&#039;t seem to be working. Is there anything else I need to change, perhaps in the Java code when I read the chineese characters from database?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  The article seems to hold good for writing the double-byte characters to Oracle database but how about reading? Although it seems no brainer that the concept holds good for reading as well, it doesn&#8217;t work for me. I may be wrong somewhere but can anyone help out here?</p>
<p>This is the code I&#8217;m using to set in hibernate.cfg.xml file</p>
<p>true</p>
<p>Just setting this alone doesn&#8217;t seem to be working. Is there anything else I need to change, perhaps in the Java code when I read the chineese characters from database?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tino Nitze</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-18869</link>
		<dc:creator>Tino Nitze</dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-18869</guid>
		<description>Big thanks to you. I promise I soon will be continuing my blog to help others as well :)</description>
		<content:encoded><![CDATA[<p>Big thanks to you. I promise I soon will be continuing my blog to help others as well <img src='http://www.mularien.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-17642</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 03 Aug 2009 23:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-17642</guid>
		<description>Thank you so much for this blog entry, I have been struggling with this issue for a few days now and, its a little creepy that what you detail is exactly what happened to me. From the hibernate post, to the issues with the Oracle documentation. Its almost like you are describing my last two days of work and research on the issue...

I would like to confirm that this indeed does work, but what I needed to do was to re-deploy my app in tomcat, simply stopping and starting it did not work as we have external context descriptor files for our app.

Thanks for the post.</description>
		<content:encoded><![CDATA[<p>Thank you so much for this blog entry, I have been struggling with this issue for a few days now and, its a little creepy that what you detail is exactly what happened to me. From the hibernate post, to the issues with the Oracle documentation. Its almost like you are describing my last two days of work and research on the issue&#8230;</p>
<p>I would like to confirm that this indeed does work, but what I needed to do was to re-deploy my app in tomcat, simply stopping and starting it did not work as we have external context descriptor files for our app.</p>
<p>Thanks for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duc Trinh</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-8848</link>
		<dc:creator>Duc Trinh</dc:creator>
		<pubDate>Thu, 12 Mar 2009 00:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-8848</guid>
		<description>Minor correction to one of your statements above...  Java actually uses UCS2 (not UTF-8) as its native encoding.  Starting with JDK 5, Java added UTF-16 supplementary characters support.</description>
		<content:encoded><![CDATA[<p>Minor correction to one of your statements above&#8230;  Java actually uses UCS2 (not UTF-8) as its native encoding.  Starting with JDK 5, Java added UTF-16 supplementary characters support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laxmi</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-8804</link>
		<dc:creator>Laxmi</dc:creator>
		<pubDate>Tue, 10 Mar 2009 11:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-8804</guid>
		<description>hi

I got small problem. When i have used connectionProperties=”defaultNChar=true” and to view kannada font no changes made at browser then data is getting stored in ?? (&quot;&#3265;&#3242;&quot;)in this format.

But when i have used connectionProperties=”defaultNChar=true” and to view kannada font i have setencoding of the browser to utf-8 then the data is getting stored in à²¿à³à²®à²¾à²°.

Can u please help me its urgen</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>I got small problem. When i have used connectionProperties=”defaultNChar=true” and to view kannada font no changes made at browser then data is getting stored in ?? (&#8220;&#3265;&#3242;&#8221;)in this format.</p>
<p>But when i have used connectionProperties=”defaultNChar=true” and to view kannada font i have setencoding of the browser to utf-8 then the data is getting stored in à²¿à³à²®à²¾à²°.</p>
<p>Can u please help me its urgen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laxmi</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-8803</link>
		<dc:creator>Laxmi</dc:creator>
		<pubDate>Tue, 10 Mar 2009 11:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-8803</guid>
		<description>hi

I got small problem. When i have used connectionProperties=&quot;defaultNChar=true&quot; and to view kannada font no changes made at browser then data is getting stored in  &#3265;&#3242; in this format.

But when i have used connectionProperties=&quot;defaultNChar=true&quot; and to view kannada font i have setencoding of the browser to utf-8 then the data is getting stored in  à²¿à³à²®à²¾à²°.


Can u please help me its urgent</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>I got small problem. When i have used connectionProperties=&#8221;defaultNChar=true&#8221; and to view kannada font no changes made at browser then data is getting stored in  &#3265;&#3242; in this format.</p>
<p>But when i have used connectionProperties=&#8221;defaultNChar=true&#8221; and to view kannada font i have setencoding of the browser to utf-8 then the data is getting stored in  à²¿à³à²®à²¾à²°.</p>
<p>Can u please help me its urgent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laxmi</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/comment-page-1/#comment-8504</link>
		<dc:creator>Laxmi</dc:creator>
		<pubDate>Mon, 02 Mar 2009 13:54:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comment-8504</guid>
		<description>Information helped me . Thanks</description>
		<content:encoded><![CDATA[<p>Information helped me . Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.585 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-06 01:27:12 -->

