Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-26 Thread Danh Doan
Enan Ajmain <3nan.ajm...@gmail.com> writes: > I now know what font is responsible for the unicode character being > displayed in xfce4-terminal. It's called `Noto Color Emoji`. But if I > put > ``` > static char *font = "Noto Color Emoji:size=9:antialias=true:autohint=true"; > ``` > I can then see

Re: [dev] [st] Cannot display unicode characters for example '\U1F50D'

2019-02-26 Thread Enan Ajmain
I now know what font is responsible for the unicode character being displayed in xfce4-terminal. It's called `Noto Color Emoji`. But if I put ``` static char *font = "Noto Color Emoji:size=9:antialias=true:autohint=true"; ``` I can then see nothing. If I type something I see the cursor moving aroun