File: variant.xml

package info (click to toggle)
unicode-cldr-core 46-0.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 271,028 kB
  • sloc: xml: 2,609,212; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,562 bytes parent folder | download | duplicates (13)
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
<!-- Copyright © 1991-2016 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$" />
	<keyword>
		<key name="em" description="Emoji presentation style request" since="29">
			<type name="emoji" description="use an emoji presentation for emoji characters if possible" since="29"/>
			<type name="text" description="use a text presentation for emoji characters if possible" since="29"/>
			<type name="default" description="use the default presentation as specified in UTR #51" since="29"/>
		</key>

		<key name="rg" description="Alternate region for determining certain data values (e.g. default currency and units) specified by rgScope" since="29">
			<type name="RG_KEY_VALUE" description="A region code from idValidity/id[type='region'][idStatus='regular'], suffixed with 'ZZZZ'" since="29"/>
		</key>

		<key name="sd" description="Region subdivision" since="28">
			<type name="SUBDIVISION_CODE"
				description="Valid unicode_subdivision_subtag for the region subtag as specified in LDML, based on subdivisionContainment data in supplementalData, prefixed by the associated unicode_region_subtag" since="28"/>
		</key>

		<key name="va" description="Common locale variant type key">
			<type name="posix" description="POSIX style locale variant" />
		</key>
	</keyword>
</ldmlBCP47>