jbevain / EmojiVS

GitHub emojis in Visual Studio
https://visualstudiogallery.msdn.microsoft.com/88575465-8486-4c5a-8406-05e8d1d5b09d
MIT License
90 stars 13 forks source link

AB emoji in hex strings #9

Closed mganss closed 9 years ago

mganss commented 9 years ago

The :ab: emoji is displayed in strings that contain colon separated hex bytes, e.g.

var s = "ff:00:ab:cd:ef:...";
jbevain commented 9 years ago

Ahah. Yes :) That's a dup of #4 and #7, we're tracking it there.