From: Mischa POSLAWSKY Date: Sat, 25 Dec 2010 04:41:30 +0000 (+0100) Subject: unicode: whitespace characters X-Git-Tag: v1.5~85 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/137be49b9a79623be00aa0cb1f416599949b1cf9 unicode: whitespace characters --- diff --git a/unicode.inc.pl b/unicode.inc.pl index ca1bbf9..3907553 100644 --- a/unicode.inc.pl +++ b/unicode.inc.pl @@ -4,6 +4,10 @@ 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}", + ], version => [qw{. α β}], }, diff --git a/unicode.plp b/unicode.plp index e3d7402..3173cfd 100644 --- a/unicode.plp +++ b/unicode.plp @@ -83,6 +83,7 @@ $glyphs->print(map { ?uncommon punctuation/version punctuation/marks + spacing Symbols symbols/currency cards