Subject Unicode
Author willie_juson
I am writing an ASP.Net app with a Firebird backend database. It
requires multi language (Chinese/English initially) support. Could I
please get some guidelines on how to store/retrieve chinese (simple)
characters from a database table. To get an understanding of it I've
been trying via a Delphi 7 app to populate the table using TntWare data
aware controls plus IBConnection/IBQuery/TClientDataset data controls.
I can't get it to save chinese characters, as soon as I "post" a record
the chinese character become "?"s.