Dear Friends,
I'm having some troubles in my script connected with special characters.
I built a program that is supposed to process some images in a folder and give back some files (xls and txt).
Everything is fine in most of the cases, but if in the path (including filename) there is any non ascii character such as č I get the following error
'ascii' codec can't encode character u'\u010d' in position...:
ordinal not in range(128)
How can I handle this problem?
Thanks a lot for your help