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:
Steven R. Loomis 2003-06-04 21:28:58 +00:00
parent 7fbdd986ef
commit e64faf954a

View file

@ -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# %