Subject | Re: [Firebird-Java] Re: Special unicode characters in connection string problem |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-07-17T10:03:52Z |
> Um... This is strange.The previous version did not understand the UTF8 encoding for Firebird
> Because I've been using the previous jaybird version (JayBird-
> 2.0.0RC2JDK_1.4) with the same Firebird version to create a
> connection in the same way and is in use for a certain period of
> time. So I suppose there is no configuration changes except changes
> in the Jaybird library.
2.0, so if you used the charSet=UTF-8 it meant encoding=UNICODE_FSS.
Jaybird 2.1 now for charSet=UTF-8 specifies the encoding=UTF8.
So, if you specify encoding=UNICODE_FSS instead of charSet, it should work.
> The fbintl.conf is placed in the same folder as fbintl.dll.Did you specify the FIREBIRD environment variable?
> I've then tried to move these files under the same folder as
> fbembed.dll, but seems no difference. Is there any other
> configurations required?
set FIREBIRD=.\bin
Roman