How do I get Python to work with foreign characters? When I try to
print them, I get a unicode error (characters not ASCII). Wasn't
unicode invented for the express purpose of working with non-ASCII
characters?
print them, I get a unicode error (characters not ASCII). Wasn't
unicode invented for the express purpose of working with non-ASCII
characters?
Comment