Subject Re: Embedded Server
Author Roman Rokytskyy
> I have the same problem here with intl dll. fbembedded supports UTF
> and NONE charsets internaly so I converted all my apps to use UTF8
> I know that this is workaround....

Neither UNICODE_FSS nor NONE provide collations. This means that at
least sorting will not work correctly. Try to do following (I did not
try it myself though):

appdir
|- jaybird.dll
|- fbembed.dll
|- intl
| |- ....
|...

i.e. same structure that is in fbembed.dll distribution. appdir is a
directory from which application is started (i.e. working dir).

Roman