-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Character encoding problems
PostPosted: Wed Jan 24, 2007 4:47 am 
Newbie

Joined: Thu Dec 07, 2006 9:48 am
Posts: 18
Hi...
I have character encoding problems on both select and insert by hibernate.

hibernate gets "ğüşiöç" as "ðüþiöç".. I set columns to utf8 and queries from a sql ide (sqlyog) have no problem.

any help will be highly appreciated.

Hibernate version: 3.1
Name and version of the database you are using: MySql 5

Hibernate.cfg.xml:
Code:
<property name="myeclipse.connection.profile">MySql</property>
<property name="connection.url">jdbc:mysql://localhost</property>
<property name="hibernate.connection.useUnicode">true</property>
<property name="hibernate.connection.characterEncoding">utf8</property>
<property name="connection.username">root</property>
<property name="connection.password"></property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 24, 2007 9:25 am 
Newbie

Joined: Thu Dec 07, 2006 9:48 am
Posts: 18
up!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 25, 2007 4:18 am 
Newbie

Joined: Thu Dec 07, 2006 9:48 am
Posts: 18
Is the problem related to JRE settings ? (running on Windows)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.