1 <?xml version="1.0" encoding="UTF-8" ?>
   2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
   3 <!-- Copyright © 1991-2015 Unicode, Inc.
   4 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
   5 For terms of use, see http://www.unicode.org/copyright.html
   6 -->
   7 <ldml>
   8         <identity>
   9                 <version number="$Revision: 11914 $"/>
  10                 <language type="en"/>
  11                 <territory type="PW"/>
  12         </identity>
  13         <units>
  14                 <unitLength type="narrow">
  15                         <unit type="temperature-celsius">
  16                                 <unitPattern count="one">{0}°C</unitPattern>
  17                                 <unitPattern count="other">{0}°C</unitPattern>
  18                         </unit>
  19                         <unit type="temperature-fahrenheit">
  20                                 <unitPattern count="one">{0}°</unitPattern>
  21                                 <unitPattern count="other">{0}°</unitPattern>
  22                         </unit>
  23                 </unitLength>
  24         </units>
  25 </ldml>
  26