From f3a73f6e2e4498dda2550f2149d95e42cd551095 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 30 Oct 2010 09:53:06 -0600 Subject: [PATCH] mktables: Clarify \d description for perluniprops --- lib/unicore/mktables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index b13fe0e..c432809 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -11423,7 +11423,7 @@ sub compile_perl() { ); my $Digit = $perl->add_match_table('Digit', - Description => '\d, extended beyond just [0-9]'); + Description => '[0-9] + all other decimal digits'); $Digit->set_equivalent_to($gc->table('Decimal_Number'), Related => 1); my $PosixDigit = $perl->add_match_table("PosixDigit", Description => '[0-9]', -- 2.7.4