font: save queried character numbers in include
[sheet.git] / unicode-table.inc.pl
index 7ab3dd3c79292f96791019ebac85e436dde9288c..d440d6bc61da60dc6498f2d8cbb9a641ed51808b 100644 (file)
@@ -3,27 +3,41 @@ use utf8;
 
 punctuation => {
        quoting  => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}],
-       common   => [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √ . 年 月 日}],
-       marks    => [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }],
-       spacing  => [split / /, join ' ',
-               ". \x{2003} \x{2009} \x{2007} \x{A0} \x{200B}",
-               ". \x{2002} \x{200A} \x{2008} \x{AD} \x{200C}",
+       common   => [qw{
+               . † ‡ • . § ¶ # . © ® ™
+               . ° ′ ″ . − × ÷ . ± ² √
+               . ¹ ⁿ ³ . ¼ ½ ¾ . 年 月 日
+       }],
+       marks    => [qw{. ¿ … 〃 . ‽ · ※ }],
+       spacing  => [
+               split / +/, join ' ',
+               ". — – ‒  \x{2011} \x{2010}  \x{AD} \x{200D}",  # dashes
+               ". \x{2003} \x{2002} \x{2007}  \x{A0} \x{2009}  \x{200B} \x{200C}",  # spaces
+               # em en figure  nobreak hyphen  break joiner
        ],
        version  => [qw{. α β}],
 },
 
 symbols => {
        binary   => [qw{. ⚋ ⚊ . ⚐ ⚑ . ☺ ☹ . ✓ ✗ . ✔ ✘ . ◄ ► }], # opposites
-       currency => [qw{. ¤ ¢ ₥ € £ ₨ $ ¥ . ฿ ₫ ₭ ₦ ₱ ₮ ₩ ₪}],
-       cards    => [qw{. ♠ ♡ ♢ ♣ . ♤ ♥ ♦ ♧}],
+       currency => [qw{. ¤ ¢ ₥ € £ ₹ $ ¥ . ฿ ₫ ₭ ₦ ₱ ₮ ₩ ₪}],
+       cards    => [
+               qw{. ♢ ♡ ♠ ♣ . ♦ ♥ ♤ ♧ }, # diamonds, hearts, clubs, spades
+#              qw{. 🔔 ❀ -⛨ 🌰 }, # bells, roses, shields, acorns
+#              qw{. ⚚ ⚘ ⚔ ⚒ }, # merchant, clergy, nobility, peasant
+#              qw{. ❂ 🏆 ⚔ -🔧 }, # coins, cups, swords, clubs
+               qw{. ▽̶ ▽ △ △̶ }, # earth, water, fire, air
+               qw{. ☷ ☵ ☲ ☰ }, # earth, water, fire, heaven [cq ☴ wind]
+               qw{. 土 水 火 金 }, # earth, water, fire, metal
+       ],
        chess    => [qw{. ♙ ♘ ♗ ♖ ♕ ♔ . ♟ ♞ ♝ ♜ ♛ ♚ }],
        signs1   => [qw{. ☮ ☯ ☻ ♪ ♲ ♿ }],
        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{. ✂ ✉ ℻ ☎ 📱 }, # scissors, envelope, fax sign, black phone, mobile
+               qw{. ��� 📯 📠 ☏ 📞 }, # paperclip, postal horn, fax machine, white phone, receiver
        ],
-       trinity  => [qw{. ✊ ✋ ✌ . ��� 🐜 👼 }], # rock, paper, scissors; terran, protoss, zerg
+       trinity  => [qw{. ✊ ✋ ✌ . ��� 🐜 👽 }], # rock, paper, scissors; terran, protoss, zerg
        solar    => [qw{. ☉ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}], # sun, mercury-neptune, pluto
        zodiac   => [
                qw{. ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ }, # western signs
@@ -41,7 +55,8 @@ keys => {
        command  => [qw{. ↵ ⎋ ⎉ ⎊ }], # enter, esc, pause, break
        player   => [qw{. ► ⏩ ⏭ ◼ ⚫ . ◄ ⏪ ⏮ ⏏ -❚❚ }], # play, fast, skip, stop, record
        android  => [qw{. ⌂ ◰ ↩ 🔍 }], # home, menu, back, search
-       ps       => [qw{. △ ○ ☓ □ }], # triangle, circle, cross, square
+       ps       => [qw{. ☓ □ △ ○ }], # triangle, circle, cross, square
+       gamepad  => [qw{. Ⓐ Ⓑ ◭ ◮ }], # A, B, L1, R1
 },
 
 math => {