Subject Re: [Firebird-Java] Possible to create database with UTF 8 character set with FBManager ?
Author Roman Rokytskyy
> Could not find provision to create database with default character set as : CREATE DATABASE MyDatabase.fdb user 'SYSDBA' password 'masterkey' DEFAULT CHARACTER SET UTF8;
>
> Is it possible to create database with FBManager with UTF8 charset?

No. I did not find any possibility to do this from Java. The only
possibility is to fork an isql with appropriate command.

Roman