1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
3<!-- Copyright © 1991-2015 Unicode, Inc.
4	CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
5	For terms of use, see http://www.unicode.org/copyright.html
6-->
7<ldmlBCP47>
8	<version number="$Revision: 14062 $"/>
9	<keyword>
10		<key extension="t" name="d0" description="Transform destination for non-languages/scripts." since="29">
11			<type name="ascii" description="map as many characters to the closest ASCII character as possible" since="29"/>
12			<type name="accents" description="map base + punctuation, etc to accented characters" since="29"/>
13			<type name="publish" description="map to preferred forms for publishing, such as “, ”, —" since="29" alias="publishing"/>
14			<type name="casefold" description="apply Unicode case folding" since="29"/>
15			<type name="lower" description="apply Unicode full lowercase mapping" since="29"/>
16			<type name="upper" description="apply Unicode full uppercase mapping" since="29"/>
17			<type name="title" description="apply Unicode full titlecase mapping" since="29"/>
18			<type name="digit" description="convert to digit form of accent" since="29"/>
19			<type name="fwidth" description="map characters to their fullwidth equivalents" since="29" alias="fullwidth"/>
20			<type name="hwidth" description="map characters to their halfwidth equivalents" since="29" alias="halfwidth"/>
21			<type name="hex" description="map characters to a hex equivalents, eg 'a' to '\u0061'; for hex variants see transform.xml" since="29"/>
22			<type name="nfc" description="map string to the Unicode NFC format" since="29"/>
23			<type name="nfd" description="map string to the Unicode NFD format" since="29"/>
24			<type name="nfkc" description="map string to the Unicode NFKC format" since="29"/>
25			<type name="nfkd" description="map string to the Unicode NFKD format" since="29"/>
26			<type name="fcd" description="map string to the FCD format; http://unicode.org/notes/tn5" since="29"/>
27			<type name="fcc" description="map string to the FCC format; http://unicode.org/notes/tn5" since="29"/>
28			<type name="charname" description="map each character to its Unicode name" since="29" alias="name"/>
29			<type name="npinyin" description="map pinyin written with tones to the numeric form" since="29" alias="numericPinyin"/>
30			<type name="null" description="make no change in the string" since="29"/>
31			<type name="remove" description="remove every character in the string" since="29"/>
32			<type name="zawgyi" description="map Unicode to Zawgyi Myanmar encoding" since="34"/>
33		</key>
34		<key extension="t" name="s0" description="Transform source for non-languages/scripts."  since="29">
35			<type name="accents" description="accented characters to map base + punctuation, etc" since="29"/>
36			<type name="ascii" description="map from ASCII to the target, perhaps using different conventions" since="29"/>
37			<type name="publish" description="map publishing characters, such as “, ”, —, to from vanilla characters" since="29" alias="publishing"/>
38			<type name="hex" description="map characters from hex equivalents, trying all variants, eg 'U+0061' to 'a'; for hex variants see transform.xml" since="29"/>
39			<type name="npinyin" description="map the numeric form of pinyin to the tone format" since="29" alias="numericPinyin"/>
40			<type name="zawgyi" description="map Zawgyi Myanmar encoding to Unicode" since="30"/>
41		</key>
42	</keyword>
43</ldmlBCP47>
44