Page 1 of 1

Problem Encoding?

Posted: Fri 16 May 2008 12:28
by oskarder5
Hallo,

I am using dotConnect with VS2008 and .NET 3.5
I have a SQLiteDatabase which is encoded with UTF-8. In the databse is a table with a field of type Text. In this field is a German "Ä" with is in the Database as 0xC4.
In my c#-program I set the utf16 in my connection to false before i open the connection. If I read the databaserow, I get this field as a string and it was translated to 0xC4. That is ok, but if i do update the Database with this string it was translated to 0xC384
why?

wd

Posted: Sat 17 May 2008 10:12
by Alexey.mdr
Thank you for the bug report.
We have reproduced the problem and now we are fixing it.
It's likely the bug will be solved in the next build.
Unfortunately, no time frame is available now.