Antwort: Re: Problem with UTF8 and upper case german umlaute

2004-05-19 Thread Rainer . Rohmfeld
[EMAIL PROTECTED] 19.05.2004 15:46 An: [EMAIL PROTECTED] Kopie: [EMAIL PROTECTED] Thema: Re: Problem with UTF8 and upper case german umlaute >At a guess, the problem wthe the upper case U-umlaut is that it contains >the backslash character, whic

Re: Problem with UTF8 and upper case german umlaute

2004-05-19 Thread Alec . Cawley
[EMAIL PROTECTED] wrote on 19/05/2004 14:28:02: > 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) char

Problem with UTF8 and upper case german umlaute

2004-05-19 Thread Rainer . Rohmfeld
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