unicode: whitespace characters
[sheet.git] / unicode.inc.pl
index ca1bbf90df3b9442d1fcbea9b5ec815e14085a5c..39075539440aac69b0ed1d8fdbda3981d5d8a9d6 100644 (file)
@@ -4,6 +4,10 @@ punctuation => {
        quoting  => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}],
        common   => [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √ . 年 月 日}],
        marks    => [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }],
        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{. α β}],
 },
 
        version  => [qw{. α β}],
 },