unicode codecs
Ivan Voras
ivoras at __geri.cc.fer.hr
Mon Feb 9 15:59:36 EST 2004
More information about the Python-list mailing list
Mon Feb 9 15:59:36 EST 2004
- Previous message (by thread): unicode codecs
- Next message (by thread): unicode codecs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
When concatenating strings (actually, a constant and a string...) i get the following error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 1: ordinal not in range(128) Now I don't think either string is unicode, but I'm working with win32api so it might be... :) The point is: I know all values will fit in a particular code page (iso-8859-2), so how do I change the 'ascii' codec in the above error into something that will work?
- Previous message (by thread): unicode codecs
- Next message (by thread): unicode codecs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list