mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3170 U+1369 is not a decimal digit (Nd) any more in Unicode 4.0.1
X-SVN-Rev: 14875
This commit is contained in:
parent
cfd8444451
commit
8fb3aa36e7
1 changed files with 2 additions and 2 deletions
4
icu4c/source/test/testdata/regextst.txt
vendored
4
icu4c/source/test/testdata/regextst.txt
vendored
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2001-2003 International Business Machines
|
||||
# Copyright (c) 2001-2004 International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
#
|
||||
# file:
|
||||
|
@ -100,7 +100,7 @@
|
|||
"A." "A\u000a "# no match
|
||||
|
||||
# \d for decimal digits
|
||||
"\d*" "<0>0123456789\u0660\u06F9\u0969\u0A66\u1369\u17E2\uFF10\U0001D7CE\U0001D7FF</0>non-digits"
|
||||
"\d*" "<0>0123456789\u0660\u06F9\u0969\u0A66\u17E2\uFF10\U0001D7CE\U0001D7FF</0>non-digits"
|
||||
"\D+" "<0>non digits</0>"
|
||||
"\D*(\d*)(\D*)" "<0>non-digits<1>3456666</1><2>more non digits</2></0>"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue