Hi,
I tried to find a solution to my problem and could not find it in the forums. So sorry, if I am asking again.
I have to have my app display and edit chinese characters (simplified chinese). My setup is...
Database : Oracle 10g
NLS_CHARACTERSET => AL32UTF8
Client : Oracle92
DOA : 4.0.7
PLSQL Dev: 7.1
Delphi : 6
Controls : TNT Controls
Font.Name = SimSum (tried Arial Unicode also)
Font.Charset = GB2312_CHARSET
Windows : 2000
I can query and edit data successfully using PLSQL Developer. So I guess the database and my regional locale settings should not be a problem.
Now I create a new delphi app, I add OracleSession, OracleDataSet and DataSource components. Connect all, set query. BytesPerchar is Autodetect. Drop TNTGrid TNTLabel TNTEdit but the characters come up wierd.
eg 明天 雷阵雨 comes up ?? ???
What am I missing? Thanks in advance
Aisa
I tried to find a solution to my problem and could not find it in the forums. So sorry, if I am asking again.
I have to have my app display and edit chinese characters (simplified chinese). My setup is...
Database : Oracle 10g
NLS_CHARACTERSET => AL32UTF8
Client : Oracle92
DOA : 4.0.7
PLSQL Dev: 7.1
Delphi : 6
Controls : TNT Controls
Font.Name = SimSum (tried Arial Unicode also)
Font.Charset = GB2312_CHARSET
Windows : 2000
I can query and edit data successfully using PLSQL Developer. So I guess the database and my regional locale settings should not be a problem.
Now I create a new delphi app, I add OracleSession, OracleDataSet and DataSource components. Connect all, set query. BytesPerchar is Autodetect. Drop TNTGrid TNTLabel TNTEdit but the characters come up wierd.
eg 明天 雷阵雨 comes up ?? ???
What am I missing? Thanks in advance
Aisa