John:

From: "John Crenshaw" <johncrens...@priacta.com>
To: "General Discussion of SQLite Database" <sqlite-users@sqlite.org>
Sent: Thursday, October 29, 2009 11:46 AM
Subject: Re: [sqlite] Some clarification needed about Unicode


>
> My main point is that you can't take the UTF-16 string and safely supply
> it to APIs which want UCS-2 encoded text, such as Win32 APIs (including
> things like SetWindowText()). Odds are that the only library you are
> using which supports UTF-16 is SQLite. You should always be converting
> the text to UCS-2 before you use it.
>

Here you address the core question. Thanks for your imput; also to the other 
senders.

Now, do you know about some library to conver to and from UTF-8 or UTF-16 to 
UCS-2?

Thanks again.

A.J.Millan

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

Reply via email to