how to handle unicode chars in filenames in python?
Hi,
well, maybe not exactly unicode, more like accented characters, so utf-8 at a minimum
I'm hitting the a wall, I need to find a function that converts this
Götterdämmerung
into this
G\xf6tterd\xe4mmerung
I've been all over the source but cannot find how it's done in python....
Last edited by At_Libitum; 10-17-2013 at 08:21 PM.
|