Hello there, i have this problem when i try to combine a variable file name that is in languages other than English with a path, like this :
path = 'C:\\Files\\'
path+=UnicodeName+'.txt'
it gives the following error :
UnicodeDecodeError: 'ascii' codec can't decode byte 0xda in position 7: ordinal not in range(128).
Thanks for your help in advance.