mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 23:10:40 +00:00
ICU-2888 fix to pattern - need to have hyphen (-) as last char in set or it is detected as range.
X-SVN-Rev: 12291
This commit is contained in:
parent
7fbdd986ef
commit
e64faf954a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Copyright (C) 1999-2003, International Business Machines Corporation and others. All Rights Reserved.
|
||||
s%^\([a-zA-Z\.-_]*\)[ ]*+=%\1=$(\1) %
|
||||
s%^\([a-zA-Z\._-]*\)[ ]*+=%\1=$(\1) %
|
||||
s%^[A-Z]*_SO_TARG*%## &%
|
||||
s%$(\([^\)]*\))%${\1}%g
|
||||
s%^ %#M# %
|
||||
|
|
Loading…
Add table
Reference in a new issue