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="KY"/>
  12         </identity>
  13         <numbers>
  14                 <currencies>
  15                         <currency type="KYD">
  16                                 <symbol>$</symbol>
  17                         </currency>
  18                 </currencies>
  19         </numbers>
  20         <units>
  21                 <unitLength type="narrow">
  22                         <unit type="temperature-celsius">
  23                                 <unitPattern count="one">{0}°C</unitPattern>
  24                                 <unitPattern count="other">{0}°C</unitPattern>
  25                         </unit>
  26                         <unit type="temperature-fahrenheit">
  27                                 <unitPattern count="one">{0}°</unitPattern>
  28                                 <unitPattern count="other">{0}°</unitPattern>
  29                         </unit>
  30                 </unitLength>
  31         </units>
  32 </ldml>
  33