Re: [sqlite] How to get Unicode Value of any Character in string/text

2011-03-22 Thread Igor Tandetnik
ashish yadav wrote: > I want to know Unicode vale of Character given in string ( Like chines , > Japanese etc) . > > If there is any API which can help in this ? Retrive the string as UTF-16 with sqite3_column_text16 (SQLite automatically converts between UTF-8 and UTF-16 as necessary). You'll

Re: [sqlite] How to get Unicode Value of any Character in string/text

2011-03-22 Thread ashish yadav
Hi Philip, Can you please provide some example for Same ie How to use iconv() to get Unicode of Character ? Actually , i want to classify Japanese characters as either kanji or Katakana or Hiragana . so for that , i want to know Unicode of Character in string/text . Base on Unicode value , i can

Re: [sqlite] How to get Unicode Value of any Character in string/text

2011-03-22 Thread Philip Graham Willoughby
On 22 Mar 2011, at 07:25, ashish yadav wrote: > Hi , > > To be more specific that : > 1. Database is UTF-8. > 2. Programming Language is C or C++. > > Database may contain Chines / Japanese character of strings. > > So , if there is any way /APIs to know Unicode of Character ? iconv() Best

Re: [sqlite] How to get Unicode Value of any Character in string/text

2011-03-22 Thread ashish yadav
Hi , To be more specific that : 1. Database is UTF-8. 2. Programming Language is C or C++. Database may contain Chines / Japanese character of strings. So , if there is any way /APIs to know Unicode of Character ? Thanks & Regards Ashish On Tue, Mar 22, 2011 at 12:45 PM, ashish yadav

[sqlite] How to get Unicode Value of any Character in string/text

2011-03-22 Thread ashish yadav
Hi , I want to know Unicode vale of Character given in string ( Like chines , Japanese etc) . If there is any API which can help in this ? Thanks & Regards Ashish ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bi