Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8380feb commit 519322fCopy full SHA for 519322f
1 file changed
examples/pylab_examples/font_table_ttf.py
100644
100755
@@ -32,7 +32,7 @@
32
for ccode, glyphind in codes:
33
if ccode>=256: continue
34
r,c = divmod(ccode,16)
35
- s = chr(ccode)
+ s = unichr(ccode)
36
chars[r][c] = s
37
38
0 commit comments