UNPKG

cldr

Version:

Library for extracting data from CLDR (the Unicode Common Locale Data Repository)

31 lines (30 loc) 834 B
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> <!-- Copyright © 1991-2024 Unicode, Inc. For terms of use, see http://www.unicode.org/copyright.html SPDX-License-Identifier: Unicode-3.0 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>