Actually that's what I tried to do, for example:
outputString = myString.encode('iso-8859-1','ignore')
However, I always get such messages (the character, that's causing problems
varies, but its always higher than 127 ofc...)
'ascii' codec can't decode byte 0xc3 in position 51: ordinal not in r
Hello everyone
I'm doing a transformation with (MSXML) from a xml file to a tex file
(actually it's just output format "text" with tex commands inside).
The output of the transformation (a big string containg the whole file)
contains a so called 'paragraph separator' (unicode: 2029). If I want t