1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3<!-- 4Copyright © 1991-2013 Unicode, Inc. 5CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6For terms of use, see http://www.unicode.org/copyright.html 7--> 8<supplementalData> 9 <version number="$Revision$"/> 10 <transforms> 11 <transform source="el" target="Title" direction="forward" alias="el-t-d0-title"> 12 <tRule><![CDATA[ 13::NFD(); 14# Remove \0301 following Greek, with possible intervening 0308 marks. 15# [[:Greek:] & [:Ll:]] [\u0308]? { \u0301 → ; 16# Make any string of letters after a cased letter be lower, with rules for sigma 17[:cased:] [:case-ignorable:]* { Σ } [:case-ignorable:]* [:cased:] → σ; 18[:cased:] [:case-ignorable:]* { Σ → ς; 19[:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ; 20# Otherwise all lowercase go to upper (titlecase stay as is) 21([:Lowercase:]) → &Any-Title($1) ; 22::NFC(); 23 ]]></tRule> 24 </transform> 25 </transforms> 26</supplementalData> 27