mysql utf8 turkish characters not correct recognized
Posted
by sabri.arslan
on Stack Overflow
See other posts from Stack Overflow
or by sabri.arslan
Published on 2010-04-24T21:38:41Z
Indexed on
2010/04/24
21:43 UTC
Read the original article
Hit count: 421
mysql
Hello,
In mysql utf8 coded turkish data i can't search "I" and "i". when i search its giving result contains "Y" or "y". Because in latin1 "I" displaying as "Ý" and "i" as "ý".
in latin1 data i was used latin1_general_ci for correct result. but there is not alternative collation for utf8. its already utf8_general_ci.
is there any other people have some problems or do you have a solution.
thanks.
i have tried stackoverflow search engine to for this problem. if its have mysql and utf8 then my work true. try search "alI" and "ali". both search give another result. but both same in turkish. the "I" is capital i and capital "I" is "i" in turkish.
© Stack Overflow or respective owner