1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
sw_CD{
Currencies{
CDF{
"FC",
"Faranga ya Kongo",
}
CNY{
"CN¥",
"Yuan Renminbi ya China",
}
ETB{
"ETB",
"Bir ya Uhabeshi",
}
JPY{
"JP¥",
"Sarafu ya Kijapani",
}
MGA{
"MGA",
"Ariary ya Bukini",
}
MRO{
"MRO",
"Ugwiya ya Moritania",
}
SCR{
"SCR",
"Rupia ya Shelisheli",
}
XAF{
"FCFA",
"Faranga CFA BEAC",
}
XOF{
"CFA",
"Faranga CFA BCEAO",
}
}
Version{"2.1.27.99"}
}
|