You can convert your text using A2W() and W2A() functions (or others)
before passing it to SQLite and after retrieving it back from SQLite.
That's what we do (it's a Japanese application).

   Dennis 

-----Original Message-----
From: Ajay [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 09, 2005 12:12 AM
To: sqlite-users@sqlite.org
Subject: RE: [sqlite] UNICODE Support


But what about the SQLite Function's parameters whose data type is LPSTR
? 
Let me know the details to support wide char ?

Regards,
Ajay Sonawane


-----Original Message-----
From: Martin Engelschalk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 08, 2005 6:48 PM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] UNICODE Support

Hi,

See http://www.sqlite.org/pragma.html, search for 'PRAGMA encoding'

/Martin

Ajay schrieb:

>Hello there,
>
>Does SQLite support UNICODE? Can I store some Arabic or Chinese text in

>database?
>
>If it does not support UNICODE, Is there any workaround for that?
>
> 
>
>Regards,
>
>Ajay Sonawane
>
> 
>
>
>  
>





Reply via email to