| 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)*;
 | 
| 
 |