Has anybody had a chance to try this on Gnome-terminal?

On Jul 3, 9:38 am, "Aaron S. Meurer" <[email protected]> wrote:
> It worked for me in my Mac OS X terminal, though you can barely tell  
> that it is there in 10 pt Monaco or 12 pt Courier New  font.  
> Increasing the size prints it perfectly though.
> I think that is related to the font that I use though.  For example,  
> 10 pt Monaco (only 10 pt) prints some Russian character for ℯ (e),  
> and an upside down & in any size for ⅈ (i).  Courier New does the  
> upside down & too, so it may be a SymPy bug.

I think it is more likely a bug of the terminal rather than Sympy or
Python.

>
> I'm hoping that the new Menlo font in Snow Leopard is better than the  
> presently available monospace fonts.
>
> Aaron Meurer
> On Jul 2, 2009, at 8:26 PM, Luke wrote:
>
>
>
> > I'm trying to get the Unicode 'COMBINING DOT ABOVE'  character to
> > work.  This is used for the Newtonian shorthand notation for a time
> > derivative:
> >http://www.fileformat.info/info/unicode/char/0307/index.htm
>
> > As far as I can tell, you would follow any unicode character with the
> > above character, and it should put the dot above it:
> > print(u"q\u0307")
> > should print q with a dot above it.  Other diacriticals seems to work,
> > for example, the 'COMBINING FERMATA':
> > print(u"q\u0352")
> > prints the q with a weird little fermata above it.
>
> > I tried python3 and it does the same thing, so it seems that perhaps
> > my terminal, or the font I'm using in my terminal, doesn't support
> > that particular character.  I am using Konsole in Kubuntu 9.04, with
> > the character encoding set to:  Unicode--> UTF-8.
>
> > Can anybody else get the 'COMBINING DOT ABOVE' character to work in
> > their terminals?
>
> > ~Luke
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to