Problem Encoding?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for SQLite
Post Reply
oskarder5
Posts: 1
Joined: Fri 16 May 2008 11:58

Problem Encoding?

Post by oskarder5 » Fri 16 May 2008 12:28

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

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Sat 17 May 2008 10:12

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.

Post Reply