Charset Problem SQLite
Posted: 25.04.2013, 21:28
I am using Zeos 6.6 stable on C++Builder 6.0 on Professional edition.
The SQLite database has charset UTF8. When I run queries using SQLite Expert I can retrieve correct Portuguese charactars. The TZQuery is retrieving data with ANSI characters and "ç" is being retrieved as "ç".
I have asked SQLite Expert support and they suspect that Zeos is making an extra charset conversion when calling function TZSQLiteResultSet.GetString(ColumnIndex: Integer): String;
Can you please help me?
Best regards
The SQLite database has charset UTF8. When I run queries using SQLite Expert I can retrieve correct Portuguese charactars. The TZQuery is retrieving data with ANSI characters and "ç" is being retrieved as "ç".
I have asked SQLite Expert support and they suspect that Zeos is making an extra charset conversion when calling function TZSQLiteResultSet.GetString(ColumnIndex: Integer): String;
Can you please help me?
Best regards