ICU-2093 RBBI Title rules, replace hex ranges with property expression.
X-SVN-Rev: 12026
This commit is contained in:
parent
1b2b7444d8
commit
a46dbcf2ea
@ -5,9 +5,7 @@
|
||||
#
|
||||
|
||||
$CaseIgnorable = [[:Mn:][:Me:][:Cf:][:Lm:][:Sk:] \u0027 \u00AD \u2019];
|
||||
$OtherUpperCase = [\u2160-\u216f \u24b6-\u24cf];
|
||||
$OtherLowerCase = [\u02b0-\u02b8 \u02c0-\u02c1 \u02e0-\u02e4 \u0345\u037a \u2170-\u217f \u24d0-\u24e9];
|
||||
$Cased = [[:Lu:][:Lt:][:Ll:] $OtherUpperCase $OtherLowerCase - $CaseIgnorable];
|
||||
$Cased = [[:Upper_Case:][:Lower_Case:][:Lt:] - $CaseIgnorable];
|
||||
$NotCased = [^ $Cased];
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user