Subject Re: [firebird-support] Creating collation on 2.1
Author Adriano dos Santos Fernandes
Jiri Cincura escreveu:
> On 5/29/08, Philippe Makowski <makowski@...> wrote:
>> see http://tracker.firebirdsql.org/browse/CORE-1885
>> Our ICU doesn't have locales
>
> Ahh, this is probably, why also:
> CREATE COLLATION test
> FOR UTF8
> FROM UNICODE
> CASE INSENSITIVE
> ACCENT INSENSITIVE;
>
> fails.
>
This is not the reason. Reason is that V2.1 doesn't implement ACCENT
INSENSITIVE for UNICODE. It have UNICODE_CI (no need to issue CREATE
COLLATION).

UNICODE_CI_AI will be present in V2.5. We still don't have UNICODE_AI.


Adriano