Sadly I cannot avoid using them because the reader uses the author-title combo as actual filenames.
.encode('utf-8') gave me the same as went in, so left the ö and such as-is
and turns out that format(json.dumps(<name>)) does kinda what I need but it also inserts a \x00 byte which I do NOT need
Last edited by At_Libitum; 10-18-2013 at 08:58 AM.
|