Apr-15-2019, 02:30 AM
while trying to print out a display map of various Unicode characters paired with their UTF-8 bytes in hex, i am finding unpredictability in how much space a character uses to know how many spaces need to follow it. it looks like what i need to do is some form of absolute positioning around each character i don't know the width of (most of them).
is there a database of this info in Python, somewhere?
do the tools that manage text screen displays support the full Unicode set? they'd need to know how to handle them the right way to format the screen correctly.
is there a database of this info in Python, somewhere?
do the tools that manage text screen displays support the full Unicode set? they'd need to know how to handle them the right way to format the screen correctly.