X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/729e4ab9bc6618bc3d8a898e575df7f4019e29ca..4d9eefca008a7bc544144ef830fa144ce89deaa0:/icuSources/i18n/regexst.cpp diff --git a/icuSources/i18n/regexst.cpp b/icuSources/i18n/regexst.cpp index b8ad297d..d8652499 100644 --- a/icuSources/i18n/regexst.cpp +++ b/icuSources/i18n/regexst.cpp @@ -1,7 +1,7 @@ // // regexst.h // -// Copyright (C) 2004-2010, International Business Machines Corporation and others. +// Copyright (C) 2004-2012, International Business Machines Corporation and others. // All Rights Reserved. // // This file contains class RegexStaticSets @@ -79,8 +79,10 @@ static const UChar gIsWordPattern[] = { 0x5c, 0x70, 0x7b, 0x4d, 0x7d, // \ p { N d } Digit_Numeric 0x5c, 0x70, 0x7b, 0x4e, 0x64, 0x7d, -// \ p { P c } ] Connector_Punctuation - 0x5c, 0x70, 0x7b, 0x50, 0x63, 0x7d, 0x5d, 0}; +// \ p { P c } Connector_Punctuation + 0x5c, 0x70, 0x7b, 0x50, 0x63, 0x7d, +// \ u 2 0 0 c \ u 2 0 0 d ] + 0x5c, 0x75, 0x32, 0x30, 0x30, 0x63, 0x5c, 0x75, 0x32, 0x30, 0x30, 0x64, 0x5d, 0}; //