Subject | Re: [firebird-support] Writing UTF16 to the database |
---|---|
Author | Ivan Prenosil |
Post date | 2005-02-23T12:17:13Z |
"Scott Morgan" wrote:
CREATE TABLE T (
A VARCHAR(10) CHARACTER SET UTF8
)
:-)
Ivan
> UNICODE_FSS _is_ UTF-8, it's just an old name for it. We've been overRight, and everybody can use it with Firebird now, just try:
> this several times.
CREATE TABLE T (
A VARCHAR(10) CHARACTER SET UTF8
)
:-)
Ivan