Hello!
I have a sqlite db in which I stored Unicode (UTF-8) text.
I am using DBUtils to get some records from the database.
All works fine, but the Unicode (UTF-8) text is garbaged.
I am retrieving the record by "ExecuteMemoryTable".
I wonder if this line handles my Unicode (UTF-8) text correcty:
So far I did not find any other solution.
Thank you if somebody has any idea.
I have a sqlite db in which I stored Unicode (UTF-8) text.
I am using DBUtils to get some records from the database.
All works fine, but the Unicode (UTF-8) text is garbaged.
I am retrieving the record by "ExecuteMemoryTable".
I wonder if this line handles my Unicode (UTF-8) text correcty:
B4X:
values(col) = cur.GetString2( col)
So far I did not find any other solution.
Thank you if somebody has any idea.
Last edited: