Re: [sqlite] Doubt about SQLite and its UTF-8 encoding format.

2010-10-26 Thread Igor Tandetnik
nhar...@gmail.com wrote: > Say, suppose I write a SQLite query to insert Japanese text which is encoded > in EUC-JP, in to a table in SQLite database (UTF-8 encoding). Don't. SQLite doesn't know anything about EUC-JP. Any string you pass to SQLite must be in UTF-8 or UTF-16. SQLite will convert b

Re: [sqlite] Doubt about SQLite and its UTF-8 encoding format.

2010-10-26 Thread nhar...@gmail.com
Hi All, *Ignore my previous email, Please. I am sorry for that SPAM email.* While referring the SQLite documentation, about the database encoding in the pages - http://www.sqlite.org/datatype3.html http://www.sqlite.org/pragma.html#pragma_encoding I learnt that

Re: [sqlite] Doubt about SQLite and its UTF-8 encoding format.

2010-10-26 Thread Igor Tandetnik
nhar...@gmail.com wrote: > While refering the SQLite documentation, about the database encoding in the > pages - > > >http://www.sqlite.org/datatype3.html So, what seems to be the problem? What exactly do you find unclear in this document? -- Igor Tandetnik ___

[sqlite] Doubt about SQLite and its UTF-8 encoding format.

2010-10-26 Thread nhar...@gmail.com
Hi All, While refering the SQLite documentation, about the database encoding in the pages - http://www.sqlite.org/datatype3.html -- ¡Gracias! Harsha Reddy ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/c