Hallo,

I am trying to migrate a IBM-DB2 database to MySQL (4.1.1-alpha, 
Gentoo-Linux and Win32) and all is working fine, except the UTF8  tables.

So I have tried a simple example

create table test (
    text varchar(100) character set utf8
    )  default charset=utf8;

 insert into  test values('ü Ã~\ ö Ã~V ä Ã~D Ã~_');

This should generate "ü Ü ö Ö ä Ä ß".  The upper case umlaute and s-sharp 
are not created correctely.

The text of the database field is "ü � ö � ä � �"

Now, what' s that????

Best Regards / Mit freundlichen Grüßen

R. Rohmfeld

____________________________________________
EMUGE - Werk Richard Glimpel GmbH & Co. KG
Fabrik für Präzisionswerkzeuge 
D-91207 Lauf, Germany
Dr. Rainer Rohmfeld
Tel:  +49 9123/186-562
e-mail: [EMAIL PROTECTED]
http://www.emuge.de

Reply via email to