Author: Alexander Barkov
Email: bar mnogosearch.org
Message:
> I'm using
> # Turkish
> LocalCharset iso-8859-9
> LocalCharset windows-1254
Which character set do you use in MySQL?
How does "show create table url" look like?
>
> option in indexer.conf file. After indexing turkish web
sites, when i search for a word which contains lowercase
"ı" character (forexample :
buzdolabı) it finds all the pages contains
"buzdolabı" except contains uppercase
word of this "BUZDOLABI".
>
> So the problem, i have many sites using uppercase
words. How can i handle this kind of sites at the search
process or may be index process?
>
> Thanks.
mnoGoSearch converts "LATIN CAPITAL LETTER I" to
"LATIN SMALL LETTER I".
You will most likely need to modify sources by changing
lower case conversion according to Turkish rules:
"LATIN CAPITAL LETTER I" ->
"LATIN SMALL LETTER DOTLESS I"
"LATIN CAPITAL LETTER I WITH DOT ABOVE" ->
"LATIN SMALL LETTER I"
The file to be modified is: src/unidata.c
Reply: <http://www.mnogosearch.org/board/message.php?id=19631&g
t;
------------------------------------------------------------
---------
To unsubscribe, e-mail: general-unsubscribe mnogosearch.org
For additional commands, e-mail: general-help mnogosearch.org
|