Special cases

Pt_CV: CVE conflict with PTE

Use Currency code when an old currency symbol conflicts with the current currency.

The currency for Cape Verde is CVE (Cape Verdean escudo), and is specified as the following for pt_CV locale that results in “123 456 789$99 / -123 456 789$99 ​” ​

PTE (Portuguese escudo), is an old currency symbol for Portugal. This CANNOT have the same currency symbol as current pt_CV currency, which is also U+200B ZWSP.

Thus, this old currency symbol for PTE is specified as "PTE" in pt_CV to avoid the conflict with the symbol being used for the current currency symbol for CVE.

Thus, in pt_CV, the following currency symbol information should be kept.

<currency type="CVE">

<symbol></symbol> (Note: this is U+200B ZWSP, not nothing)

<decimal>$</decimal>

<group> </group>

<currency type="PTE">

<symbol>PTE</symbol>

<decimal>,</decimal>

<group> </group>