Bug #6176 search of a word in hebrew using LIKE return mistakes
Submitted: 20 Oct 2004 10:20 Modified: 22 Oct 2004 16:52
Reporter: peleg k Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.0.13 OS:Windows (win2000)
Assigned to: CPU Architecture:Any

[20 Oct 2004 10:20] peleg k
Description:
When i make this select : 
select b_name from budget  where b_name like '%פלג%'
i recive 2 line  :
אוזניות לעמדות שרות לקוחות
פלג111

where only the second line is correct
and the first line dosnt contain at all!!!! the word פלג in hebrew and more then that
it dosen't even contain some of the letters!!!

How to repeat:
send me email to pelegk2@walla.co.il for more info
[22 Oct 2004 16:52] MySQL Verification Team
Thank you so much for writting to us.

4.0 does not have a proper support for character sets.

Your query should work in 4.1, if you setup column types, charsets and collations correctly. 

Please let us know if 4.1 does not work correctly.