Subject Re: [Firebird-Java] Firebird 2.0 and UNICODE
Author Roman Rokytskyy
> At current, i use Firebird 2.0 and JayBird-2.1.1. My program analyzes
> data files (*.txt) and it insert registers into firebird table.
> Unicode admits characters from 0 to 65535 (2bytes, 16 bits), when my
> program inserts a register with a Character Unicode greater than 800
> (decimal value), Firebird doesn't understand properly.

Did you specify the connection encoding? Can you provide your example code?

Roman