Subject [Firebird-Java] Encoding problem
Author K Kumakura
Hello,

I hava a problem that some of SJIS characters are not correctly
fetched in Firebird 1.5.0, and Jaybird 1.0.0 environment.

I hava a database with character fields encoded in SJIS_0208.
If a charcter field contains SJIS characters such as 0x8740,
they are not correctly converted to Unicode.
For example, a SJIS character 0x8740 is uncorrectly converted
to u\fd40(should be converted to u\2460, I guess).

I specified lc_type=SJIS_0208 in database connection URL.
Do I need to specify any other parameters in URL?

Thanks,

Kuma