From 6aa73b5a2b4f2a44cd57f2b632654324e3d5112c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Bargull?= <andre.bargull@gmail.com>
Date: Mon, 23 Mar 2015 18:45:35 +0100
Subject: [PATCH] Changes for currency data

- Update minor unit for CLF
- Remove withdrawn currencies (LVL, LTL, USS)
- Update link to new location

Fixes #98
---
 test/intl402/11.1.1_20_c.js | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/test/intl402/11.1.1_20_c.js b/test/intl402/11.1.1_20_c.js
index 30061de8a5..3445298f56 100644
--- a/test/intl402/11.1.1_20_c.js
+++ b/test/intl402/11.1.1_20_c.js
@@ -10,7 +10,7 @@ description: >
 author: Norbert Lindenberg
 ---*/
 
-// data from http://www.currency-iso.org/dl_iso_table_a1.xml, 2013-02-25
+// data from http://www.currency-iso.org/dam/downloads/table_a1.xml, 2015-03-23
 var currencyDigits = {
     AED: 2,
     AFN: 2,
@@ -43,7 +43,7 @@ var currencyDigits = {
     CHE: 2,
     CHF: 2,
     CHW: 2,
-    CLF: 0,
+    CLF: 4,
     CLP: 0,
     CNY: 2,
     COP: 2,
@@ -99,8 +99,6 @@ var currencyDigits = {
     LKR: 2,
     LRD: 2,
     LSL: 2,
-    LTL: 2,
-    LVL: 2,
     LYD: 3,
     MAD: 2,
     MDL: 2,
@@ -164,7 +162,6 @@ var currencyDigits = {
     UGX: 0,
     USD: 2,
     USN: 2,
-    USS: 2,
     UYI: 0,
     UYU: 2,
     UZS: 2,
-- 
GitLab