If it is good enough to be able to "print" and see the value in Hebrew then you can do the following: in cmd.exe type: chcp 1255 then run: ipython x=u'''\u05d4\u05d2''' print x
It should do it if the Fonts are OK. I had to change the font of the terminal to Lucida, then I could read the hebrew. The thorn is that subsequent print are visible only if i change the font (size) again .... So it should work if you have a better shell in windows On Fri, Feb 19, 2010 at 6:57 PM, Sivan Greenberg <[email protected]> wrote: > I have a hunch that "one more thing" is going to be problematic here. > Although in 7 I heard much was improved and now resembles how Unicode is > done on Linux. > > Sivan > > > On Fri, Feb 19, 2010 at 6:41 PM, Ahik Man <[email protected]> wrote: > >> Shabat Shalom, >> >> Can anyone help me with this one: >> How do I add Hebrew support to the iPython interpreter? I want to be able >> to read Hebrew instead of the Unicode numbers. (\u05d4\u05d2) >> "One more thing": It's in Windows. >> >> Thanks, >> Ahik >> >> -- >> You received this message because you are subscribed to the Google Groups >> "PyWeb-IL" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<pyweb-il%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/pyweb-il?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "PyWeb-IL" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pyweb-il%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pyweb-il?hl=en. > -- Saffi
<<attachment: Picture 11.png>>
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
