unicode: minor improvements of common latin
[sheet.git] / unicode.inc.pl
index 4e7582b4e468ca37a0e37e0b6a424ad2524eeeff..ca1bbf90df3b9442d1fcbea9b5ec815e14085a5c 100644 (file)
@@ -2,7 +2,7 @@
 
 punctuation => {
        quoting  => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}],
-       common   => [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √}],
+       common   => [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √ . 年 月 日}],
        marks    => [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }],
        version  => [qw{. α β}],
 },
@@ -42,6 +42,14 @@ math => {
        size     => [qw{. ≪ < ≤ \= ≥ \> ≫ . - ≮ ≰ ≠ ≱ ≯ - }],
        set      => [qw{. ∈ ⊂ ⊆ ∀ ⊇ ⊃ ∋ ∪ . ∉ ⊄ ⊈ ∅ ⊉ ⊅ ∌ ∩ }],
        logic    => [qw{. ∧ ∨ ⊻ ⊥ ¬ . ⊼ ⊽ ↔ ⊤ - }],
+
+       constant => [qw{. ℝ πϖ ℯ φ ϑ ∂ ℵ }],
+       predicate=> [qw{. ∴ ∵ }],
+       complex  => [qw{. ℂ iℑ }],
+       number   => [qw{. ℕ ∞ ℤ ℚ ℝℜ ℂ ‰ ℘ }],
+#                        natural inf int rational 
+#                                        Θ
+       function => [qw{. ⌈ ⌉ . ⌊ ⌋ . ƒ ∑ ∏ ∫ ∇ ∝ }],
 },
 
 arrows => {
@@ -87,14 +95,17 @@ latin => {
        sample   => [qw{
                . å ä ö ü ß
                . ā æ ø ű ſ
-               . á è õ û ç
-               . ą ı ơ ů þ
+               . á è õ û ç þ
+               . ă ę œ ů š ð
+               . ı ė º ư ș đ
        }],
        uncommon => [qw{
                .>Englisc   æ ð ē ȝ œ þ ƿ
                .>Sámi      á č đ ŋ š ŧ ž
                .>Slavic    ą ě ł ů ź ż ž
                .>Türkçe    ç ğ ı İ ö ş ü
+               .>Español   ñ á é í ó ú ü
+               .>Română    ă â î ș ț
                .>Esperanto ĉ ĝ ĥ ĵ ŝ ŭ
        }],
 },