unicode: customisable table configuration
[sheet.git] / unicode.inc.pl
index 4e7582b4e468ca37a0e37e0b6a424ad2524eeeff..39075539440aac69b0ed1d8fdbda3981d5d8a9d6 100644 (file)
@@ -2,8 +2,12 @@
 
 punctuation => {
        quoting  => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}],
-       common   => [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}",
+       ],
        version  => [qw{. α β}],
 },
 
@@ -42,6 +46,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 +99,17 @@ latin => {
        sample   => [qw{
                . å ä ö ü ß
                . ā æ ø ű ſ
-               . á è õ û ç
-               . ą ı ơ ů þ
+               . á è õ û ç þ
+               . ă ę œ ů š ð
+               . ı ė º ư ș đ
        }],
        uncommon => [qw{
                .>Englisc   æ ð ē ȝ œ þ ƿ
                .>Sámi      á č đ ŋ š ŧ ž
                .>Slavic    ą ě ł ů ź ż ž
                .>Türkçe    ç ğ ı İ ö ş ü
+               .>Español   ñ á é í ó ú ü
+               .>Română    ă â î ș ț
                .>Esperanto ĉ ĝ ĥ ĵ ŝ ŭ
        }],
 },