j178 / chatgpt

An elegant interactive CLI for ChatGPT
693 stars 52 forks source link

Special characters not rendered #62

Closed xilopaint closed 1 year ago

xilopaint commented 1 year ago

The characters at the bottom are not being rendered in my terminal, and I'm getting a question mark instead.

Screenshot 2023-04-13 at 01 37 46
j178 commented 1 year ago

That's strange. These characters are Nerd Font icons. From your screenshot, I can see that some Nerd Font icons are rendered correctly. Which font are you using in your terminal?

Could you please try running this command and let me know what it prints:

printf '\\uEAC7 \\U000F0C24 \\U000F02D6 \\ueb33'
xilopaint commented 1 year ago

Well, I just installed the Hack Nerd Font and now it's rendering properly.