Message190933
haypo> The purpose of this issue is to handle CJK characters taking 2 haypo> columns instead of 1 in a terminal, or did I misunderstand it?
That's the other half of the problem, but the more common issue is misplaced caret when non-ascii characters are present:
>>> ¡™£¢∞§¶•ªº
File "<stdin>", line 1
¡™£¢∞§¶•ªº
^
SyntaxError: invalid character in identifier
With Serhiy's patch:
>>> ¡™£¢∞§¶•ªº
File "<stdin>", line 1
¡™£¢∞§¶•ªº
^
SyntaxError: invalid character in identifier |
|
| Date |
User |
Action |
Args |
| 2013-06-10 20:45:38 | belopolsky | set | recipients:
+ belopolsky, amaury.forgeotdarc, vstinner, ocean-city, LambertDW, ezio.melotti, Arfrever, petri.lehtinen, serhiy.storchaka |
| 2013-06-10 20:45:38 | belopolsky | set | messageid: <[email protected]> |
| 2013-06-10 20:45:38 | belopolsky | link | issue2382 messages |
| 2013-06-10 20:45:38 | belopolsky | create | |
|