mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-21958 BRS72 Updated ISO currency data URLs
This commit is contained in:
parent
c6c01f4b79
commit
a620057d76
2 changed files with 5 additions and 5 deletions
|
@ -13,9 +13,9 @@
|
|||
<property name="res.dir" value="${out.dir}/res"/>
|
||||
<property name="xml.dir" value="${out.dir}/xml"/>
|
||||
|
||||
<property name="base.url" value="https://www.currency-iso.org/dam/downloads/lists/"/>
|
||||
<property name="current.xml" value="list_one.xml"/>
|
||||
<property name="historic.xml" value="list_three.xml"/>
|
||||
<property name="base.url" value="https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/"/>
|
||||
<property name="current.xml" value="list-one.xml"/>
|
||||
<property name="historic.xml" value="list-three.xml"/>
|
||||
|
||||
<target name="build" depends="check, resource" description="Verify ICU's local data and generate ISO 4217 alpha-numeric code mapping data resource"/>
|
||||
|
||||
|
|
|
@ -35,8 +35,8 @@ ISO 4217 code data in XML format. These files are found in
|
|||
http://www.currency-iso.org/iso_index/iso_tables.htm. There are two
|
||||
files that we're interested in.
|
||||
|
||||
- http://www.currency-iso.org/dl_iso_table_a1.xml
|
||||
- http://www.currency-iso.org/dl_iso_tables_a3.xml
|
||||
- https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml
|
||||
- https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-three.xml
|
||||
|
||||
Table A.1 contains current currencies and funds and Table A.3 contains
|
||||
historic denominations.
|
||||
|
|
Loading…
Add table
Reference in a new issue