Subject | Re: [firebird-support] Creating collation on 2.1 |
---|---|
Author | Adriano dos Santos Fernandes |
Post date | 2008-05-30T10:40:22Z |
Jiri Cincura escreveu:
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
> On 5/29/08, Philippe Makowski <makowski@...> wrote:This is not the reason. Reason is that V2.1 doesn't implement ACCENT
>> 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.
>
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