1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3mgo{ 4 Currencies{ 5 XAF{ 6 "FCFA", 7 "shirè", 8 } 9 XXX{ 10 "¤", 11 "iku ikap mɔʼɔ", 12 } 13 } 14 CurrencyUnitPatterns{ 15 one{"{0} {1}"} 16 other{"{0} {1}"} 17 } 18 Version{"2.1.38.69"} 19} 20