A.J.Millan wrote:
> Now, do you know about some library to conver to and from UTF-8 or UTF-16 to
> UCS-2?

John's claims notwithstanding, you don't want or need UCS-2. It's a strict 
subset of UTF-16. Every valid UCS-2 string is also a UTF-16 string, but the 
converse is not true. UCS-2 is of historical interest only, a leftover from the 
days when any Unicode character could fit into a 16-bit integer.

Igor Tandetnik

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

Reply via email to