I want to parse text file.
Lines in file look like this:
#all.kdadmin.filter.showAllEntries;-alle anzeigen-;-show all-;-pokaż wszystko-;-mostrar todo-; –ყველას გამოჩენა–
After:
step_0 = my_string.split(';')
print(step_0)
i have error:
UnicodeEncodeError: 'ascii' codec can't encode character '\u017c' in position 67: ordinal not in range(128)
All founded answer all old i don't understood it realy.
Can someone write me some peace of code how can i displey this lines in console or write in to other file?