You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start a terminal support unicode (such as gnome-terminal or mlterm)
start ipython, then run "print unichr(0x9000)", the output in terminal should like:
In [1]: print unichr(0x9000)
退
copy this character ("退") and paste it to ipython again (after "In [2]:"), then press enter, ipython will quit.
change 0x9000 to 0x8fff, ipython will not crash. change 0x9000 to other number bigger than 0x9000, ipython will also crash (I test many number, but not all, :-)
python don't have this bug.
this bug can be reproduce in gnome-terminal and mlterm.
Original Launchpad bug 328942: https://bugs.launchpad.net/ipython/+bug/328942
Reported by: lidaobing (LI Daobing).
Binary package hint: ipython
How to reproduce:
In [1]: print unichr(0x9000)
退
change 0x9000 to 0x8fff, ipython will not crash. change 0x9000 to other number bigger than 0x9000, ipython will also crash (I test many number, but not all, :-)
python don't have this bug.
this bug can be reproduce in gnome-terminal and mlterm.
ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: ipython 0.8.4-1
PackageArchitecture: all
ProcEnviron:
PATH=/home/username/.local/bin:/home/username/bin:/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: ipython
Uname: Linux 2.6.27-7-generic i686