Subject Re: [firebird-support] Writing UTF16 to the database
Author Ivan Prenosil
"Scott Morgan" wrote:
> UNICODE_FSS _is_ UTF-8, it's just an old name for it. We've been over
> this several times.

Right, and everybody can use it with Firebird now, just try:

CREATE TABLE T (
A VARCHAR(10) CHARACTER SET UTF8
)

:-)

Ivan