[racket-dev] weirdest bug ever

2013-01-17 Thread Pierpaolo Bernardi
Hello, try the following in the interaction panel of DrRacket: (display (integer-char #x2144)) Or, just put this character in an editor buffer. The character is displayed 3 lines below its proper position. AFAIK, this character is a normal ‘Letterlike Symbol’. It shouldn't have any misterious

Re: [racket-dev] weirdest bug ever

2013-01-17 Thread Robby Findler
Cute. :) FWIW, it comes out right on the mac. Robby On Thu, Jan 17, 2013 at 6:03 AM, Pierpaolo Bernardi olopie...@gmail.comwrote: Hello, try the following in the interaction panel of DrRacket: (display (integer-char #x2144)) Or, just put this character in an editor buffer. The

Re: [racket-dev] weirdest bug ever

2013-01-17 Thread Ray Racine
On Thu, Jan 17, 2013 at 7:03 AM, Pierpaolo Bernardi olopie...@gmail.comwrote: (display (integer-char #x2144)) Works fine on Linux, assuming it's an upside down Y - ⅄ _ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] weirdest bug ever

2013-01-17 Thread Matthias Felleisen
Dang cute. On Jan 17, 2013, at 7:03 AM, Pierpaolo Bernardi wrote: Hello, try the following in the interaction panel of DrRacket: (display (integer-char #x2144)) Or, just put this character in an editor buffer. The character is displayed 3 lines below its proper position. AFAIK,

Re: [racket-dev] weirdest bug ever

2013-01-17 Thread Ben Goetter
On 1/17/2013 4:03 AM, Pierpaolo Bernardi wrote: (display (integer-char #x2144)) On Windows, Courier New (the default font for the drracket output pane) does not support U+2144. When I set the output pane to use a font that does support this character, such as Segoe UI Symbol, U+2144

Re: [racket-dev] weirdest bug ever

2013-01-17 Thread Pierpaolo Bernardi
On Thu, Jan 17, 2013 at 3:46 PM, Ray Racine ray.rac...@gmail.com wrote: Works fine on Linux, assuming it's an upside down Y - ⅄ Yes. And here's how it looks on windows. attachment: Cattura.PNG_ Racket Developers list: http://lists.racket-lang.org/dev

Re: [racket-dev] weirdest bug ever

2013-01-17 Thread Pierpaolo Bernardi
On Thu, Jan 17, 2013 at 4:46 PM, Ben Goetter goet...@mazama.net wrote: On Windows, Courier New (the default font for the drracket output pane) does not support U+2144. When I set the output pane to use a font that does support this character, such as Segoe UI Symbol, U+2144 displays in the