2 * Defines the valid international currency symbols according to ISO
-4217.
3 * This is used in monetary.
c(monetary_check
).
5 * !!! The list has to be sorted
!!!
7 DEFINE_INT_CURR("ATS ") /* Austria
*/
8 DEFINE_INT_CURR("BEF ") /* Belgium
*/
9 DEFINE_INT_CURR("CAD ") /* Canada
*/
10 DEFINE_INT_CURR("CHF ") /* Switzerland
*/
11 DEFINE_INT_CURR("DEM ") /* Germany
*/
12 DEFINE_INT_CURR("DKK ") /* Denmark
*/
13 DEFINE_INT_CURR("EEK ") /* Estonia
*/
14 DEFINE_INT_CURR("ESP ") /* Spain
*/
15 DEFINE_INT_CURR("FIM ") /* Finland
*/
16 DEFINE_INT_CURR("FRF ") /* France
*/
17 DEFINE_INT_CURR("GBP ") /* Great Britain
*/
18 DEFINE_INT_CURR("GRD ") /* Greece
*/
19 DEFINE_INT_CURR("HRD ") /* Croatia
*/
20 DEFINE_INT_CURR("HUF ") /* Hungary
*/
21 DEFINE_INT_CURR("IEP ") /* Ireland
*/
22 DEFINE_INT_CURR("ILS ") /* Israel
*/
23 DEFINE_INT_CURR("ISK ") /* Iceland
*/
24 DEFINE_INT_CURR("ITL ") /* Italy
*/
25 DEFINE_INT_CURR("LTL ") /* Lithuania
*/
26 DEFINE_INT_CURR("LUF ") /* Luxemburg
*/
27 DEFINE_INT_CURR("LVL ") /* Latvia
*/
28 DEFINE_INT_CURR("NLG ") /* Netherlands
*/
29 DEFINE_INT_CURR("NOK ") /* Norway
*/
30 DEFINE_INT_CURR("PLZ ") /* Poland
*/
31 DEFINE_INT_CURR("PTE ") /* Portugal
*/
32 DEFINE_INT_CURR("ROL ") /* Romania
*/
33 DEFINE_INT_CURR("RUR ") /* Russia
*/
34 DEFINE_INT_CURR("SEK ") /* Sweden
*/
35 DEFINE_INT_CURR("SIT ") /* Slovenia
*/
36 DEFINE_INT_CURR("USD ") /* United States
*/