On 13 Mar 2013, at 5:11pm, Dominique Devienne <ddevie...@gmail.com> wrote:

> On Wed, Mar 13, 2013 at 5:47 PM, Simon Slavin <slav...@bigfraud.org> wrote:
>> 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

In that case I suppose the maintainers of the library need to change their 
'new' function so that it calls the Unicode version of sqlite3_open().  Should 
be trivial, and it should be possible to maintain backward compatibility.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to