Subject Re: Translation strings for web application in Firebird
Author h_urlaf
--- In firebird-support@yahoogroups.com, "Dimitry Sibiryakov"
<SD@t...> wrote:
> On 4 Mar 2004 at 20:52, h_urlaf wrote:
>
> >> If I were you, I'd put each translation into separate database.
> >> this would solve problems with connection charset and sorting.
> >
> >Wouldn't using UNICODE_FSS accomplish that?
>
> Yes, UNICODE_FSS is quite suitable if you need only keep messages
> and not to use UPPER() and language-depended sort order.

In this case I don't but for another database I do. I could probably
live without the sort order thing, but UPPER would be problematic.
UPPER does not work at all in UNICODE_FSS?

Emiliano