31 lines
		
	
	
		
			839 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			839 B
		
	
	
	
		
			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="fr"/>
 | ||
| 		<territory type="LU"/>
 | ||
| 	</identity>
 | ||
| 	<characters>
 | ||
| 		<exemplarCharacters type="numbers">[\- ‑ , . % ‰ + 0 1 2 3 4 5 6 7 8 9]</exemplarCharacters>
 | ||
| 	</characters>
 | ||
| 	<numbers>
 | ||
| 		<symbols numberSystem="latn">
 | ||
| 			<group>.</group>
 | ||
| 		</symbols>
 | ||
| 		<currencies>
 | ||
| 			<currency type="FRF">
 | ||
| 				<symbol>FRF</symbol>
 | ||
| 			</currency>
 | ||
| 			<currency type="LUF">
 | ||
| 				<symbol>F</symbol>
 | ||
| 			</currency>
 | ||
| 		</currencies>
 | ||
| 	</numbers>
 | ||
| </ldml>
 |