On 8/3/06, RohitPatel9999 <[EMAIL PROTECTED]> wrote:

Hi Dennis Volodomanov

I am using SQLite 3.3.4.

My Win32 Application needs international language support (Chinese,
Japanese).
I need my Win32 Application to build such that,
MBCS defined for Windows 98/ME and
UNICODE (and _UNICODE) defined for Windows NT/2000/2003/XP.

Can you help me by giving some sample code which inserts/selects/updates
SQLite db (UTF-8) ?

Also if you can help me with some guidelines from your experience regarding
using SQLite db (UTF-8) for international languages ?

I recommend using utf-16 in the database - sqlite doesn't fully
support utf-8, and some things may give unexpected results if you use
it.

Thank you for any help.
Rohit

--
View this message in context: 
http://www.nabble.com/UNICODE-Support-tf58444.html#a5644461
Sent from the SQLite forum at Nabble.com.




--
Cory Nelson
http://www.int64.org

Reply via email to