From 5a53ab55da0e1311584abaae94418d4b91435bba Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 8 Feb 2011 20:12:43 +0100 Subject: [PATCH] unicode: option for common number derivatives Notable characters missing for latin1 coverage: superscript 1-3 (2 already present) and quarter fractions. --- unicode-table.inc.pl | 6 +++++- unicode.plp | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/unicode-table.inc.pl b/unicode-table.inc.pl index 7ab3dd3..5e79610 100644 --- a/unicode-table.inc.pl +++ b/unicode-table.inc.pl @@ -3,7 +3,11 @@ use utf8; punctuation => { quoting => [qw{. « » . ‹ › . ‘ ’ . “ ” . „ ‚ . ‟ ‛}], - common => [qw{. † ‡ • . § ¶ # . © ® ™ . ° ′ ″ . − × ÷ . ± ² √ . 年 月 日}], + common => [qw{ + . † ‡ • . § ¶ # . © ® ™ + . ° ′ ″ . − × ÷ . ± ² √ + . ¹ ⁿ ³ . ¼ ½ ¾ . 年 月 日 + }], marks => [qw{. ¿ … 〃 ‐ – . ‽ · ※ ‒ — }], spacing => [split / /, join ' ', ". \x{2003} \x{2009} \x{2007} \x{A0} \x{200B}", diff --git a/unicode.plp b/unicode.plp index 76c31ec..7a70b27 100644 --- a/unicode.plp +++ b/unicode.plp @@ -46,7 +46,7 @@ our $verbose = exists $get{v}; my @config = qw( Popular punctuation/quoting - common=-5 + common=-5?common symbols/binary?symbols/binary=-5 latin/sample=-1 ?sample=2- -- 2.30.0