From 24bf9d1021a0ce46947726d08c80b102cdee90e9 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 9 Mar 2010 18:26:20 +0000 Subject: [PATCH] unicode: optional emoji alternatives Make coherent groups of misc symbols containing common communication methods and three-way competition signs (rock-paper-scissors). Useful alternatives from the Unicode 6.0 proposal n3607 are hidden by default. Chinese zodiac signs expanded with animals signs (both letters, and shapes from proposed pictographics) but also hidden for now. --- unicode.plp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/unicode.plp b/unicode.plp index 4a3a086..4027352 100644 --- a/unicode.plp +++ b/unicode.plp @@ -51,12 +51,17 @@ print_glyph_tables( [qw{. ¤ ¢ ₥ € £ ₨ $ ¥ . ฿ ₫ ₭ ₦ ₱ ₮ ₩ ₪}], [qw{. ♠ ♡ ♢ ♣ . ♤ ♥ ♦ ♧}], [qw{. ☮ ☯ ☻ ♪ ♲ ♿ }], - [qw{. ✂ ✉ ☎ }], [qw{. ⚠ ☡ ☠}], + [qw{. ✂ ✉ ℻ ☎ ☏}, $verbose ? qw{. 🔞 🔾 🔰 🔮 🕀 } : ()], # communication + [qw{. ✊ ✋ ✌ }, $verbose ? qw{. 🖹 🐜 👼 } : ()], # 3-way (RockPaperScissors, TerranProtossZerg) + [qw{. ⚠ ☡ ☠}], 'Signs', [qw{. ☉ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}], # solar [qw{ . ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ + }, !$verbose ? () : qw{ . 寅 卯 辰 巳 午 未 申 酉 戌 亥 子 丑 + . 虎 兔 龍 蛇 馬 羊 猴 雞 狗 豬 鼠 牛 + . 🐅 🐇 🐉 🐍 🐎 🐐 🐒 🐓 🐕 🐖 🐀 🐂 }], # zodiac 'Key commands', -- 2.30.0