+ 1
Hi how i can use persion(like arabic) words and texts in python2 and python3
2 Antworten
+ 1
well you should import the Unicode of the language that you want to use it
read these :
http://docs.python.org/howto/unicode.html
http://stackoverflow.com/questions/3856246/unicodeencodeerror-when-reading-pdf-with-pypdf
+ 1
thanks fazel
im using kivy and when i put text = 'سلام' the out put is م ا ل س how it will be fixed
thanks again