[Tutor] sort() method and non-ASCII

eryk sun eryksun at gmail.com
Sun Feb 5 18:40:27 EST 2017


On Sun, Feb 5, 2017 at 10:30 PM, boB Stepp <robertvstepp at gmail.com> wrote:
> I was looking at http://unicode.org/charts/  Because they called them
> charts, so did I.  I'm assuming that despite this organization into
> charts, each and every character in each chart has its own unique
> hexadecimal code to designate each character.

Those are PDF charts (i.e. tables) for Unicode blocks:

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

A Unicode block always has a multiple of 16 codepoints, so it's
convenient to represent the ordinal values in hexadecimal.


More information about the Tutor mailing list