[Gambas-devel] Editor problem with Turkish locale

Benoit Minisini gambas at ...1...
Tue May 30 23:02:47 CEST 2006


On Tuesday 30 May 2006 20:15, Fatih Aşıcı wrote:
> Salı 30 May 2006 21:12 tarihinde, Fatih Aşıcı şunları yazmıştı:
> > Hi,
> >
> > When I type "if" in the editor, it doesn't convert it to "IF". Because in
> > Turkish, UCase$("i") <> "I" (as written in the changelog of 0.95 :).
> >
> > regards,
> > Fatih Asici
>
> Forgot to say: You can test it with LC_ALL=tr_TR.UTF-8 and I am using
> gambas version 1.9.31.
>
> regards,
> Fatih Asici
>

I think I have fixed the problem "definitely", in the sense that now all 
locale-aware string comparisons are replaced by non locale-aware comparisons 
by using the C preprocessor, everywhere in the gambas sources. But it won't 
fix the problem inside the libraries gambas uses!

But you have to wait the next release, as it is a too big change to make a 
patch.

Regards,

-- 
Benoit Minisini




More information about the Devel mailing list