Subject | Re: UNICODE_FSS, internationalization issue |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-10T07:04:11Z |
> I will try that but it should take me some time. I would rather haveYou are right - as I wrote before, all SQL statements are converted
> a look in the code because my suspicion is that the driver converts
> the PreparedStatement query in the default encoding of JAVA and not
> in the encoding set in FB as it should. (The diagram
> http://www.softways.gr/images/encoding.gif I think depicts the
> situation)
using defaul JVM encoding. All _parameters_ are converted correctly.
Please post your code with PreparedStatement to check if this is the case.
Best regards,
Roman Rokytskyy