On 6/7/2016 9:49 PM, Wang, Wei wrote:
Thanks for your reply! But I found the Latin-1 encoded characters are listed in 
the Unicode chart. http://unicode.org/charts/PDF/U0080.pdf

All the characters available in Latin-1 codepage are indeed also available in Unicode. However, the same character is represented by a different sequence of bytes when encoded in an ANSI codepage, in UTF-8, and in UTF-16.

For example, character Ç (aka U+00C7) is represented by a single byte C7 in ANSI Latin-1 encoding, by two bytes C3 87 in UTF-8, and by two bytes C7 00 in UTF-16LE.

I suggest you read  http://www.joelonsoftware.com/articles/Unicode.html  .
--
Igor Tandetnik

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

Reply via email to