ICU-21958 BRS72 Updated ISO currency data URLs

This commit is contained in:
yumaoka 2022-10-10 13:03:44 -04:00 committed by Yoshito Umaoka
parent c6c01f4b79
commit a620057d76
2 changed files with 5 additions and 5 deletions

View file

@ -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"/>

View file

@ -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.