I have following string
test="ن گ ب ن د ی ک ر و ا ن "
what I want is that I want to access each character and save it in some variables for future access but when I looped over them I got weird output.Actually I am not aware of encoding schemes that much.
for i in test:
print(i)
above code gave me some weird characters what I want is the original script characters?