Emad Nawfal wrote: > Dear Folks, > I'm new to Python and programming in general. I'm interested in using > Python for text processing, but whenever I enter Arabic text, it says > the text is not supported. > How can I use Python for dealing with Arabic?
What platform? GUI or command line input? wxPython seems to support Arabic, according to this page: http://wiki.wxpython.org/index.cgi/ValidI18nCodes For command-line use, my guess is that if you have a console that supports Arabic input then you should be able to write a Python app that supports Arabic input in that console. The input will be encoded according to the console character encoding. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor