If you use Arabic frequently on your system, I suggest to change your
windows system locale from "Region and Language" in control panel
(Administrative tab) and set to Arabic.
--
http://mail.python.org/mailman/listinfo/python-list
2013/3/4 :
> I have a problem with encoding in python 27 shell.
>
> when i write this in the python shell:
>
> w=u'العربى'
>
> It gives me the following error:
>
> Unsupported characters in input
>
> any help?
> --
> http://mail.python.org/mailman/listinfo/python-list
Hi,
I guess, you are using
On Mon, 04 Mar 2013 01:37:42 -0800, yomnasalah91 wrote:
> I have a problem with encoding in python 27 shell.
>
> when i write this in the python shell:
>
> w=u'العربى'
>
> It gives me the following error:
>
> Unsupported characters in input
>
> any help?
Firstly, please show the COMPLETE err
On 2013-03-04 10:37, yomnasala...@gmail.com wrote:
I have a problem with encoding in python 27 shell.
when i write this in the python shell:
w=u'العربى'
It gives me the following error:
Unsupported characters in input
any help?
Maybe it is not Python related. Did you get an exception? Can yo