vuryss
03-23-2009, 02:36 AM
Ok there is the problem:
I made a PHP search engine on my web page and it searches videos in database with UTF8 encoding. 70% of the contents are in cyrillic.
When i search an english word like "Dog" it show every result with "dog" in it no matter if there are capital letters. However when im searching a cyrillic word like "Куче" it show only the results with "Куче" in them -> words like "куче", "кУче", "кучЕ" are excluded.
Is there a way to modify my database or php search engine that it wont make normal and capital cyrillic letter different symbols without changing the UTF8 charset?
Thanks in advance!
PS: Sorry for my english :)
I made a PHP search engine on my web page and it searches videos in database with UTF8 encoding. 70% of the contents are in cyrillic.
When i search an english word like "Dog" it show every result with "dog" in it no matter if there are capital letters. However when im searching a cyrillic word like "Куче" it show only the results with "Куче" in them -> words like "куче", "кУче", "кучЕ" are excluded.
Is there a way to modify my database or php search engine that it wont make normal and capital cyrillic letter different symbols without changing the UTF8 charset?
Thanks in advance!
PS: Sorry for my english :)