[IPython-dev] IPython Patch

Laurent Dufréchou laurent.dufrechou at gmail.com
Sat Aug 16 06:28:59 EDT 2008


Hi cody,

Wow, thanks a lot for this patch! This was something I didn't knew how to
solve! Thks a lot.

> I made the changes to the code on the editra-plugins svn. Hopefully its
> not too out of date from the latest ipython.

Yeah, ipython guys have undergone big change in the frontend handling, so
I'm waiting the new code base to make the frontend evolve. That's why this
portion of code has not evolved since then :)
Ipython 0.9 (that is going to be commited soon) will have all the new code
base and will be ready for testing new code.
So I will port al my 'old' code to this new arch, soon.
Stay tuned ;)


> -----Message d'origine-----
> De : Cody Precord [mailto:codyprecord at gmail.com]
> Envoyé : samedi 16 août 2008 04:16
> À : Laurent Dufrechou
> Objet : IPython Patch
> 
> Hello,
> 
> I am in the process of trying to catch up on some bugs. Here is a patch
> to fix an encoding issue in the ipython_view.py. Currently its
> hardcoded to use cp1292 for encoding strings, this will fail on
> machines that have character sets that cant be represented by cp1292.
> Changed it to use 'locale.getpreferredencoding()' instead as this will
> return the encoding that the system is using for its native strings.
> 
> I made the changes to the code on the editra-plugins svn. Hopefully its
> not too out of date from the latest ipython.
> 





More information about the IPython-dev mailing list