File: transform.xml

package info (click to toggle)
python-babel 2.6.0%2Bdfsg.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164,640 kB
  • sloc: xml: 1,848,178; python: 11,849; makefile: 213; sh: 44
file content (36 lines) | stat: -rw-r--r-- 2,669 bytes parent folder | download | duplicates (5)
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
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.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
-->

<ldmlBCP47>
	<version number="$Revision: 12253 $" />
	<keyword>
		<key extension="t" name="m0" description="Transform extension mechanism:
			to reference an authority or rules for a type of transformation" since="21">
			<type name="alaloc" description="American Library Association-Library of Congress" since="21"/>
			<type name="bgn" description="US Board on Geographic Names" since="21"/>
			<type name="buckwalt" description="Buckwalter Arabic transliteration system" since="22.1"/>
			<type name="din" description="Deutsches Institut für Normung" since="21"/>
			<type name="gost" description="Euro-Asian Council for Standardization, Metrology and Certification" since="21"/>
			<type name="iso" description="International Organization for Standardization" since="21"/>
			<type name="mcst" description="Korean Ministry of Culture, Sports and Tourism" since="21"/>
			<type name="mns" description="Mongolian National Standard" since="29"/>
			<type name="satts" description="Standard Arabic Technical Transliteration System (SATTS)" since="22.1"/>
			<type name="ungegn" description="United Nations Group of Experts on Geographical Names" since="21"/>
			<type name="c11" description="for hex transforms, using the C11 syntax: \u0061\U0001F4D6" since="29" alias="c"/>
			<type name="css" description="for hex transforms, using the CSS syntax: \61 \01F4D6, spacing where necessary" since="29"/>
			<type name="java" description="for hex transforms, using the Java syntax: \u0061\uD83D\uDCD6" since="29"/>
			<type name="percent" description="for hex transforms, using the percent syntax: %61%F0%9F%93%96" since="29"/>
			<type name="perl" description="for hex transforms, using the perl syntax: \x{61}\x{1F4D6}" since="29"/>
			<type name="plain" description="for hex transforms, with no surrounding syntax, spacing where necessary: 0061 1F4D6" since="29"/>
			<type name="unicode" description="to hex with the Unicode syntax: U+0061 U+1F4D6, spacing where necessary" since="29"/>
			<type name="xml" description="for hex transforms, using the xml syntax: &amp;#x61;&amp;#x1F4D6;" since="29"/>
			<type name="xml10" description="for hex transforms, using the xml decimal syntax: &amp;#97;&amp;#128214;" since="29"/>
			<type name="prprname" description="transform variant for proper names" since="29" alias="names"/>
		</key>
	</keyword>
</ldmlBCP47>