Hacker News new | ask | show | jobs
by iveqy 2079 days ago
Cool project, the first question that comes to my mind is, how did you succeed to have icons in a terminal application?
1 comments

Unicode [0].

You'll need a terminal that supports Unicode (but most do nowadays, AFAIK) and a font that can display Unicode characters.

Oh, and make sure you're using a locale that supports UTF-8, of course.

---

[0]: https://en.wikipedia.org/wiki/Unicode

thanks