X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/999b31f165d86bb9faf5f743cefd0f5fc60ae28b..137be49b9a79623be00aa0cb1f416599949b1cf9:/unicode.inc.pl?ds=sidebyside 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{. α β}], },