unicode: minor improvements of common latin
[sheet.git] / unicode.inc.pl
index a960f3554c7918f95a20e1d26a18616537993104..ca1bbf90df3b9442d1fcbea9b5ec815e14085a5c 100644 (file)
@@ -2,7 +2,7 @@
 
 punctuation => {
        quoting  => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}],
-       common   => [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}],
+       common   => [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √ . 年 月 日}],
        marks    => [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }],
        version  => [qw{. α β}],
 },
@@ -14,9 +14,12 @@ symbols => {
        chess    => [qw{. ♙ ♘ ♗ ♖ ♕ ♔ . ♟ ♞ ♝ ♜ ♛ ♚ }],
        signs1   => [qw{. ☮ ☯ ☻ ♪ ♲ ♿ }],
        signs2   => [qw{. ⚠ ☡ ☠}],
-       communic => [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
+       ],
        trinity  => [qw{. ✊ ✋ ✌ . 🖹 🐜 👼 }], # rock, paper, scissors; terran, protoss, zerg
-       solar    => [qw{. ☉ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}],
+       solar    => [qw{. ☉ ☿ ♀ ♁ ♂ ♃ ♄ ♅ ♆ ♇}], # sun, mercury-neptune, pluto
        zodiac   => [
                qw{. ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ }, # western signs
                qw{. 寅 卯 辰 巳 午 未 申 酉 戌 亥 子 丑 }, # chinese signs (earthly branches)
@@ -38,6 +41,15 @@ math => {
        equal    => [qw{. ∼ ≈ ≅ ≡ ∃ . ≁ ≉ ≇ ≢ ∄ }],
        size     => [qw{. ≪ < ≤ \= ≥ \> ≫ . - ≮ ≰ ≠ ≱ ≯ - }],
        set      => [qw{. ∈ ⊂ ⊆ ∀ ⊇ ⊃ ∋ ∪ . ∉ ⊄ ⊈ ∅ ⊉ ⊅ ∌ ∩ }],
+       logic    => [qw{. ∧ ∨ ⊻ ⊥ ¬ . ⊼ ⊽ ↔ ⊤ - }],
+
+       constant => [qw{. ℝ πϖ ℯ φ ϑ ∂ ℵ }],
+       predicate=> [qw{. ∴ ∵ }],
+       complex  => [qw{. ℂ iℑ }],
+       number   => [qw{. ℕ ∞ ℤ ℚ ℝℜ ℂ ‰ ℘ }],
+#                        natural inf int rational 
+#                                        Θ
+       function => [qw{. ⌈ ⌉ . ⌊ ⌋ . ƒ ∑ ∏ ∫ ∇ ∝ }],
 },
 
 arrows => {
@@ -83,14 +95,17 @@ latin => {
        sample   => [qw{
                . å ä ö ü ß
                . ā æ ø ű ſ
-               . á è õ û ç
-               . ą ı ơ ů þ
+               . á è õ û ç þ
+               . ă ę œ ů š ð
+               . ı ė º ư ș đ
        }],
        uncommon => [qw{
                .>Englisc   æ ð ē ȝ œ þ ƿ
                .>Sámi      á č đ ŋ š ŧ ž
                .>Slavic    ą ě ł ů ź ż ž
                .>Türkçe    ç ğ ı İ ö ş ü
+               .>Español   ñ á é í ó ú ü
+               .>Română    ă â î ș ț
                .>Esperanto ĉ ĝ ĥ ĵ ŝ ŭ
        }],
 },