Re: [sqlite] Request to check UNICODE support

2008-11-25 Thread MikeW
<[EMAIL PROTECTED]> writes: > > > Hi all > > This is krishnakumar i am using SQLite as data base in my application as meta data storage i want use it to > store CString how can i deal with UNICODE. Is SQLite support UNICODE Character set > > Krishna Kumar T M

Re: [sqlite] Request to check UNICODE support

2008-11-24 Thread Martin.Engelschalk
Hi, sqlite supports unicode. Internally, thext is stored in UTF-8 or UTF-16, depending on sqlite3_open or sqlite3_open16, respectively. See http://www.sqlite.org/c3ref/funclist.html, There functions named sqlite3_xxx16 are described , which take UTF-16 as arguments. Martin [EMAIL PROTECTED]

Re: [sqlite] Request to check UNICODE support

2008-11-24 Thread Igor Tandetnik
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is SQLite support UNICODE Character set Yes. All SQLite API functions accept UTF-8 or UTF-16 strings. Igor Tandetnik ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] Request to check UNICODE support

2008-11-24 Thread krishnakumar . tm
Hi all This is krishnakumar i am using SQLite as data base in my application as meta data storage i want use it to store CString how can i deal with UNICODE. Is SQLite support UNICODE Character set Krishna Kumar T M 9886454481