Subject Possible to create database with UTF 8 character set with FBManager ?
Author josebinaries
I found the API for FBManager here : http://www.jarvana.com/jarvana/view/org/firebirdsql/jdbc/jaybird/2.1.6/jaybird-2.1.6-javadoc.jar!/org/firebirdsql/management/FBManager.html (looks like its the latest seeing the version number 2.1.6).

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?

Arul Jose.