Based on codepage 850, codepage 858 adds support for the euro symbol[1]. This codepage is used on many thermal receipt printers, such as the Epson TM-T88IV and NCR 7198 as the only way to print a euro. There is no CP858.TXT on the unicode.org ftp, so I've attached the diff of the TXT file to create it from CP850, as well as the diff for cp858.py against cp850.py. The codepage is supported by java[2] and by iconv[3], and it'd be nice if future versions of python could support this natively. Let me know if there's a better way to provide a fix. [1]: http://en.wikipedia.org/wiki/CP858 [2]: http://java.sun.com/j2se/1.3/docs/guide/intl/encoding.doc.html [3]: http://www.gnu.org/software/libiconv/