From 1f2a2817298b6951e63bb73125f35a47542e0834 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 25 Dec 2010 03:58:33 +0100 Subject: [PATCH] unicode: some mathematical symbols (wip) --- unicode.inc.pl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/unicode.inc.pl b/unicode.inc.pl index 4e7582b..07f52d5 100644 --- a/unicode.inc.pl +++ b/unicode.inc.pl @@ -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 => { -- 2.30.0