Subject | Unicode troubles (was Re: East european Unicode charset) |
---|---|
Author | peter_jacobi.rm |
Post date | 2004-03-05T13:38:11Z |
--- In firebird-support@yahoogroups.com, "h_urlaf" <h_urlaf@y...> >
Are > these troubles documented somewhere? This could really be a
past discussions of this. But that didn't work for me, so I post it again:
- no correct uppercasing, only ASCII chars are uppercased at all
- character length limit not enforced (can store 'ABC' into char(1)
character set UNICODE_FSS)
- no non-trivial collations defined for UNICODE_FSS
- UNICODE_FSS is unaware of the astral planes, but you get way with
this by simply treating UNICODE_FSS as CESU-9 in your code (if you
need astral planes at all)
Regards,
Peter Jacobi
Are > these troubles documented somewhere? This could really be a
> problem for me.In theory a search on the yahoogroup web interface should show the
past discussions of this. But that didn't work for me, so I post it again:
- no correct uppercasing, only ASCII chars are uppercased at all
- character length limit not enforced (can store 'ABC' into char(1)
character set UNICODE_FSS)
- no non-trivial collations defined for UNICODE_FSS
- UNICODE_FSS is unaware of the astral planes, but you get way with
this by simply treating UNICODE_FSS as CESU-9 in your code (if you
need astral planes at all)
Regards,
Peter Jacobi