Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Data has primarily been sourced from and referenced against
|Yuan Renminbi|yuan|CNY|¥|¥||true|
|Colombian Peso|peso|COP|$|$|COP$|true|
|Costa Rican Colon|colon|CRC|₡|₡||true|
|Peso Convertible|peso|CUC|$|$|CUC$|true|
|Cuban Peso|peso|CUP|$|$|$MN|true|
|Cabo Verde Escudo|escudo|CVE|Esc|Esc||true|
|Czech Koruna|koruna|CZK|Kč|Kč||true|
Expand Down
9 changes: 0 additions & 9 deletions data/currencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,6 @@ currency:
discern: ~
ltr: true

CUC:
title: Peso Convertible
name: peso
code: CUC
symbol: $
entity: '$'
discern: CUC$
ltr: true

CUP:
title: Cuban Peso
name: peso
Expand Down
1 change: 0 additions & 1 deletion dist/currencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Chilean Peso,peso,CLP,$,$,CLP$,1
Yuan Renminbi,yuan,CNY,¥,¥,,1
Colombian Peso,peso,COP,$,$,COP$,1
Costa Rican Colon,colon,CRC,₡,₡,,1
Peso Convertible,peso,CUC,$,$,CUC$,1
Cuban Peso,peso,CUP,$,$,$MN,1
Cabo Verde Escudo,escudo,CVE,Esc,Esc,,1
Czech Koruna,koruna,CZK,Kč,Kč,,1
Expand Down
9 changes: 0 additions & 9 deletions dist/currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,6 @@
"discern": null,
"ltr": true
},
"CUC": {
"title": "Peso Convertible",
"name": "peso",
"code": "CUC",
"symbol": "$",
"entity": "$",
"discern": "CUC$",
"ltr": true
},
"CUP": {
"title": "Cuban Peso",
"name": "peso",
Expand Down
1 change: 0 additions & 1 deletion dist/currencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
|Yuan Renminbi|yuan|CNY|¥|¥||true|
|Colombian Peso|peso|COP|$|$|COP$|true|
|Costa Rican Colon|colon|CRC|₡|₡||true|
|Peso Convertible|peso|CUC|$|$|CUC$|true|
|Cuban Peso|peso|CUP|$|$|$MN|true|
|Cabo Verde Escudo|escudo|CVE|Esc|Esc||true|
|Czech Koruna|koruna|CZK|Kč|Kč||true|
Expand Down
9 changes: 0 additions & 9 deletions dist/currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,15 +305,6 @@
'discern' => '',
'ltr' => 'true',
],
'CUC' => [
'title' => 'Peso Convertible',
'name' => 'peso',
'code' => 'CUC',
'symbol' => '$',
'entity' => '$',
'discern' => 'CUC$',
'ltr' => 'true',
],
'CUP' => [
'title' => 'Cuban Peso',
'name' => 'peso',
Expand Down
9 changes: 0 additions & 9 deletions dist/currencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,6 @@
<discern />
<ltr>true</ltr>
</currency>
<currency code="CUC">
<title>Peso Convertible</title>
<name>peso</name>
<code>CUC</code>
<symbol>$</symbol>
<entity>&amp;#x24;</entity>
<discern>CUC$</discern>
<ltr>true</ltr>
</currency>
<currency code="CUP">
<title>Cuban Peso</title>
<name>peso</name>
Expand Down