Home | History | Annotate | Download | only in bcp47
      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 <!DOCTYPE ldmlBCP47 SYSTEM "../../common/dtd/ldmlBCP47.dtd">
      3 <!-- Copyright  1991-2016 Unicode, Inc. CLDR data files are interpreted according to the LDML specification 
      4 	(http://unicode.org/reports/tr35/) For terms of use, see http://www.unicode.org/copyright.html -->
      5 
      6 <ldmlBCP47>
      7 	<version number="$Revision: 12360 $" />
      8 	<keyword>
      9 		<key name="em" description="Emoji presentation style request" since="29">
     10 			<type name="emoji" description="use an emoji presentation for emoji characters if possible"/>
     11 			<type name="text" description="use a text presentation for emoji characters if possible"/>
     12 			<type name="default" description="use the default presentation as specified in UTR #51"/>
     13 		</key>
     14 
     15 		<key name="rg" description="Alternate region for determining certain data values (e.g. default currency and units) specified by rgScope" since="29">
     16 			<type name="RG_KEY_VALUE" description="A region code from idValidity/id[type='region'][idStatus='regular'], suffixed with 'ZZZZ'" />
     17 		</key>
     18 
     19 		<key name="sd" description="Region subdivision" since="28">
     20 			<type name="SUBDIVISION_CODE"
     21 				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" />
     22 		</key>
     23 
     24 		<key name="va" description="Common locale variant type key">
     25 			<type name="posix" description="POSIX style locale variant" />
     26 		</key>
     27 	</keyword>
     28 </ldmlBCP47>
     29