Beantwortet
uCase / lCase functions and coldfusion locale
Hi,
I want to use uCase / lCase functions according to Turkish locale. These functions doesn't accept locale argument like java counterpart so i used SetLocale function but it didn't work. uCase and lCase function still make the conversion according to English language.
Turkish language has a unique characteristic. Unlike other languages:
i -uppercase-> İ (not I)
I -lowercase-> ı (not i)
as you can see, there are 4 possibilities in Turkish. ı I i İ
I am trying to convert ı i s ş to uppercase. It must be I İ S Ş but coldfusion returns I I S Ş. What am i doing wrong?
Thanks
I want to use uCase / lCase functions according to Turkish locale. These functions doesn't accept locale argument like java counterpart so i used SetLocale function but it didn't work. uCase and lCase function still make the conversion according to English language.
Turkish language has a unique characteristic. Unlike other languages:
i -uppercase-> İ (not I)
I -lowercase-> ı (not i)
as you can see, there are 4 possibilities in Turkish. ı I i İ
I am trying to convert ı i s ş to uppercase. It must be I İ S Ş but coldfusion returns I I S Ş. What am i doing wrong?
Thanks
