Subject | Re: [firebird-support] Re: Using unicode versus WIN1252 (Firebird |
---|---|
Author | Dmitry Yemanov |
Post date | 2009-01-11T20:21:17Z |
skoczian wrote:
character sets.
range. This is quite expected, don't you think so?
Dmitry
>Correct.
> There is one thing more: even if the database character set uses one
> byte per character (ISO8859_something, ASCII, WINsomething...), but
> the connection character set is UTF8, the client gets 4*N bytes for a
> CHAR(N) field, padded with spaces.
> And that doesn't only look ugly inCHAR is not really user-friendly, I'd say. Especially with variable-byte
> a tabular representation, it can trip you up working with the data.
character sets.
> On the other hand, if the system character set is UTF8, anotherOnly if it retrieves characters outside the connection character set
> connection character set causes problems with the non-ASCII characters.
range. This is quite expected, don't you think so?
Dmitry