39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | ||
| <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
 | ||
| <!-- Copyright © 1991-2021 Unicode, Inc.
 | ||
| For terms of use, see http://www.unicode.org/copyright.html
 | ||
| SPDX-License-Identifier: Unicode-DFS-2016
 | ||
| CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 | ||
| -->
 | ||
| <ldml>
 | ||
| 	<identity>
 | ||
| 		<version number="$Revision$"/>
 | ||
| 		<language type="zlm"/>
 | ||
| 	</identity>
 | ||
| 	<layout>
 | ||
| 		<orientation>
 | ||
| 			<characterOrder>left-to-right</characterOrder>
 | ||
| 			<lineOrder>top-to-bottom</lineOrder>
 | ||
| 		</orientation>
 | ||
| 	</layout>
 | ||
| 	<characters>
 | ||
| 		<exemplarCharacters>[a {ai} {au} b c d {dz} e f g h i j k {kh} l m n {ng} {ngg} {ny} o p q r s {sy} t {ts} u {ua} v w x y z]</exemplarCharacters>
 | ||
| 		<exemplarCharacters type="auxiliary">[]</exemplarCharacters>
 | ||
| 		<exemplarCharacters type="index">[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]</exemplarCharacters>
 | ||
| 		<exemplarCharacters type="punctuation">[\- ‐ ‑ – — , ; \: ! ? . … ' ‘ ’ " “ ” ( ) \[ \] § @ * / \& # † ‡ ′ ″]</exemplarCharacters>
 | ||
| 		<ellipsis type="final">{0}…</ellipsis>
 | ||
| 		<ellipsis type="initial">…{0}</ellipsis>
 | ||
| 		<ellipsis type="medial">{0}…{1}</ellipsis>
 | ||
| 		<ellipsis type="word-final">{0} …</ellipsis>
 | ||
| 		<ellipsis type="word-initial">… {0}</ellipsis>
 | ||
| 		<ellipsis type="word-medial">{0} … {1}</ellipsis>
 | ||
| 		<moreInformation>?</moreInformation>
 | ||
| 	</characters>
 | ||
| 	<delimiters>
 | ||
| 		<quotationStart>“</quotationStart>
 | ||
| 		<quotationEnd>”</quotationEnd>
 | ||
| 		<alternateQuotationStart>‘</alternateQuotationStart>
 | ||
| 		<alternateQuotationEnd>’</alternateQuotationEnd>
 | ||
| 	</delimiters>
 | ||
| </ldml>
 |