Hello, I'd like python to support some other charsets, how can I do it ? I'm using the mimify module, and it looks like the charset "ISO-8859-15" isn't supported, unmimify doesn't change the message. I'm using s=string.replace(s,"ISO-8859-15","ISO-8859-1") and then it works as they are similar but there must be a better solution. Alain