Thomas,
Wednesday, July 10, 2002, 3:40:40 PM, you wrote:

TS> On Wed, 10 Jul 2002, Victoria Reznichenko wrote:

>> oliver,
>> Wednesday, July 10, 2002, 2:33:06 AM, you wrote:
>> 
>> >>Description:
>> o>         I was trying to find every row in a table which contains the umlaut
>> o>         ü (ue). MySQL listed every row which contained the umlaut and rows
>> o>         which contained the letter y, but no umlaut... Client and server
>> o>         characterset is latin1.
>> 
>> As far as I understand you want to enable correct German sorting order?
>> If so, since 4.0.0. MySQL supports latin_de character set.
>>    http://www.mysql.com/doc/G/e/German_character_set.html

TS> Hi Victoria,

TS> unfortunately this is not about sort order but appears to be a bug. I
TS> checked it with 4.0.2 using charset latin1 and indeed, Oliver's results
TS> are reproducible. We don't want a hit on 'y' when we search for
TS> LIKE '%ü%'.

Tomas, character set influence the result of LIKE operator.
latin1 character set supports only some umlauts. Can you test it with
charsets for german language, german1 or latin_de?





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to