Subject Re: [firebird-support] Writing UTF16 to the database
Author Ivan Prenosil
"Lester Caine" wrote:
>> And why can't it be UTf-8? Whats your argument against UTF-8?
> I'm talking 'internally' - UTF-8 IS four bytes ( if you trim the
> historic crap ) but it is being compressed to three internally.

UTF-8 is one to four bytes. It is not "compressed internally",
the reason that Firebird expects three bytes as maximum
is that when internationalization stuff was implemented in IB,
the standard was not finished yet, and old FSS definition
covered less characters (only those that would fit in UTF-16)

Ivan