File: el-Lower.xml

package info (click to toggle)
python-babel 1.3%2Bdfsg.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 69,060 kB
  • ctags: 1,644
  • sloc: xml: 582,663; python: 9,389; makefile: 216; sh: 188
file content (26 lines) | stat: -rw-r--r-- 1,444 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
26
<?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: 8242 $"/>
	<generation date="$Date: 2013-02-24 21:06:02 -0600 (Sun, 24 Feb 2013) $"/>
	<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>