StShadow
Results
1
issues of
StShadow
Follow snippet draws a table with incorrect width for column with Unicode smile (for example 😵, dizzy face, Unicode: U+1F635, UTF-8: F0 9F 98 B5). ```python #!/usr/bin/env python2.7 # -*-...