Hi there,

I'm using a UTF8-encoded SQLite-Database (with GSTSQLite) in my current project. I need this encoding, because my project involves different languages. Now, when I'm pulling varchata data from the database into a string, I get e.g. "ü" instead of the german umlaut "ü". As a web developer I know this problem quite well, but in regards of Lite-C I have no idea how to handle this.

And just for background information: I'm currently displaying my strings in a panel digit with the font definition "Arial#14b".

Is there an equivalent to the php function "utf8_decode()"? How can I solve my problem?

Any hints are appreciated.

Patrick

Last edited by Vorick; 07/07/09 13:45.

A8.10 Commercial