• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: 12245 $"/>
10	<transforms>
11		<transform source="el" target="Upper" direction="forward" alias="el-t-d0-upper">
12			<tRule>
13# Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved.
14# Remove \0301 following Greek, with possible intervening 0308 marks.
15::NFD();
16# For uppercasing (not titlecasing!) remove all greek accents from greek letters.
17# This is done in two groups, to account for canonical ordering.
18[:Greek:] [^[:ccc=Not_Reordered:][:ccc=Above:]]*? { [\u0313\u0314\u0301\u0300\u0306\u0342\u0308\u0304] → ;
19[:Greek:] [^[:ccc=Not_Reordered:][:ccc=Iota_Subscript:]]*? { \u0345 → ;
20::NFC();
21::Any-Upper();
22			</tRule>
23		</transform>
24	</transforms>
25</supplementalData>
26