unicode: fix provisional communication characters
[sheet.git] / unicode-table.inc.pl
index 39075539440aac69b0ed1d8fdbda3981d5d8a9d6..0238baa43e0e00c2d47dec30cd60843eb75dee52 100644 (file)
@@ -1,4 +1,5 @@
-{
+use utf8;
++{
 
 punctuation => {
        quoting  => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}],
@@ -20,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
@@ -39,6 +40,8 @@ keys => {
        control  => [qw{. ⎈ ⌥ ⌘ ⎄ }], # ctrl, option, cmd, compose
        command  => [qw{. ↵ ⎋ ⎉ ⎊ }], # enter, esc, pause, break
        player   => [qw{. ► ⏩ ⏭ ◼ ⚫ . ◄ ⏪ ⏮ ⏏ -❚❚ }],
+       android  => [qw{. ⌂ ◰ ↩ 🔍 }], # home, menu, back, search
+       ps       => [qw{. △ ○ ☓ □ }], # triangle, circle, cross, square
 },
 
 math => {