mattharrison / IllustratedPy3

Notes and issues for Illustrated Guide to Python 3
13 stars 5 forks source link

Figure 20.1 Subtitle #271

Closed mclaughlin closed 7 years ago

mclaughlin commented 7 years ago

You can use a glyph, code point (if it has more than 4 digits, you need to use capital U and left pad with 0 until you have 8 digits), or the name. Also shown is decoding the UTF-8 byte string to the glyph.

You can use a glyph, the name, or the code point. If the code point has less than 4 digits, you need to prefix it with a capital U and left-pad it with 0 until you have 8 digits. Also shown is an example decoding the UTF-8 byte string to the corresponding glyph.

mattharrison commented 7 years ago

Oct 2