Unicode UCS2, UCS4 and ... UCS1

Eli the Bearded * at eli.users.panix.com
Tue Sep 17 16:46:24 EDT 2019


In comp.lang.python, moi  <wxjmfauth at gmail.com> wrote:
> I hope, one day, for those who are interested in Unicode,
> they find a book, publication, ... which will explain
> what is UCS1.

There isn't anything called UCS1. There is a UTF-1, but don't use it.
UTF-8 is better in every way.

https://en.wikipedia.org/wiki/Universal_Coded_Character_Set

If you want it in book form, look for the "Create a book" link in the
side bar. I'd suggest 

https://en.wikipedia.org/wiki/Unicode
https://en.wikipedia.org/wiki/Comparison_of_Unicode_encodings
https://en.wikipedia.org/wiki/UTF-8
https://en.wikipedia.org/wiki/UTF-16
https://en.wikipedia.org/wiki/UTF-32

As other things to include in your book.

Elijah
------
doesn't think there is a character encoding newsgroup



More information about the Python-list mailing list