This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ocean-city
Recipients amaury.forgeotdarc, ocean-city, vstinner
Date 2008-10-06.07:20:33
SpamBayes Score 0.00010015859
Marked as misclassified No
Message-id <1223277634.77.0.758206731164.issue2382@psf.upfronthosting.co.za>
In-reply-to
Content
Experimental patch was experimental, wcswidth(3) returns 1 for East
Asian Ambiguous character.

debian:~/python-dev/py3k# ./python /mnt/windows/a.py
  File "/mnt/windows/a.py", line 3
    "♪xÅx" abc
             ^
should point 'c'. And another one

debian:~/python-dev/py3k# export LANG=C
debian:~/python-dev/py3k# ./python /mnt/windows/a.py
  File "/mnt/windows/a.py", line 3
    "\u266ax\u212bx" abc
             ^
SyntaxError: invalid syntax

Please forget my patch. :-(
History
Date User Action Args
2008-10-06 07:20:34ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc, vstinner
2008-10-06 07:20:34ocean-citysetmessageid: <1223277634.77.0.758206731164.issue2382@psf.upfronthosting.co.za>
2008-10-06 07:20:34ocean-citylinkissue2382 messages
2008-10-06 07:20:33ocean-citycreate