From e53dc8321eb5991f73ec2182a5681c25ae479e64 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 11 Jan 2011 04:35:05 +0100 Subject: [PATCH] unicode: fix provisional communication characters Changed from initial assignment in final Unicode v6.0 release. --- unicode-table.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicode-table.inc.pl b/unicode-table.inc.pl index a80947d..0238baa 100644 --- a/unicode-table.inc.pl +++ b/unicode-table.inc.pl @@ -21,7 +21,7 @@ symbols => { signs2 => [qw{. ⚠ ☡ ☠}], communic => [ # note, mail, fax, phone, alt phone qw{. ✂ ✉ ℻ ☎ ☏ }, # scissors, envelope, fax sign, black phone, white phone - qw{. 🔞 🔾 🔰 🔮 🕀 }, # paperclip, postal horn, fax machine, receiver, cell + qw{. 🔞 🔾 🔰 📞 🕀 }, # paperclip, postal horn, fax machine, receiver, cell ], trinity => [qw{. ✊ ✋ ✌ . 🖹 🐜 👼 }], # rock, paper, scissors; terran, protoss, zerg solar => [qw{. ☉ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}], # sun, mercury-neptune, pluto -- 2.30.0