• 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-2014 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="lt" target="Lower" direction="forward" alias="lt-t-d0-lower">
12			<tRule>
13# Introduce an explicit dot above when lowercasing capital Is and Js
14# whenever there are more accents above.
15# (of the accents used in Lithuanian: grave, acute, tilde above, and ogonek)
16# 0049; 0069 0307; 0049; 0049; lt More_Above; # LATIN CAPITAL LETTER I
17# 004A; 006A 0307; 004A; 004A; lt More_Above; # LATIN CAPITAL LETTER J
18# 012E; 012F 0307; 012E; 012E; lt More_Above; # LATIN CAPITAL LETTER I WITH OGONEK
19# 00CC; 0069 0307 0300; 00CC; 00CC; lt; # LATIN CAPITAL LETTER I WITH GRAVE
20# 00CD; 0069 0307 0301; 00CD; 00CD; lt; # LATIN CAPITAL LETTER I WITH ACUTE
21# 0128; 0069 0307 0303; 0128; 0128; lt; # LATIN CAPITAL LETTER I WITH TILDE
22::NFD();
23I } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0307;
24J } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → j \u0307;
25I \u0328 } [^[:ccc=Not_Reordered:][:ccc=Above:]]* [:ccc=Above:] → i \u0328 \u0307;
26I \u0300 → i \u0307 \u0300;
27I \u0301 → i \u0307 \u0301;
28I \u0303 → i \u0307 \u0303;
29::Any-Lower();
30::NFC();
31			</tRule>
32		</transform>
33	</transforms>
34</supplementalData>
35