1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2024 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5SPDX-License-Identifier: Unicode-3.0 6CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7--> 8<ldml> 9 <identity> 10 <version number="$Revision$"/> 11 <language type="en"/> 12 <territory type="AT"/> 13 </identity> 14 <numbers> 15 <symbols numberSystem="latn"> 16 <decimal>,</decimal> 17 <group>.</group> 18 <superscriptingExponent>·</superscriptingExponent> 19 </symbols> 20 <percentFormats numberSystem="latn"> 21 <percentFormatLength> 22 <percentFormat> 23 <pattern>#,##0 %</pattern> 24 </percentFormat> 25 </percentFormatLength> 26 </percentFormats> 27 <currencyFormats numberSystem="latn"> 28 <currencyFormatLength> 29 <currencyFormat type="standard"> 30 <pattern>¤ #,##0.00</pattern> 31 <pattern alt="noCurrency" draft="provisional">↑↑↑</pattern> 32 </currencyFormat> 33 <currencyFormat type="accounting"> 34 <pattern>¤ #,##0.00</pattern> 35 <pattern alt="noCurrency" draft="provisional">↑↑↑</pattern> 36 </currencyFormat> 37 </currencyFormatLength> 38 </currencyFormats> 39 <currencies> 40 <currency type="EUR"> 41 <pattern>¤ #,##0.00</pattern> 42 </currency> 43 </currencies> 44 </numbers> 45</ldml> 46