File: el-Lower.xml

package info (click to toggle)
python-babel 2.3.4%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 92,908 kB
  • ctags: 1,275
  • sloc: xml: 976,232; python: 10,845; makefile: 213; sh: 44
file content (25 lines) | stat: -rw-r--r-- 1,369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<supplementalData>
  <version number="$Revision: 11914 $"/>
	<transforms>
		<transform source="el" target="Lower" direction="forward">
			<comment># Copyright (C) 2011-2013, Google Inc. and others. All Rights Reserved.</comment>
			<comment># Special case for final form of sigma.</comment>
			<tRule>::NFD();</tRule>
			<comment># C is preceded by a sequence consisting of a cased letter and then zero or more case-ignorable characters,</comment>
			<comment># and C is not followed by a sequence consisting of zero or more case-ignorable characters and then a cased letter.</comment>
			<comment># 03A3; 03C2; 03A3; 03A3; Final_Sigma; # GREEK CAPITAL LETTER SIGMA</comment>
			<comment># With translit rules, easiest is to handle the negative condition first, mapping in that case to the regular sigma.</comment>
			<tRule>Σ } [:case-ignorable:]* [:cased:] → σ;</tRule>
			<tRule>[:cased:] [:case-ignorable:]* { Σ → ς;</tRule>
			<tRule>::Any-Lower;</tRule>
			<tRule>::NFC();</tRule>
		</transform>
	</transforms>
</supplementalData>