From 5c6226f7284e7b0ce87825f4a90d083d03f94388 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 8 Feb 2011 21:31:40 +0100 Subject: [PATCH] unicode: group spaces and dashes --- unicode-table.inc.pl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/unicode-table.inc.pl b/unicode-table.inc.pl index 5e79610..d6302ef 100644 --- a/unicode-table.inc.pl +++ b/unicode-table.inc.pl @@ -8,10 +8,12 @@ punctuation => { . ° ′ ″ . − × ÷ . ± ² √ . ¹ ⁿ ³ . ¼ ½ ¾ . 年 月 日 }], - 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}", + marks => [qw{. ¿ … 〃 . ‽ · ※ }], + spacing => [ + split / +/, join ' ', + ". — – ‒ \x{2011} \x{2010} \x{AD} \x{200D}", # dashes + ". \x{2003} \x{2002} \x{2007} \x{A0} \x{2009} \x{200B} \x{200C}", # spaces + # em en figure nobreak hyphen break joiner ], version => [qw{. α β}], }, -- 2.30.0