On Wed, Mar 13, 2013 at 5:47 PM, Simon Slavin <slav...@bigfraud.org> wrote:
> On 13 Mar 2013, at 3:39pm, Dominique Devienne <ddevie...@gmail.com> wrote:
> > Indeed, it's whoever wrote that SQLite3.Open() .NET wrapper on top of
the
> > C-API that's responsible from doing proper conversion from that .NET
string
>
> Agreed.  I don't know what the convention is for handling strings in
.NET.  If it is that every string can be in any codepage, then the SQLite
library for .NET should be handing the conversion.

.NET appears to be like Java (from a quick look at System.String and
System.Char), i.e. its String are full Unicode, always, so no codepage
issue like in native Windows code. --DD
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to