Subject Re: [firebird-support] How to eliminate accents
Author Anderson Farias
Hi,

> I have a field defined with charset ISO8859_1 and collation PT_BR.
> There are accented values stored in its records.
> Is there a way to get these values without accents and in uppercase?

AFAIK PT_BR is case/accent insensitive so it shouldn't be a problem for
"search" (where...) purposes. But, if your problem is display issues, then I
believe you can use some small function at your client code.


Regards,
Anderson