1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3/** 4 * ICU <specials> source: <path>/common/main/root.xml 5 */ 6root{ 7 Version{"36.1"} 8 durationUnits{ 9 hm{"h:mm"} 10 hms{"h:mm:ss"} 11 ms{"m:ss"} 12 } 13 units:alias{"/LOCALE/unitsShort"} 14 unitsNarrow:alias{"/LOCALE/unitsShort"} 15 unitsShort{ 16 acceleration{ 17 g-force{ 18 dnam{"g-force"} 19 other{"{0} G"} 20 } 21 meter-per-second-squared{ 22 dnam{"m/s²"} 23 other{"{0} m/s²"} 24 } 25 } 26 angle{ 27 arc-minute{ 28 dnam{"arcmin"} 29 other{"{0}′"} 30 } 31 arc-second{ 32 dnam{"arcsec"} 33 other{"{0}″"} 34 } 35 degree{ 36 dnam{"deg"} 37 other{"{0}°"} 38 } 39 radian{ 40 dnam{"rad"} 41 other{"{0} rad"} 42 } 43 revolution{ 44 dnam{"rev"} 45 other{"{0} rev"} 46 } 47 } 48 area{ 49 acre{ 50 dnam{"acre"} 51 other{"{0} ac"} 52 } 53 dunam{ 54 dnam{"dunam"} 55 other{"{0} dunam"} 56 } 57 hectare{ 58 dnam{"hectare"} 59 other{"{0} ha"} 60 } 61 square-centimeter{ 62 dnam{"cm²"} 63 other{"{0} cm²"} 64 per{"{0}/cm²"} 65 } 66 square-foot{ 67 dnam{"ft²"} 68 other{"{0} ft²"} 69 } 70 square-inch{ 71 dnam{"in²"} 72 other{"{0} in²"} 73 per{"{0}/in²"} 74 } 75 square-kilometer{ 76 dnam{"km²"} 77 other{"{0} km²"} 78 per{"{0}/km²"} 79 } 80 square-meter{ 81 dnam{"m²"} 82 other{"{0} m²"} 83 per{"{0}/m²"} 84 } 85 square-mile{ 86 dnam{"mi²"} 87 other{"{0} mi²"} 88 per{"{0}/mi²"} 89 } 90 square-yard{ 91 dnam{"yd²"} 92 other{"{0} yd²"} 93 } 94 } 95 compound{ 96 per{"{0}/{1}"} 97 times{"{0}⋅{1}"} 98 } 99 concentr{ 100 karat{ 101 dnam{"kt"} 102 other{"{0} kt"} 103 } 104 milligram-per-deciliter{ 105 dnam{"mg/dL"} 106 other{"{0} mg/dL"} 107 } 108 millimole-per-liter{ 109 dnam{"mmol/L"} 110 other{"{0} mmol/L"} 111 } 112 mole{ 113 dnam{"mol"} 114 other{"{0} mol"} 115 } 116 part-per-million{ 117 dnam{"ppm"} 118 other{"{0} ppm"} 119 } 120 percent{ 121 dnam{"%"} 122 other{"{0}%"} 123 } 124 permille{ 125 dnam{"‰"} 126 other{"{0}‰"} 127 } 128 permyriad{ 129 dnam{"‱"} 130 other{"{0}‱"} 131 } 132 } 133 consumption{ 134 liter-per-100kilometers{ 135 dnam{"L/100km"} 136 other{"{0} L/100km"} 137 } 138 liter-per-kilometer{ 139 dnam{"L/km"} 140 other{"{0} L/km"} 141 } 142 mile-per-gallon{ 143 dnam{"mpg US"} 144 other{"{0} mpg US"} 145 } 146 mile-per-gallon-imperial{ 147 dnam{"mpg Imp."} 148 other{"{0} mpg Imp."} 149 } 150 } 151 coordinate{ 152 dnam{"direction"} 153 east{"{0}E"} 154 north{"{0}N"} 155 south{"{0}S"} 156 west{"{0}W"} 157 } 158 digital{ 159 bit{ 160 dnam{"bit"} 161 other{"{0} bit"} 162 } 163 byte{ 164 dnam{"byte"} 165 other{"{0} byte"} 166 } 167 gigabit{ 168 dnam{"Gb"} 169 other{"{0} Gb"} 170 } 171 gigabyte{ 172 dnam{"GB"} 173 other{"{0} GB"} 174 } 175 kilobit{ 176 dnam{"kb"} 177 other{"{0} kb"} 178 } 179 kilobyte{ 180 dnam{"kB"} 181 other{"{0} kB"} 182 } 183 megabit{ 184 dnam{"Mb"} 185 other{"{0} Mb"} 186 } 187 megabyte{ 188 dnam{"MB"} 189 other{"{0} MB"} 190 } 191 petabyte{ 192 dnam{"PB"} 193 other{"{0} PB"} 194 } 195 terabit{ 196 dnam{"Tb"} 197 other{"{0} Tb"} 198 } 199 terabyte{ 200 dnam{"TB"} 201 other{"{0} TB"} 202 } 203 } 204 duration{ 205 century{ 206 dnam{"c"} 207 other{"{0} c"} 208 } 209 day{ 210 dnam{"day"} 211 other{"{0} d"} 212 per{"{0}/d"} 213 } 214 day-person:alias{"/LOCALE/unitsShort/duration/day"} 215 decade{ 216 dnam{"dec"} 217 other{"{0} dec"} 218 } 219 hour{ 220 dnam{"hr"} 221 other{"{0} h"} 222 per{"{0}/h"} 223 } 224 microsecond{ 225 dnam{"μs"} 226 other{"{0} μs"} 227 } 228 millisecond{ 229 dnam{"ms"} 230 other{"{0} ms"} 231 } 232 minute{ 233 dnam{"min"} 234 other{"{0} min"} 235 per{"{0}/min"} 236 } 237 month{ 238 dnam{"mon"} 239 other{"{0} m"} 240 per{"{0}/m"} 241 } 242 month-person:alias{"/LOCALE/unitsShort/duration/month"} 243 nanosecond{ 244 dnam{"ns"} 245 other{"{0} ns"} 246 } 247 second{ 248 dnam{"sec"} 249 other{"{0} s"} 250 per{"{0}/s"} 251 } 252 week{ 253 dnam{"wk"} 254 other{"{0} w"} 255 per{"{0}/w"} 256 } 257 week-person:alias{"/LOCALE/unitsShort/duration/week"} 258 year{ 259 dnam{"yr"} 260 other{"{0} y"} 261 per{"{0}/y"} 262 } 263 year-person:alias{"/LOCALE/unitsShort/duration/year"} 264 } 265 electric{ 266 ampere{ 267 dnam{"amp"} 268 other{"{0} A"} 269 } 270 milliampere{ 271 dnam{"mA"} 272 other{"{0} mA"} 273 } 274 ohm{ 275 dnam{"ohm"} 276 other{"{0} Ω"} 277 } 278 volt{ 279 dnam{"volt"} 280 other{"{0} V"} 281 } 282 } 283 energy{ 284 british-thermal-unit{ 285 dnam{"Btu"} 286 other{"{0} Btu"} 287 } 288 calorie{ 289 dnam{"cal"} 290 other{"{0} cal"} 291 } 292 electronvolt{ 293 dnam{"eV"} 294 other{"{0} eV"} 295 } 296 foodcalorie{ 297 dnam{"Cal"} 298 other{"{0} Cal"} 299 } 300 joule{ 301 dnam{"joule"} 302 other{"{0} J"} 303 } 304 kilocalorie{ 305 dnam{"kcal"} 306 other{"{0} kcal"} 307 } 308 kilojoule{ 309 dnam{"kJ"} 310 other{"{0} kJ"} 311 } 312 kilowatt-hour{ 313 dnam{"kWh"} 314 other{"{0} kWh"} 315 } 316 therm-us{ 317 dnam{"US therm"} 318 other{"{0} US therm"} 319 } 320 } 321 force{ 322 newton{ 323 dnam{"N"} 324 other{"{0} N"} 325 } 326 pound-force{ 327 dnam{"lbf"} 328 other{"{0} lbf"} 329 } 330 } 331 frequency{ 332 gigahertz{ 333 dnam{"GHz"} 334 other{"{0} GHz"} 335 } 336 hertz{ 337 dnam{"Hz"} 338 other{"{0} Hz"} 339 } 340 kilohertz{ 341 dnam{"kHz"} 342 other{"{0} kHz"} 343 } 344 megahertz{ 345 dnam{"MHz"} 346 other{"{0} MHz"} 347 } 348 } 349 graphics{ 350 dot-per-centimeter{ 351 dnam{"dpcm"} 352 other{"{0} dpcm"} 353 } 354 dot-per-inch{ 355 dnam{"dpi"} 356 other{"{0} dpi"} 357 } 358 em{ 359 dnam{"em"} 360 other{"{0} em"} 361 } 362 megapixel{ 363 dnam{"MP"} 364 other{"{0} MP"} 365 } 366 pixel{ 367 dnam{"px"} 368 other{"{0} px"} 369 } 370 pixel-per-centimeter{ 371 dnam{"ppcm"} 372 other{"{0} ppcm"} 373 } 374 pixel-per-inch{ 375 dnam{"ppi"} 376 other{"{0} ppi"} 377 } 378 } 379 length{ 380 astronomical-unit{ 381 dnam{"au"} 382 other{"{0} au"} 383 } 384 centimeter{ 385 dnam{"cm"} 386 other{"{0} cm"} 387 per{"{0}/cm"} 388 } 389 decimeter{ 390 dnam{"dm"} 391 other{"{0} dm"} 392 } 393 fathom{ 394 dnam{"fm"} 395 other{"{0} fth"} 396 } 397 foot{ 398 dnam{"ft"} 399 other{"{0} ft"} 400 per{"{0}/ft"} 401 } 402 furlong{ 403 dnam{"fur"} 404 other{"{0} fur"} 405 } 406 inch{ 407 dnam{"in"} 408 other{"{0} in"} 409 per{"{0}/in"} 410 } 411 kilometer{ 412 dnam{"km"} 413 other{"{0} km"} 414 per{"{0}/km"} 415 } 416 light-year{ 417 dnam{"ly"} 418 other{"{0} ly"} 419 } 420 meter{ 421 dnam{"meter"} 422 other{"{0} m"} 423 per{"{0}/m"} 424 } 425 micrometer{ 426 dnam{"µm"} 427 other{"{0} µm"} 428 } 429 mile{ 430 dnam{"mi"} 431 other{"{0} mi"} 432 } 433 mile-scandinavian{ 434 dnam{"smi"} 435 other{"{0} smi"} 436 } 437 millimeter{ 438 dnam{"mm"} 439 other{"{0} mm"} 440 } 441 nanometer{ 442 dnam{"nm"} 443 other{"{0} nm"} 444 } 445 nautical-mile{ 446 dnam{"nmi"} 447 other{"{0} nmi"} 448 } 449 parsec{ 450 dnam{"pc"} 451 other{"{0} pc"} 452 } 453 picometer{ 454 dnam{"pm"} 455 other{"{0} pm"} 456 } 457 point{ 458 dnam{"pt"} 459 other{"{0} pt"} 460 } 461 solar-radius{ 462 dnam{"R☉"} 463 other{"{0} R☉"} 464 } 465 yard{ 466 dnam{"yd"} 467 other{"{0} yd"} 468 } 469 } 470 light{ 471 lux{ 472 dnam{"lx"} 473 other{"{0} lx"} 474 } 475 solar-luminosity{ 476 dnam{"L☉"} 477 other{"{0} L☉"} 478 } 479 } 480 mass{ 481 carat{ 482 dnam{"CD"} 483 other{"{0} CD"} 484 } 485 dalton{ 486 dnam{"Da"} 487 other{"{0} Da"} 488 } 489 earth-mass{ 490 dnam{"M⊕"} 491 other{"{0} M⊕"} 492 } 493 gram{ 494 dnam{"gram"} 495 other{"{0} g"} 496 per{"{0}/g"} 497 } 498 kilogram{ 499 dnam{"kg"} 500 other{"{0} kg"} 501 per{"{0}/kg"} 502 } 503 metric-ton{ 504 dnam{"t"} 505 other{"{0} t"} 506 } 507 microgram{ 508 dnam{"µg"} 509 other{"{0} µg"} 510 } 511 milligram{ 512 dnam{"mg"} 513 other{"{0} mg"} 514 } 515 ounce{ 516 dnam{"oz"} 517 other{"{0} oz"} 518 per{"{0}/oz"} 519 } 520 ounce-troy{ 521 dnam{"oz t"} 522 other{"{0} oz t"} 523 } 524 pound{ 525 dnam{"lb"} 526 other{"{0} lb"} 527 per{"{0}/lb"} 528 } 529 solar-mass{ 530 dnam{"M☉"} 531 other{"{0} M☉"} 532 } 533 stone{ 534 dnam{"st"} 535 other{"{0} st"} 536 } 537 ton{ 538 dnam{"tn"} 539 other{"{0} tn"} 540 } 541 } 542 power{ 543 gigawatt{ 544 dnam{"GW"} 545 other{"{0} GW"} 546 } 547 horsepower{ 548 dnam{"hp"} 549 other{"{0} hp"} 550 } 551 kilowatt{ 552 dnam{"kW"} 553 other{"{0} kW"} 554 } 555 megawatt{ 556 dnam{"MW"} 557 other{"{0} MW"} 558 } 559 milliwatt{ 560 dnam{"mW"} 561 other{"{0} mW"} 562 } 563 watt{ 564 dnam{"watt"} 565 other{"{0} W"} 566 } 567 } 568 pressure{ 569 atmosphere{ 570 dnam{"atm"} 571 other{"{0} atm"} 572 } 573 bar{ 574 dnam{"bar"} 575 other{"{0} bar"} 576 } 577 hectopascal{ 578 dnam{"hPa"} 579 other{"{0} hPa"} 580 } 581 inch-hg{ 582 dnam{"inHg"} 583 other{"{0} inHg"} 584 } 585 kilopascal{ 586 dnam{"kPa"} 587 other{"{0} kPa"} 588 } 589 megapascal{ 590 dnam{"MPa"} 591 other{"{0} MPa"} 592 } 593 millibar{ 594 dnam{"mbar"} 595 other{"{0} mbar"} 596 } 597 millimeter-of-mercury{ 598 dnam{"mm Hg"} 599 other{"{0} mm Hg"} 600 } 601 pascal{ 602 dnam{"Pa"} 603 other{"{0} Pa"} 604 } 605 pound-per-square-inch{ 606 dnam{"psi"} 607 other{"{0} psi"} 608 } 609 } 610 speed{ 611 kilometer-per-hour{ 612 dnam{"km/h"} 613 other{"{0} km/h"} 614 } 615 knot{ 616 dnam{"kn"} 617 other{"{0} kn"} 618 } 619 meter-per-second{ 620 dnam{"m/s"} 621 other{"{0} m/s"} 622 } 623 mile-per-hour{ 624 dnam{"mi/h"} 625 other{"{0} mi/h"} 626 } 627 } 628 temperature{ 629 celsius{ 630 dnam{"°C"} 631 other{"{0}°C"} 632 } 633 fahrenheit{ 634 dnam{"°F"} 635 other{"{0}°F"} 636 } 637 generic{ 638 dnam{"°"} 639 other{"{0}°"} 640 } 641 kelvin{ 642 dnam{"K"} 643 other{"{0} K"} 644 } 645 } 646 torque{ 647 newton-meter{ 648 dnam{"N⋅m"} 649 other{"{0} N⋅m"} 650 } 651 pound-foot{ 652 dnam{"lbf⋅ft"} 653 other{"{0} lbf⋅ft"} 654 } 655 } 656 volume{ 657 acre-foot{ 658 dnam{"ac ft"} 659 other{"{0} ac ft"} 660 } 661 barrel{ 662 dnam{"bbl"} 663 other{"{0} bbl"} 664 } 665 bushel{ 666 dnam{"bu"} 667 other{"{0} bu"} 668 } 669 centiliter{ 670 dnam{"cL"} 671 other{"{0} cL"} 672 } 673 cubic-centimeter{ 674 dnam{"cm³"} 675 other{"{0} cm³"} 676 per{"{0}/cm³"} 677 } 678 cubic-foot{ 679 dnam{"ft³"} 680 other{"{0} ft³"} 681 } 682 cubic-inch{ 683 dnam{"in³"} 684 other{"{0} in³"} 685 } 686 cubic-kilometer{ 687 dnam{"km³"} 688 other{"{0} km³"} 689 } 690 cubic-meter{ 691 dnam{"m³"} 692 other{"{0} m³"} 693 per{"{0}/m³"} 694 } 695 cubic-mile{ 696 dnam{"mi³"} 697 other{"{0} mi³"} 698 } 699 cubic-yard{ 700 dnam{"yd³"} 701 other{"{0} yd³"} 702 } 703 cup{ 704 dnam{"cup"} 705 other{"{0} c"} 706 } 707 cup-metric{ 708 dnam{"mcup"} 709 other{"{0} mc"} 710 } 711 deciliter{ 712 dnam{"dL"} 713 other{"{0} dL"} 714 } 715 fluid-ounce{ 716 dnam{"US fl oz"} 717 other{"{0} fl oz US"} 718 } 719 fluid-ounce-imperial{ 720 dnam{"Imp. fl oz"} 721 other{"{0} fl oz Imp."} 722 } 723 gallon{ 724 dnam{"US gal"} 725 other{"{0} gal US"} 726 per{"{0}/gal US"} 727 } 728 gallon-imperial{ 729 dnam{"Imp. gal"} 730 other{"{0} gal Imp."} 731 per{"{0}/gal Imp."} 732 } 733 hectoliter{ 734 dnam{"hL"} 735 other{"{0} hL"} 736 } 737 liter{ 738 dnam{"liter"} 739 other{"{0} l"} 740 per{"{0}/l"} 741 } 742 megaliter{ 743 dnam{"ML"} 744 other{"{0} ML"} 745 } 746 milliliter{ 747 dnam{"mL"} 748 other{"{0} mL"} 749 } 750 pint{ 751 dnam{"pt"} 752 other{"{0} pt"} 753 } 754 pint-metric{ 755 dnam{"mpt"} 756 other{"{0} mpt"} 757 } 758 quart{ 759 dnam{"qt"} 760 other{"{0} qt"} 761 } 762 tablespoon{ 763 dnam{"tbsp"} 764 other{"{0} tbsp"} 765 } 766 teaspoon{ 767 dnam{"tsp"} 768 other{"{0} tsp"} 769 } 770 } 771 } 772} 773