Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1990)

Unified Diff: source/data/brkitr/sent_el.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/brkitr/sent.txt ('k') | source/data/brkitr/thaidict.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/brkitr/sent_el.txt
diff --git a/source/data/brkitr/sent_el.txt b/source/data/brkitr/sent_el.txt
index f883aeb2af7d0b67c16012cc731b59d9164b637e..2190628e45894897a018a52b5a32240c01d3c5a9 100644
--- a/source/data/brkitr/sent_el.txt
+++ b/source/data/brkitr/sent_el.txt
@@ -1,12 +1,12 @@
#
-# Copyright (C) 2002-2011, International Business Machines Corporation and others.
+# Copyright (C) 2002-2015, International Business Machines Corporation and others.
# All Rights Reserved.
#
# file: sent_el.txt
#
# ICU Sentence Break Rules
# See Unicode Standard Annex #29.
-# These rules are based on UAX #29 Revision 19 for Unicode Version 6.1
+# These rules are based on UAX #29 Revision 26 for Unicode Version 8.0
#
@@ -64,7 +64,7 @@ $CR $LF;
$ATermEx $NumericEx;
# Rule 7
-$UpperEx $ATermEx $UpperEx;
+($UpperEx | $LowerEx) $ATermEx $UpperEx;
#Rule 8
$NotLettersEx = [^$OLetter $Upper $Lower $Sep $CR $LF $ATerm $STerm] ($Extend | $Format)*;
« no previous file with comments | « source/data/brkitr/sent.txt ('k') | source/data/brkitr/thaidict.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698