Re: [racket-users] emoji in source code

2020-08-18 Thread Matthew Flatt
It turns out that the commit below is not part of the main Cairo branch. (It builds on other commits that haven't been merged, and there appear to be issues.) So, it's not as simple as upgrading Cairo. At Mon, 20 Jul 2020 09:02:50 -0600, Matthew Flatt wrote: > The emoji problem on Mac OS has to

Re: [racket-users] emoji in source code

2020-07-20 Thread Matthew Flatt
The emoji problem on Mac OS has to do with the system-level drawing function, CGContextShowGlyphsAtPoint, that used at the Cairo layer, at least in the version of Cairo that we're using. That function doesn't support emoji glyphs. A newer version of Cairo handles emoji glyphs:

Re: [racket-users] emoji in source code

2020-07-19 Thread Robby Findler
I'm not sure what's going on, but this smily works: ☺ Robby On Sun, Jul 19, 2020 at 10:55 AM Shriram Krishnamurthi wrote: > I wrote the following program: > > (define /: ') > > which at least on my screen looks like > > > > in Aquamacs and in my browser (modulo dark/light mode). > >

[racket-users] emoji in source code

2020-07-19 Thread Shriram Krishnamurthi
I wrote the following program: (define /: ') which at least on my screen looks like in Aquamacs and in my browser (modulo dark/light mode). However, no matter which mode I use in OS X AND which color mode I use in DrRacket, the emoji just isn't visible: Not the most pressing problem