Both are the same:

Character-set : latin1

Character-sets : a long list

Convert_Character_set : 

Is that like it should be?

Greetings,

Willy Dockx


-----Original Message-----
From: Oriol [mailto:[EMAIL PROTECTED] 
Sent: maandag 5 januari 2004 15:55
To: Willy Dockx
Subject: Re: French characters ok with mysql in Windows, nok with mysql in Linux

Have you looked at character set options in MySQL config files?

You can see the differences between the servers executing the query:

show variables like '%character_set%';

Bye
Oriol


----- Original Message -----
From: "Willy Dockx" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 05, 2004 3:00 PM
Subject: French characters ok with mysql in Windows, nok with mysql in Linux



Hello,

I already posted this problem end of 2003, but probably, the champagne has
troubled the answers.

The solution of this problem is really important for me. Can anybody help?

I have  made a website using jboss, Hibernate, mysql 4.0.16 and
mysql-connector-java-3.0.9.

In development this is installed on Windows2000 and everything works fine,
also
when the user inputs characters like é, à, è, .

In production this is installed on Linux (RedHat 8). There also everything
works
fine, except for the strange characters é, à, è.

I suppose the reason is that RedHat uses UTF-8 as encoding.

I've tried to put 'useUnicode=true&characterEncoding=UTF-8' in the driver
connection url, but this doesn't help.

Can anyone help me on this problem?

Greetings,

Willy Dockx




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to