I added Turkish character set to mysql. Now, mysql can sort and search
according to Turkish character set. But I have a small problem. For
examle
lower capital
----- -------
i I in English
i not I (I with dot) in Turkish
mysql>insert into ....
mysql>ERROR 1064: ....
mysql>Insert Into ....
mysql>Query OK, ...
If this problem can solve Turkish character set is ok, other way you have
to write 'I' instead of 'i' (only sql commands).
Omer ILK
On Sun, 17 Oct 1999, Murat Ozbilgi wrote:
> Hello,
>
> I am planning to build a system that will use mysql as the database engine
> and the system requires Turkish words to be stored as data in the tables.
> >From what I read in the manual I concluded that the Turkish character set
> ISO-8859-9 (Latin 5) is not currently supported and I have to add it as a
> new character set. Is this true first of all? And if it is true, then how
> difficult would it be for me? (Excuse my lack of knowledge on the matter, I
> havent done anything like this before). Or has someone already done this? I
> would really appreciate your help.
>
> Thank you for your time
> Have a good day
>
> Murat Ozbilgi