[Bug 328942] Re: ipython change char '0xe9' to 4 spaces

2012-01-07 Thread Julian Taylor
** Changed in: ipython (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/328942

Title:
  ipython change char '0xe9' to 4 spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ipython/+bug/328942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328942] Re: ipython change char '0xe9' to 4 spaces

2011-11-15 Thread Thomas Kluyver
The fix was released with IPython 0.11.

** Changed in: ipython
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/328942

Title:
  ipython change char '0xe9' to 4 spaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ipython/+bug/328942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328942] Re: ipython change char '0xe9' to 4 spaces

2011-06-06 Thread Thomas Kluyver
We've 'fixed' it simply by disabling all Ctrl+ readline bindings.
See https://github.com/ipython/ipython/issues/58

** Changed in: ipython
   Status: Confirmed => Fix Committed

** Changed in: ipython (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/328942

Title:
  ipython change char '0xe9' to 4 spaces

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328942] Re: ipython change char '0xe9' to 4 spaces

2009-03-15 Thread Fernando Perez
OK, I see it now.  In fact, I don't even have to change my locale, just
the terminal encoding (at least on gnome-terminal).

I'm marking it as confirmed but assigned to nobody, because honestly I
don't know how to fix it right now, and I have other things on my plate
that are more urgent for me.  We have others on the team that know much,
much more about unicode than I do, so perhaps one of them can help.  And
if you do find a solution, please send it in, it would be very nice to
have this fixed.

Sorry not to be able to help more right now.

** Changed in: ipython
   Importance: Undecided => Medium
 Assignee: Fernando Perez (fdo.perez) => (unassigned)
   Status: New => Confirmed

-- 
ipython change char '0xe9' to 4 spaces
https://bugs.launchpad.net/bugs/328942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 328942] Re: ipython change char '0xe9' to 4 spaces

2009-03-14 Thread LI Daobing
another way to reproduce this bug

1. change your terminal encoding to ISO8859-1
2. change your locale to en_US.ISO8859-1
3. run ipython
4. input or paste "é" (0xe9 in iso8859-1) to your ipython interactive line, 
then you will find it have been change to 4 spaces ""
5. the nearby character do not have this bug: for example: è (0xe8), or ê(0xea)

thanks.

** Summary changed:

- does not accept input unicode char larger than unichr(0x8fff)
+ ipython change char '0xe9' to 4 spaces

** Changed in: ipython
   Status: Fix Committed => New

-- 
ipython change char '0xe9' to 4 spaces
https://bugs.launchpad.net/bugs/328942
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs