Subject Firebird 2.0 and UNICODE
Author gsantosgo
Hi. Good Day


I am creating a automic process in java, it imports encoded UTF-8
data files (*.txt) into Firebird Database. These data are geograhic's
data about all world (Japanese, Arabic, Hebrew, Spanish, English,
Chinese),...


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.


Please, Can someone help me?


Thanks.