Homebrew: Terminal Emoticons How?

6

I use homebrew for package management on my mac. Today after updating homebrew I saw something I've never seen before;

Homebrew screenshot in iTerm

There was a tiny beer emoticon in the terminal. How is this being done!? What kinds of terminals is this supported in? I'm using iTerm 2 for my terminal.

Related: https://github.com/mxcl/homebrew/issues/17085

aaronsnoswell

Posted 2013-03-09T05:55:00.790

Reputation: 162

Answers

1

Yikes! iTerm says it was fixed in a build on 01/20. But I believe the beer mug is a branding point. Maybe just update.

http://code.google.com/p/iterm2/issues/detail?id=2279&sort=-id

ITerm Patch for emoji: http://code.google.com/p/iterm2/issues/detail?id=2062#c5

How its done? It is just Apple. The glyph substitution algorithm is picking up the text and replacing it with emoji (which is ttf on mac) – Benjiman 50 secs ago edit

Benjiman

Posted 2013-03-09T05:55:00.790

Reputation:

No, my iTerm doesn't crash, I was just wondering how they are showing these icons. I actually updated iTerm yesterday btw. – aaronsnoswell – 2013-03-09T06:05:30.383

Oh, sorry. It is just Apple. The glyph substitution algorithm is picking up the text and replacing it with emoji (which is ttf on mac) – None – 2013-03-09T06:10:13.963

1

Unicode codepoint U+1F37A (http://en.wikipedia.org/wiki/Emoji)

– None – 2013-03-09T06:32:38.520