Posts by Renato Assis • 1 point
1 post
-
0
votes3
answers2326
viewsA: Problem accessing an accented file (matching character)
I had a similar problem with accent in python. Maybe this solves: import sys sys.setdefaultencoding('utf-8') # ou Latin1 ou cp1552…