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

http://www.sqlite.org/faq.html#q18

Search the newsgroup ... start here:
http://thread.gmane.org/gmane.comp.db.sqlite.general/41826/focus=41843

MikeW


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


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] schrieb:
>  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
>
> 
> Don't let your email address define you - Define yourself at 
> http://www.tunome.com today! 
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>   

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


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
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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


Don't let your email address define you - Define yourself at 
http://www.tunome.com today! 
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users