Currency names with "&" when ISO 4217 does not use the "&"
Description
ISO 4217 does not use the & in currency names. Why does CLDR use the & in currency names? Does the currency name need to follow the CLDR decision for the territory names?
<currency type="STD">
<displayName>São Tomé & Príncipe Dobra (1977–2017)</displayName>
<displayName count="one">São Tomé & Príncipe dobra (1977–2017)</displayName>
<displayName count="other">São Tomé & Príncipe dobras (1977–2017)</displayName>
</currency>
<currency type="STN">
<displayName>São Tomé & Príncipe Dobra</displayName>
<displayName count="one">São Tomé & Príncipe dobra</displayName>
<displayName count="other">São Tomé & Príncipe dobras</displayName>
<currency type="TTD">
<displayName>Trinidad & Tobago Dollar</displayName>
<displayName count="one">Trinidad & Tobago dollar</displayName>
<displayName count="other">Trinidad & Tobago dollars</displayName>
xpath
locale
Activity
We try to make the country and currency names shorter to prevent UI overflow problems.
We want to have the names correspond as much as possible.
We should document that in the spec to make it clearer what our practice is.