On Tue, Jan 27, 2015, at 00:17, Rehab Habeeb wrote:
> Hi there python staff
> does python support arabic language for texts ? and what to do if it
> support it?
> i wrote hello in Arabic using codeskulptor and the powershell just for
> testing and the same error appeared( a sytanx error in unicode)!!

Python itself supports arabic just fine, but the MS Windows console in
general, and Python's implementation of it in particular, have poor
support for many aspects of unicode, so it's important to define exactly
what you are trying to do.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to