You are not logged in.
Pages: 1
Hi,
I've changed the TLabelEdit with the tntEdit to be able to put/show some arabic chars but I get '?' chars either in the tntEdit and in the database. When I put the arabic text directly with Sqlite database browser, it appears correctly on the MainDemo DrawGrid but not on the tntLabel ! What I'm doing wrong here ?
D7, win8, SQLite3
thnx,
Offline
You are using WideString content non consistently.
Ensure you convert the content as expected.
You have UTF8ToWideString() and WideStringToUTF8() to convert from the framework's RawUTF8.
Then use the WideString property of tntEdit / tntLabel.
Offline
Very well, it works fine thanks a lot
Offline
Pages: 1