Formatting string with accented characters for printing

John Ladasky john_ladasky at sbcglobal.net
Tue Jan 27 14:16:16 EST 2015


Jerry,

I can tell from your code that you are using Python 2.  If you are a new Python programmer, and you do not HAVE to use Python 2, use Python 3 instead.

In Python 3, text objects are something called "Unicode" rather than just sequences of bytes.  Unicode makes it much easier to handle characters which are not part of the English alphabet.



More information about the Python-list mailing list