Gutenberg Blocks and Template Library by Otter - Version 1.6.6

Version Description

Download this release

Release Info

Developer themeisle
Plugin Icon wp plugin Gutenberg Blocks and Template Library by Otter
Version 1.6.6
Comparing to
See all releases

Code changes from version 1.6.5 to 1.6.6

Files changed (287) hide show
  1. CHANGELOG.md +4 -0
  2. otter-blocks.php +2 -2
  3. readme.md +7 -0
  4. readme.txt +7 -0
  5. vendor/autoload.php +1 -1
  6. vendor/codeinwp/gutenberg-blocks/CHANGELOG.md +8 -0
  7. vendor/codeinwp/gutenberg-blocks/inc/class-base-block.php +2 -2
  8. vendor/codeinwp/gutenberg-blocks/inc/class-main.php +1 -1
  9. vendor/codeinwp/gutenberg-blocks/inc/render/class-review-block.php +172 -3
  10. vendor/composer/InstalledVersions.php +7 -25
  11. vendor/composer/autoload_classmap.php +0 -83
  12. vendor/composer/autoload_files.php +0 -1
  13. vendor/composer/autoload_psr4.php +0 -1
  14. vendor/composer/autoload_real.php +7 -7
  15. vendor/composer/autoload_static.php +4 -96
  16. vendor/composer/installed.json +7 -180
  17. vendor/composer/installed.php +7 -25
  18. vendor/composer/platform_check.php +2 -2
  19. vendor/symfony/intl/Collator/Collator.php +0 -295
  20. vendor/symfony/intl/Data/Bundle/Compiler/BundleCompilerInterface.php +0 -31
  21. vendor/symfony/intl/Data/Bundle/Compiler/GenrbCompiler.php +0 -61
  22. vendor/symfony/intl/Data/Bundle/Reader/BufferedBundleReader.php +0 -51
  23. vendor/symfony/intl/Data/Bundle/Reader/BundleEntryReader.php +0 -177
  24. vendor/symfony/intl/Data/Bundle/Reader/BundleEntryReaderInterface.php +0 -55
  25. vendor/symfony/intl/Data/Bundle/Reader/BundleReaderInterface.php +0 -33
  26. vendor/symfony/intl/Data/Bundle/Reader/IntlBundleReader.php +0 -51
  27. vendor/symfony/intl/Data/Bundle/Reader/JsonBundleReader.php +0 -54
  28. vendor/symfony/intl/Data/Bundle/Reader/PhpBundleReader.php +0 -48
  29. vendor/symfony/intl/Data/Bundle/Writer/BundleWriterInterface.php +0 -31
  30. vendor/symfony/intl/Data/Bundle/Writer/JsonBundleWriter.php +0 -42
  31. vendor/symfony/intl/Data/Bundle/Writer/PhpBundleWriter.php +0 -55
  32. vendor/symfony/intl/Data/Bundle/Writer/TextBundleWriter.php +0 -236
  33. vendor/symfony/intl/Data/Generator/AbstractDataGenerator.php +0 -129
  34. vendor/symfony/intl/Data/Generator/CurrencyDataGenerator.php +0 -180
  35. vendor/symfony/intl/Data/Generator/FallbackTrait.php +0 -73
  36. vendor/symfony/intl/Data/Generator/GeneratorConfig.php +0 -84
  37. vendor/symfony/intl/Data/Generator/LanguageDataGenerator.php +0 -198
  38. vendor/symfony/intl/Data/Generator/LocaleDataGenerator.php +0 -180
  39. vendor/symfony/intl/Data/Generator/RegionDataGenerator.php +0 -149
  40. vendor/symfony/intl/Data/Generator/ScriptDataGenerator.php +0 -99
  41. vendor/symfony/intl/Data/Provider/CurrencyDataProvider.php +0 -141
  42. vendor/symfony/intl/Data/Provider/LanguageDataProvider.php +0 -81
  43. vendor/symfony/intl/Data/Provider/LocaleDataProvider.php +0 -82
  44. vendor/symfony/intl/Data/Provider/RegionDataProvider.php +0 -71
  45. vendor/symfony/intl/Data/Provider/ScriptDataProvider.php +0 -71
  46. vendor/symfony/intl/Data/Util/ArrayAccessibleResourceBundle.php +0 -81
  47. vendor/symfony/intl/Data/Util/LocaleScanner.php +0 -85
  48. vendor/symfony/intl/Data/Util/RecursiveArrayAccess.php +0 -48
  49. vendor/symfony/intl/Data/Util/RingBuffer.php +0 -87
  50. vendor/symfony/intl/DateFormatter/DateFormat/AmPmTransformer.php +0 -48
  51. vendor/symfony/intl/DateFormatter/DateFormat/DayOfWeekTransformer.php +0 -65
  52. vendor/symfony/intl/DateFormatter/DateFormat/DayOfYearTransformer.php +0 -48
  53. vendor/symfony/intl/DateFormatter/DateFormat/DayTransformer.php +0 -48
  54. vendor/symfony/intl/DateFormatter/DateFormat/FullTransformer.php +0 -351
  55. vendor/symfony/intl/DateFormatter/DateFormat/Hour1200Transformer.php +0 -64
  56. vendor/symfony/intl/DateFormatter/DateFormat/Hour1201Transformer.php +0 -64
  57. vendor/symfony/intl/DateFormatter/DateFormat/Hour2400Transformer.php +0 -65
  58. vendor/symfony/intl/DateFormatter/DateFormat/Hour2401Transformer.php +0 -66
  59. vendor/symfony/intl/DateFormatter/DateFormat/HourTransformer.php +0 -32
  60. vendor/symfony/intl/DateFormatter/DateFormat/MinuteTransformer.php +0 -50
  61. vendor/symfony/intl/DateFormatter/DateFormat/MonthTransformer.php +0 -136
  62. vendor/symfony/intl/DateFormatter/DateFormat/QuarterTransformer.php +0 -66
  63. vendor/symfony/intl/DateFormatter/DateFormat/SecondTransformer.php +0 -50
  64. vendor/symfony/intl/DateFormatter/DateFormat/TimezoneTransformer.php +0 -116
  65. vendor/symfony/intl/DateFormatter/DateFormat/Transformer.php +0 -65
  66. vendor/symfony/intl/DateFormatter/DateFormat/YearTransformer.php +0 -52
  67. vendor/symfony/intl/DateFormatter/IntlDateFormatter.php +0 -613
  68. vendor/symfony/intl/Exception/BadMethodCallException.php +0 -21
  69. vendor/symfony/intl/Exception/ExceptionInterface.php +0 -21
  70. vendor/symfony/intl/Exception/InvalidArgumentException.php +0 -21
  71. vendor/symfony/intl/Exception/MethodArgumentNotImplementedException.php +0 -28
  72. vendor/symfony/intl/Exception/MethodArgumentValueNotImplementedException.php +0 -37
  73. vendor/symfony/intl/Exception/MethodNotImplementedException.php +0 -26
  74. vendor/symfony/intl/Exception/MissingResourceException.php +0 -21
  75. vendor/symfony/intl/Exception/NotImplementedException.php +0 -30
  76. vendor/symfony/intl/Exception/OutOfBoundsException.php +0 -21
  77. vendor/symfony/intl/Exception/ResourceBundleNotFoundException.php +0 -19
  78. vendor/symfony/intl/Exception/RuntimeException.php +0 -21
  79. vendor/symfony/intl/Exception/UnexpectedTypeException.php +0 -25
  80. vendor/symfony/intl/Globals/IntlGlobals.php +0 -127
  81. vendor/symfony/intl/Intl.php +0 -279
  82. vendor/symfony/intl/LICENSE +0 -19
  83. vendor/symfony/intl/Locale.php +0 -116
  84. vendor/symfony/intl/Locale/Locale.php +0 -323
  85. vendor/symfony/intl/NumberFormatter/NumberFormatter.php +0 -905
  86. vendor/symfony/intl/README.md +0 -21
  87. vendor/symfony/intl/ResourceBundle/CurrencyBundle.php +0 -113
  88. vendor/symfony/intl/ResourceBundle/CurrencyBundleInterface.php +0 -74
  89. vendor/symfony/intl/ResourceBundle/LanguageBundle.php +0 -113
  90. vendor/symfony/intl/ResourceBundle/LanguageBundleInterface.php +0 -64
  91. vendor/symfony/intl/ResourceBundle/LocaleBundle.php +0 -61
  92. vendor/symfony/intl/ResourceBundle/LocaleBundleInterface.php +0 -41
  93. vendor/symfony/intl/ResourceBundle/RegionBundle.php +0 -77
  94. vendor/symfony/intl/ResourceBundle/RegionBundleInterface.php +0 -41
  95. vendor/symfony/intl/ResourceBundle/ResourceBundleInterface.php +0 -27
  96. vendor/symfony/intl/Resources/bin/autoload.php +0 -18
  97. vendor/symfony/intl/Resources/bin/common.php +0 -96
  98. vendor/symfony/intl/Resources/bin/compile +0 -13
  99. vendor/symfony/intl/Resources/bin/update-data.php +0 -226
  100. vendor/symfony/intl/Resources/data/currencies/af.json +0 -684
  101. vendor/symfony/intl/Resources/data/currencies/af_NA.json +0 -8
  102. vendor/symfony/intl/Resources/data/currencies/ak.json +0 -232
  103. vendor/symfony/intl/Resources/data/currencies/am.json +0 -668
  104. vendor/symfony/intl/Resources/data/currencies/ar.json +0 -996
  105. vendor/symfony/intl/Resources/data/currencies/ar_DJ.json +0 -8
  106. vendor/symfony/intl/Resources/data/currencies/ar_ER.json +0 -8
  107. vendor/symfony/intl/Resources/data/currencies/ar_KM.json +0 -8
  108. vendor/symfony/intl/Resources/data/currencies/ar_LB.json +0 -8
  109. vendor/symfony/intl/Resources/data/currencies/ar_SO.json +0 -8
  110. vendor/symfony/intl/Resources/data/currencies/ar_SS.json +0 -12
  111. vendor/symfony/intl/Resources/data/currencies/as.json +0 -640
  112. vendor/symfony/intl/Resources/data/currencies/az.json +0 -1060
  113. vendor/symfony/intl/Resources/data/currencies/az_Cyrl.json +0 -8
  114. vendor/symfony/intl/Resources/data/currencies/be.json +0 -640
  115. vendor/symfony/intl/Resources/data/currencies/bg.json +0 -1044
  116. vendor/symfony/intl/Resources/data/currencies/bm.json +0 -236
  117. vendor/symfony/intl/Resources/data/currencies/bn.json +0 -1076
  118. vendor/symfony/intl/Resources/data/currencies/bo.json +0 -16
  119. vendor/symfony/intl/Resources/data/currencies/bo_IN.json +0 -8
  120. vendor/symfony/intl/Resources/data/currencies/br.json +0 -1152
  121. vendor/symfony/intl/Resources/data/currencies/bs.json +0 -1116
  122. vendor/symfony/intl/Resources/data/currencies/bs_Cyrl.json +0 -1088
  123. vendor/symfony/intl/Resources/data/currencies/ca.json +0 -1153
  124. vendor/symfony/intl/Resources/data/currencies/ca_FR.json +0 -8
  125. vendor/symfony/intl/Resources/data/currencies/ce.json +0 -636
  126. vendor/symfony/intl/Resources/data/currencies/cs.json +0 -1160
  127. vendor/symfony/intl/Resources/data/currencies/cy.json +0 -1084
  128. vendor/symfony/intl/Resources/data/currencies/da.json +0 -1056
  129. vendor/symfony/intl/Resources/data/currencies/de.json +0 -1160
  130. vendor/symfony/intl/Resources/data/currencies/de_CH.json +0 -20
  131. vendor/symfony/intl/Resources/data/currencies/de_LI.json +0 -8
  132. vendor/symfony/intl/Resources/data/currencies/de_LU.json +0 -9
  133. vendor/symfony/intl/Resources/data/currencies/dz.json +0 -304
  134. vendor/symfony/intl/Resources/data/currencies/ee.json +0 -1120
  135. vendor/symfony/intl/Resources/data/currencies/el.json +0 -1061
  136. vendor/symfony/intl/Resources/data/currencies/en.json +0 -1164
  137. vendor/symfony/intl/Resources/data/currencies/en_001.json +0 -44
  138. vendor/symfony/intl/Resources/data/currencies/en_150.json +0 -9
  139. vendor/symfony/intl/Resources/data/currencies/en_AE.json +0 -8
  140. vendor/symfony/intl/Resources/data/currencies/en_AG.json +0 -8
  141. vendor/symfony/intl/Resources/data/currencies/en_AI.json +0 -8
  142. vendor/symfony/intl/Resources/data/currencies/en_AU.json +0 -548
  143. vendor/symfony/intl/Resources/data/currencies/en_BB.json +0 -8
  144. vendor/symfony/intl/Resources/data/currencies/en_BI.json +0 -8
  145. vendor/symfony/intl/Resources/data/currencies/en_BM.json +0 -8
  146. vendor/symfony/intl/Resources/data/currencies/en_BS.json +0 -8
  147. vendor/symfony/intl/Resources/data/currencies/en_BW.json +0 -8
  148. vendor/symfony/intl/Resources/data/currencies/en_BZ.json +0 -8
  149. vendor/symfony/intl/Resources/data/currencies/en_CA.json +0 -12
  150. vendor/symfony/intl/Resources/data/currencies/en_CC.json +0 -8
  151. vendor/symfony/intl/Resources/data/currencies/en_CK.json +0 -8
  152. vendor/symfony/intl/Resources/data/currencies/en_CX.json +0 -8
  153. vendor/symfony/intl/Resources/data/currencies/en_DK.json +0 -8
  154. vendor/symfony/intl/Resources/data/currencies/en_DM.json +0 -8
  155. vendor/symfony/intl/Resources/data/currencies/en_ER.json +0 -8
  156. vendor/symfony/intl/Resources/data/currencies/en_FJ.json +0 -8
  157. vendor/symfony/intl/Resources/data/currencies/en_FK.json +0 -12
  158. vendor/symfony/intl/Resources/data/currencies/en_GD.json +0 -8
  159. vendor/symfony/intl/Resources/data/currencies/en_GG.json +0 -8
  160. vendor/symfony/intl/Resources/data/currencies/en_GH.json +0 -8
  161. vendor/symfony/intl/Resources/data/currencies/en_GI.json +0 -12
  162. vendor/symfony/intl/Resources/data/currencies/en_GM.json +0 -8
  163. vendor/symfony/intl/Resources/data/currencies/en_GY.json +0 -8
  164. vendor/symfony/intl/Resources/data/currencies/en_IM.json +0 -8
  165. vendor/symfony/intl/Resources/data/currencies/en_IN.json +0 -12
  166. vendor/symfony/intl/Resources/data/currencies/en_JE.json +0 -8
  167. vendor/symfony/intl/Resources/data/currencies/en_JM.json +0 -8
  168. vendor/symfony/intl/Resources/data/currencies/en_KE.json +0 -8
  169. vendor/symfony/intl/Resources/data/currencies/en_KI.json +0 -8
  170. vendor/symfony/intl/Resources/data/currencies/en_KN.json +0 -8
  171. vendor/symfony/intl/Resources/data/currencies/en_KY.json +0 -8
  172. vendor/symfony/intl/Resources/data/currencies/en_LC.json +0 -8
  173. vendor/symfony/intl/Resources/data/currencies/en_LR.json +0 -8
  174. vendor/symfony/intl/Resources/data/currencies/en_LS.json +0 -8
  175. vendor/symfony/intl/Resources/data/currencies/en_MG.json +0 -8
  176. vendor/symfony/intl/Resources/data/currencies/en_MO.json +0 -8
  177. vendor/symfony/intl/Resources/data/currencies/en_MS.json +0 -8
  178. vendor/symfony/intl/Resources/data/currencies/en_MT.json +0 -8
  179. vendor/symfony/intl/Resources/data/currencies/en_MU.json +0 -8
  180. vendor/symfony/intl/Resources/data/currencies/en_MW.json +0 -8
  181. vendor/symfony/intl/Resources/data/currencies/en_MY.json +0 -8
  182. vendor/symfony/intl/Resources/data/currencies/en_NA.json +0 -8
  183. vendor/symfony/intl/Resources/data/currencies/en_NF.json +0 -8
  184. vendor/symfony/intl/Resources/data/currencies/en_NG.json +0 -8
  185. vendor/symfony/intl/Resources/data/currencies/en_NH.json +0 -8
  186. vendor/symfony/intl/Resources/data/currencies/en_NR.json +0 -8
  187. vendor/symfony/intl/Resources/data/currencies/en_NU.json +0 -8
  188. vendor/symfony/intl/Resources/data/currencies/en_NZ.json +0 -8
  189. vendor/symfony/intl/Resources/data/currencies/en_PG.json +0 -8
  190. vendor/symfony/intl/Resources/data/currencies/en_PH.json +0 -8
  191. vendor/symfony/intl/Resources/data/currencies/en_PK.json +0 -8
  192. vendor/symfony/intl/Resources/data/currencies/en_PN.json +0 -8
  193. vendor/symfony/intl/Resources/data/currencies/en_RW.json +0 -8
  194. vendor/symfony/intl/Resources/data/currencies/en_SB.json +0 -8
  195. vendor/symfony/intl/Resources/data/currencies/en_SC.json +0 -8
  196. vendor/symfony/intl/Resources/data/currencies/en_SE.json +0 -8
  197. vendor/symfony/intl/Resources/data/currencies/en_SG.json +0 -8
  198. vendor/symfony/intl/Resources/data/currencies/en_SH.json +0 -12
  199. vendor/symfony/intl/Resources/data/currencies/en_SL.json +0 -8
  200. vendor/symfony/intl/Resources/data/currencies/en_SS.json +0 -12
  201. vendor/symfony/intl/Resources/data/currencies/en_SX.json +0 -8
  202. vendor/symfony/intl/Resources/data/currencies/en_SZ.json +0 -8
  203. vendor/symfony/intl/Resources/data/currencies/en_TK.json +0 -8
  204. vendor/symfony/intl/Resources/data/currencies/en_TO.json +0 -8
  205. vendor/symfony/intl/Resources/data/currencies/en_TT.json +0 -8
  206. vendor/symfony/intl/Resources/data/currencies/en_TV.json +0 -8
  207. vendor/symfony/intl/Resources/data/currencies/en_TZ.json +0 -8
  208. vendor/symfony/intl/Resources/data/currencies/en_UG.json +0 -8
  209. vendor/symfony/intl/Resources/data/currencies/en_VC.json +0 -8
  210. vendor/symfony/intl/Resources/data/currencies/en_VU.json +0 -8
  211. vendor/symfony/intl/Resources/data/currencies/en_WS.json +0 -8
  212. vendor/symfony/intl/Resources/data/currencies/en_ZA.json +0 -8
  213. vendor/symfony/intl/Resources/data/currencies/en_ZM.json +0 -8
  214. vendor/symfony/intl/Resources/data/currencies/es.json +0 -1080
  215. vendor/symfony/intl/Resources/data/currencies/es_419.json +0 -32
  216. vendor/symfony/intl/Resources/data/currencies/es_AR.json +0 -12
  217. vendor/symfony/intl/Resources/data/currencies/es_BO.json +0 -8
  218. vendor/symfony/intl/Resources/data/currencies/es_BR.json +0 -8
  219. vendor/symfony/intl/Resources/data/currencies/es_BZ.json +0 -8
  220. vendor/symfony/intl/Resources/data/currencies/es_CL.json +0 -12
  221. vendor/symfony/intl/Resources/data/currencies/es_CO.json +0 -12
  222. vendor/symfony/intl/Resources/data/currencies/es_CR.json +0 -8
  223. vendor/symfony/intl/Resources/data/currencies/es_CU.json +0 -12
  224. vendor/symfony/intl/Resources/data/currencies/es_DO.json +0 -12
  225. vendor/symfony/intl/Resources/data/currencies/es_EC.json +0 -8
  226. vendor/symfony/intl/Resources/data/currencies/es_GQ.json +0 -8
  227. vendor/symfony/intl/Resources/data/currencies/es_GT.json +0 -8
  228. vendor/symfony/intl/Resources/data/currencies/es_HN.json +0 -8
  229. vendor/symfony/intl/Resources/data/currencies/es_MX.json +0 -56
  230. vendor/symfony/intl/Resources/data/currencies/es_NI.json +0 -8
  231. vendor/symfony/intl/Resources/data/currencies/es_PA.json +0 -8
  232. vendor/symfony/intl/Resources/data/currencies/es_PE.json +0 -8
  233. vendor/symfony/intl/Resources/data/currencies/es_PH.json +0 -8
  234. vendor/symfony/intl/Resources/data/currencies/es_PR.json +0 -8
  235. vendor/symfony/intl/Resources/data/currencies/es_PY.json +0 -8
  236. vendor/symfony/intl/Resources/data/currencies/es_SV.json +0 -8
  237. vendor/symfony/intl/Resources/data/currencies/es_US.json +0 -52
  238. vendor/symfony/intl/Resources/data/currencies/es_UY.json +0 -16
  239. vendor/symfony/intl/Resources/data/currencies/es_VE.json +0 -12
  240. vendor/symfony/intl/Resources/data/currencies/et.json +0 -1057
  241. vendor/symfony/intl/Resources/data/currencies/eu.json +0 -661
  242. vendor/symfony/intl/Resources/data/currencies/fa.json +0 -916
  243. vendor/symfony/intl/Resources/data/currencies/fa_AF.json +0 -64
  244. vendor/symfony/intl/Resources/data/currencies/ff.json +0 -232
  245. vendor/symfony/intl/Resources/data/currencies/ff_Adlm.json +0 -632
  246. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_BF.json +0 -8
  247. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_CM.json +0 -8
  248. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GH.json +0 -12
  249. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GM.json +0 -12
  250. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GW.json +0 -8
  251. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_LR.json +0 -12
  252. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_MR.json +0 -12
  253. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_NE.json +0 -8
  254. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_NG.json +0 -12
  255. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SL.json +0 -12
  256. vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SN.json +0 -8
  257. vendor/symfony/intl/Resources/data/currencies/ff_GN.json +0 -8
  258. vendor/symfony/intl/Resources/data/currencies/ff_Latn_GH.json +0 -8
  259. vendor/symfony/intl/Resources/data/currencies/ff_Latn_GM.json +0 -8
  260. vendor/symfony/intl/Resources/data/currencies/ff_Latn_GN.json +0 -8
  261. vendor/symfony/intl/Resources/data/currencies/ff_Latn_LR.json +0 -8
  262. vendor/symfony/intl/Resources/data/currencies/ff_Latn_MR.json +0 -8
  263. vendor/symfony/intl/Resources/data/currencies/ff_Latn_NG.json +0 -8
  264. vendor/symfony/intl/Resources/data/currencies/ff_Latn_SL.json +0 -8
  265. vendor/symfony/intl/Resources/data/currencies/ff_MR.json +0 -8
  266. vendor/symfony/intl/Resources/data/currencies/fi.json +0 -1164
  267. vendor/symfony/intl/Resources/data/currencies/fo.json +0 -640
  268. vendor/symfony/intl/Resources/data/currencies/fo_DK.json +0 -8
  269. vendor/symfony/intl/Resources/data/currencies/fr.json +0 -1084
  270. vendor/symfony/intl/Resources/data/currencies/fr_BI.json +0 -8
  271. vendor/symfony/intl/Resources/data/currencies/fr_CA.json +0 -184
  272. vendor/symfony/intl/Resources/data/currencies/fr_CD.json +0 -8
  273. vendor/symfony/intl/Resources/data/currencies/fr_DJ.json +0 -8
  274. vendor/symfony/intl/Resources/data/currencies/fr_DZ.json +0 -8
  275. vendor/symfony/intl/Resources/data/currencies/fr_GN.json +0 -8
  276. vendor/symfony/intl/Resources/data/currencies/fr_HT.json +0 -8
  277. vendor/symfony/intl/Resources/data/currencies/fr_KM.json +0 -8
  278. vendor/symfony/intl/Resources/data/currencies/fr_LU.json +0 -12
  279. vendor/symfony/intl/Resources/data/currencies/fr_MG.json +0 -8
  280. vendor/symfony/intl/Resources/data/currencies/fr_MR.json +0 -8
  281. vendor/symfony/intl/Resources/data/currencies/fr_MU.json +0 -8
  282. vendor/symfony/intl/Resources/data/currencies/fr_RW.json +0 -8
  283. vendor/symfony/intl/Resources/data/currencies/fr_SC.json +0 -8
  284. vendor/symfony/intl/Resources/data/currencies/fr_SY.json +0 -8
  285. vendor/symfony/intl/Resources/data/currencies/fr_TN.json +0 -8
  286. vendor/symfony/intl/Resources/data/currencies/fr_VU.json +0 -8
  287. vendor/symfony/intl/Resources/data/currencies/fy.json +0 -603
CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  ##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21)
2
 
3
  - Add Product Review Block
1
+ ##### [Version 1.6.6](https://github.com/Codeinwp/otter-blocks/compare/v1.6.5...v1.6.6) (2021-05-24)
2
+
3
+ - Fix Product Review Block conflict with WooCommerce
4
+
5
  ##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21)
6
 
7
  - Add Product Review Block
otter-blocks.php CHANGED
@@ -7,7 +7,7 @@
7
  * Plugin Name: Gutenberg Blocks and Template Library by Otter
8
  * Plugin URI: https://themeisle.com/plugins/otter-blocks
9
  * Description: Create beautiful and attracting posts, pages, and landing pages with Gutenberg Blocks and Template Library by Otter. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages.
10
- * Version: 1.6.5
11
  * Author: ThemeIsle
12
  * Author URI: https://themeisle.com
13
  * License: GPL-2.0+
@@ -26,7 +26,7 @@ if ( ! defined( 'WPINC' ) ) {
26
  define( 'OTTER_BLOCKS_BASEFILE', __FILE__ );
27
  define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) );
28
  define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) );
29
- define( 'OTTER_BLOCKS_VERSION', '1.6.5' );
30
  define( 'OTTER_BLOCKS_DEV', false );
31
 
32
  $vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php';
7
  * Plugin Name: Gutenberg Blocks and Template Library by Otter
8
  * Plugin URI: https://themeisle.com/plugins/otter-blocks
9
  * Description: Create beautiful and attracting posts, pages, and landing pages with Gutenberg Blocks and Template Library by Otter. Otter comes with dozens of Gutenberg blocks that are all you need to build beautiful pages.
10
+ * Version: 1.6.6
11
  * Author: ThemeIsle
12
  * Author URI: https://themeisle.com
13
  * License: GPL-2.0+
26
  define( 'OTTER_BLOCKS_BASEFILE', __FILE__ );
27
  define( 'OTTER_BLOCKS_URL', plugins_url( '/', __FILE__ ) );
28
  define( 'OTTER_BLOCKS_PATH', dirname( __FILE__ ) );
29
+ define( 'OTTER_BLOCKS_VERSION', '1.6.6' );
30
  define( 'OTTER_BLOCKS_DEV', false );
31
 
32
  $vendor_file = OTTER_BLOCKS_PATH . '/vendor/autoload.php';
readme.md CHANGED
@@ -91,6 +91,13 @@ Help your site shine with design options built to enhance your brand. Every bloc
91
 
92
  ## Changelog ##
93
 
 
 
 
 
 
 
 
94
  ##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21)
95
 
96
  - Add Product Review Block
91
 
92
  ## Changelog ##
93
 
94
+ ##### [Version 1.6.6](https://github.com/Codeinwp/otter-blocks/compare/v1.6.5...v1.6.6) (2021-05-24)
95
+
96
+ - Fix Product Review Block conflict with WooCommerce
97
+
98
+
99
+
100
+
101
  ##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21)
102
 
103
  - Add Product Review Block
readme.txt CHANGED
@@ -91,6 +91,13 @@ Help your site shine with design options built to enhance your brand. Every bloc
91
 
92
  == Changelog ==
93
 
 
 
 
 
 
 
 
94
  ##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21)
95
 
96
  - Add Product Review Block
91
 
92
  == Changelog ==
93
 
94
+ ##### [Version 1.6.6](https://github.com/Codeinwp/otter-blocks/compare/v1.6.5...v1.6.6) (2021-05-24)
95
+
96
+ - Fix Product Review Block conflict with WooCommerce
97
+
98
+
99
+
100
+
101
  ##### [Version 1.6.5](https://github.com/Codeinwp/otter-blocks/compare/v1.6.4...v1.6.5) (2021-05-21)
102
 
103
  - Add Product Review Block
vendor/autoload.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
- return ComposerAutoloaderInit77bc5c27122776780e935bb74e5c43b7::getLoader();
4
 
5
  require_once __DIR__ . '/composer/autoload_real.php';
6
 
7
+ return ComposerAutoloaderInit0a942f35aecab3a111fc3626eefc22ae::getLoader();
vendor/codeinwp/gutenberg-blocks/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  ##### [Version 1.6.5](https://github.com/Codeinwp/gutenberg-blocks/compare/v1.6.4...v1.6.5) (2021-05-20)
2
 
3
  - Add Product Review Block
1
+ ##### [Version 1.6.7](https://github.com/Codeinwp/gutenberg-blocks/compare/v1.6.6...v1.6.7) (2021-05-24)
2
+
3
+ - Fix Product Review Block conflict with WooCommerce
4
+
5
+ ##### [Version 1.6.6](https://github.com/Codeinwp/gutenberg-blocks/compare/v1.6.5...v1.6.6) (2021-05-24)
6
+
7
+ - Fix Product Review Block conflict with WooCommerce
8
+
9
  ##### [Version 1.6.5](https://github.com/Codeinwp/gutenberg-blocks/compare/v1.6.4...v1.6.5) (2021-05-20)
10
 
11
  - Add Product Review Block
vendor/codeinwp/gutenberg-blocks/inc/class-base-block.php CHANGED
@@ -81,7 +81,7 @@ abstract class Base_Block {
81
  * @return array
82
  */
83
  public function get_attributes() {
84
- return apply_filters( 'otter_block_attributes_for_' . $this->block_slug, $this->attributes );
85
  }
86
 
87
  /**
@@ -106,6 +106,6 @@ abstract class Base_Block {
106
  */
107
  public function render_callback( $attributes ) {
108
  // give a chance to our themes to overwrite the template of blocks.
109
- return apply_filters( 'otter_block_template_' . $this->block_slug, $this->render( $attributes ) );
110
  }
111
  }
81
  * @return array
82
  */
83
  public function get_attributes() {
84
+ return apply_filters( 'themeisle_gutenberg_attributes_for_' . $this->block_slug, $this->attributes );
85
  }
86
 
87
  /**
106
  */
107
  public function render_callback( $attributes ) {
108
  // give a chance to our themes to overwrite the template of blocks.
109
+ return apply_filters( 'themeisle_gutenberg_template_' . $this->block_slug, $this->render( $attributes ) );
110
  }
111
  }
vendor/codeinwp/gutenberg-blocks/inc/class-main.php CHANGED
@@ -101,7 +101,7 @@ class Main {
101
  */
102
  public function init() {
103
  if ( ! defined( 'THEMEISLE_BLOCKS_VERSION' ) ) {
104
- define( 'THEMEISLE_BLOCKS_VERSION', '1.6.5' );
105
  define( 'THEMEISLE_BLOCKS_DEV', false );
106
  }
107
 
101
  */
102
  public function init() {
103
  if ( ! defined( 'THEMEISLE_BLOCKS_VERSION' ) ) {
104
+ define( 'THEMEISLE_BLOCKS_VERSION', '1.6.7' );
105
  define( 'THEMEISLE_BLOCKS_DEV', false );
106
  }
107
 
vendor/codeinwp/gutenberg-blocks/inc/render/class-review-block.php CHANGED
@@ -9,8 +9,6 @@ namespace ThemeIsle\GutenbergBlocks\Render;
9
 
10
  use ThemeIsle\GutenbergBlocks\Base_Block;
11
 
12
- use Symfony\Component\Intl\Intl;
13
-
14
  /**
15
  * Class Review_Block
16
  */
@@ -301,7 +299,178 @@ class Review_Block extends Base_Block {
301
  * @return string
302
  */
303
  protected function get_currency( $currency = 'USD' ) {
304
- $symbol = Intl::getCurrencyBundle()->getCurrencySymbol( $currency, 'en' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
305
  return $symbol;
306
  }
307
 
9
 
10
  use ThemeIsle\GutenbergBlocks\Base_Block;
11
 
 
 
12
  /**
13
  * Class Review_Block
14
  */
299
  * @return string
300
  */
301
  protected function get_currency( $currency = 'USD' ) {
302
+ $symbols = apply_filters(
303
+ 'themeisle_gutenberg_currency_symbols',
304
+ array(
305
+ 'AED' => 'د.إ',
306
+ 'AFN' => '؋',
307
+ 'ALL' => 'L',
308
+ 'AMD' => 'AMD',
309
+ 'ANG' => 'ƒ',
310
+ 'AOA' => 'Kz',
311
+ 'ARS' => '$',
312
+ 'AUD' => '$',
313
+ 'AWG' => 'Afl.',
314
+ 'AZN' => 'AZN',
315
+ 'BAM' => 'KM',
316
+ 'BBD' => '$',
317
+ 'BDT' => '৳ ',
318
+ 'BGN' => 'лв.',
319
+ 'BHD' => '.د.ب',
320
+ 'BIF' => 'Fr',
321
+ 'BMD' => '$',
322
+ 'BND' => '$',
323
+ 'BOB' => 'Bs.',
324
+ 'BRL' => 'R$',
325
+ 'BSD' => '$',
326
+ 'BTC' => '฿',
327
+ 'BTN' => 'Nu.',
328
+ 'BWP' => 'P',
329
+ 'BYR' => 'Br',
330
+ 'BYN' => 'Br',
331
+ 'BZD' => '$',
332
+ 'CAD' => '$',
333
+ 'CDF' => 'Fr',
334
+ 'CHF' => 'CHF',
335
+ 'CLP' => '$',
336
+ 'CNY' => '¥',
337
+ 'COP' => '$',
338
+ 'CRC' => '₡',
339
+ 'CUC' => '$',
340
+ 'CUP' => '$',
341
+ 'CVE' => '$',
342
+ 'CZK' => 'Kč',
343
+ 'DJF' => 'Fr',
344
+ 'DKK' => 'DKK',
345
+ 'DOP' => 'RD$',
346
+ 'DZD' => 'د.ج',
347
+ 'EGP' => 'EGP',
348
+ 'ERN' => 'Nfk',
349
+ 'ETB' => 'Br',
350
+ 'EUR' => '€',
351
+ 'FJD' => '$',
352
+ 'FKP' => '£',
353
+ 'GBP' => '£',
354
+ 'GEL' => '₾',
355
+ 'GGP' => '£',
356
+ 'GHS' => '₵',
357
+ 'GIP' => '£',
358
+ 'GMD' => 'D',
359
+ 'GNF' => 'Fr',
360
+ 'GTQ' => 'Q',
361
+ 'GYD' => '$',
362
+ 'HKD' => '$',
363
+ 'HNL' => 'L',
364
+ 'HRK' => 'kn',
365
+ 'HTG' => 'G',
366
+ 'HUF' => 'Ft',
367
+ 'IDR' => 'Rp',
368
+ 'ILS' => '₪',
369
+ 'IMP' => '£',
370
+ 'INR' => '₹',
371
+ 'IQD' => 'ع.د',
372
+ 'IRR' => '﷼',
373
+ 'IRT' => 'تومان',
374
+ 'ISK' => 'kr.',
375
+ 'JEP' => '£',
376
+ 'JMD' => '$',
377
+ 'JOD' => 'د.ا',
378
+ 'JPY' => '¥',
379
+ 'KES' => 'KSh',
380
+ 'KGS' => 'сом',
381
+ 'KHR' => '៛',
382
+ 'KMF' => 'Fr',
383
+ 'KPW' => '₩',
384
+ 'KRW' => '₩',
385
+ 'KWD' => 'د.ك',
386
+ 'KYD' => '$',
387
+ 'KZT' => '₸',
388
+ 'LAK' => '₭',
389
+ 'LBP' => 'ل.ل',
390
+ 'LKR' => 'රු',
391
+ 'LRD' => '$',
392
+ 'LSL' => 'L',
393
+ 'LYD' => 'ل.د',
394
+ 'MAD' => 'د.م.',
395
+ 'MDL' => 'MDL',
396
+ 'MGA' => 'Ar',
397
+ 'MKD' => 'ден',
398
+ 'MMK' => 'Ks',
399
+ 'MNT' => '₮',
400
+ 'MOP' => 'P',
401
+ 'MRU' => 'UM',
402
+ 'MUR' => '₨',
403
+ 'MVR' => '.ރ',
404
+ 'MWK' => 'MK',
405
+ 'MXN' => '$',
406
+ 'MYR' => 'RM',
407
+ 'MZN' => 'MT',
408
+ 'NAD' => 'N$',
409
+ 'NGN' => '₦',
410
+ 'NIO' => 'C$',
411
+ 'NOK' => 'kr',
412
+ 'NPR' => '₨',
413
+ 'NZD' => '$',
414
+ 'OMR' => 'ر.ع.',
415
+ 'PAB' => 'B/.',
416
+ 'PEN' => 'S/',
417
+ 'PGK' => 'K',
418
+ 'PHP' => '₱',
419
+ 'PKR' => '₨',
420
+ 'PLN' => 'zł',
421
+ 'PRB' => 'р.',
422
+ 'PYG' => '₲',
423
+ 'QAR' => 'ر.ق',
424
+ 'RMB' => '¥',
425
+ 'RON' => 'lei',
426
+ 'RSD' => 'рсд',
427
+ 'RUB' => '₽',
428
+ 'RWF' => 'Fr',
429
+ 'SAR' => 'ر.س',
430
+ 'SBD' => '$',
431
+ 'SCR' => '₨',
432
+ 'SDG' => 'ج.س.',
433
+ 'SEK' => 'kr',
434
+ 'SGD' => '$',
435
+ 'SHP' => '£',
436
+ 'SLL' => 'Le',
437
+ 'SOS' => 'Sh',
438
+ 'SRD' => '$',
439
+ 'SSP' => '£',
440
+ 'STN' => 'Db',
441
+ 'SYP' => 'ل.س',
442
+ 'SZL' => 'L',
443
+ 'THB' => '฿',
444
+ 'TJS' => 'ЅМ',
445
+ 'TMT' => 'm',
446
+ 'TND' => 'د.ت',
447
+ 'TOP' => 'T$',
448
+ 'TRY' => '₺',
449
+ 'TTD' => '$',
450
+ 'TWD' => 'NT$',
451
+ 'TZS' => 'Sh',
452
+ 'UAH' => '₴',
453
+ 'UGX' => 'UGX',
454
+ 'USD' => '$',
455
+ 'UYU' => '$',
456
+ 'UZS' => 'UZS',
457
+ 'VEF' => 'Bs F',
458
+ 'VES' => 'Bs.S',
459
+ 'VND' => '₫',
460
+ 'VUV' => 'Vt',
461
+ 'WST' => 'T',
462
+ 'XAF' => 'CFA',
463
+ 'XCD' => '$',
464
+ 'XOF' => 'CFA',
465
+ 'XPF' => 'Fr',
466
+ 'YER' => '﷼',
467
+ 'ZAR' => 'R',
468
+ 'ZMW' => 'ZK',
469
+ )
470
+ );
471
+
472
+ $symbol = isset( $symbols[ $currency ] ) ? $symbols[ $currency ] : '$';
473
+
474
  return $symbol;
475
  }
476
 
vendor/composer/InstalledVersions.php CHANGED
@@ -27,8 +27,8 @@ class InstalledVersions
27
  private static $installed = array (
28
  'root' =>
29
  array (
30
- 'pretty_version' => '1.6.5',
31
- 'version' => '1.6.5.0',
32
  'aliases' =>
33
  array (
34
  ),
@@ -48,12 +48,12 @@ private static $installed = array (
48
  ),
49
  'codeinwp/gutenberg-blocks' =>
50
  array (
51
- 'pretty_version' => '1.6.5',
52
- 'version' => '1.6.5.0',
53
  'aliases' =>
54
  array (
55
  ),
56
- 'reference' => 'd25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823',
57
  ),
58
  'codeinwp/gutenberg-css' =>
59
  array (
@@ -75,8 +75,8 @@ private static $installed = array (
75
  ),
76
  'codeinwp/otter-blocks' =>
77
  array (
78
- 'pretty_version' => '1.6.5',
79
- 'version' => '1.6.5.0',
80
  'aliases' =>
81
  array (
82
  ),
@@ -100,24 +100,6 @@ private static $installed = array (
100
  ),
101
  'reference' => '9227822783c75406cfe400984b2f095cdf03d417',
102
  ),
103
- 'symfony/intl' =>
104
- array (
105
- 'pretty_version' => 'v3.4.47',
106
- 'version' => '3.4.47.0',
107
- 'aliases' =>
108
- array (
109
- ),
110
- 'reference' => 'c0e22a40039977f11dc4de03a853ab9450c2b4cd',
111
- ),
112
- 'symfony/polyfill-intl-icu' =>
113
- array (
114
- 'pretty_version' => 'v1.19.0',
115
- 'version' => '1.19.0.0',
116
- 'aliases' =>
117
- array (
118
- ),
119
- 'reference' => 'f740dd60a5b5f1511229e107f7e59f404b102084',
120
- ),
121
  'tubalmartin/cssmin' =>
122
  array (
123
  'pretty_version' => 'v4.1.1',
27
  private static $installed = array (
28
  'root' =>
29
  array (
30
+ 'pretty_version' => '1.6.6',
31
+ 'version' => '1.6.6.0',
32
  'aliases' =>
33
  array (
34
  ),
48
  ),
49
  'codeinwp/gutenberg-blocks' =>
50
  array (
51
+ 'pretty_version' => '1.6.7',
52
+ 'version' => '1.6.7.0',
53
  'aliases' =>
54
  array (
55
  ),
56
+ 'reference' => '96b8d33c030ed7e907b14a488d107a333872d5ea',
57
  ),
58
  'codeinwp/gutenberg-css' =>
59
  array (
75
  ),
76
  'codeinwp/otter-blocks' =>
77
  array (
78
+ 'pretty_version' => '1.6.6',
79
+ 'version' => '1.6.6.0',
80
  'aliases' =>
81
  array (
82
  ),
100
  ),
101
  'reference' => '9227822783c75406cfe400984b2f095cdf03d417',
102
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  'tubalmartin/cssmin' =>
104
  array (
105
  'pretty_version' => 'v4.1.1',
vendor/composer/autoload_classmap.php CHANGED
@@ -6,10 +6,7 @@ $vendorDir = dirname(dirname(__FILE__));
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
- 'Collator' => $vendorDir . '/symfony/intl/Resources/stubs/Collator.php',
10
  'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
11
- 'IntlDateFormatter' => $vendorDir . '/symfony/intl/Resources/stubs/IntlDateFormatter.php',
12
- 'Locale' => $vendorDir . '/symfony/intl/Resources/stubs/Locale.php',
13
  'Masterminds\\HTML5' => $vendorDir . '/masterminds/html5/src/HTML5.php',
14
  'Masterminds\\HTML5\\Elements' => $vendorDir . '/masterminds/html5/src/HTML5/Elements.php',
15
  'Masterminds\\HTML5\\Entities' => $vendorDir . '/masterminds/html5/src/HTML5/Entities.php',
@@ -30,86 +27,6 @@ return array(
30
  'Masterminds\\HTML5\\Serializer\\OutputRules' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/OutputRules.php',
31
  'Masterminds\\HTML5\\Serializer\\RulesInterface' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/RulesInterface.php',
32
  'Masterminds\\HTML5\\Serializer\\Traverser' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/Traverser.php',
33
- 'NumberFormatter' => $vendorDir . '/symfony/intl/Resources/stubs/NumberFormatter.php',
34
- 'Symfony\\Component\\Intl\\Collator\\Collator' => $vendorDir . '/symfony/intl/Collator/Collator.php',
35
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Compiler\\BundleCompilerInterface' => $vendorDir . '/symfony/intl/Data/Bundle/Compiler/BundleCompilerInterface.php',
36
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Compiler\\GenrbCompiler' => $vendorDir . '/symfony/intl/Data/Bundle/Compiler/GenrbCompiler.php',
37
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BufferedBundleReader' => $vendorDir . '/symfony/intl/Data/Bundle/Reader/BufferedBundleReader.php',
38
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BundleEntryReader' => $vendorDir . '/symfony/intl/Data/Bundle/Reader/BundleEntryReader.php',
39
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BundleEntryReaderInterface' => $vendorDir . '/symfony/intl/Data/Bundle/Reader/BundleEntryReaderInterface.php',
40
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BundleReaderInterface' => $vendorDir . '/symfony/intl/Data/Bundle/Reader/BundleReaderInterface.php',
41
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\IntlBundleReader' => $vendorDir . '/symfony/intl/Data/Bundle/Reader/IntlBundleReader.php',
42
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\JsonBundleReader' => $vendorDir . '/symfony/intl/Data/Bundle/Reader/JsonBundleReader.php',
43
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\PhpBundleReader' => $vendorDir . '/symfony/intl/Data/Bundle/Reader/PhpBundleReader.php',
44
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\BundleWriterInterface' => $vendorDir . '/symfony/intl/Data/Bundle/Writer/BundleWriterInterface.php',
45
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\JsonBundleWriter' => $vendorDir . '/symfony/intl/Data/Bundle/Writer/JsonBundleWriter.php',
46
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\PhpBundleWriter' => $vendorDir . '/symfony/intl/Data/Bundle/Writer/PhpBundleWriter.php',
47
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\TextBundleWriter' => $vendorDir . '/symfony/intl/Data/Bundle/Writer/TextBundleWriter.php',
48
- 'Symfony\\Component\\Intl\\Data\\Generator\\AbstractDataGenerator' => $vendorDir . '/symfony/intl/Data/Generator/AbstractDataGenerator.php',
49
- 'Symfony\\Component\\Intl\\Data\\Generator\\CurrencyDataGenerator' => $vendorDir . '/symfony/intl/Data/Generator/CurrencyDataGenerator.php',
50
- 'Symfony\\Component\\Intl\\Data\\Generator\\FallbackTrait' => $vendorDir . '/symfony/intl/Data/Generator/FallbackTrait.php',
51
- 'Symfony\\Component\\Intl\\Data\\Generator\\GeneratorConfig' => $vendorDir . '/symfony/intl/Data/Generator/GeneratorConfig.php',
52
- 'Symfony\\Component\\Intl\\Data\\Generator\\LanguageDataGenerator' => $vendorDir . '/symfony/intl/Data/Generator/LanguageDataGenerator.php',
53
- 'Symfony\\Component\\Intl\\Data\\Generator\\LocaleDataGenerator' => $vendorDir . '/symfony/intl/Data/Generator/LocaleDataGenerator.php',
54
- 'Symfony\\Component\\Intl\\Data\\Generator\\RegionDataGenerator' => $vendorDir . '/symfony/intl/Data/Generator/RegionDataGenerator.php',
55
- 'Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator' => $vendorDir . '/symfony/intl/Data/Generator/ScriptDataGenerator.php',
56
- 'Symfony\\Component\\Intl\\Data\\Provider\\CurrencyDataProvider' => $vendorDir . '/symfony/intl/Data/Provider/CurrencyDataProvider.php',
57
- 'Symfony\\Component\\Intl\\Data\\Provider\\LanguageDataProvider' => $vendorDir . '/symfony/intl/Data/Provider/LanguageDataProvider.php',
58
- 'Symfony\\Component\\Intl\\Data\\Provider\\LocaleDataProvider' => $vendorDir . '/symfony/intl/Data/Provider/LocaleDataProvider.php',
59
- 'Symfony\\Component\\Intl\\Data\\Provider\\RegionDataProvider' => $vendorDir . '/symfony/intl/Data/Provider/RegionDataProvider.php',
60
- 'Symfony\\Component\\Intl\\Data\\Provider\\ScriptDataProvider' => $vendorDir . '/symfony/intl/Data/Provider/ScriptDataProvider.php',
61
- 'Symfony\\Component\\Intl\\Data\\Util\\ArrayAccessibleResourceBundle' => $vendorDir . '/symfony/intl/Data/Util/ArrayAccessibleResourceBundle.php',
62
- 'Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner' => $vendorDir . '/symfony/intl/Data/Util/LocaleScanner.php',
63
- 'Symfony\\Component\\Intl\\Data\\Util\\RecursiveArrayAccess' => $vendorDir . '/symfony/intl/Data/Util/RecursiveArrayAccess.php',
64
- 'Symfony\\Component\\Intl\\Data\\Util\\RingBuffer' => $vendorDir . '/symfony/intl/Data/Util/RingBuffer.php',
65
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/AmPmTransformer.php',
66
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfWeekTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/DayOfWeekTransformer.php',
67
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfYearTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/DayOfYearTransformer.php',
68
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/DayTransformer.php',
69
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/FullTransformer.php',
70
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour1200Transformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/Hour1200Transformer.php',
71
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour1201Transformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/Hour1201Transformer.php',
72
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour2400Transformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/Hour2400Transformer.php',
73
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour2401Transformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/Hour2401Transformer.php',
74
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\HourTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/HourTransformer.php',
75
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\MinuteTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/MinuteTransformer.php',
76
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\MonthTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/MonthTransformer.php',
77
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\QuarterTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/QuarterTransformer.php',
78
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\SecondTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/SecondTransformer.php',
79
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\TimezoneTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/TimezoneTransformer.php',
80
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Transformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/Transformer.php',
81
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\YearTransformer' => $vendorDir . '/symfony/intl/DateFormatter/DateFormat/YearTransformer.php',
82
- 'Symfony\\Component\\Intl\\DateFormatter\\IntlDateFormatter' => $vendorDir . '/symfony/intl/DateFormatter/IntlDateFormatter.php',
83
- 'Symfony\\Component\\Intl\\Exception\\BadMethodCallException' => $vendorDir . '/symfony/intl/Exception/BadMethodCallException.php',
84
- 'Symfony\\Component\\Intl\\Exception\\ExceptionInterface' => $vendorDir . '/symfony/intl/Exception/ExceptionInterface.php',
85
- 'Symfony\\Component\\Intl\\Exception\\InvalidArgumentException' => $vendorDir . '/symfony/intl/Exception/InvalidArgumentException.php',
86
- 'Symfony\\Component\\Intl\\Exception\\MethodArgumentNotImplementedException' => $vendorDir . '/symfony/intl/Exception/MethodArgumentNotImplementedException.php',
87
- 'Symfony\\Component\\Intl\\Exception\\MethodArgumentValueNotImplementedException' => $vendorDir . '/symfony/intl/Exception/MethodArgumentValueNotImplementedException.php',
88
- 'Symfony\\Component\\Intl\\Exception\\MethodNotImplementedException' => $vendorDir . '/symfony/intl/Exception/MethodNotImplementedException.php',
89
- 'Symfony\\Component\\Intl\\Exception\\MissingResourceException' => $vendorDir . '/symfony/intl/Exception/MissingResourceException.php',
90
- 'Symfony\\Component\\Intl\\Exception\\NotImplementedException' => $vendorDir . '/symfony/intl/Exception/NotImplementedException.php',
91
- 'Symfony\\Component\\Intl\\Exception\\OutOfBoundsException' => $vendorDir . '/symfony/intl/Exception/OutOfBoundsException.php',
92
- 'Symfony\\Component\\Intl\\Exception\\ResourceBundleNotFoundException' => $vendorDir . '/symfony/intl/Exception/ResourceBundleNotFoundException.php',
93
- 'Symfony\\Component\\Intl\\Exception\\RuntimeException' => $vendorDir . '/symfony/intl/Exception/RuntimeException.php',
94
- 'Symfony\\Component\\Intl\\Exception\\UnexpectedTypeException' => $vendorDir . '/symfony/intl/Exception/UnexpectedTypeException.php',
95
- 'Symfony\\Component\\Intl\\Globals\\IntlGlobals' => $vendorDir . '/symfony/intl/Globals/IntlGlobals.php',
96
- 'Symfony\\Component\\Intl\\Intl' => $vendorDir . '/symfony/intl/Intl.php',
97
- 'Symfony\\Component\\Intl\\Locale' => $vendorDir . '/symfony/intl/Locale.php',
98
- 'Symfony\\Component\\Intl\\Locale\\Locale' => $vendorDir . '/symfony/intl/Locale/Locale.php',
99
- 'Symfony\\Component\\Intl\\NumberFormatter\\NumberFormatter' => $vendorDir . '/symfony/intl/NumberFormatter/NumberFormatter.php',
100
- 'Symfony\\Component\\Intl\\ResourceBundle\\CurrencyBundle' => $vendorDir . '/symfony/intl/ResourceBundle/CurrencyBundle.php',
101
- 'Symfony\\Component\\Intl\\ResourceBundle\\CurrencyBundleInterface' => $vendorDir . '/symfony/intl/ResourceBundle/CurrencyBundleInterface.php',
102
- 'Symfony\\Component\\Intl\\ResourceBundle\\LanguageBundle' => $vendorDir . '/symfony/intl/ResourceBundle/LanguageBundle.php',
103
- 'Symfony\\Component\\Intl\\ResourceBundle\\LanguageBundleInterface' => $vendorDir . '/symfony/intl/ResourceBundle/LanguageBundleInterface.php',
104
- 'Symfony\\Component\\Intl\\ResourceBundle\\LocaleBundle' => $vendorDir . '/symfony/intl/ResourceBundle/LocaleBundle.php',
105
- 'Symfony\\Component\\Intl\\ResourceBundle\\LocaleBundleInterface' => $vendorDir . '/symfony/intl/ResourceBundle/LocaleBundleInterface.php',
106
- 'Symfony\\Component\\Intl\\ResourceBundle\\RegionBundle' => $vendorDir . '/symfony/intl/ResourceBundle/RegionBundle.php',
107
- 'Symfony\\Component\\Intl\\ResourceBundle\\RegionBundleInterface' => $vendorDir . '/symfony/intl/ResourceBundle/RegionBundleInterface.php',
108
- 'Symfony\\Component\\Intl\\ResourceBundle\\ResourceBundleInterface' => $vendorDir . '/symfony/intl/ResourceBundle/ResourceBundleInterface.php',
109
- 'Symfony\\Component\\Intl\\Util\\GitRepository' => $vendorDir . '/symfony/intl/Util/GitRepository.php',
110
- 'Symfony\\Component\\Intl\\Util\\IcuVersion' => $vendorDir . '/symfony/intl/Util/IcuVersion.php',
111
- 'Symfony\\Component\\Intl\\Util\\IntlTestHelper' => $vendorDir . '/symfony/intl/Util/IntlTestHelper.php',
112
- 'Symfony\\Component\\Intl\\Util\\Version' => $vendorDir . '/symfony/intl/Util/Version.php',
113
  'ThemeIsle\\GutenbergBlocks\\Base_Block' => $vendorDir . '/codeinwp/gutenberg-blocks/inc/class-base-block.php',
114
  'ThemeIsle\\GutenbergBlocks\\Base_CSS' => $vendorDir . '/codeinwp/gutenberg-blocks/inc/class-base-css.php',
115
  'ThemeIsle\\GutenbergBlocks\\CSS\\Block_Frontend' => $vendorDir . '/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php',
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
 
9
  'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
 
 
10
  'Masterminds\\HTML5' => $vendorDir . '/masterminds/html5/src/HTML5.php',
11
  'Masterminds\\HTML5\\Elements' => $vendorDir . '/masterminds/html5/src/HTML5/Elements.php',
12
  'Masterminds\\HTML5\\Entities' => $vendorDir . '/masterminds/html5/src/HTML5/Entities.php',
27
  'Masterminds\\HTML5\\Serializer\\OutputRules' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/OutputRules.php',
28
  'Masterminds\\HTML5\\Serializer\\RulesInterface' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/RulesInterface.php',
29
  'Masterminds\\HTML5\\Serializer\\Traverser' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/Traverser.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  'ThemeIsle\\GutenbergBlocks\\Base_Block' => $vendorDir . '/codeinwp/gutenberg-blocks/inc/class-base-block.php',
31
  'ThemeIsle\\GutenbergBlocks\\Base_CSS' => $vendorDir . '/codeinwp/gutenberg-blocks/inc/class-base-css.php',
32
  'ThemeIsle\\GutenbergBlocks\\CSS\\Block_Frontend' => $vendorDir . '/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php',
vendor/composer/autoload_files.php CHANGED
@@ -6,7 +6,6 @@ $vendorDir = dirname(dirname(__FILE__));
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
- '6a47392539ca2329373e0d33e1dba053' => $vendorDir . '/symfony/polyfill-intl-icu/bootstrap.php',
10
  '4940672e65e7c6c88ed7150711580427' => $vendorDir . '/codeinwp/gutenberg-animation/load.php',
11
  '121493e618f7dac5b708da14e4109f9a' => $vendorDir . '/codeinwp/gutenberg-css/load.php',
12
  '2c2d2fe92db4cd03403dbb108ac263b7' => $vendorDir . '/codeinwp/gutenberg-menu-icons/load.php',
6
  $baseDir = dirname($vendorDir);
7
 
8
  return array(
 
9
  '4940672e65e7c6c88ed7150711580427' => $vendorDir . '/codeinwp/gutenberg-animation/load.php',
10
  '121493e618f7dac5b708da14e4109f9a' => $vendorDir . '/codeinwp/gutenberg-css/load.php',
11
  '2c2d2fe92db4cd03403dbb108ac263b7' => $vendorDir . '/codeinwp/gutenberg-menu-icons/load.php',
vendor/composer/autoload_psr4.php CHANGED
@@ -7,6 +7,5 @@ $baseDir = dirname($vendorDir);
7
 
8
  return array(
9
  'tubalmartin\\CssMin\\' => array($vendorDir . '/tubalmartin/cssmin/src'),
10
- 'Symfony\\Component\\Intl\\' => array($vendorDir . '/symfony/intl'),
11
  'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
12
  );
7
 
8
  return array(
9
  'tubalmartin\\CssMin\\' => array($vendorDir . '/tubalmartin/cssmin/src'),
 
10
  'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
11
  );
vendor/composer/autoload_real.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
- class ComposerAutoloaderInit77bc5c27122776780e935bb74e5c43b7
6
  {
7
  private static $loader;
8
 
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit77bc5c27122776780e935bb74e5c43b7
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
- spl_autoload_register(array('ComposerAutoloaderInit77bc5c27122776780e935bb74e5c43b7', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29
- spl_autoload_unregister(array('ComposerAutoloaderInit77bc5c27122776780e935bb74e5c43b7', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
- call_user_func(\Composer\Autoload\ComposerStaticInit77bc5c27122776780e935bb74e5c43b7::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
@@ -53,19 +53,19 @@ class ComposerAutoloaderInit77bc5c27122776780e935bb74e5c43b7
53
  $loader->register(true);
54
 
55
  if ($useStaticLoader) {
56
- $includeFiles = Composer\Autoload\ComposerStaticInit77bc5c27122776780e935bb74e5c43b7::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
- composerRequire77bc5c27122776780e935bb74e5c43b7($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
- function composerRequire77bc5c27122776780e935bb74e5c43b7($fileIdentifier, $file)
69
  {
70
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
71
  require $file;
2
 
3
  // autoload_real.php @generated by Composer
4
 
5
+ class ComposerAutoloaderInit0a942f35aecab3a111fc3626eefc22ae
6
  {
7
  private static $loader;
8
 
24
 
25
  require __DIR__ . '/platform_check.php';
26
 
27
+ spl_autoload_register(array('ComposerAutoloaderInit0a942f35aecab3a111fc3626eefc22ae', 'loadClassLoader'), true, true);
28
  self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
29
+ spl_autoload_unregister(array('ComposerAutoloaderInit0a942f35aecab3a111fc3626eefc22ae', 'loadClassLoader'));
30
 
31
  $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
32
  if ($useStaticLoader) {
33
  require __DIR__ . '/autoload_static.php';
34
 
35
+ call_user_func(\Composer\Autoload\ComposerStaticInit0a942f35aecab3a111fc3626eefc22ae::getInitializer($loader));
36
  } else {
37
  $map = require __DIR__ . '/autoload_namespaces.php';
38
  foreach ($map as $namespace => $path) {
53
  $loader->register(true);
54
 
55
  if ($useStaticLoader) {
56
+ $includeFiles = Composer\Autoload\ComposerStaticInit0a942f35aecab3a111fc3626eefc22ae::$files;
57
  } else {
58
  $includeFiles = require __DIR__ . '/autoload_files.php';
59
  }
60
  foreach ($includeFiles as $fileIdentifier => $file) {
61
+ composerRequire0a942f35aecab3a111fc3626eefc22ae($fileIdentifier, $file);
62
  }
63
 
64
  return $loader;
65
  }
66
  }
67
 
68
+ function composerRequire0a942f35aecab3a111fc3626eefc22ae($fileIdentifier, $file)
69
  {
70
  if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
71
  require $file;
vendor/composer/autoload_static.php CHANGED
@@ -4,10 +4,9 @@
4
 
5
  namespace Composer\Autoload;
6
 
7
- class ComposerStaticInit77bc5c27122776780e935bb74e5c43b7
8
  {
9
  public static $files = array (
10
- '6a47392539ca2329373e0d33e1dba053' => __DIR__ . '/..' . '/symfony/polyfill-intl-icu/bootstrap.php',
11
  '4940672e65e7c6c88ed7150711580427' => __DIR__ . '/..' . '/codeinwp/gutenberg-animation/load.php',
12
  '121493e618f7dac5b708da14e4109f9a' => __DIR__ . '/..' . '/codeinwp/gutenberg-css/load.php',
13
  '2c2d2fe92db4cd03403dbb108ac263b7' => __DIR__ . '/..' . '/codeinwp/gutenberg-menu-icons/load.php',
@@ -18,10 +17,6 @@ class ComposerStaticInit77bc5c27122776780e935bb74e5c43b7
18
  array (
19
  'tubalmartin\\CssMin\\' => 19,
20
  ),
21
- 'S' =>
22
- array (
23
- 'Symfony\\Component\\Intl\\' => 23,
24
- ),
25
  'M' =>
26
  array (
27
  'Masterminds\\' => 12,
@@ -33,10 +28,6 @@ class ComposerStaticInit77bc5c27122776780e935bb74e5c43b7
33
  array (
34
  0 => __DIR__ . '/..' . '/tubalmartin/cssmin/src',
35
  ),
36
- 'Symfony\\Component\\Intl\\' =>
37
- array (
38
- 0 => __DIR__ . '/..' . '/symfony/intl',
39
- ),
40
  'Masterminds\\' =>
41
  array (
42
  0 => __DIR__ . '/..' . '/masterminds/html5/src',
@@ -44,10 +35,7 @@ class ComposerStaticInit77bc5c27122776780e935bb74e5c43b7
44
  );
45
 
46
  public static $classMap = array (
47
- 'Collator' => __DIR__ . '/..' . '/symfony/intl/Resources/stubs/Collator.php',
48
  'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
49
- 'IntlDateFormatter' => __DIR__ . '/..' . '/symfony/intl/Resources/stubs/IntlDateFormatter.php',
50
- 'Locale' => __DIR__ . '/..' . '/symfony/intl/Resources/stubs/Locale.php',
51
  'Masterminds\\HTML5' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5.php',
52
  'Masterminds\\HTML5\\Elements' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Elements.php',
53
  'Masterminds\\HTML5\\Entities' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Entities.php',
@@ -68,86 +56,6 @@ class ComposerStaticInit77bc5c27122776780e935bb74e5c43b7
68
  'Masterminds\\HTML5\\Serializer\\OutputRules' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/OutputRules.php',
69
  'Masterminds\\HTML5\\Serializer\\RulesInterface' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/RulesInterface.php',
70
  'Masterminds\\HTML5\\Serializer\\Traverser' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/Traverser.php',
71
- 'NumberFormatter' => __DIR__ . '/..' . '/symfony/intl/Resources/stubs/NumberFormatter.php',
72
- 'Symfony\\Component\\Intl\\Collator\\Collator' => __DIR__ . '/..' . '/symfony/intl/Collator/Collator.php',
73
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Compiler\\BundleCompilerInterface' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Compiler/BundleCompilerInterface.php',
74
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Compiler\\GenrbCompiler' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Compiler/GenrbCompiler.php',
75
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BufferedBundleReader' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Reader/BufferedBundleReader.php',
76
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BundleEntryReader' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Reader/BundleEntryReader.php',
77
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BundleEntryReaderInterface' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Reader/BundleEntryReaderInterface.php',
78
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\BundleReaderInterface' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Reader/BundleReaderInterface.php',
79
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\IntlBundleReader' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Reader/IntlBundleReader.php',
80
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\JsonBundleReader' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Reader/JsonBundleReader.php',
81
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Reader\\PhpBundleReader' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Reader/PhpBundleReader.php',
82
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\BundleWriterInterface' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Writer/BundleWriterInterface.php',
83
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\JsonBundleWriter' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Writer/JsonBundleWriter.php',
84
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\PhpBundleWriter' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Writer/PhpBundleWriter.php',
85
- 'Symfony\\Component\\Intl\\Data\\Bundle\\Writer\\TextBundleWriter' => __DIR__ . '/..' . '/symfony/intl/Data/Bundle/Writer/TextBundleWriter.php',
86
- 'Symfony\\Component\\Intl\\Data\\Generator\\AbstractDataGenerator' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/AbstractDataGenerator.php',
87
- 'Symfony\\Component\\Intl\\Data\\Generator\\CurrencyDataGenerator' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/CurrencyDataGenerator.php',
88
- 'Symfony\\Component\\Intl\\Data\\Generator\\FallbackTrait' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/FallbackTrait.php',
89
- 'Symfony\\Component\\Intl\\Data\\Generator\\GeneratorConfig' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/GeneratorConfig.php',
90
- 'Symfony\\Component\\Intl\\Data\\Generator\\LanguageDataGenerator' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/LanguageDataGenerator.php',
91
- 'Symfony\\Component\\Intl\\Data\\Generator\\LocaleDataGenerator' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/LocaleDataGenerator.php',
92
- 'Symfony\\Component\\Intl\\Data\\Generator\\RegionDataGenerator' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/RegionDataGenerator.php',
93
- 'Symfony\\Component\\Intl\\Data\\Generator\\ScriptDataGenerator' => __DIR__ . '/..' . '/symfony/intl/Data/Generator/ScriptDataGenerator.php',
94
- 'Symfony\\Component\\Intl\\Data\\Provider\\CurrencyDataProvider' => __DIR__ . '/..' . '/symfony/intl/Data/Provider/CurrencyDataProvider.php',
95
- 'Symfony\\Component\\Intl\\Data\\Provider\\LanguageDataProvider' => __DIR__ . '/..' . '/symfony/intl/Data/Provider/LanguageDataProvider.php',
96
- 'Symfony\\Component\\Intl\\Data\\Provider\\LocaleDataProvider' => __DIR__ . '/..' . '/symfony/intl/Data/Provider/LocaleDataProvider.php',
97
- 'Symfony\\Component\\Intl\\Data\\Provider\\RegionDataProvider' => __DIR__ . '/..' . '/symfony/intl/Data/Provider/RegionDataProvider.php',
98
- 'Symfony\\Component\\Intl\\Data\\Provider\\ScriptDataProvider' => __DIR__ . '/..' . '/symfony/intl/Data/Provider/ScriptDataProvider.php',
99
- 'Symfony\\Component\\Intl\\Data\\Util\\ArrayAccessibleResourceBundle' => __DIR__ . '/..' . '/symfony/intl/Data/Util/ArrayAccessibleResourceBundle.php',
100
- 'Symfony\\Component\\Intl\\Data\\Util\\LocaleScanner' => __DIR__ . '/..' . '/symfony/intl/Data/Util/LocaleScanner.php',
101
- 'Symfony\\Component\\Intl\\Data\\Util\\RecursiveArrayAccess' => __DIR__ . '/..' . '/symfony/intl/Data/Util/RecursiveArrayAccess.php',
102
- 'Symfony\\Component\\Intl\\Data\\Util\\RingBuffer' => __DIR__ . '/..' . '/symfony/intl/Data/Util/RingBuffer.php',
103
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\AmPmTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/AmPmTransformer.php',
104
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfWeekTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/DayOfWeekTransformer.php',
105
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayOfYearTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/DayOfYearTransformer.php',
106
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\DayTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/DayTransformer.php',
107
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\FullTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/FullTransformer.php',
108
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour1200Transformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/Hour1200Transformer.php',
109
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour1201Transformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/Hour1201Transformer.php',
110
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour2400Transformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/Hour2400Transformer.php',
111
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Hour2401Transformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/Hour2401Transformer.php',
112
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\HourTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/HourTransformer.php',
113
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\MinuteTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/MinuteTransformer.php',
114
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\MonthTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/MonthTransformer.php',
115
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\QuarterTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/QuarterTransformer.php',
116
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\SecondTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/SecondTransformer.php',
117
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\TimezoneTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/TimezoneTransformer.php',
118
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\Transformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/Transformer.php',
119
- 'Symfony\\Component\\Intl\\DateFormatter\\DateFormat\\YearTransformer' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/DateFormat/YearTransformer.php',
120
- 'Symfony\\Component\\Intl\\DateFormatter\\IntlDateFormatter' => __DIR__ . '/..' . '/symfony/intl/DateFormatter/IntlDateFormatter.php',
121
- 'Symfony\\Component\\Intl\\Exception\\BadMethodCallException' => __DIR__ . '/..' . '/symfony/intl/Exception/BadMethodCallException.php',
122
- 'Symfony\\Component\\Intl\\Exception\\ExceptionInterface' => __DIR__ . '/..' . '/symfony/intl/Exception/ExceptionInterface.php',
123
- 'Symfony\\Component\\Intl\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/symfony/intl/Exception/InvalidArgumentException.php',
124
- 'Symfony\\Component\\Intl\\Exception\\MethodArgumentNotImplementedException' => __DIR__ . '/..' . '/symfony/intl/Exception/MethodArgumentNotImplementedException.php',
125
- 'Symfony\\Component\\Intl\\Exception\\MethodArgumentValueNotImplementedException' => __DIR__ . '/..' . '/symfony/intl/Exception/MethodArgumentValueNotImplementedException.php',
126
- 'Symfony\\Component\\Intl\\Exception\\MethodNotImplementedException' => __DIR__ . '/..' . '/symfony/intl/Exception/MethodNotImplementedException.php',
127
- 'Symfony\\Component\\Intl\\Exception\\MissingResourceException' => __DIR__ . '/..' . '/symfony/intl/Exception/MissingResourceException.php',
128
- 'Symfony\\Component\\Intl\\Exception\\NotImplementedException' => __DIR__ . '/..' . '/symfony/intl/Exception/NotImplementedException.php',
129
- 'Symfony\\Component\\Intl\\Exception\\OutOfBoundsException' => __DIR__ . '/..' . '/symfony/intl/Exception/OutOfBoundsException.php',
130
- 'Symfony\\Component\\Intl\\Exception\\ResourceBundleNotFoundException' => __DIR__ . '/..' . '/symfony/intl/Exception/ResourceBundleNotFoundException.php',
131
- 'Symfony\\Component\\Intl\\Exception\\RuntimeException' => __DIR__ . '/..' . '/symfony/intl/Exception/RuntimeException.php',
132
- 'Symfony\\Component\\Intl\\Exception\\UnexpectedTypeException' => __DIR__ . '/..' . '/symfony/intl/Exception/UnexpectedTypeException.php',
133
- 'Symfony\\Component\\Intl\\Globals\\IntlGlobals' => __DIR__ . '/..' . '/symfony/intl/Globals/IntlGlobals.php',
134
- 'Symfony\\Component\\Intl\\Intl' => __DIR__ . '/..' . '/symfony/intl/Intl.php',
135
- 'Symfony\\Component\\Intl\\Locale' => __DIR__ . '/..' . '/symfony/intl/Locale.php',
136
- 'Symfony\\Component\\Intl\\Locale\\Locale' => __DIR__ . '/..' . '/symfony/intl/Locale/Locale.php',
137
- 'Symfony\\Component\\Intl\\NumberFormatter\\NumberFormatter' => __DIR__ . '/..' . '/symfony/intl/NumberFormatter/NumberFormatter.php',
138
- 'Symfony\\Component\\Intl\\ResourceBundle\\CurrencyBundle' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/CurrencyBundle.php',
139
- 'Symfony\\Component\\Intl\\ResourceBundle\\CurrencyBundleInterface' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/CurrencyBundleInterface.php',
140
- 'Symfony\\Component\\Intl\\ResourceBundle\\LanguageBundle' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/LanguageBundle.php',
141
- 'Symfony\\Component\\Intl\\ResourceBundle\\LanguageBundleInterface' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/LanguageBundleInterface.php',
142
- 'Symfony\\Component\\Intl\\ResourceBundle\\LocaleBundle' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/LocaleBundle.php',
143
- 'Symfony\\Component\\Intl\\ResourceBundle\\LocaleBundleInterface' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/LocaleBundleInterface.php',
144
- 'Symfony\\Component\\Intl\\ResourceBundle\\RegionBundle' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/RegionBundle.php',
145
- 'Symfony\\Component\\Intl\\ResourceBundle\\RegionBundleInterface' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/RegionBundleInterface.php',
146
- 'Symfony\\Component\\Intl\\ResourceBundle\\ResourceBundleInterface' => __DIR__ . '/..' . '/symfony/intl/ResourceBundle/ResourceBundleInterface.php',
147
- 'Symfony\\Component\\Intl\\Util\\GitRepository' => __DIR__ . '/..' . '/symfony/intl/Util/GitRepository.php',
148
- 'Symfony\\Component\\Intl\\Util\\IcuVersion' => __DIR__ . '/..' . '/symfony/intl/Util/IcuVersion.php',
149
- 'Symfony\\Component\\Intl\\Util\\IntlTestHelper' => __DIR__ . '/..' . '/symfony/intl/Util/IntlTestHelper.php',
150
- 'Symfony\\Component\\Intl\\Util\\Version' => __DIR__ . '/..' . '/symfony/intl/Util/Version.php',
151
  'ThemeIsle\\GutenbergBlocks\\Base_Block' => __DIR__ . '/..' . '/codeinwp/gutenberg-blocks/inc/class-base-block.php',
152
  'ThemeIsle\\GutenbergBlocks\\Base_CSS' => __DIR__ . '/..' . '/codeinwp/gutenberg-blocks/inc/class-base-css.php',
153
  'ThemeIsle\\GutenbergBlocks\\CSS\\Block_Frontend' => __DIR__ . '/..' . '/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php',
@@ -185,9 +93,9 @@ class ComposerStaticInit77bc5c27122776780e935bb74e5c43b7
185
  public static function getInitializer(ClassLoader $loader)
186
  {
187
  return \Closure::bind(function () use ($loader) {
188
- $loader->prefixLengthsPsr4 = ComposerStaticInit77bc5c27122776780e935bb74e5c43b7::$prefixLengthsPsr4;
189
- $loader->prefixDirsPsr4 = ComposerStaticInit77bc5c27122776780e935bb74e5c43b7::$prefixDirsPsr4;
190
- $loader->classMap = ComposerStaticInit77bc5c27122776780e935bb74e5c43b7::$classMap;
191
 
192
  }, null, ClassLoader::class);
193
  }
4
 
5
  namespace Composer\Autoload;
6
 
7
+ class ComposerStaticInit0a942f35aecab3a111fc3626eefc22ae
8
  {
9
  public static $files = array (
 
10
  '4940672e65e7c6c88ed7150711580427' => __DIR__ . '/..' . '/codeinwp/gutenberg-animation/load.php',
11
  '121493e618f7dac5b708da14e4109f9a' => __DIR__ . '/..' . '/codeinwp/gutenberg-css/load.php',
12
  '2c2d2fe92db4cd03403dbb108ac263b7' => __DIR__ . '/..' . '/codeinwp/gutenberg-menu-icons/load.php',
17
  array (
18
  'tubalmartin\\CssMin\\' => 19,
19
  ),
 
 
 
 
20
  'M' =>
21
  array (
22
  'Masterminds\\' => 12,
28
  array (
29
  0 => __DIR__ . '/..' . '/tubalmartin/cssmin/src',
30
  ),
 
 
 
 
31
  'Masterminds\\' =>
32
  array (
33
  0 => __DIR__ . '/..' . '/masterminds/html5/src',
35
  );
36
 
37
  public static $classMap = array (
 
38
  'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
 
 
39
  'Masterminds\\HTML5' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5.php',
40
  'Masterminds\\HTML5\\Elements' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Elements.php',
41
  'Masterminds\\HTML5\\Entities' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Entities.php',
56
  'Masterminds\\HTML5\\Serializer\\OutputRules' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/OutputRules.php',
57
  'Masterminds\\HTML5\\Serializer\\RulesInterface' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/RulesInterface.php',
58
  'Masterminds\\HTML5\\Serializer\\Traverser' => __DIR__ . '/..' . '/masterminds/html5/src/HTML5/Serializer/Traverser.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  'ThemeIsle\\GutenbergBlocks\\Base_Block' => __DIR__ . '/..' . '/codeinwp/gutenberg-blocks/inc/class-base-block.php',
60
  'ThemeIsle\\GutenbergBlocks\\Base_CSS' => __DIR__ . '/..' . '/codeinwp/gutenberg-blocks/inc/class-base-css.php',
61
  'ThemeIsle\\GutenbergBlocks\\CSS\\Block_Frontend' => __DIR__ . '/..' . '/codeinwp/gutenberg-blocks/inc/css/class-block-frontend.php',
93
  public static function getInitializer(ClassLoader $loader)
94
  {
95
  return \Closure::bind(function () use ($loader) {
96
+ $loader->prefixLengthsPsr4 = ComposerStaticInit0a942f35aecab3a111fc3626eefc22ae::$prefixLengthsPsr4;
97
+ $loader->prefixDirsPsr4 = ComposerStaticInit0a942f35aecab3a111fc3626eefc22ae::$prefixDirsPsr4;
98
+ $loader->classMap = ComposerStaticInit0a942f35aecab3a111fc3626eefc22ae::$classMap;
99
 
100
  }, null, ClassLoader::class);
101
  }
vendor/composer/installed.json CHANGED
@@ -51,22 +51,21 @@
51
  },
52
  {
53
  "name": "codeinwp/gutenberg-blocks",
54
- "version": "1.6.5",
55
- "version_normalized": "1.6.5.0",
56
  "source": {
57
  "type": "git",
58
  "url": "https://github.com/Codeinwp/gutenberg-blocks.git",
59
- "reference": "d25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823"
60
  },
61
  "dist": {
62
  "type": "zip",
63
- "url": "https://api.github.com/repos/Codeinwp/gutenberg-blocks/zipball/d25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823",
64
- "reference": "d25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823",
65
  "shasum": ""
66
  },
67
  "require": {
68
  "masterminds/html5": "^2.7",
69
- "symfony/intl": "^3.4",
70
  "tubalmartin/cssmin": "^4.1"
71
  },
72
  "require-dev": {
@@ -77,7 +76,7 @@
77
  "squizlabs/php_codesniffer": "^3.3",
78
  "wp-coding-standards/wpcs": "^1"
79
  },
80
- "time": "2021-05-20T19:03:08+00:00",
81
  "type": "library",
82
  "extra": {
83
  "installer-disable": "true"
@@ -98,7 +97,7 @@
98
  "homepage": "https://github.com/Codeinwp/gutenberg-blocks",
99
  "support": {
100
  "issues": "https://github.com/Codeinwp/gutenberg-blocks/issues",
101
- "source": "https://github.com/Codeinwp/gutenberg-blocks/tree/v1.6.5"
102
  },
103
  "install-path": "../codeinwp/gutenberg-blocks"
104
  },
@@ -318,178 +317,6 @@
318
  },
319
  "install-path": "../masterminds/html5"
320
  },
321
- {
322
- "name": "symfony/intl",
323
- "version": "v3.4.47",
324
- "version_normalized": "3.4.47.0",
325
- "source": {
326
- "type": "git",
327
- "url": "https://github.com/symfony/intl.git",
328
- "reference": "c0e22a40039977f11dc4de03a853ab9450c2b4cd"
329
- },
330
- "dist": {
331
- "type": "zip",
332
- "url": "https://api.github.com/repos/symfony/intl/zipball/c0e22a40039977f11dc4de03a853ab9450c2b4cd",
333
- "reference": "c0e22a40039977f11dc4de03a853ab9450c2b4cd",
334
- "shasum": ""
335
- },
336
- "require": {
337
- "php": "^5.5.9|>=7.0.8",
338
- "symfony/polyfill-intl-icu": "~1.0"
339
- },
340
- "require-dev": {
341
- "symfony/filesystem": "~2.8|~3.0|~4.0"
342
- },
343
- "suggest": {
344
- "ext-intl": "to use the component with locales other than \"en\""
345
- },
346
- "time": "2020-10-24T10:57:07+00:00",
347
- "type": "library",
348
- "installation-source": "dist",
349
- "autoload": {
350
- "psr-4": {
351
- "Symfony\\Component\\Intl\\": ""
352
- },
353
- "classmap": [
354
- "Resources/stubs"
355
- ],
356
- "exclude-from-classmap": [
357
- "/Tests/"
358
- ]
359
- },
360
- "notification-url": "https://packagist.org/downloads/",
361
- "license": [
362
- "MIT"
363
- ],
364
- "authors": [
365
- {
366
- "name": "Bernhard Schussek",
367
- "email": "bschussek@gmail.com"
368
- },
369
- {
370
- "name": "Eriksen Costa",
371
- "email": "eriksen.costa@infranology.com.br"
372
- },
373
- {
374
- "name": "Igor Wiedler",
375
- "email": "igor@wiedler.ch"
376
- },
377
- {
378
- "name": "Symfony Community",
379
- "homepage": "https://symfony.com/contributors"
380
- }
381
- ],
382
- "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
383
- "homepage": "https://symfony.com",
384
- "keywords": [
385
- "i18n",
386
- "icu",
387
- "internationalization",
388
- "intl",
389
- "l10n",
390
- "localization"
391
- ],
392
- "support": {
393
- "source": "https://github.com/symfony/intl/tree/v3.4.47"
394
- },
395
- "funding": [
396
- {
397
- "url": "https://symfony.com/sponsor",
398
- "type": "custom"
399
- },
400
- {
401
- "url": "https://github.com/fabpot",
402
- "type": "github"
403
- },
404
- {
405
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
406
- "type": "tidelift"
407
- }
408
- ],
409
- "install-path": "../symfony/intl"
410
- },
411
- {
412
- "name": "symfony/polyfill-intl-icu",
413
- "version": "v1.19.0",
414
- "version_normalized": "1.19.0.0",
415
- "source": {
416
- "type": "git",
417
- "url": "https://github.com/symfony/polyfill-intl-icu.git",
418
- "reference": "f740dd60a5b5f1511229e107f7e59f404b102084"
419
- },
420
- "dist": {
421
- "type": "zip",
422
- "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f740dd60a5b5f1511229e107f7e59f404b102084",
423
- "reference": "f740dd60a5b5f1511229e107f7e59f404b102084",
424
- "shasum": ""
425
- },
426
- "require": {
427
- "php": ">=5.3.3",
428
- "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
429
- },
430
- "suggest": {
431
- "ext-intl": "For best performance"
432
- },
433
- "time": "2020-10-23T09:01:57+00:00",
434
- "type": "library",
435
- "extra": {
436
- "branch-alias": {
437
- "dev-main": "1.19-dev"
438
- },
439
- "thanks": {
440
- "name": "symfony/polyfill",
441
- "url": "https://github.com/symfony/polyfill"
442
- }
443
- },
444
- "installation-source": "dist",
445
- "autoload": {
446
- "files": [
447
- "bootstrap.php"
448
- ]
449
- },
450
- "notification-url": "https://packagist.org/downloads/",
451
- "license": [
452
- "MIT"
453
- ],
454
- "authors": [
455
- {
456
- "name": "Nicolas Grekas",
457
- "email": "p@tchwork.com"
458
- },
459
- {
460
- "name": "Symfony Community",
461
- "homepage": "https://symfony.com/contributors"
462
- }
463
- ],
464
- "description": "Symfony polyfill for intl's ICU-related data and classes",
465
- "homepage": "https://symfony.com",
466
- "keywords": [
467
- "compatibility",
468
- "icu",
469
- "intl",
470
- "polyfill",
471
- "portable",
472
- "shim"
473
- ],
474
- "support": {
475
- "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.19.0"
476
- },
477
- "funding": [
478
- {
479
- "url": "https://symfony.com/sponsor",
480
- "type": "custom"
481
- },
482
- {
483
- "url": "https://github.com/fabpot",
484
- "type": "github"
485
- },
486
- {
487
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
488
- "type": "tidelift"
489
- }
490
- ],
491
- "install-path": "../symfony/polyfill-intl-icu"
492
- },
493
  {
494
  "name": "tubalmartin/cssmin",
495
  "version": "v4.1.1",
51
  },
52
  {
53
  "name": "codeinwp/gutenberg-blocks",
54
+ "version": "1.6.7",
55
+ "version_normalized": "1.6.7.0",
56
  "source": {
57
  "type": "git",
58
  "url": "https://github.com/Codeinwp/gutenberg-blocks.git",
59
+ "reference": "96b8d33c030ed7e907b14a488d107a333872d5ea"
60
  },
61
  "dist": {
62
  "type": "zip",
63
+ "url": "https://api.github.com/repos/Codeinwp/gutenberg-blocks/zipball/96b8d33c030ed7e907b14a488d107a333872d5ea",
64
+ "reference": "96b8d33c030ed7e907b14a488d107a333872d5ea",
65
  "shasum": ""
66
  },
67
  "require": {
68
  "masterminds/html5": "^2.7",
 
69
  "tubalmartin/cssmin": "^4.1"
70
  },
71
  "require-dev": {
76
  "squizlabs/php_codesniffer": "^3.3",
77
  "wp-coding-standards/wpcs": "^1"
78
  },
79
+ "time": "2021-05-24T09:31:55+00:00",
80
  "type": "library",
81
  "extra": {
82
  "installer-disable": "true"
97
  "homepage": "https://github.com/Codeinwp/gutenberg-blocks",
98
  "support": {
99
  "issues": "https://github.com/Codeinwp/gutenberg-blocks/issues",
100
+ "source": "https://github.com/Codeinwp/gutenberg-blocks/tree/v1.6.7"
101
  },
102
  "install-path": "../codeinwp/gutenberg-blocks"
103
  },
317
  },
318
  "install-path": "../masterminds/html5"
319
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  {
321
  "name": "tubalmartin/cssmin",
322
  "version": "v4.1.1",
vendor/composer/installed.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php return array (
2
  'root' =>
3
  array (
4
- 'pretty_version' => '1.6.5',
5
- 'version' => '1.6.5.0',
6
  'aliases' =>
7
  array (
8
  ),
@@ -22,12 +22,12 @@
22
  ),
23
  'codeinwp/gutenberg-blocks' =>
24
  array (
25
- 'pretty_version' => '1.6.5',
26
- 'version' => '1.6.5.0',
27
  'aliases' =>
28
  array (
29
  ),
30
- 'reference' => 'd25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823',
31
  ),
32
  'codeinwp/gutenberg-css' =>
33
  array (
@@ -49,8 +49,8 @@
49
  ),
50
  'codeinwp/otter-blocks' =>
51
  array (
52
- 'pretty_version' => '1.6.5',
53
- 'version' => '1.6.5.0',
54
  'aliases' =>
55
  array (
56
  ),
@@ -74,24 +74,6 @@
74
  ),
75
  'reference' => '9227822783c75406cfe400984b2f095cdf03d417',
76
  ),
77
- 'symfony/intl' =>
78
- array (
79
- 'pretty_version' => 'v3.4.47',
80
- 'version' => '3.4.47.0',
81
- 'aliases' =>
82
- array (
83
- ),
84
- 'reference' => 'c0e22a40039977f11dc4de03a853ab9450c2b4cd',
85
- ),
86
- 'symfony/polyfill-intl-icu' =>
87
- array (
88
- 'pretty_version' => 'v1.19.0',
89
- 'version' => '1.19.0.0',
90
- 'aliases' =>
91
- array (
92
- ),
93
- 'reference' => 'f740dd60a5b5f1511229e107f7e59f404b102084',
94
- ),
95
  'tubalmartin/cssmin' =>
96
  array (
97
  'pretty_version' => 'v4.1.1',
1
  <?php return array (
2
  'root' =>
3
  array (
4
+ 'pretty_version' => '1.6.6',
5
+ 'version' => '1.6.6.0',
6
  'aliases' =>
7
  array (
8
  ),
22
  ),
23
  'codeinwp/gutenberg-blocks' =>
24
  array (
25
+ 'pretty_version' => '1.6.7',
26
+ 'version' => '1.6.7.0',
27
  'aliases' =>
28
  array (
29
  ),
30
+ 'reference' => '96b8d33c030ed7e907b14a488d107a333872d5ea',
31
  ),
32
  'codeinwp/gutenberg-css' =>
33
  array (
49
  ),
50
  'codeinwp/otter-blocks' =>
51
  array (
52
+ 'pretty_version' => '1.6.6',
53
+ 'version' => '1.6.6.0',
54
  'aliases' =>
55
  array (
56
  ),
74
  ),
75
  'reference' => '9227822783c75406cfe400984b2f095cdf03d417',
76
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
  'tubalmartin/cssmin' =>
78
  array (
79
  'pretty_version' => 'v4.1.1',
vendor/composer/platform_check.php CHANGED
@@ -4,8 +4,8 @@
4
 
5
  $issues = array();
6
 
7
- if (!(PHP_VERSION_ID >= 50509)) {
8
- $issues[] = 'Your Composer dependencies require a PHP version ">= 5.5.9". You are running ' . PHP_VERSION . '.';
9
  }
10
 
11
  if ($issues) {
4
 
5
  $issues = array();
6
 
7
+ if (!(PHP_VERSION_ID >= 50302)) {
8
+ $issues[] = 'Your Composer dependencies require a PHP version ">= 5.3.2". You are running ' . PHP_VERSION . '.';
9
  }
10
 
11
  if ($issues) {
vendor/symfony/intl/Collator/Collator.php DELETED
@@ -1,295 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Collator;
13
-
14
- use Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException;
15
- use Symfony\Component\Intl\Exception\MethodNotImplementedException;
16
- use Symfony\Component\Intl\Globals\IntlGlobals;
17
- use Symfony\Component\Intl\Locale\Locale;
18
-
19
- /**
20
- * Replacement for PHP's native {@link \Collator} class.
21
- *
22
- * The only methods currently supported in this class are:
23
- *
24
- * - {@link \__construct}
25
- * - {@link create}
26
- * - {@link asort}
27
- * - {@link getErrorCode}
28
- * - {@link getErrorMessage}
29
- * - {@link getLocale}
30
- *
31
- * @author Igor Wiedler <igor@wiedler.ch>
32
- * @author Bernhard Schussek <bschussek@gmail.com>
33
- *
34
- * @internal
35
- */
36
- class Collator
37
- {
38
- /* Attribute constants */
39
- const FRENCH_COLLATION = 0;
40
- const ALTERNATE_HANDLING = 1;
41
- const CASE_FIRST = 2;
42
- const CASE_LEVEL = 3;
43
- const NORMALIZATION_MODE = 4;
44
- const STRENGTH = 5;
45
- const HIRAGANA_QUATERNARY_MODE = 6;
46
- const NUMERIC_COLLATION = 7;
47
-
48
- /* Attribute constants values */
49
- const DEFAULT_VALUE = -1;
50
-
51
- const PRIMARY = 0;
52
- const SECONDARY = 1;
53
- const TERTIARY = 2;
54
- const DEFAULT_STRENGTH = 2;
55
- const QUATERNARY = 3;
56
- const IDENTICAL = 15;
57
-
58
- const OFF = 16;
59
- const ON = 17;
60
-
61
- const SHIFTED = 20;
62
- const NON_IGNORABLE = 21;
63
-
64
- const LOWER_FIRST = 24;
65
- const UPPER_FIRST = 25;
66
-
67
- /* Sorting options */
68
- const SORT_REGULAR = 0;
69
- const SORT_NUMERIC = 2;
70
- const SORT_STRING = 1;
71
-
72
- /**
73
- * @param string|null $locale The locale code. The only currently supported locale is "en" (or null using the default locale, i.e. "en")
74
- *
75
- * @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
76
- */
77
- public function __construct($locale)
78
- {
79
- if ('en' !== $locale && null !== $locale) {
80
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'locale', $locale, 'Only the locale "en" is supported');
81
- }
82
- }
83
-
84
- /**
85
- * Static constructor.
86
- *
87
- * @param string|null $locale The locale code. The only currently supported locale is "en" (or null using the default locale, i.e. "en")
88
- *
89
- * @return self
90
- *
91
- * @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
92
- */
93
- public static function create($locale)
94
- {
95
- return new self($locale);
96
- }
97
-
98
- /**
99
- * Sort array maintaining index association.
100
- *
101
- * @param array &$array Input array
102
- * @param int $sortFlag Flags for sorting, can be one of the following:
103
- * Collator::SORT_REGULAR - compare items normally (don't change types)
104
- * Collator::SORT_NUMERIC - compare items numerically
105
- * Collator::SORT_STRING - compare items as strings
106
- *
107
- * @return bool True on success or false on failure
108
- */
109
- public function asort(&$array, $sortFlag = self::SORT_REGULAR)
110
- {
111
- $intlToPlainFlagMap = [
112
- self::SORT_REGULAR => \SORT_REGULAR,
113
- self::SORT_NUMERIC => \SORT_NUMERIC,
114
- self::SORT_STRING => \SORT_STRING,
115
- ];
116
-
117
- $plainSortFlag = isset($intlToPlainFlagMap[$sortFlag]) ? $intlToPlainFlagMap[$sortFlag] : self::SORT_REGULAR;
118
-
119
- return asort($array, $plainSortFlag);
120
- }
121
-
122
- /**
123
- * Not supported. Compare two Unicode strings.
124
- *
125
- * @param string $str1 The first string to compare
126
- * @param string $str2 The second string to compare
127
- *
128
- * @return bool|int Return the comparison result or false on failure:
129
- * 1 if $str1 is greater than $str2
130
- * 0 if $str1 is equal than $str2
131
- * -1 if $str1 is less than $str2
132
- *
133
- * @see https://php.net/collator.compare
134
- *
135
- * @throws MethodNotImplementedException
136
- */
137
- public function compare($str1, $str2)
138
- {
139
- throw new MethodNotImplementedException(__METHOD__);
140
- }
141
-
142
- /**
143
- * Not supported. Get a value of an integer collator attribute.
144
- *
145
- * @param int $attr An attribute specifier, one of the attribute constants
146
- *
147
- * @return bool|int The attribute value on success or false on error
148
- *
149
- * @see https://php.net/collator.getattribute
150
- *
151
- * @throws MethodNotImplementedException
152
- */
153
- public function getAttribute($attr)
154
- {
155
- throw new MethodNotImplementedException(__METHOD__);
156
- }
157
-
158
- /**
159
- * Returns collator's last error code. Always returns the U_ZERO_ERROR class constant value.
160
- *
161
- * @return int The error code from last collator call
162
- */
163
- public function getErrorCode()
164
- {
165
- return IntlGlobals::U_ZERO_ERROR;
166
- }
167
-
168
- /**
169
- * Returns collator's last error message. Always returns the U_ZERO_ERROR_MESSAGE class constant value.
170
- *
171
- * @return string The error message from last collator call
172
- */
173
- public function getErrorMessage()
174
- {
175
- return 'U_ZERO_ERROR';
176
- }
177
-
178
- /**
179
- * Returns the collator's locale.
180
- *
181
- * @param int $type Not supported. The locale name type to return (Locale::VALID_LOCALE or Locale::ACTUAL_LOCALE)
182
- *
183
- * @return string The locale used to create the collator. Currently always
184
- * returns "en".
185
- */
186
- public function getLocale($type = Locale::ACTUAL_LOCALE)
187
- {
188
- return 'en';
189
- }
190
-
191
- /**
192
- * Not supported. Get sorting key for a string.
193
- *
194
- * @param string $string The string to produce the key from
195
- *
196
- * @return string The collation key for $string
197
- *
198
- * @see https://php.net/collator.getsortkey
199
- *
200
- * @throws MethodNotImplementedException
201
- */
202
- public function getSortKey($string)
203
- {
204
- throw new MethodNotImplementedException(__METHOD__);
205
- }
206
-
207
- /**
208
- * Not supported. Get current collator's strength.
209
- *
210
- * @return bool|int The current collator's strength or false on failure
211
- *
212
- * @see https://php.net/collator.getstrength
213
- *
214
- * @throws MethodNotImplementedException
215
- */
216
- public function getStrength()
217
- {
218
- throw new MethodNotImplementedException(__METHOD__);
219
- }
220
-
221
- /**
222
- * Not supported. Set a collator's attribute.
223
- *
224
- * @param int $attr An attribute specifier, one of the attribute constants
225
- * @param int $val The attribute value, one of the attribute value constants
226
- *
227
- * @return bool True on success or false on failure
228
- *
229
- * @see https://php.net/collator.setattribute
230
- *
231
- * @throws MethodNotImplementedException
232
- */
233
- public function setAttribute($attr, $val)
234
- {
235
- throw new MethodNotImplementedException(__METHOD__);
236
- }
237
-
238
- /**
239
- * Not supported. Set the collator's strength.
240
- *
241
- * @param int $strength Strength to set, possible values:
242
- * Collator::PRIMARY
243
- * Collator::SECONDARY
244
- * Collator::TERTIARY
245
- * Collator::QUATERNARY
246
- * Collator::IDENTICAL
247
- * Collator::DEFAULT
248
- *
249
- * @return bool True on success or false on failure
250
- *
251
- * @see https://php.net/collator.setstrength
252
- *
253
- * @throws MethodNotImplementedException
254
- */
255
- public function setStrength($strength)
256
- {
257
- throw new MethodNotImplementedException(__METHOD__);
258
- }
259
-
260
- /**
261
- * Not supported. Sort array using specified collator and sort keys.
262
- *
263
- * @param array &$arr Array of strings to sort
264
- *
265
- * @return bool True on success or false on failure
266
- *
267
- * @see https://php.net/collator.sortwithsortkeys
268
- *
269
- * @throws MethodNotImplementedException
270
- */
271
- public function sortWithSortKeys(&$arr)
272
- {
273
- throw new MethodNotImplementedException(__METHOD__);
274
- }
275
-
276
- /**
277
- * Not supported. Sort array using specified collator.
278
- *
279
- * @param array &$arr Array of string to sort
280
- * @param int $sortFlag Optional sorting type, one of the following:
281
- * Collator::SORT_REGULAR
282
- * Collator::SORT_NUMERIC
283
- * Collator::SORT_STRING
284
- *
285
- * @return bool True on success or false on failure
286
- *
287
- * @see https://php.net/collator.sort
288
- *
289
- * @throws MethodNotImplementedException
290
- */
291
- public function sort(&$arr, $sortFlag = self::SORT_REGULAR)
292
- {
293
- throw new MethodNotImplementedException(__METHOD__);
294
- }
295
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Compiler/BundleCompilerInterface.php DELETED
@@ -1,31 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Compiler;
13
-
14
- /**
15
- * Compiles a resource bundle.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- interface BundleCompilerInterface
22
- {
23
- /**
24
- * Compiles a resource bundle at the given source to the given target
25
- * directory.
26
- *
27
- * @param string $sourcePath
28
- * @param string $targetDir
29
- */
30
- public function compile($sourcePath, $targetDir);
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Compiler/GenrbCompiler.php DELETED
@@ -1,61 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Compiler;
13
-
14
- use Symfony\Component\Intl\Exception\RuntimeException;
15
-
16
- /**
17
- * Compiles .txt resource bundles to binary .res files.
18
- *
19
- * @author Bernhard Schussek <bschussek@gmail.com>
20
- *
21
- * @internal
22
- */
23
- class GenrbCompiler implements BundleCompilerInterface
24
- {
25
- private $genrb;
26
-
27
- /**
28
- * Creates a new compiler based on the "genrb" executable.
29
- *
30
- * @param string $genrb Optional. The path to the "genrb" executable
31
- * @param string $envVars Optional. Environment variables to be loaded when running "genrb".
32
- *
33
- * @throws RuntimeException if the "genrb" cannot be found
34
- */
35
- public function __construct($genrb = 'genrb', $envVars = '')
36
- {
37
- exec('which '.$genrb, $output, $status);
38
-
39
- if (0 !== $status) {
40
- throw new RuntimeException(sprintf('The command "%s" is not installed.', $genrb));
41
- }
42
-
43
- $this->genrb = ($envVars ? $envVars.' ' : '').$genrb;
44
- }
45
-
46
- /**
47
- * {@inheritdoc}
48
- */
49
- public function compile($sourcePath, $targetDir)
50
- {
51
- if (is_dir($sourcePath)) {
52
- $sourcePath .= '/*.txt';
53
- }
54
-
55
- exec($this->genrb.' --quiet -e UTF-8 -d '.$targetDir.' '.$sourcePath, $output, $status);
56
-
57
- if (0 !== $status) {
58
- throw new RuntimeException(sprintf('genrb failed with status %d while compiling "%s" to "%s".', $status, $sourcePath, $targetDir));
59
- }
60
- }
61
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Reader/BufferedBundleReader.php DELETED
@@ -1,51 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Reader;
13
-
14
- use Symfony\Component\Intl\Data\Util\RingBuffer;
15
-
16
- /**
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- class BufferedBundleReader implements BundleReaderInterface
22
- {
23
- private $reader;
24
- private $buffer;
25
-
26
- /**
27
- * Buffers a given reader.
28
- *
29
- * @param BundleReaderInterface $reader The reader to buffer
30
- * @param int $bufferSize The number of entries to store in the buffer
31
- */
32
- public function __construct(BundleReaderInterface $reader, $bufferSize)
33
- {
34
- $this->reader = $reader;
35
- $this->buffer = new RingBuffer($bufferSize);
36
- }
37
-
38
- /**
39
- * {@inheritdoc}
40
- */
41
- public function read($path, $locale)
42
- {
43
- $hash = $path.'//'.$locale;
44
-
45
- if (!isset($this->buffer[$hash])) {
46
- $this->buffer[$hash] = $this->reader->read($path, $locale);
47
- }
48
-
49
- return $this->buffer[$hash];
50
- }
51
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Reader/BundleEntryReader.php DELETED
@@ -1,177 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Reader;
13
-
14
- use Symfony\Component\Intl\Data\Util\RecursiveArrayAccess;
15
- use Symfony\Component\Intl\Exception\MissingResourceException;
16
- use Symfony\Component\Intl\Exception\OutOfBoundsException;
17
- use Symfony\Component\Intl\Exception\ResourceBundleNotFoundException;
18
- use Symfony\Component\Intl\Locale;
19
-
20
- /**
21
- * Default implementation of {@link BundleEntryReaderInterface}.
22
- *
23
- * @author Bernhard Schussek <bschussek@gmail.com>
24
- *
25
- * @see BundleEntryReaderInterface
26
- *
27
- * @internal
28
- */
29
- class BundleEntryReader implements BundleEntryReaderInterface
30
- {
31
- private $reader;
32
-
33
- /**
34
- * A mapping of locale aliases to locales.
35
- */
36
- private $localeAliases = [];
37
-
38
- /**
39
- * Creates an entry reader based on the given resource bundle reader.
40
- */
41
- public function __construct(BundleReaderInterface $reader)
42
- {
43
- $this->reader = $reader;
44
- }
45
-
46
- /**
47
- * Stores a mapping of locale aliases to locales.
48
- *
49
- * This mapping is used when reading entries and merging them with their
50
- * fallback locales. If an entry is read for a locale alias (e.g. "mo")
51
- * that points to a locale with a fallback locale ("ro_MD"), the reader
52
- * can continue at the correct fallback locale ("ro").
53
- *
54
- * @param array $localeAliases A mapping of locale aliases to locales
55
- */
56
- public function setLocaleAliases($localeAliases)
57
- {
58
- $this->localeAliases = $localeAliases;
59
- }
60
-
61
- /**
62
- * {@inheritdoc}
63
- */
64
- public function read($path, $locale)
65
- {
66
- return $this->reader->read($path, $locale);
67
- }
68
-
69
- /**
70
- * {@inheritdoc}
71
- */
72
- public function readEntry($path, $locale, array $indices, $fallback = true)
73
- {
74
- $entry = null;
75
- $isMultiValued = false;
76
- $readSucceeded = false;
77
- $exception = null;
78
- $currentLocale = $locale;
79
- $testedLocales = [];
80
-
81
- while (null !== $currentLocale) {
82
- // Resolve any aliases to their target locales
83
- if (isset($this->localeAliases[$currentLocale])) {
84
- $currentLocale = $this->localeAliases[$currentLocale];
85
- }
86
-
87
- try {
88
- $data = $this->reader->read($path, $currentLocale);
89
- $currentEntry = RecursiveArrayAccess::get($data, $indices);
90
- $readSucceeded = true;
91
-
92
- $isCurrentTraversable = $currentEntry instanceof \Traversable;
93
- $isCurrentMultiValued = $isCurrentTraversable || \is_array($currentEntry);
94
-
95
- // Return immediately if fallback is disabled or we are dealing
96
- // with a scalar non-null entry
97
- if (!$fallback || (!$isCurrentMultiValued && null !== $currentEntry)) {
98
- return $currentEntry;
99
- }
100
-
101
- // =========================================================
102
- // Fallback is enabled, entry is either multi-valued or NULL
103
- // =========================================================
104
-
105
- // If entry is multi-valued, convert to array
106
- if ($isCurrentTraversable) {
107
- $currentEntry = iterator_to_array($currentEntry);
108
- }
109
-
110
- // If previously read entry was multi-valued too, merge them
111
- if ($isCurrentMultiValued && $isMultiValued) {
112
- $currentEntry = array_merge($currentEntry, $entry);
113
- }
114
-
115
- // Keep the previous entry if the current entry is NULL
116
- if (null !== $currentEntry) {
117
- $entry = $currentEntry;
118
- }
119
-
120
- // If this or the previous entry was multi-valued, we are dealing
121
- // with a merged, multi-valued entry now
122
- $isMultiValued = $isMultiValued || $isCurrentMultiValued;
123
- } catch (ResourceBundleNotFoundException $e) {
124
- // Continue if there is a fallback locale for the current
125
- // locale
126
- $exception = $e;
127
- } catch (OutOfBoundsException $e) {
128
- // Remember exception and rethrow if we cannot find anything in
129
- // the fallback locales either
130
- $exception = $e;
131
- }
132
-
133
- // Remember which locales we tried
134
- $testedLocales[] = $currentLocale;
135
-
136
- // Check whether fallback is allowed
137
- if (!$fallback) {
138
- break;
139
- }
140
-
141
- // Then determine fallback locale
142
- $currentLocale = Locale::getFallback($currentLocale);
143
- }
144
-
145
- // Multi-valued entry was merged
146
- if ($isMultiValued) {
147
- return $entry;
148
- }
149
-
150
- // Entry is still NULL, but no read error occurred
151
- if ($readSucceeded) {
152
- return $entry;
153
- }
154
-
155
- // Entry is still NULL, read error occurred. Throw an exception
156
- // containing the detailed path and locale
157
- $errorMessage = sprintf(
158
- 'Couldn\'t read the indices [%s] for the locale "%s" in "%s".',
159
- implode('][', $indices),
160
- $locale,
161
- $path
162
- );
163
-
164
- // Append fallback locales, if any
165
- if (\count($testedLocales) > 1) {
166
- // Remove original locale
167
- array_shift($testedLocales);
168
-
169
- $errorMessage .= sprintf(
170
- ' The indices also couldn\'t be found for the fallback locale(s) "%s".',
171
- implode('", "', $testedLocales)
172
- );
173
- }
174
-
175
- throw new MissingResourceException($errorMessage, 0, $exception);
176
- }
177
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Reader/BundleEntryReaderInterface.php DELETED
@@ -1,55 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Reader;
13
-
14
- use Symfony\Component\Intl\Exception\MissingResourceException;
15
-
16
- /**
17
- * Reads individual entries of a resource file.
18
- *
19
- * @author Bernhard Schussek <bschussek@gmail.com>
20
- *
21
- * @internal
22
- */
23
- interface BundleEntryReaderInterface extends BundleReaderInterface
24
- {
25
- /**
26
- * Reads an entry from a resource bundle.
27
- *
28
- * An entry can be selected from the resource bundle by passing the path
29
- * to that entry in the bundle. For example, if the bundle is structured
30
- * like this:
31
- *
32
- * TopLevel
33
- * NestedLevel
34
- * Entry: Value
35
- *
36
- * Then the value can be read by calling:
37
- *
38
- * $reader->readEntry('...', 'en', ['TopLevel', 'NestedLevel', 'Entry']);
39
- *
40
- * @param string $path The path to the resource bundle
41
- * @param string $locale The locale to read
42
- * @param string[] $indices The indices to read from the bundle
43
- * @param bool $fallback Whether to merge the value with the value from
44
- * the fallback locale (e.g. "en" for "en_GB").
45
- * Only applicable if the result is multivalued
46
- * (i.e. array or \ArrayAccess) or cannot be found
47
- * in the requested locale.
48
- *
49
- * @return mixed returns an array or {@link \ArrayAccess} instance for
50
- * complex data and a scalar value for simple data
51
- *
52
- * @throws MissingResourceException If the indices cannot be accessed
53
- */
54
- public function readEntry($path, $locale, array $indices, $fallback = true);
55
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Reader/BundleReaderInterface.php DELETED
@@ -1,33 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Reader;
13
-
14
- /**
15
- * Reads resource bundle files.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- interface BundleReaderInterface
22
- {
23
- /**
24
- * Reads a resource bundle.
25
- *
26
- * @param string $path The path to the resource bundle
27
- * @param string $locale The locale to read
28
- *
29
- * @return mixed returns an array or {@link \ArrayAccess} instance for
30
- * complex data, a scalar value otherwise
31
- */
32
- public function read($path, $locale);
33
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Reader/IntlBundleReader.php DELETED
@@ -1,51 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Reader;
13
-
14
- use Symfony\Component\Intl\Data\Util\ArrayAccessibleResourceBundle;
15
- use Symfony\Component\Intl\Exception\ResourceBundleNotFoundException;
16
-
17
- /**
18
- * Reads binary .res resource bundles.
19
- *
20
- * @author Bernhard Schussek <bschussek@gmail.com>
21
- *
22
- * @internal
23
- */
24
- class IntlBundleReader implements BundleReaderInterface
25
- {
26
- /**
27
- * {@inheritdoc}
28
- */
29
- public function read($path, $locale)
30
- {
31
- // Point for future extension: Modify this class so that it works also
32
- // if the \ResourceBundle class is not available.
33
- try {
34
- // Never enable fallback. We want to know if a bundle cannot be found
35
- $bundle = new \ResourceBundle($locale, $path, false);
36
- } catch (\Exception $e) {
37
- // HHVM compatibility: constructor throws on invalid resource
38
- $bundle = null;
39
- }
40
-
41
- // The bundle is NULL if the path does not look like a resource bundle
42
- // (i.e. contain a bunch of *.res files)
43
- if (null === $bundle) {
44
- throw new ResourceBundleNotFoundException(sprintf('The resource bundle "%s/%s.res" could not be found.', $path, $locale));
45
- }
46
-
47
- // Other possible errors are U_USING_FALLBACK_WARNING and U_ZERO_ERROR,
48
- // which are OK for us.
49
- return new ArrayAccessibleResourceBundle($bundle);
50
- }
51
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Reader/JsonBundleReader.php DELETED
@@ -1,54 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Reader;
13
-
14
- use Symfony\Component\Intl\Exception\ResourceBundleNotFoundException;
15
- use Symfony\Component\Intl\Exception\RuntimeException;
16
-
17
- /**
18
- * Reads .json resource bundles.
19
- *
20
- * @author Bernhard Schussek <bschussek@gmail.com>
21
- *
22
- * @internal
23
- */
24
- class JsonBundleReader implements BundleReaderInterface
25
- {
26
- /**
27
- * {@inheritdoc}
28
- */
29
- public function read($path, $locale)
30
- {
31
- $fileName = $path.'/'.$locale.'.json';
32
-
33
- // prevent directory traversal attacks
34
- if (\dirname($fileName) !== $path) {
35
- throw new ResourceBundleNotFoundException(sprintf('The resource bundle "%s" does not exist.', $fileName));
36
- }
37
-
38
- if (!file_exists($fileName)) {
39
- throw new ResourceBundleNotFoundException(sprintf('The resource bundle "%s" does not exist.', $fileName));
40
- }
41
-
42
- if (!is_file($fileName)) {
43
- throw new RuntimeException(sprintf('The resource bundle "%s" is not a file.', $fileName));
44
- }
45
-
46
- $data = json_decode(file_get_contents($fileName), true);
47
-
48
- if (null === $data) {
49
- throw new RuntimeException(sprintf('The resource bundle "%s" contains invalid JSON: ', $fileName).json_last_error_msg());
50
- }
51
-
52
- return $data;
53
- }
54
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Reader/PhpBundleReader.php DELETED
@@ -1,48 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Reader;
13
-
14
- use Symfony\Component\Intl\Exception\ResourceBundleNotFoundException;
15
- use Symfony\Component\Intl\Exception\RuntimeException;
16
-
17
- /**
18
- * Reads .php resource bundles.
19
- *
20
- * @author Bernhard Schussek <bschussek@gmail.com>
21
- *
22
- * @internal
23
- */
24
- class PhpBundleReader implements BundleReaderInterface
25
- {
26
- /**
27
- * {@inheritdoc}
28
- */
29
- public function read($path, $locale)
30
- {
31
- $fileName = $path.'/'.$locale.'.php';
32
-
33
- // prevent directory traversal attacks
34
- if (\dirname($fileName) !== $path) {
35
- throw new ResourceBundleNotFoundException(sprintf('The resource bundle "%s" does not exist.', $fileName));
36
- }
37
-
38
- if (!file_exists($fileName)) {
39
- throw new ResourceBundleNotFoundException(sprintf('The resource bundle "%s/%s.php" does not exist.', $path, $locale));
40
- }
41
-
42
- if (!is_file($fileName)) {
43
- throw new RuntimeException(sprintf('The resource bundle "%s/%s.php" is not a file.', $path, $locale));
44
- }
45
-
46
- return include $fileName;
47
- }
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Writer/BundleWriterInterface.php DELETED
@@ -1,31 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Writer;
13
-
14
- /**
15
- * Writes resource bundle files.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- interface BundleWriterInterface
22
- {
23
- /**
24
- * Writes data to a resource bundle.
25
- *
26
- * @param string $path The path to the resource bundle
27
- * @param string $locale The locale to (over-)write
28
- * @param mixed $data The data to write
29
- */
30
- public function write($path, $locale, $data);
31
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Writer/JsonBundleWriter.php DELETED
@@ -1,42 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Writer;
13
-
14
- /**
15
- * Writes .json resource bundles.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- class JsonBundleWriter implements BundleWriterInterface
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function write($path, $locale, $data)
27
- {
28
- if ($data instanceof \Traversable) {
29
- $data = iterator_to_array($data);
30
- }
31
-
32
- array_walk_recursive($data, function (&$value) {
33
- if ($value instanceof \Traversable) {
34
- $value = iterator_to_array($value);
35
- }
36
- });
37
-
38
- $contents = json_encode($data, \JSON_PRETTY_PRINT | \JSON_UNESCAPED_UNICODE)."\n";
39
-
40
- file_put_contents($path.'/'.$locale.'.json', $contents);
41
- }
42
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Writer/PhpBundleWriter.php DELETED
@@ -1,55 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Writer;
13
-
14
- /**
15
- * Writes .php resource bundles.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- class PhpBundleWriter implements BundleWriterInterface
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function write($path, $locale, $data)
27
- {
28
- $template = <<<'TEMPLATE'
29
- <?php
30
-
31
- return %s;
32
-
33
- TEMPLATE;
34
-
35
- if ($data instanceof \Traversable) {
36
- $data = iterator_to_array($data);
37
- }
38
-
39
- array_walk_recursive($data, function (&$value) {
40
- if ($value instanceof \Traversable) {
41
- $value = iterator_to_array($value);
42
- }
43
- });
44
-
45
- $data = var_export($data, true);
46
- $data = preg_replace('/array \(/', '[', $data);
47
- $data = preg_replace('/\n {1,10}\[/', '[', $data);
48
- $data = preg_replace('/ /', ' ', $data);
49
- $data = preg_replace('/\),$/m', '],', $data);
50
- $data = preg_replace('/\)$/', ']', $data);
51
- $data = sprintf($template, $data);
52
-
53
- file_put_contents($path.'/'.$locale.'.php', $data);
54
- }
55
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Bundle/Writer/TextBundleWriter.php DELETED
@@ -1,236 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Bundle\Writer;
13
-
14
- use Symfony\Component\Intl\Exception\UnexpectedTypeException;
15
-
16
- /**
17
- * Writes .txt resource bundles.
18
- *
19
- * The resulting files can be converted to binary .res files using a
20
- * {@link \Symfony\Component\Intl\ResourceBundle\Compiler\BundleCompilerInterface}
21
- * implementation.
22
- *
23
- * @author Bernhard Schussek <bschussek@gmail.com>
24
- *
25
- * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
26
- *
27
- * @internal
28
- */
29
- class TextBundleWriter implements BundleWriterInterface
30
- {
31
- /**
32
- * {@inheritdoc}
33
- */
34
- public function write($path, $locale, $data, $fallback = true)
35
- {
36
- $file = fopen($path.'/'.$locale.'.txt', 'w');
37
-
38
- $this->writeResourceBundle($file, $locale, $data, $fallback);
39
-
40
- fclose($file);
41
- }
42
-
43
- /**
44
- * Writes a "resourceBundle" node.
45
- *
46
- * @param resource $file The file handle to write to
47
- * @param string $bundleName The name of the bundle
48
- * @param mixed $value The value of the node
49
- * @param bool $fallback Whether the resource bundle should be merged
50
- * with the fallback locale
51
- *
52
- * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
53
- */
54
- private function writeResourceBundle($file, $bundleName, $value, $fallback)
55
- {
56
- fwrite($file, $bundleName);
57
-
58
- $this->writeTable($file, $value, 0, $fallback);
59
-
60
- fwrite($file, "\n");
61
- }
62
-
63
- /**
64
- * Writes a "resource" node.
65
- *
66
- * @param resource $file The file handle to write to
67
- * @param mixed $value The value of the node
68
- * @param int $indentation The number of levels to indent
69
- * @param bool $requireBraces Whether to require braces to be printedaround the value
70
- *
71
- * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
72
- */
73
- private function writeResource($file, $value, $indentation, $requireBraces = true)
74
- {
75
- if (\is_int($value)) {
76
- $this->writeInteger($file, $value);
77
-
78
- return;
79
- }
80
-
81
- if ($value instanceof \Traversable) {
82
- $value = iterator_to_array($value);
83
- }
84
-
85
- if (\is_array($value)) {
86
- $intValues = \count($value) === \count(array_filter($value, 'is_int'));
87
-
88
- $keys = array_keys($value);
89
-
90
- // check that the keys are 0-indexed and ascending
91
- $intKeys = $keys === range(0, \count($keys) - 1);
92
-
93
- if ($intValues && $intKeys) {
94
- $this->writeIntVector($file, $value, $indentation);
95
-
96
- return;
97
- }
98
-
99
- if ($intKeys) {
100
- $this->writeArray($file, $value, $indentation);
101
-
102
- return;
103
- }
104
-
105
- $this->writeTable($file, $value, $indentation);
106
-
107
- return;
108
- }
109
-
110
- if (\is_bool($value)) {
111
- $value = $value ? 'true' : 'false';
112
- }
113
-
114
- $this->writeString($file, (string) $value, $requireBraces);
115
- }
116
-
117
- /**
118
- * Writes an "integer" node.
119
- *
120
- * @param resource $file The file handle to write to
121
- * @param int $value The value of the node
122
- *
123
- * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
124
- */
125
- private function writeInteger($file, $value)
126
- {
127
- fprintf($file, ':int{%d}', $value);
128
- }
129
-
130
- /**
131
- * Writes an "intvector" node.
132
- *
133
- * @param resource $file The file handle to write to
134
- * @param array $value The value of the node
135
- * @param int $indentation The number of levels to indent
136
- *
137
- * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
138
- */
139
- private function writeIntVector($file, array $value, $indentation)
140
- {
141
- fwrite($file, ":intvector{\n");
142
-
143
- foreach ($value as $int) {
144
- fprintf($file, "%s%d,\n", str_repeat(' ', $indentation + 1), $int);
145
- }
146
-
147
- fprintf($file, '%s}', str_repeat(' ', $indentation));
148
- }
149
-
150
- /**
151
- * Writes a "string" node.
152
- *
153
- * @param resource $file The file handle to write to
154
- * @param string $value The value of the node
155
- * @param bool $requireBraces Whether to require braces to be printed
156
- * around the value
157
- *
158
- * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
159
- */
160
- private function writeString($file, $value, $requireBraces = true)
161
- {
162
- if ($requireBraces) {
163
- fprintf($file, '{"%s"}', $value);
164
-
165
- return;
166
- }
167
-
168
- fprintf($file, '"%s"', $value);
169
- }
170
-
171
- /**
172
- * Writes an "array" node.
173
- *
174
- * @param resource $file The file handle to write to
175
- * @param array $value The value of the node
176
- * @param int $indentation The number of levels to indent
177
- *
178
- * @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
179
- */
180
- private function writeArray($file, array $value, $indentation)
181
- {
182
- fwrite($file, "{\n");
183
-
184
- foreach ($value as $entry) {
185
- fwrite($file, str_repeat(' ', $indentation + 1));
186
-
187
- $this->writeResource($file, $entry, $indentation + 1, false);
188
-
189
- fwrite($file, ",\n");
190
- }
191
-
192
- fprintf($file, '%s}', str_repeat(' ', $indentation));
193
- }
194
-
195
- /**
196
- * Writes a "table" node.
197
- *
198
- * @param resource $file The file handle to write to
199
- * @param iterable $value The value of the node
200
- * @param int $indentation The number of levels to indent
201
- * @param bool $fallback Whether the table should be merged
202
- * with the fallback locale
203
- *
204
- * @throws UnexpectedTypeException when $value is not an array and not a
205
- * \Traversable instance
206
- */
207
- private function writeTable($file, $value, $indentation, $fallback = true)
208
- {
209
- if (!\is_array($value) && !$value instanceof \Traversable) {
210
- throw new UnexpectedTypeException($value, 'array or \Traversable');
211
- }
212
-
213
- if (!$fallback) {
214
- fwrite($file, ':table(nofallback)');
215
- }
216
-
217
- fwrite($file, "{\n");
218
-
219
- foreach ($value as $key => $entry) {
220
- fwrite($file, str_repeat(' ', $indentation + 1));
221
-
222
- // escape colons, otherwise they are interpreted as resource types
223
- if (false !== strpos($key, ':') || false !== strpos($key, ' ')) {
224
- $key = '"'.$key.'"';
225
- }
226
-
227
- fwrite($file, $key);
228
-
229
- $this->writeResource($file, $entry, $indentation + 1);
230
-
231
- fwrite($file, "\n");
232
- }
233
-
234
- fprintf($file, '%s}', str_repeat(' ', $indentation));
235
- }
236
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/AbstractDataGenerator.php DELETED
@@ -1,129 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Filesystem\Filesystem;
15
- use Symfony\Component\Intl\Data\Bundle\Compiler\BundleCompilerInterface;
16
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReader;
17
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
18
- use Symfony\Component\Intl\Data\Bundle\Reader\IntlBundleReader;
19
- use Symfony\Component\Intl\Data\Util\LocaleScanner;
20
-
21
- /**
22
- * The rule for compiling the currency bundle.
23
- *
24
- * @author Bernhard Schussek <bschussek@gmail.com>
25
- *
26
- * @internal
27
- */
28
- abstract class AbstractDataGenerator
29
- {
30
- private $compiler;
31
- private $dirName;
32
-
33
- public function __construct(BundleCompilerInterface $compiler, $dirName)
34
- {
35
- $this->compiler = $compiler;
36
- $this->dirName = (string) $dirName;
37
- }
38
-
39
- public function generateData(GeneratorConfig $config)
40
- {
41
- $filesystem = new Filesystem();
42
- $localeScanner = new LocaleScanner();
43
- $reader = new BundleEntryReader(new IntlBundleReader());
44
-
45
- $writers = $config->getBundleWriters();
46
- $tempDir = sys_get_temp_dir().'/icu-data-'.$this->dirName;
47
-
48
- // Prepare filesystem directories
49
- foreach ($writers as $targetDir => $writer) {
50
- $filesystem->remove($targetDir.'/'.$this->dirName);
51
- $filesystem->mkdir($targetDir.'/'.$this->dirName);
52
- }
53
-
54
- $filesystem->remove($tempDir);
55
- $filesystem->mkdir($tempDir);
56
-
57
- $locales = $this->scanLocales($localeScanner, $config->getSourceDir());
58
-
59
- $this->compileTemporaryBundles($this->compiler, $config->getSourceDir(), $tempDir);
60
-
61
- $this->preGenerate();
62
-
63
- foreach ($locales as $locale) {
64
- $localeData = $this->generateDataForLocale($reader, $tempDir, $locale);
65
-
66
- if (null !== $localeData) {
67
- foreach ($writers as $targetDir => $writer) {
68
- $writer->write($targetDir.'/'.$this->dirName, $locale, $localeData);
69
- }
70
- }
71
- }
72
-
73
- $rootData = $this->generateDataForRoot($reader, $tempDir);
74
-
75
- if (null !== $rootData) {
76
- foreach ($writers as $targetDir => $writer) {
77
- $writer->write($targetDir.'/'.$this->dirName, 'root', $rootData);
78
- }
79
- }
80
-
81
- $metaData = $this->generateDataForMeta($reader, $tempDir);
82
-
83
- if (null !== $metaData) {
84
- foreach ($writers as $targetDir => $writer) {
85
- $writer->write($targetDir.'/'.$this->dirName, 'meta', $metaData);
86
- }
87
- }
88
-
89
- // Clean up
90
- $filesystem->remove($tempDir);
91
- }
92
-
93
- /**
94
- * @param string $sourceDir
95
- *
96
- * @return string[]
97
- */
98
- abstract protected function scanLocales(LocaleScanner $scanner, $sourceDir);
99
-
100
- /**
101
- * @param string $sourceDir
102
- * @param string $tempDir
103
- */
104
- abstract protected function compileTemporaryBundles(BundleCompilerInterface $compiler, $sourceDir, $tempDir);
105
-
106
- abstract protected function preGenerate();
107
-
108
- /**
109
- * @param string $tempDir
110
- * @param string $displayLocale
111
- *
112
- * @return array|null
113
- */
114
- abstract protected function generateDataForLocale(BundleEntryReaderInterface $reader, $tempDir, $displayLocale);
115
-
116
- /**
117
- * @param string $tempDir
118
- *
119
- * @return array|null
120
- */
121
- abstract protected function generateDataForRoot(BundleEntryReaderInterface $reader, $tempDir);
122
-
123
- /**
124
- * @param string $tempDir
125
- *
126
- * @return array|null
127
- */
128
- abstract protected function generateDataForMeta(BundleEntryReaderInterface $reader, $tempDir);
129
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/CurrencyDataGenerator.php DELETED
@@ -1,180 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Compiler\BundleCompilerInterface;
15
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
16
- use Symfony\Component\Intl\Data\Util\ArrayAccessibleResourceBundle;
17
- use Symfony\Component\Intl\Data\Util\LocaleScanner;
18
-
19
- /**
20
- * The rule for compiling the currency bundle.
21
- *
22
- * @author Bernhard Schussek <bschussek@gmail.com>
23
- *
24
- * @internal
25
- */
26
- class CurrencyDataGenerator extends AbstractDataGenerator
27
- {
28
- private static $denylist = [
29
- 'XBA' => true, // European Composite Unit
30
- 'XBB' => true, // European Monetary Unit
31
- 'XBC' => true, // European Unit of Account (XBC)
32
- 'XBD' => true, // European Unit of Account (XBD)
33
- 'XUA' => true, // ADB Unit of Account
34
- 'XAU' => true, // Gold
35
- 'XAG' => true, // Silver
36
- 'XPT' => true, // Platinum
37
- 'XPD' => true, // Palladium
38
- 'XSU' => true, // Sucre
39
- 'XDR' => true, // Special Drawing Rights
40
- 'XTS' => true, // Testing Currency Code
41
- 'XXX' => true, // Unknown Currency
42
- ];
43
-
44
- /**
45
- * Collects all available currency codes.
46
- *
47
- * @var string[]
48
- */
49
- private $currencyCodes = [];
50
-
51
- /**
52
- * {@inheritdoc}
53
- */
54
- protected function scanLocales(LocaleScanner $scanner, $sourceDir)
55
- {
56
- return $scanner->scanLocales($sourceDir.'/curr');
57
- }
58
-
59
- /**
60
- * {@inheritdoc}
61
- */
62
- protected function compileTemporaryBundles(BundleCompilerInterface $compiler, $sourceDir, $tempDir)
63
- {
64
- $compiler->compile($sourceDir.'/curr', $tempDir);
65
- $compiler->compile($sourceDir.'/misc/currencyNumericCodes.txt', $tempDir);
66
- }
67
-
68
- /**
69
- * {@inheritdoc}
70
- */
71
- protected function preGenerate()
72
- {
73
- $this->currencyCodes = [];
74
- }
75
-
76
- /**
77
- * {@inheritdoc}
78
- */
79
- protected function generateDataForLocale(BundleEntryReaderInterface $reader, $tempDir, $displayLocale)
80
- {
81
- $localeBundle = $reader->read($tempDir, $displayLocale);
82
-
83
- if (isset($localeBundle['Currencies']) && null !== $localeBundle['Currencies']) {
84
- $data = [
85
- 'Names' => $this->generateSymbolNamePairs($localeBundle),
86
- ];
87
-
88
- $this->currencyCodes = array_merge($this->currencyCodes, array_keys($data['Names']));
89
-
90
- return $data;
91
- }
92
-
93
- return null;
94
- }
95
-
96
- /**
97
- * {@inheritdoc}
98
- */
99
- protected function generateDataForRoot(BundleEntryReaderInterface $reader, $tempDir)
100
- {
101
- $rootBundle = $reader->read($tempDir, 'root');
102
-
103
- return [
104
- 'Names' => $this->generateSymbolNamePairs($rootBundle),
105
- ];
106
- }
107
-
108
- /**
109
- * {@inheritdoc}
110
- */
111
- protected function generateDataForMeta(BundleEntryReaderInterface $reader, $tempDir)
112
- {
113
- $supplementalDataBundle = $reader->read($tempDir, 'supplementalData');
114
- $numericCodesBundle = $reader->read($tempDir, 'currencyNumericCodes');
115
-
116
- $this->currencyCodes = array_unique($this->currencyCodes);
117
-
118
- sort($this->currencyCodes);
119
-
120
- $data = [
121
- 'Currencies' => $this->currencyCodes,
122
- 'Meta' => $this->generateCurrencyMeta($supplementalDataBundle),
123
- 'Alpha3ToNumeric' => $this->generateAlpha3ToNumericMapping($numericCodesBundle, $this->currencyCodes),
124
- ];
125
-
126
- $data['NumericToAlpha3'] = $this->generateNumericToAlpha3Mapping($data['Alpha3ToNumeric']);
127
-
128
- return $data;
129
- }
130
-
131
- /**
132
- * @return array
133
- */
134
- private function generateSymbolNamePairs(ArrayAccessibleResourceBundle $rootBundle)
135
- {
136
- $symbolNamePairs = iterator_to_array($rootBundle['Currencies']);
137
-
138
- // Remove unwanted currencies
139
- $symbolNamePairs = array_diff_key($symbolNamePairs, self::$denylist);
140
-
141
- return $symbolNamePairs;
142
- }
143
-
144
- private function generateCurrencyMeta(ArrayAccessibleResourceBundle $supplementalDataBundle)
145
- {
146
- // The metadata is already de-duplicated. It contains one key "DEFAULT"
147
- // which is used for currencies that don't have dedicated entries.
148
- return iterator_to_array($supplementalDataBundle['CurrencyMeta']);
149
- }
150
-
151
- private function generateAlpha3ToNumericMapping(ArrayAccessibleResourceBundle $numericCodesBundle, array $currencyCodes)
152
- {
153
- $alpha3ToNumericMapping = iterator_to_array($numericCodesBundle['codeMap']);
154
-
155
- asort($alpha3ToNumericMapping);
156
-
157
- // Filter unknown currencies (e.g. "AYM")
158
- $alpha3ToNumericMapping = array_intersect_key($alpha3ToNumericMapping, array_flip($currencyCodes));
159
-
160
- return $alpha3ToNumericMapping;
161
- }
162
-
163
- private function generateNumericToAlpha3Mapping(array $alpha3ToNumericMapping)
164
- {
165
- $numericToAlpha3Mapping = [];
166
-
167
- foreach ($alpha3ToNumericMapping as $alpha3 => $numeric) {
168
- // Make sure that the mapping is stored as table and not as array
169
- $numeric = (string) $numeric;
170
-
171
- if (!isset($numericToAlpha3Mapping[$numeric])) {
172
- $numericToAlpha3Mapping[$numeric] = [];
173
- }
174
-
175
- $numericToAlpha3Mapping[$numeric][] = $alpha3;
176
- }
177
-
178
- return $numericToAlpha3Mapping;
179
- }
180
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/FallbackTrait.php DELETED
@@ -1,73 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
- use Symfony\Component\Intl\Locale;
16
-
17
- /**
18
- * @author Roland Franssen <franssen.roland@gmail.com>
19
- *
20
- * @internal
21
- */
22
- trait FallbackTrait
23
- {
24
- private $fallbackCache = [];
25
- private $generatingFallback = false;
26
-
27
- /**
28
- * @param string $tempDir
29
- * @param string $displayLocale
30
- *
31
- * @return array|null
32
- *
33
- * @see AbstractDataGenerator::generateDataForLocale()
34
- */
35
- abstract protected function generateDataForLocale(BundleEntryReaderInterface $reader, $tempDir, $displayLocale);
36
-
37
- /**
38
- * @param string $tempDir
39
- *
40
- * @return array|null
41
- *
42
- * @see AbstractDataGenerator::generateDataForRoot()
43
- */
44
- abstract protected function generateDataForRoot(BundleEntryReaderInterface $reader, $tempDir);
45
-
46
- /**
47
- * @param string $tempDir
48
- * @param string $displayLocale
49
- *
50
- * @return array
51
- */
52
- private function generateFallbackData(BundleEntryReaderInterface $reader, $tempDir, $displayLocale)
53
- {
54
- if (null === $fallback = Locale::getFallback($displayLocale)) {
55
- return [];
56
- }
57
-
58
- if (isset($this->fallbackCache[$fallback])) {
59
- return $this->fallbackCache[$fallback];
60
- }
61
-
62
- $prevGeneratingFallback = $this->generatingFallback;
63
- $this->generatingFallback = true;
64
-
65
- try {
66
- $data = 'root' === $fallback ? $this->generateDataForRoot($reader, $tempDir) : $this->generateDataForLocale($reader, $tempDir, $fallback);
67
- } finally {
68
- $this->generatingFallback = $prevGeneratingFallback;
69
- }
70
-
71
- return $this->fallbackCache[$fallback] = $data ?: [];
72
- }
73
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/GeneratorConfig.php DELETED
@@ -1,84 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Writer\BundleWriterInterface;
15
-
16
- /**
17
- * Stores contextual information for resource bundle generation.
18
- *
19
- * @author Bernhard Schussek <bschussek@gmail.com>
20
- *
21
- * @internal
22
- */
23
- class GeneratorConfig
24
- {
25
- private $sourceDir;
26
- private $icuVersion;
27
-
28
- /**
29
- * @var BundleWriterInterface[]
30
- */
31
- private $bundleWriters = [];
32
-
33
- /**
34
- * @param string $sourceDir
35
- * @param string $icuVersion
36
- */
37
- public function __construct($sourceDir, $icuVersion)
38
- {
39
- $this->sourceDir = $sourceDir;
40
- $this->icuVersion = $icuVersion;
41
- }
42
-
43
- /**
44
- * Adds a writer to be used during the data conversion.
45
- *
46
- * @param string $targetDir The output directory
47
- * @param BundleWriterInterface $writer The writer instance
48
- */
49
- public function addBundleWriter($targetDir, BundleWriterInterface $writer)
50
- {
51
- $this->bundleWriters[$targetDir] = $writer;
52
- }
53
-
54
- /**
55
- * Returns the writers indexed by their output directories.
56
- *
57
- * @return BundleWriterInterface[]
58
- */
59
- public function getBundleWriters()
60
- {
61
- return $this->bundleWriters;
62
- }
63
-
64
- /**
65
- * Returns the directory where the source versions of the resource bundles
66
- * are stored.
67
- *
68
- * @return string An absolute path to a directory
69
- */
70
- public function getSourceDir()
71
- {
72
- return $this->sourceDir;
73
- }
74
-
75
- /**
76
- * Returns the ICU version of the bundles being converted.
77
- *
78
- * @return string The ICU version string
79
- */
80
- public function getIcuVersion()
81
- {
82
- return $this->icuVersion;
83
- }
84
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/LanguageDataGenerator.php DELETED
@@ -1,198 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Compiler\BundleCompilerInterface;
15
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
16
- use Symfony\Component\Intl\Data\Util\ArrayAccessibleResourceBundle;
17
- use Symfony\Component\Intl\Data\Util\LocaleScanner;
18
- use Symfony\Component\Intl\Exception\RuntimeException;
19
-
20
- /**
21
- * The rule for compiling the language bundle.
22
- *
23
- * @author Bernhard Schussek <bschussek@gmail.com>
24
- *
25
- * @internal
26
- */
27
- class LanguageDataGenerator extends AbstractDataGenerator
28
- {
29
- /**
30
- * Source: https://iso639-3.sil.org/code_tables/639/data.
31
- */
32
- private static $preferredAlpha2ToAlpha3Mapping = [
33
- 'ak' => 'aka',
34
- 'ar' => 'ara',
35
- 'ay' => 'aym',
36
- 'az' => 'aze',
37
- 'bo' => 'bod',
38
- 'cr' => 'cre',
39
- 'cs' => 'ces',
40
- 'cy' => 'cym',
41
- 'de' => 'deu',
42
- 'dz' => 'dzo',
43
- 'el' => 'ell',
44
- 'et' => 'est',
45
- 'eu' => 'eus',
46
- 'fa' => 'fas',
47
- 'ff' => 'ful',
48
- 'fr' => 'fra',
49
- 'gn' => 'grn',
50
- 'hy' => 'hye',
51
- 'hr' => 'hrv',
52
- 'ik' => 'ipk',
53
- 'is' => 'isl',
54
- 'iu' => 'iku',
55
- 'ka' => 'kat',
56
- 'kr' => 'kau',
57
- 'kg' => 'kon',
58
- 'kv' => 'kom',
59
- 'ku' => 'kur',
60
- 'lv' => 'lav',
61
- 'mg' => 'mlg',
62
- 'mi' => 'mri',
63
- 'mk' => 'mkd',
64
- 'mn' => 'mon',
65
- 'ms' => 'msa',
66
- 'my' => 'mya',
67
- 'nb' => 'nob',
68
- 'ne' => 'nep',
69
- 'nl' => 'nld',
70
- 'oj' => 'oji',
71
- 'om' => 'orm',
72
- 'or' => 'ori',
73
- 'ps' => 'pus',
74
- 'qu' => 'que',
75
- 'ro' => 'ron',
76
- 'sc' => 'srd',
77
- 'sk' => 'slk',
78
- 'sq' => 'sqi',
79
- 'sr' => 'srp',
80
- 'sw' => 'swa',
81
- 'uz' => 'uzb',
82
- 'yi' => 'yid',
83
- 'za' => 'zha',
84
- 'zh' => 'zho',
85
- ];
86
-
87
- /**
88
- * Collects all available language codes.
89
- *
90
- * @var string[]
91
- */
92
- private $languageCodes = [];
93
-
94
- /**
95
- * {@inheritdoc}
96
- */
97
- protected function scanLocales(LocaleScanner $scanner, $sourceDir)
98
- {
99
- return $scanner->scanLocales($sourceDir.'/lang');
100
- }
101
-
102
- /**
103
- * {@inheritdoc}
104
- */
105
- protected function compileTemporaryBundles(BundleCompilerInterface $compiler, $sourceDir, $tempDir)
106
- {
107
- $compiler->compile($sourceDir.'/lang', $tempDir);
108
- $compiler->compile($sourceDir.'/misc/metadata.txt', $tempDir);
109
- }
110
-
111
- /**
112
- * {@inheritdoc}
113
- */
114
- protected function preGenerate()
115
- {
116
- $this->languageCodes = [];
117
- }
118
-
119
- /**
120
- * {@inheritdoc}
121
- */
122
- protected function generateDataForLocale(BundleEntryReaderInterface $reader, $tempDir, $displayLocale)
123
- {
124
- $localeBundle = $reader->read($tempDir, $displayLocale);
125
-
126
- // isset() on \ResourceBundle returns true even if the value is null
127
- if (isset($localeBundle['Languages']) && null !== $localeBundle['Languages']) {
128
- $data = [
129
- 'Names' => iterator_to_array($localeBundle['Languages']),
130
- ];
131
-
132
- $this->languageCodes = array_merge($this->languageCodes, array_keys($data['Names']));
133
-
134
- return $data;
135
- }
136
-
137
- return null;
138
- }
139
-
140
- /**
141
- * {@inheritdoc}
142
- */
143
- protected function generateDataForRoot(BundleEntryReaderInterface $reader, $tempDir)
144
- {
145
- }
146
-
147
- /**
148
- * {@inheritdoc}
149
- */
150
- protected function generateDataForMeta(BundleEntryReaderInterface $reader, $tempDir)
151
- {
152
- $metadataBundle = $reader->read($tempDir, 'metadata');
153
-
154
- $this->languageCodes = array_unique($this->languageCodes);
155
-
156
- sort($this->languageCodes);
157
-
158
- return [
159
- 'Languages' => $this->languageCodes,
160
- 'Alpha2ToAlpha3' => $this->generateAlpha2ToAlpha3Mapping($metadataBundle),
161
- ];
162
- }
163
-
164
- private function generateAlpha2ToAlpha3Mapping(ArrayAccessibleResourceBundle $metadataBundle)
165
- {
166
- $aliases = iterator_to_array($metadataBundle['alias']['language']);
167
- $alpha2ToAlpha3 = [];
168
-
169
- foreach ($aliases as $alias => $data) {
170
- $language = $data['replacement'];
171
- if (2 === \strlen($language) && 3 === \strlen($alias) && 'overlong' === $data['reason']) {
172
- if (isset(self::$preferredAlpha2ToAlpha3Mapping[$language])) {
173
- // Validate to prevent typos
174
- if (!isset($aliases[self::$preferredAlpha2ToAlpha3Mapping[$language]])) {
175
- throw new RuntimeException('The statically set three-letter mapping '.self::$preferredAlpha2ToAlpha3Mapping[$language].' for the language code '.$language.' seems to be invalid. Typo?');
176
- }
177
-
178
- $alpha3 = self::$preferredAlpha2ToAlpha3Mapping[$language];
179
- $alpha2 = $aliases[$alpha3]['replacement'];
180
-
181
- if ($language !== $alpha2) {
182
- throw new RuntimeException('The statically set three-letter mapping '.$alpha3.' for the language code '.$language.' seems to be an alias for '.$alpha2.'. Wrong mapping?');
183
- }
184
-
185
- $alpha2ToAlpha3[$language] = $alpha3;
186
- } elseif (isset($alpha2ToAlpha3[$language])) {
187
- throw new RuntimeException('Multiple three-letter mappings exist for the language code '.$language.'. Please add one of them to the property $preferredAlpha2ToAlpha3Mapping.');
188
- } else {
189
- $alpha2ToAlpha3[$language] = $alias;
190
- }
191
- }
192
- }
193
-
194
- asort($alpha2ToAlpha3);
195
-
196
- return $alpha2ToAlpha3;
197
- }
198
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/LocaleDataGenerator.php DELETED
@@ -1,180 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Filesystem\Filesystem;
15
- use Symfony\Component\Intl\Data\Bundle\Compiler\BundleCompilerInterface;
16
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
17
- use Symfony\Component\Intl\Data\Util\LocaleScanner;
18
- use Symfony\Component\Intl\Exception\MissingResourceException;
19
-
20
- /**
21
- * The rule for compiling the locale bundle.
22
- *
23
- * @author Bernhard Schussek <bschussek@gmail.com>
24
- * @author Roland Franssen <franssen.roland@gmail.com>
25
- *
26
- * @internal
27
- */
28
- class LocaleDataGenerator extends AbstractDataGenerator
29
- {
30
- use FallbackTrait;
31
-
32
- private $locales = [];
33
- private $localeAliases = [];
34
-
35
- /**
36
- * {@inheritdoc}
37
- */
38
- protected function scanLocales(LocaleScanner $scanner, $sourceDir)
39
- {
40
- $this->locales = $scanner->scanLocales($sourceDir.'/locales');
41
- $this->localeAliases = $scanner->scanAliases($sourceDir.'/locales');
42
-
43
- return $this->locales;
44
- }
45
-
46
- /**
47
- * {@inheritdoc}
48
- */
49
- protected function compileTemporaryBundles(BundleCompilerInterface $compiler, $sourceDir, $tempDir)
50
- {
51
- $filesystem = new Filesystem();
52
- $filesystem->mkdir([
53
- $tempDir.'/lang',
54
- $tempDir.'/region',
55
- ]);
56
- $compiler->compile($sourceDir.'/lang', $tempDir.'/lang');
57
- $compiler->compile($sourceDir.'/region', $tempDir.'/region');
58
- }
59
-
60
- /**
61
- * {@inheritdoc}
62
- */
63
- protected function preGenerate()
64
- {
65
- }
66
-
67
- /**
68
- * {@inheritdoc}
69
- */
70
- protected function generateDataForLocale(BundleEntryReaderInterface $reader, $tempDir, $displayLocale)
71
- {
72
- // Don't generate aliases, as they are resolved during runtime
73
- // Unless an alias is needed as fallback for de-duplication purposes
74
- if (isset($this->localeAliases[$displayLocale]) && !$this->generatingFallback) {
75
- return null;
76
- }
77
-
78
- // Generate locale names for all locales that have translations in
79
- // at least the language or the region bundle
80
- $displayFormat = $reader->readEntry($tempDir.'/lang', $displayLocale, ['localeDisplayPattern']);
81
- $pattern = $displayFormat['pattern'] ?? '{0} ({1})';
82
- $separator = $displayFormat['separator'] ?? '{0}, {1}';
83
- $localeNames = [];
84
- foreach ($this->locales as $locale) {
85
- // Ensure a normalized list of pure locales
86
- if (\Locale::getAllVariants($locale)) {
87
- continue;
88
- }
89
-
90
- try {
91
- // Generate a locale name in the language of each display locale
92
- // Each locale name has the form: "Language (Script, Region, Variant1, ...)
93
- // Script, Region and Variants are optional. If none of them is
94
- // available, the braces are not printed.
95
- $localeNames[$locale] = $this->generateLocaleName($reader, $tempDir, $locale, $displayLocale, $pattern, $separator);
96
- } catch (MissingResourceException $e) {
97
- // Silently ignore incomplete locale names
98
- // In this case one should configure at least one fallback locale that is complete (e.g. English) during
99
- // runtime. Alternatively a translation for the missing resource can be proposed upstream.
100
- }
101
- }
102
-
103
- $data = [
104
- 'Names' => $localeNames,
105
- ];
106
-
107
- // Don't de-duplicate a fallback locale
108
- // Ensures the display locale can be de-duplicated on itself
109
- if ($this->generatingFallback) {
110
- return $data;
111
- }
112
-
113
- // Process again to de-duplicate locale and its fallback locales
114
- // Only keep the differences
115
- $fallbackData = $this->generateFallbackData($reader, $tempDir, $displayLocale);
116
- if (isset($fallbackData['Names'])) {
117
- $data['Names'] = array_diff($data['Names'], $fallbackData['Names']);
118
- }
119
- if (!$data['Names']) {
120
- return null;
121
- }
122
-
123
- return $data;
124
- }
125
-
126
- /**
127
- * {@inheritdoc}
128
- */
129
- protected function generateDataForRoot(BundleEntryReaderInterface $reader, $tempDir)
130
- {
131
- }
132
-
133
- /**
134
- * {@inheritdoc}
135
- */
136
- protected function generateDataForMeta(BundleEntryReaderInterface $reader, $tempDir)
137
- {
138
- return [
139
- 'Locales' => $this->locales,
140
- 'Aliases' => $this->localeAliases,
141
- ];
142
- }
143
-
144
- /**
145
- * @return string
146
- */
147
- private function generateLocaleName(BundleEntryReaderInterface $reader, $tempDir, $locale, $displayLocale, $pattern, $separator)
148
- {
149
- // Apply generic notation using square brackets as described per http://cldr.unicode.org/translation/language-names
150
- $name = str_replace(['(', ')'], ['[', ']'], $reader->readEntry($tempDir.'/lang', $displayLocale, ['Languages', \Locale::getPrimaryLanguage($locale)]));
151
- $extras = [];
152
-
153
- // Discover the name of the script part of the locale
154
- // i.e. in zh_Hans_MO, "Hans" is the script
155
- if ($script = \Locale::getScript($locale)) {
156
- $extras[] = str_replace(['(', ')'], ['[', ']'], $reader->readEntry($tempDir.'/lang', $displayLocale, ['Scripts', $script]));
157
- }
158
-
159
- // Discover the name of the region part of the locale
160
- // i.e. in de_AT, "AT" is the region
161
- if ($region = \Locale::getRegion($locale)) {
162
- if (!RegionDataGenerator::isValidCountryCode($region)) {
163
- throw new MissingResourceException(sprintf('Skipping "%s" due an invalid country.', $locale));
164
- }
165
-
166
- $extras[] = str_replace(['(', ')'], ['[', ']'], $reader->readEntry($tempDir.'/region', $displayLocale, ['Countries', $region]));
167
- }
168
-
169
- if ($extras) {
170
- $extra = array_shift($extras);
171
- foreach ($extras as $part) {
172
- $extra = str_replace(['{0}', '{1}'], [$extra, $part], $separator);
173
- }
174
-
175
- $name = str_replace(['{0}', '{1}'], [$name, $extra], $pattern);
176
- }
177
-
178
- return $name;
179
- }
180
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/RegionDataGenerator.php DELETED
@@ -1,149 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Compiler\BundleCompilerInterface;
15
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
16
- use Symfony\Component\Intl\Data\Util\ArrayAccessibleResourceBundle;
17
- use Symfony\Component\Intl\Data\Util\LocaleScanner;
18
-
19
- /**
20
- * The rule for compiling the region bundle.
21
- *
22
- * @author Bernhard Schussek <bschussek@gmail.com>
23
- *
24
- * @see http://source.icu-project.org/repos/icu/icu4j/trunk/main/classes/core/src/com/ibm/icu/util/Region.java
25
- *
26
- * @internal
27
- */
28
- class RegionDataGenerator extends AbstractDataGenerator
29
- {
30
- private static $denylist = [
31
- // Look like countries, but are sub-continents
32
- 'QO' => true, // Outlying Oceania
33
- 'EU' => true, // European Union
34
- 'EZ' => true, // Eurozone
35
- 'UN' => true, // United Nations
36
- // Uninhabited islands
37
- 'BV' => true, // Bouvet Island
38
- 'HM' => true, // Heard & McDonald Islands
39
- 'CP' => true, // Clipperton Island
40
- // Misc
41
- 'ZZ' => true, // Unknown Region
42
- ];
43
-
44
- /**
45
- * Collects all available language codes.
46
- *
47
- * @var string[]
48
- */
49
- private $regionCodes = [];
50
-
51
- public static function isValidCountryCode($region)
52
- {
53
- if (isset(self::$denylist[$region])) {
54
- return false;
55
- }
56
-
57
- // WORLD/CONTINENT/SUBCONTINENT/GROUPING
58
- if (ctype_digit($region) || \is_int($region)) {
59
- return false;
60
- }
61
-
62
- return true;
63
- }
64
-
65
- /**
66
- * {@inheritdoc}
67
- */
68
- protected function scanLocales(LocaleScanner $scanner, $sourceDir)
69
- {
70
- return $scanner->scanLocales($sourceDir.'/region');
71
- }
72
-
73
- /**
74
- * {@inheritdoc}
75
- */
76
- protected function compileTemporaryBundles(BundleCompilerInterface $compiler, $sourceDir, $tempDir)
77
- {
78
- $compiler->compile($sourceDir.'/region', $tempDir);
79
- }
80
-
81
- /**
82
- * {@inheritdoc}
83
- */
84
- protected function preGenerate()
85
- {
86
- $this->regionCodes = [];
87
- }
88
-
89
- /**
90
- * {@inheritdoc}
91
- */
92
- protected function generateDataForLocale(BundleEntryReaderInterface $reader, $tempDir, $displayLocale)
93
- {
94
- $localeBundle = $reader->read($tempDir, $displayLocale);
95
-
96
- // isset() on \ResourceBundle returns true even if the value is null
97
- if (isset($localeBundle['Countries']) && null !== $localeBundle['Countries']) {
98
- $data = [
99
- 'Names' => $this->generateRegionNames($localeBundle),
100
- ];
101
-
102
- $this->regionCodes = array_merge($this->regionCodes, array_keys($data['Names']));
103
-
104
- return $data;
105
- }
106
-
107
- return null;
108
- }
109
-
110
- /**
111
- * {@inheritdoc}
112
- */
113
- protected function generateDataForRoot(BundleEntryReaderInterface $reader, $tempDir)
114
- {
115
- }
116
-
117
- /**
118
- * {@inheritdoc}
119
- */
120
- protected function generateDataForMeta(BundleEntryReaderInterface $reader, $tempDir)
121
- {
122
- $this->regionCodes = array_unique($this->regionCodes);
123
-
124
- sort($this->regionCodes);
125
-
126
- return [
127
- 'Regions' => $this->regionCodes,
128
- ];
129
- }
130
-
131
- /**
132
- * @return array
133
- */
134
- protected function generateRegionNames(ArrayAccessibleResourceBundle $localeBundle)
135
- {
136
- $unfilteredRegionNames = iterator_to_array($localeBundle['Countries']);
137
- $regionNames = [];
138
-
139
- foreach ($unfilteredRegionNames as $region => $regionName) {
140
- if (!self::isValidCountryCode($region)) {
141
- continue;
142
- }
143
-
144
- $regionNames[$region] = $regionName;
145
- }
146
-
147
- return $regionNames;
148
- }
149
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Generator/ScriptDataGenerator.php DELETED
@@ -1,99 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Generator;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Compiler\BundleCompilerInterface;
15
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
16
- use Symfony\Component\Intl\Data\Util\LocaleScanner;
17
-
18
- /**
19
- * The rule for compiling the script bundle.
20
- *
21
- * @author Bernhard Schussek <bschussek@gmail.com>
22
- *
23
- * @internal
24
- */
25
- class ScriptDataGenerator extends AbstractDataGenerator
26
- {
27
- /**
28
- * Collects all available language codes.
29
- *
30
- * @var string[]
31
- */
32
- private $scriptCodes = [];
33
-
34
- /**
35
- * {@inheritdoc}
36
- */
37
- protected function scanLocales(LocaleScanner $scanner, $sourceDir)
38
- {
39
- return $scanner->scanLocales($sourceDir.'/lang');
40
- }
41
-
42
- /**
43
- * {@inheritdoc}
44
- */
45
- protected function compileTemporaryBundles(BundleCompilerInterface $compiler, $sourceDir, $tempDir)
46
- {
47
- $compiler->compile($sourceDir.'/lang', $tempDir);
48
- }
49
-
50
- /**
51
- * {@inheritdoc}
52
- */
53
- protected function preGenerate()
54
- {
55
- $this->scriptCodes = [];
56
- }
57
-
58
- /**
59
- * {@inheritdoc}
60
- */
61
- protected function generateDataForLocale(BundleEntryReaderInterface $reader, $tempDir, $displayLocale)
62
- {
63
- $localeBundle = $reader->read($tempDir, $displayLocale);
64
-
65
- // isset() on \ResourceBundle returns true even if the value is null
66
- if (isset($localeBundle['Scripts']) && null !== $localeBundle['Scripts']) {
67
- $data = [
68
- 'Names' => iterator_to_array($localeBundle['Scripts']),
69
- ];
70
-
71
- $this->scriptCodes = array_merge($this->scriptCodes, array_keys($data['Names']));
72
-
73
- return $data;
74
- }
75
-
76
- return null;
77
- }
78
-
79
- /**
80
- * {@inheritdoc}
81
- */
82
- protected function generateDataForRoot(BundleEntryReaderInterface $reader, $tempDir)
83
- {
84
- }
85
-
86
- /**
87
- * {@inheritdoc}
88
- */
89
- protected function generateDataForMeta(BundleEntryReaderInterface $reader, $tempDir)
90
- {
91
- $this->scriptCodes = array_unique($this->scriptCodes);
92
-
93
- sort($this->scriptCodes);
94
-
95
- return [
96
- 'Scripts' => $this->scriptCodes,
97
- ];
98
- }
99
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Provider/CurrencyDataProvider.php DELETED
@@ -1,141 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Provider;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
- use Symfony\Component\Intl\Exception\MissingResourceException;
16
-
17
- /**
18
- * Data provider for currency-related data.
19
- *
20
- * @author Bernhard Schussek <bschussek@gmail.com>
21
- *
22
- * @internal
23
- */
24
- class CurrencyDataProvider
25
- {
26
- const INDEX_SYMBOL = 0;
27
- const INDEX_NAME = 1;
28
- const INDEX_FRACTION_DIGITS = 0;
29
- const INDEX_ROUNDING_INCREMENT = 1;
30
-
31
- private $path;
32
- private $reader;
33
-
34
- /**
35
- * Creates a data provider that reads currency-related data from a
36
- * resource bundle.
37
- *
38
- * @param string $path The path to the resource bundle
39
- * @param BundleEntryReaderInterface $reader The reader for reading the resource bundle
40
- */
41
- public function __construct($path, BundleEntryReaderInterface $reader)
42
- {
43
- $this->path = $path;
44
- $this->reader = $reader;
45
- }
46
-
47
- public function getCurrencies()
48
- {
49
- return $this->reader->readEntry($this->path, 'meta', ['Currencies']);
50
- }
51
-
52
- public function getSymbol($currency, $displayLocale = null)
53
- {
54
- if (null === $displayLocale) {
55
- $displayLocale = \Locale::getDefault();
56
- }
57
-
58
- return $this->reader->readEntry($this->path, $displayLocale, ['Names', $currency, static::INDEX_SYMBOL]);
59
- }
60
-
61
- public function getName($currency, $displayLocale = null)
62
- {
63
- if (null === $displayLocale) {
64
- $displayLocale = \Locale::getDefault();
65
- }
66
-
67
- return $this->reader->readEntry($this->path, $displayLocale, ['Names', $currency, static::INDEX_NAME]);
68
- }
69
-
70
- public function getNames($displayLocale = null)
71
- {
72
- if (null === $displayLocale) {
73
- $displayLocale = \Locale::getDefault();
74
- }
75
-
76
- // ====================================================================
77
- // For reference: It is NOT possible to return names indexed by
78
- // numeric code here, because some numeric codes map to multiple
79
- // 3-letter codes (e.g. 32 => "ARA", "ARP", "ARS")
80
- // ====================================================================
81
-
82
- $names = $this->reader->readEntry($this->path, $displayLocale, ['Names']);
83
-
84
- if ($names instanceof \Traversable) {
85
- $names = iterator_to_array($names);
86
- }
87
-
88
- $index = static::INDEX_NAME;
89
-
90
- array_walk($names, function (&$value) use ($index) {
91
- $value = $value[$index];
92
- });
93
-
94
- // Sorting by value cannot be done during bundle generation, because
95
- // binary bundles are always sorted by keys
96
- $collator = new \Collator($displayLocale);
97
- $collator->asort($names);
98
-
99
- return $names;
100
- }
101
-
102
- /**
103
- * Data provider for {@link \Symfony\Component\Intl\Currency::getFractionDigits()}.
104
- */
105
- public function getFractionDigits($currency)
106
- {
107
- try {
108
- return $this->reader->readEntry($this->path, 'meta', ['Meta', $currency, static::INDEX_FRACTION_DIGITS]);
109
- } catch (MissingResourceException $e) {
110
- return $this->reader->readEntry($this->path, 'meta', ['Meta', 'DEFAULT', static::INDEX_FRACTION_DIGITS]);
111
- }
112
- }
113
-
114
- /**
115
- * Data provider for {@link \Symfony\Component\Intl\Currency::getRoundingIncrement()}.
116
- */
117
- public function getRoundingIncrement($currency)
118
- {
119
- try {
120
- return $this->reader->readEntry($this->path, 'meta', ['Meta', $currency, static::INDEX_ROUNDING_INCREMENT]);
121
- } catch (MissingResourceException $e) {
122
- return $this->reader->readEntry($this->path, 'meta', ['Meta', 'DEFAULT', static::INDEX_ROUNDING_INCREMENT]);
123
- }
124
- }
125
-
126
- /**
127
- * Data provider for {@link \Symfony\Component\Intl\Currency::getNumericCode()}.
128
- */
129
- public function getNumericCode($currency)
130
- {
131
- return $this->reader->readEntry($this->path, 'meta', ['Alpha3ToNumeric', $currency]);
132
- }
133
-
134
- /**
135
- * Data provider for {@link \Symfony\Component\Intl\Currency::forNumericCode()}.
136
- */
137
- public function forNumericCode($numericCode)
138
- {
139
- return $this->reader->readEntry($this->path, 'meta', ['NumericToAlpha3', (string) $numericCode]);
140
- }
141
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Provider/LanguageDataProvider.php DELETED
@@ -1,81 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Provider;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
-
16
- /**
17
- * Data provider for language-related ICU data.
18
- *
19
- * @author Bernhard Schussek <bschussek@gmail.com>
20
- *
21
- * @internal
22
- */
23
- class LanguageDataProvider
24
- {
25
- private $path;
26
- private $reader;
27
-
28
- /**
29
- * Creates a data provider that reads locale-related data from .res files.
30
- *
31
- * @param string $path The path to the directory containing the .res files
32
- * @param BundleEntryReaderInterface $reader The reader for reading the .res files
33
- */
34
- public function __construct($path, BundleEntryReaderInterface $reader)
35
- {
36
- $this->path = $path;
37
- $this->reader = $reader;
38
- }
39
-
40
- public function getLanguages()
41
- {
42
- return $this->reader->readEntry($this->path, 'meta', ['Languages']);
43
- }
44
-
45
- public function getAliases()
46
- {
47
- return $this->reader->readEntry($this->path, 'root', ['Aliases']);
48
- }
49
-
50
- public function getName($language, $displayLocale = null)
51
- {
52
- if (null === $displayLocale) {
53
- $displayLocale = \Locale::getDefault();
54
- }
55
-
56
- return $this->reader->readEntry($this->path, $displayLocale, ['Names', $language]);
57
- }
58
-
59
- public function getNames($displayLocale = null)
60
- {
61
- if (null === $displayLocale) {
62
- $displayLocale = \Locale::getDefault();
63
- }
64
-
65
- $languages = $this->reader->readEntry($this->path, $displayLocale, ['Names']);
66
-
67
- if ($languages instanceof \Traversable) {
68
- $languages = iterator_to_array($languages);
69
- }
70
-
71
- $collator = new \Collator($displayLocale);
72
- $collator->asort($languages);
73
-
74
- return $languages;
75
- }
76
-
77
- public function getAlpha3Code($language)
78
- {
79
- return $this->reader->readEntry($this->path, 'meta', ['Alpha2ToAlpha3', $language]);
80
- }
81
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Provider/LocaleDataProvider.php DELETED
@@ -1,82 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Provider;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
-
16
- /**
17
- * Data provider for locale-related ICU data.
18
- *
19
- * @author Bernhard Schussek <bschussek@gmail.com>
20
- *
21
- * @internal
22
- */
23
- class LocaleDataProvider
24
- {
25
- private $path;
26
- private $reader;
27
-
28
- /**
29
- * Creates a data provider that reads locale-related data from .res files.
30
- *
31
- * @param string $path The path to the directory containing the .res files
32
- * @param BundleEntryReaderInterface $reader The reader for reading the .res files
33
- */
34
- public function __construct($path, BundleEntryReaderInterface $reader)
35
- {
36
- $this->path = $path;
37
- $this->reader = $reader;
38
- }
39
-
40
- public function getLocales()
41
- {
42
- return $this->reader->readEntry($this->path, 'meta', ['Locales']);
43
- }
44
-
45
- public function getAliases()
46
- {
47
- $aliases = $this->reader->readEntry($this->path, 'meta', ['Aliases']);
48
-
49
- if ($aliases instanceof \Traversable) {
50
- $aliases = iterator_to_array($aliases);
51
- }
52
-
53
- return $aliases;
54
- }
55
-
56
- public function getName($locale, $displayLocale = null)
57
- {
58
- if (null === $displayLocale) {
59
- $displayLocale = \Locale::getDefault();
60
- }
61
-
62
- return $this->reader->readEntry($this->path, $displayLocale, ['Names', $locale]);
63
- }
64
-
65
- public function getNames($displayLocale = null)
66
- {
67
- if (null === $displayLocale) {
68
- $displayLocale = \Locale::getDefault();
69
- }
70
-
71
- $names = $this->reader->readEntry($this->path, $displayLocale, ['Names']);
72
-
73
- if ($names instanceof \Traversable) {
74
- $names = iterator_to_array($names);
75
- }
76
-
77
- $collator = new \Collator($displayLocale);
78
- $collator->asort($names);
79
-
80
- return $names;
81
- }
82
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Provider/RegionDataProvider.php DELETED
@@ -1,71 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Provider;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
-
16
- /**
17
- * Data provider for region-related ICU data.
18
- *
19
- * @author Bernhard Schussek <bschussek@gmail.com>
20
- *
21
- * @internal
22
- */
23
- class RegionDataProvider
24
- {
25
- private $path;
26
- private $reader;
27
-
28
- /**
29
- * Creates a data provider that reads locale-related data from .res files.
30
- *
31
- * @param string $path The path to the directory containing the .res files
32
- * @param BundleEntryReaderInterface $reader The reader for reading the .res files
33
- */
34
- public function __construct($path, BundleEntryReaderInterface $reader)
35
- {
36
- $this->path = $path;
37
- $this->reader = $reader;
38
- }
39
-
40
- public function getRegions()
41
- {
42
- return $this->reader->readEntry($this->path, 'meta', ['Regions']);
43
- }
44
-
45
- public function getName($region, $displayLocale = null)
46
- {
47
- if (null === $displayLocale) {
48
- $displayLocale = \Locale::getDefault();
49
- }
50
-
51
- return $this->reader->readEntry($this->path, $displayLocale, ['Names', $region]);
52
- }
53
-
54
- public function getNames($displayLocale = null)
55
- {
56
- if (null === $displayLocale) {
57
- $displayLocale = \Locale::getDefault();
58
- }
59
-
60
- $names = $this->reader->readEntry($this->path, $displayLocale, ['Names']);
61
-
62
- if ($names instanceof \Traversable) {
63
- $names = iterator_to_array($names);
64
- }
65
-
66
- $collator = new \Collator($displayLocale);
67
- $collator->asort($names);
68
-
69
- return $names;
70
- }
71
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Provider/ScriptDataProvider.php DELETED
@@ -1,71 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Provider;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
-
16
- /**
17
- * Data provider for script-related ICU data.
18
- *
19
- * @author Bernhard Schussek <bschussek@gmail.com>
20
- *
21
- * @internal
22
- */
23
- class ScriptDataProvider
24
- {
25
- private $path;
26
- private $reader;
27
-
28
- /**
29
- * Creates a data provider that reads locale-related data from .res files.
30
- *
31
- * @param string $path The path to the directory containing the .res files
32
- * @param BundleEntryReaderInterface $reader The reader for reading the .res files
33
- */
34
- public function __construct($path, BundleEntryReaderInterface $reader)
35
- {
36
- $this->path = $path;
37
- $this->reader = $reader;
38
- }
39
-
40
- public function getScripts()
41
- {
42
- return $this->reader->readEntry($this->path, 'meta', ['Scripts']);
43
- }
44
-
45
- public function getName($script, $displayLocale = null)
46
- {
47
- if (null === $displayLocale) {
48
- $displayLocale = \Locale::getDefault();
49
- }
50
-
51
- return $this->reader->readEntry($this->path, $displayLocale, ['Names', $script]);
52
- }
53
-
54
- public function getNames($displayLocale = null)
55
- {
56
- if (null === $displayLocale) {
57
- $displayLocale = \Locale::getDefault();
58
- }
59
-
60
- $names = $this->reader->readEntry($this->path, $displayLocale, ['Names']);
61
-
62
- if ($names instanceof \Traversable) {
63
- $names = iterator_to_array($names);
64
- }
65
-
66
- $collator = new \Collator($displayLocale);
67
- $collator->asort($names);
68
-
69
- return $names;
70
- }
71
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Util/ArrayAccessibleResourceBundle.php DELETED
@@ -1,81 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Util;
13
-
14
- use Symfony\Component\Intl\Exception\BadMethodCallException;
15
-
16
- /**
17
- * Work-around for a bug in PHP's \ResourceBundle implementation.
18
- *
19
- * More information can be found on https://bugs.php.net/64356.
20
- * This class can be removed once that bug is fixed.
21
- *
22
- * @author Bernhard Schussek <bschussek@gmail.com>
23
- *
24
- * @internal
25
- */
26
- class ArrayAccessibleResourceBundle implements \ArrayAccess, \IteratorAggregate, \Countable
27
- {
28
- private $bundleImpl;
29
-
30
- public function __construct(\ResourceBundle $bundleImpl)
31
- {
32
- $this->bundleImpl = $bundleImpl;
33
- }
34
-
35
- public function get($offset)
36
- {
37
- $value = $this->bundleImpl->get($offset);
38
-
39
- return $value instanceof \ResourceBundle ? new static($value) : $value;
40
- }
41
-
42
- public function offsetExists($offset)
43
- {
44
- return null !== $this->bundleImpl->get($offset);
45
- }
46
-
47
- public function offsetGet($offset)
48
- {
49
- return $this->get($offset);
50
- }
51
-
52
- public function offsetSet($offset, $value)
53
- {
54
- throw new BadMethodCallException('Resource bundles cannot be modified.');
55
- }
56
-
57
- public function offsetUnset($offset)
58
- {
59
- throw new BadMethodCallException('Resource bundles cannot be modified.');
60
- }
61
-
62
- public function getIterator()
63
- {
64
- return $this->bundleImpl;
65
- }
66
-
67
- public function count()
68
- {
69
- return $this->bundleImpl->count();
70
- }
71
-
72
- public function getErrorCode()
73
- {
74
- return $this->bundleImpl->getErrorCode();
75
- }
76
-
77
- public function getErrorMessage()
78
- {
79
- return $this->bundleImpl->getErrorMessage();
80
- }
81
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Util/LocaleScanner.php DELETED
@@ -1,85 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Util;
13
-
14
- /**
15
- * Scans a directory with data files for locales.
16
- *
17
- * The name of each file with the extension ".txt" is considered, if it "looks"
18
- * like a locale:
19
- *
20
- * - the name must start with two letters;
21
- * - the two letters may optionally be followed by an underscore and any
22
- * sequence of other symbols.
23
- *
24
- * For example, "de" and "de_DE" are considered to be locales. "root" and "meta"
25
- * are not.
26
- *
27
- * @author Bernhard Schussek <bschussek@gmail.com>
28
- *
29
- * @internal
30
- */
31
- class LocaleScanner
32
- {
33
- /**
34
- * Returns all locales found in the given directory.
35
- *
36
- * @param string $sourceDir The directory with ICU files
37
- *
38
- * @return array An array of locales. The result also contains locales that
39
- * are in fact just aliases for other locales. Use
40
- * {@link scanAliases()} to determine which of the locales
41
- * are aliases
42
- */
43
- public function scanLocales($sourceDir)
44
- {
45
- $locales = glob($sourceDir.'/*.txt', \GLOB_NOSORT);
46
-
47
- // Remove file extension and sort
48
- array_walk($locales, function (&$locale) { $locale = basename($locale, '.txt'); });
49
-
50
- // Remove non-locales
51
- $locales = array_filter($locales, function ($locale) {
52
- return preg_match('/^[a-z]{2}(_.+)?$/', $locale);
53
- });
54
-
55
- sort($locales);
56
-
57
- return $locales;
58
- }
59
-
60
- /**
61
- * Returns all locale aliases found in the given directory.
62
- *
63
- * @param string $sourceDir The directory with ICU files
64
- *
65
- * @return array An array with the locale aliases as keys and the aliased
66
- * locales as values
67
- */
68
- public function scanAliases($sourceDir)
69
- {
70
- $locales = $this->scanLocales($sourceDir);
71
- $aliases = [];
72
-
73
- // Delete locales that are no aliases
74
- foreach ($locales as $locale) {
75
- $content = file_get_contents($sourceDir.'/'.$locale.'.txt');
76
-
77
- // Aliases contain the text "%%ALIAS" followed by the aliased locale
78
- if (preg_match('/"%%ALIAS"\{"([^"]+)"\}/', $content, $matches)) {
79
- $aliases[$locale] = $matches[1];
80
- }
81
- }
82
-
83
- return $aliases;
84
- }
85
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Util/RecursiveArrayAccess.php DELETED
@@ -1,48 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Util;
13
-
14
- use Symfony\Component\Intl\Exception\OutOfBoundsException;
15
-
16
- /**
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- class RecursiveArrayAccess
22
- {
23
- public static function get($array, array $indices)
24
- {
25
- foreach ($indices as $index) {
26
- // Use array_key_exists() for arrays, isset() otherwise
27
- if (\is_array($array)) {
28
- if (\array_key_exists($index, $array)) {
29
- $array = $array[$index];
30
- continue;
31
- }
32
- } elseif ($array instanceof \ArrayAccess) {
33
- if (isset($array[$index])) {
34
- $array = $array[$index];
35
- continue;
36
- }
37
- }
38
-
39
- throw new OutOfBoundsException(sprintf('The index "%s" does not exist.', $index));
40
- }
41
-
42
- return $array;
43
- }
44
-
45
- private function __construct()
46
- {
47
- }
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Data/Util/RingBuffer.php DELETED
@@ -1,87 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Data\Util;
13
-
14
- use Symfony\Component\Intl\Exception\OutOfBoundsException;
15
-
16
- /**
17
- * Implements a ring buffer.
18
- *
19
- * A ring buffer is an array-like structure with a fixed size. If the buffer
20
- * is full, the next written element overwrites the first bucket in the buffer,
21
- * then the second and so on.
22
- *
23
- * @author Bernhard Schussek <bschussek@gmail.com>
24
- *
25
- * @internal
26
- */
27
- class RingBuffer implements \ArrayAccess
28
- {
29
- private $values = [];
30
-
31
- private $indices = [];
32
-
33
- private $cursor = 0;
34
-
35
- private $size;
36
-
37
- public function __construct($size)
38
- {
39
- $this->size = $size;
40
- }
41
-
42
- /**
43
- * {@inheritdoc}
44
- */
45
- public function offsetExists($key)
46
- {
47
- return isset($this->indices[$key]);
48
- }
49
-
50
- /**
51
- * {@inheritdoc}
52
- */
53
- public function offsetGet($key)
54
- {
55
- if (!isset($this->indices[$key])) {
56
- throw new OutOfBoundsException(sprintf('The index "%s" does not exist.', $key));
57
- }
58
-
59
- return $this->values[$this->indices[$key]];
60
- }
61
-
62
- /**
63
- * {@inheritdoc}
64
- */
65
- public function offsetSet($key, $value)
66
- {
67
- if (false !== ($keyToRemove = array_search($this->cursor, $this->indices))) {
68
- unset($this->indices[$keyToRemove]);
69
- }
70
-
71
- $this->values[$this->cursor] = $value;
72
- $this->indices[$key] = $this->cursor;
73
-
74
- $this->cursor = ($this->cursor + 1) % $this->size;
75
- }
76
-
77
- /**
78
- * {@inheritdoc}
79
- */
80
- public function offsetUnset($key)
81
- {
82
- if (isset($this->indices[$key])) {
83
- $this->values[$this->indices[$key]] = null;
84
- unset($this->indices[$key]);
85
- }
86
- }
87
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/AmPmTransformer.php DELETED
@@ -1,48 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for AM/PM markers format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class AmPmTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- return $dateTime->format('A');
29
- }
30
-
31
- /**
32
- * {@inheritdoc}
33
- */
34
- public function getReverseMatchingRegExp($length)
35
- {
36
- return 'AM|PM';
37
- }
38
-
39
- /**
40
- * {@inheritdoc}
41
- */
42
- public function extractDateOptions($matched, $length)
43
- {
44
- return [
45
- 'marker' => $matched,
46
- ];
47
- }
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/DayOfWeekTransformer.php DELETED
@@ -1,65 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for day of week format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class DayOfWeekTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- $dayOfWeek = $dateTime->format('l');
29
- switch ($length) {
30
- case 4:
31
- return $dayOfWeek;
32
- case 5:
33
- return $dayOfWeek[0];
34
- case 6:
35
- return substr($dayOfWeek, 0, 2);
36
- default:
37
- return substr($dayOfWeek, 0, 3);
38
- }
39
- }
40
-
41
- /**
42
- * {@inheritdoc}
43
- */
44
- public function getReverseMatchingRegExp($length)
45
- {
46
- switch ($length) {
47
- case 4:
48
- return 'Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday';
49
- case 5:
50
- return '[MTWFS]';
51
- case 6:
52
- return 'Mo|Tu|We|Th|Fr|Sa|Su';
53
- default:
54
- return 'Mon|Tue|Wed|Thu|Fri|Sat|Sun';
55
- }
56
- }
57
-
58
- /**
59
- * {@inheritdoc}
60
- */
61
- public function extractDateOptions($matched, $length)
62
- {
63
- return [];
64
- }
65
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/DayOfYearTransformer.php DELETED
@@ -1,48 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for day of year format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class DayOfYearTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- $dayOfYear = (int) $dateTime->format('z') + 1;
29
-
30
- return $this->padLeft($dayOfYear, $length);
31
- }
32
-
33
- /**
34
- * {@inheritdoc}
35
- */
36
- public function getReverseMatchingRegExp($length)
37
- {
38
- return '\d{'.$length.'}';
39
- }
40
-
41
- /**
42
- * {@inheritdoc}
43
- */
44
- public function extractDateOptions($matched, $length)
45
- {
46
- return [];
47
- }
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/DayTransformer.php DELETED
@@ -1,48 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for day format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class DayTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- return $this->padLeft($dateTime->format('j'), $length);
29
- }
30
-
31
- /**
32
- * {@inheritdoc}
33
- */
34
- public function getReverseMatchingRegExp($length)
35
- {
36
- return 1 === $length ? '\d{1,2}' : '\d{1,'.$length.'}';
37
- }
38
-
39
- /**
40
- * {@inheritdoc}
41
- */
42
- public function extractDateOptions($matched, $length)
43
- {
44
- return [
45
- 'day' => (int) $matched,
46
- ];
47
- }
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/FullTransformer.php DELETED
@@ -1,351 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- use Symfony\Component\Intl\Exception\NotImplementedException;
15
- use Symfony\Component\Intl\Globals\IntlGlobals;
16
-
17
- /**
18
- * Parser and formatter for date formats.
19
- *
20
- * @author Igor Wiedler <igor@wiedler.ch>
21
- *
22
- * @internal
23
- */
24
- class FullTransformer
25
- {
26
- private $quoteMatch = "'(?:[^']+|'')*'";
27
- private $implementedChars = 'MLydQqhDEaHkKmsz';
28
- private $notImplementedChars = 'GYuwWFgecSAZvVW';
29
- private $regExp;
30
-
31
- /**
32
- * @var Transformer[]
33
- */
34
- private $transformers;
35
-
36
- private $pattern;
37
- private $timezone;
38
-
39
- /**
40
- * @param string $pattern The pattern to be used to format and/or parse values
41
- * @param string $timezone The timezone to perform the date/time calculations
42
- */
43
- public function __construct($pattern, $timezone)
44
- {
45
- $this->pattern = $pattern;
46
- $this->timezone = $timezone;
47
-
48
- $implementedCharsMatch = $this->buildCharsMatch($this->implementedChars);
49
- $notImplementedCharsMatch = $this->buildCharsMatch($this->notImplementedChars);
50
- $this->regExp = "/($this->quoteMatch|$implementedCharsMatch|$notImplementedCharsMatch)/";
51
-
52
- $this->transformers = [
53
- 'M' => new MonthTransformer(),
54
- 'L' => new MonthTransformer(),
55
- 'y' => new YearTransformer(),
56
- 'd' => new DayTransformer(),
57
- 'q' => new QuarterTransformer(),
58
- 'Q' => new QuarterTransformer(),
59
- 'h' => new Hour1201Transformer(),
60
- 'D' => new DayOfYearTransformer(),
61
- 'E' => new DayOfWeekTransformer(),
62
- 'a' => new AmPmTransformer(),
63
- 'H' => new Hour2400Transformer(),
64
- 'K' => new Hour1200Transformer(),
65
- 'k' => new Hour2401Transformer(),
66
- 'm' => new MinuteTransformer(),
67
- 's' => new SecondTransformer(),
68
- 'z' => new TimezoneTransformer(),
69
- ];
70
- }
71
-
72
- /**
73
- * Return the array of Transformer objects.
74
- *
75
- * @return Transformer[] Associative array of Transformer objects (format char => Transformer)
76
- */
77
- public function getTransformers()
78
- {
79
- return $this->transformers;
80
- }
81
-
82
- /**
83
- * Format a DateTime using ICU dateformat pattern.
84
- *
85
- * @param \DateTime $dateTime A DateTime object to be used to generate the formatted value
86
- *
87
- * @return string The formatted value
88
- */
89
- public function format(\DateTime $dateTime)
90
- {
91
- $formatted = preg_replace_callback($this->regExp, function ($matches) use ($dateTime) {
92
- return $this->formatReplace($matches[0], $dateTime);
93
- }, $this->pattern);
94
-
95
- return $formatted;
96
- }
97
-
98
- /**
99
- * Return the formatted ICU value for the matched date characters.
100
- *
101
- * @param string $dateChars The date characters to be replaced with a formatted ICU value
102
- * @param \DateTime $dateTime A DateTime object to be used to generate the formatted value
103
- *
104
- * @return string|null The formatted value
105
- *
106
- * @throws NotImplementedException When it encounters a not implemented date character
107
- */
108
- public function formatReplace($dateChars, $dateTime)
109
- {
110
- $length = \strlen($dateChars);
111
-
112
- if ($this->isQuoteMatch($dateChars)) {
113
- return $this->replaceQuoteMatch($dateChars);
114
- }
115
-
116
- if (isset($this->transformers[$dateChars[0]])) {
117
- $transformer = $this->transformers[$dateChars[0]];
118
-
119
- return $transformer->format($dateTime, $length);
120
- }
121
-
122
- // handle unimplemented characters
123
- if (false !== strpos($this->notImplementedChars, $dateChars[0])) {
124
- throw new NotImplementedException(sprintf('Unimplemented date character "%s" in format "%s".', $dateChars[0], $this->pattern));
125
- }
126
-
127
- return null;
128
- }
129
-
130
- /**
131
- * Parse a pattern based string to a timestamp value.
132
- *
133
- * @param \DateTime $dateTime A configured DateTime object to use to perform the date calculation
134
- * @param string $value String to convert to a time value
135
- *
136
- * @return int|false The corresponding Unix timestamp
137
- *
138
- * @throws \InvalidArgumentException When the value can not be matched with pattern
139
- */
140
- public function parse(\DateTime $dateTime, $value)
141
- {
142
- $reverseMatchingRegExp = $this->getReverseMatchingRegExp($this->pattern);
143
- $reverseMatchingRegExp = '/^'.$reverseMatchingRegExp.'$/';
144
-
145
- $options = [];
146
-
147
- if (preg_match($reverseMatchingRegExp, $value, $matches)) {
148
- $matches = $this->normalizeArray($matches);
149
-
150
- foreach ($this->transformers as $char => $transformer) {
151
- if (isset($matches[$char])) {
152
- $length = \strlen($matches[$char]['pattern']);
153
- $options = array_merge($options, $transformer->extractDateOptions($matches[$char]['value'], $length));
154
- }
155
- }
156
-
157
- // reset error code and message
158
- IntlGlobals::setError(IntlGlobals::U_ZERO_ERROR);
159
-
160
- return $this->calculateUnixTimestamp($dateTime, $options);
161
- }
162
-
163
- // behave like the intl extension
164
- IntlGlobals::setError(IntlGlobals::U_PARSE_ERROR, 'Date parsing failed');
165
-
166
- return false;
167
- }
168
-
169
- /**
170
- * Retrieve a regular expression to match with a formatted value.
171
- *
172
- * @param string $pattern The pattern to create the reverse matching regular expression
173
- *
174
- * @return string The reverse matching regular expression with named captures being formed by the
175
- * transformer index in the $transformer array
176
- */
177
- public function getReverseMatchingRegExp($pattern)
178
- {
179
- $escapedPattern = preg_quote($pattern, '/');
180
-
181
- // ICU 4.8 recognizes slash ("/") in a value to be parsed as a dash ("-") and vice-versa
182
- // when parsing a date/time value
183
- $escapedPattern = preg_replace('/\\\[\-|\/]/', '[\/\-]', $escapedPattern);
184
-
185
- $reverseMatchingRegExp = preg_replace_callback($this->regExp, function ($matches) {
186
- $length = \strlen($matches[0]);
187
- $transformerIndex = $matches[0][0];
188
-
189
- $dateChars = $matches[0];
190
- if ($this->isQuoteMatch($dateChars)) {
191
- return $this->replaceQuoteMatch($dateChars);
192
- }
193
-
194
- $transformers = $this->getTransformers();
195
- if (isset($transformers[$transformerIndex])) {
196
- $transformer = $transformers[$transformerIndex];
197
- $captureName = str_repeat($transformerIndex, $length);
198
-
199
- return "(?P<$captureName>".$transformer->getReverseMatchingRegExp($length).')';
200
- }
201
-
202
- return null;
203
- }, $escapedPattern);
204
-
205
- return $reverseMatchingRegExp;
206
- }
207
-
208
- /**
209
- * Check if the first char of a string is a single quote.
210
- *
211
- * @param string $quoteMatch The string to check
212
- *
213
- * @return bool true if matches, false otherwise
214
- */
215
- public function isQuoteMatch($quoteMatch)
216
- {
217
- return "'" === $quoteMatch[0];
218
- }
219
-
220
- /**
221
- * Replaces single quotes at the start or end of a string with two single quotes.
222
- *
223
- * @param string $quoteMatch The string to replace the quotes
224
- *
225
- * @return string A string with the single quotes replaced
226
- */
227
- public function replaceQuoteMatch($quoteMatch)
228
- {
229
- if (preg_match("/^'+$/", $quoteMatch)) {
230
- return str_replace("''", "'", $quoteMatch);
231
- }
232
-
233
- return str_replace("''", "'", substr($quoteMatch, 1, -1));
234
- }
235
-
236
- /**
237
- * Builds a chars match regular expression.
238
- *
239
- * @param string $specialChars A string of chars to build the regular expression
240
- *
241
- * @return string The chars match regular expression
242
- */
243
- protected function buildCharsMatch($specialChars)
244
- {
245
- $specialCharsArray = str_split($specialChars);
246
-
247
- $specialCharsMatch = implode('|', array_map(function ($char) {
248
- return $char.'+';
249
- }, $specialCharsArray));
250
-
251
- return $specialCharsMatch;
252
- }
253
-
254
- /**
255
- * Normalize a preg_replace match array, removing the numeric keys and returning an associative array
256
- * with the value and pattern values for the matched Transformer.
257
- *
258
- * @return array
259
- */
260
- protected function normalizeArray(array $data)
261
- {
262
- $ret = [];
263
-
264
- foreach ($data as $key => $value) {
265
- if (!\is_string($key)) {
266
- continue;
267
- }
268
-
269
- $ret[$key[0]] = [
270
- 'value' => $value,
271
- 'pattern' => $key,
272
- ];
273
- }
274
-
275
- return $ret;
276
- }
277
-
278
- /**
279
- * Calculates the Unix timestamp based on the matched values by the reverse matching regular
280
- * expression of parse().
281
- *
282
- * @param \DateTime $dateTime The DateTime object to be used to calculate the timestamp
283
- * @param array $options An array with the matched values to be used to calculate the timestamp
284
- *
285
- * @return bool|int The calculated timestamp or false if matched date is invalid
286
- */
287
- protected function calculateUnixTimestamp(\DateTime $dateTime, array $options)
288
- {
289
- $options = $this->getDefaultValueForOptions($options);
290
-
291
- $year = $options['year'];
292
- $month = $options['month'];
293
- $day = $options['day'];
294
- $hour = $options['hour'];
295
- $hourInstance = $options['hourInstance'];
296
- $minute = $options['minute'];
297
- $second = $options['second'];
298
- $marker = $options['marker'];
299
- $timezone = $options['timezone'];
300
-
301
- // If month is false, return immediately (intl behavior)
302
- if (false === $month) {
303
- IntlGlobals::setError(IntlGlobals::U_PARSE_ERROR, 'Date parsing failed');
304
-
305
- return false;
306
- }
307
-
308
- // Normalize hour
309
- if ($hourInstance instanceof HourTransformer) {
310
- $hour = $hourInstance->normalizeHour($hour, $marker);
311
- }
312
-
313
- // Set the timezone if different from the default one
314
- if (null !== $timezone && $timezone !== $this->timezone) {
315
- $dateTime->setTimezone(new \DateTimeZone($timezone));
316
- }
317
-
318
- // Normalize yy year
319
- preg_match_all($this->regExp, $this->pattern, $matches);
320
- if (\in_array('yy', $matches[0])) {
321
- $dateTime->setTimestamp(time());
322
- $year = $year > (int) $dateTime->format('y') + 20 ? 1900 + $year : 2000 + $year;
323
- }
324
-
325
- $dateTime->setDate($year, $month, $day);
326
- $dateTime->setTime($hour, $minute, $second);
327
-
328
- return $dateTime->getTimestamp();
329
- }
330
-
331
- /**
332
- * Add sensible default values for missing items in the extracted date/time options array. The values
333
- * are base in the beginning of the Unix era.
334
- *
335
- * @return array
336
- */
337
- private function getDefaultValueForOptions(array $options)
338
- {
339
- return [
340
- 'year' => isset($options['year']) ? $options['year'] : 1970,
341
- 'month' => isset($options['month']) ? $options['month'] : 1,
342
- 'day' => isset($options['day']) ? $options['day'] : 1,
343
- 'hour' => isset($options['hour']) ? $options['hour'] : 0,
344
- 'hourInstance' => isset($options['hourInstance']) ? $options['hourInstance'] : null,
345
- 'minute' => isset($options['minute']) ? $options['minute'] : 0,
346
- 'second' => isset($options['second']) ? $options['second'] : 0,
347
- 'marker' => isset($options['marker']) ? $options['marker'] : null,
348
- 'timezone' => isset($options['timezone']) ? $options['timezone'] : null,
349
- ];
350
- }
351
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/Hour1200Transformer.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for 12 hour format (0-11).
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class Hour1200Transformer extends HourTransformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- $hourOfDay = $dateTime->format('g');
29
- $hourOfDay = '12' === $hourOfDay ? '0' : $hourOfDay;
30
-
31
- return $this->padLeft($hourOfDay, $length);
32
- }
33
-
34
- /**
35
- * {@inheritdoc}
36
- */
37
- public function normalizeHour($hour, $marker = null)
38
- {
39
- if ('PM' === $marker) {
40
- $hour += 12;
41
- }
42
-
43
- return $hour;
44
- }
45
-
46
- /**
47
- * {@inheritdoc}
48
- */
49
- public function getReverseMatchingRegExp($length)
50
- {
51
- return '\d{1,2}';
52
- }
53
-
54
- /**
55
- * {@inheritdoc}
56
- */
57
- public function extractDateOptions($matched, $length)
58
- {
59
- return [
60
- 'hour' => (int) $matched,
61
- 'hourInstance' => $this,
62
- ];
63
- }
64
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/Hour1201Transformer.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for 12 hour format (1-12).
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class Hour1201Transformer extends HourTransformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- return $this->padLeft($dateTime->format('g'), $length);
29
- }
30
-
31
- /**
32
- * {@inheritdoc}
33
- */
34
- public function normalizeHour($hour, $marker = null)
35
- {
36
- if ('PM' !== $marker && 12 === $hour) {
37
- $hour = 0;
38
- } elseif ('PM' === $marker && 12 !== $hour) {
39
- // If PM and hour is not 12 (1-12), sum 12 hour
40
- $hour += 12;
41
- }
42
-
43
- return $hour;
44
- }
45
-
46
- /**
47
- * {@inheritdoc}
48
- */
49
- public function getReverseMatchingRegExp($length)
50
- {
51
- return '\d{1,2}';
52
- }
53
-
54
- /**
55
- * {@inheritdoc}
56
- */
57
- public function extractDateOptions($matched, $length)
58
- {
59
- return [
60
- 'hour' => (int) $matched,
61
- 'hourInstance' => $this,
62
- ];
63
- }
64
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/Hour2400Transformer.php DELETED
@@ -1,65 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for 24 hour format (0-23).
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class Hour2400Transformer extends HourTransformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- return $this->padLeft($dateTime->format('G'), $length);
29
- }
30
-
31
- /**
32
- * {@inheritdoc}
33
- */
34
- public function normalizeHour($hour, $marker = null)
35
- {
36
- $marker = (string) $marker;
37
-
38
- if ('AM' === $marker) {
39
- $hour = 0;
40
- } elseif ('PM' === $marker) {
41
- $hour = 12;
42
- }
43
-
44
- return $hour;
45
- }
46
-
47
- /**
48
- * {@inheritdoc}
49
- */
50
- public function getReverseMatchingRegExp($length)
51
- {
52
- return '\d{1,2}';
53
- }
54
-
55
- /**
56
- * {@inheritdoc}
57
- */
58
- public function extractDateOptions($matched, $length)
59
- {
60
- return [
61
- 'hour' => (int) $matched,
62
- 'hourInstance' => $this,
63
- ];
64
- }
65
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/Hour2401Transformer.php DELETED
@@ -1,66 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for 24 hour format (1-24).
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class Hour2401Transformer extends HourTransformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- $hourOfDay = $dateTime->format('G');
29
- $hourOfDay = '0' === $hourOfDay ? '24' : $hourOfDay;
30
-
31
- return $this->padLeft($hourOfDay, $length);
32
- }
33
-
34
- /**
35
- * {@inheritdoc}
36
- */
37
- public function normalizeHour($hour, $marker = null)
38
- {
39
- if ((null === $marker && 24 == $hour) || 'AM' == $marker) {
40
- $hour = 0;
41
- } elseif ('PM' == $marker) {
42
- $hour = 12;
43
- }
44
-
45
- return $hour;
46
- }
47
-
48
- /**
49
- * {@inheritdoc}
50
- */
51
- public function getReverseMatchingRegExp($length)
52
- {
53
- return '\d{1,2}';
54
- }
55
-
56
- /**
57
- * {@inheritdoc}
58
- */
59
- public function extractDateOptions($matched, $length)
60
- {
61
- return [
62
- 'hour' => (int) $matched,
63
- 'hourInstance' => $this,
64
- ];
65
- }
66
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/HourTransformer.php DELETED
@@ -1,32 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Base class for hour transformers.
16
- *
17
- * @author Eriksen Costa <eriksen.costa@infranology.com.br>
18
- *
19
- * @internal
20
- */
21
- abstract class HourTransformer extends Transformer
22
- {
23
- /**
24
- * Returns a normalized hour value suitable for the hour transformer type.
25
- *
26
- * @param int $hour The hour value
27
- * @param string $marker An optional AM/PM marker
28
- *
29
- * @return int The normalized hour value
30
- */
31
- abstract public function normalizeHour($hour, $marker = null);
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/MinuteTransformer.php DELETED
@@ -1,50 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for minute format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class MinuteTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- $minuteOfHour = (int) $dateTime->format('i');
29
-
30
- return $this->padLeft($minuteOfHour, $length);
31
- }
32
-
33
- /**
34
- * {@inheritdoc}
35
- */
36
- public function getReverseMatchingRegExp($length)
37
- {
38
- return 1 === $length ? '\d{1,2}' : '\d{'.$length.'}';
39
- }
40
-
41
- /**
42
- * {@inheritdoc}
43
- */
44
- public function extractDateOptions($matched, $length)
45
- {
46
- return [
47
- 'minute' => (int) $matched,
48
- ];
49
- }
50
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/MonthTransformer.php DELETED
@@ -1,136 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for month format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class MonthTransformer extends Transformer
22
- {
23
- protected static $months = [
24
- 'January',
25
- 'February',
26
- 'March',
27
- 'April',
28
- 'May',
29
- 'June',
30
- 'July',
31
- 'August',
32
- 'September',
33
- 'October',
34
- 'November',
35
- 'December',
36
- ];
37
-
38
- /**
39
- * Short months names (first 3 letters).
40
- */
41
- protected static $shortMonths = [];
42
-
43
- /**
44
- * Flipped $months array, $name => $index.
45
- */
46
- protected static $flippedMonths = [];
47
-
48
- /**
49
- * Flipped $shortMonths array, $name => $index.
50
- */
51
- protected static $flippedShortMonths = [];
52
-
53
- public function __construct()
54
- {
55
- if (0 === \count(self::$shortMonths)) {
56
- self::$shortMonths = array_map(function ($month) {
57
- return substr($month, 0, 3);
58
- }, self::$months);
59
-
60
- self::$flippedMonths = array_flip(self::$months);
61
- self::$flippedShortMonths = array_flip(self::$shortMonths);
62
- }
63
- }
64
-
65
- /**
66
- * {@inheritdoc}
67
- */
68
- public function format(\DateTime $dateTime, $length)
69
- {
70
- $matchLengthMap = [
71
- 1 => 'n',
72
- 2 => 'm',
73
- 3 => 'M',
74
- 4 => 'F',
75
- ];
76
-
77
- if (isset($matchLengthMap[$length])) {
78
- return $dateTime->format($matchLengthMap[$length]);
79
- }
80
-
81
- if (5 === $length) {
82
- return substr($dateTime->format('M'), 0, 1);
83
- }
84
-
85
- return $this->padLeft($dateTime->format('m'), $length);
86
- }
87
-
88
- /**
89
- * {@inheritdoc}
90
- */
91
- public function getReverseMatchingRegExp($length)
92
- {
93
- switch ($length) {
94
- case 1:
95
- $regExp = '\d{1,2}';
96
- break;
97
- case 3:
98
- $regExp = implode('|', self::$shortMonths);
99
- break;
100
- case 4:
101
- $regExp = implode('|', self::$months);
102
- break;
103
- case 5:
104
- $regExp = '[JFMASOND]';
105
- break;
106
- default:
107
- $regExp = '\d{1,'.$length.'}';
108
- break;
109
- }
110
-
111
- return $regExp;
112
- }
113
-
114
- /**
115
- * {@inheritdoc}
116
- */
117
- public function extractDateOptions($matched, $length)
118
- {
119
- if (!is_numeric($matched)) {
120
- if (3 === $length) {
121
- $matched = self::$flippedShortMonths[$matched] + 1;
122
- } elseif (4 === $length) {
123
- $matched = self::$flippedMonths[$matched] + 1;
124
- } elseif (5 === $length) {
125
- // IntlDateFormatter::parse() always returns false for MMMMM or LLLLL
126
- $matched = false;
127
- }
128
- } else {
129
- $matched = (int) $matched;
130
- }
131
-
132
- return [
133
- 'month' => $matched,
134
- ];
135
- }
136
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/QuarterTransformer.php DELETED
@@ -1,66 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for quarter format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class QuarterTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- $month = (int) $dateTime->format('n');
29
- $quarter = (int) floor(($month - 1) / 3) + 1;
30
- switch ($length) {
31
- case 1:
32
- case 2:
33
- return $this->padLeft($quarter, $length);
34
- case 3:
35
- return 'Q'.$quarter;
36
- default:
37
- $map = [1 => '1st quarter', 2 => '2nd quarter', 3 => '3rd quarter', 4 => '4th quarter'];
38
-
39
- return $map[$quarter];
40
- }
41
- }
42
-
43
- /**
44
- * {@inheritdoc}
45
- */
46
- public function getReverseMatchingRegExp($length)
47
- {
48
- switch ($length) {
49
- case 1:
50
- case 2:
51
- return '\d{'.$length.'}';
52
- case 3:
53
- return 'Q\d';
54
- default:
55
- return '(?:1st|2nd|3rd|4th) quarter';
56
- }
57
- }
58
-
59
- /**
60
- * {@inheritdoc}
61
- */
62
- public function extractDateOptions($matched, $length)
63
- {
64
- return [];
65
- }
66
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/SecondTransformer.php DELETED
@@ -1,50 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for the second format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class SecondTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- $secondOfMinute = (int) $dateTime->format('s');
29
-
30
- return $this->padLeft($secondOfMinute, $length);
31
- }
32
-
33
- /**
34
- * {@inheritdoc}
35
- */
36
- public function getReverseMatchingRegExp($length)
37
- {
38
- return 1 === $length ? '\d{1,2}' : '\d{'.$length.'}';
39
- }
40
-
41
- /**
42
- * {@inheritdoc}
43
- */
44
- public function extractDateOptions($matched, $length)
45
- {
46
- return [
47
- 'second' => (int) $matched,
48
- ];
49
- }
50
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/TimezoneTransformer.php DELETED
@@ -1,116 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- use Symfony\Component\Intl\Exception\NotImplementedException;
15
-
16
- /**
17
- * Parser and formatter for time zone format.
18
- *
19
- * @author Igor Wiedler <igor@wiedler.ch>
20
- *
21
- * @internal
22
- */
23
- class TimezoneTransformer extends Transformer
24
- {
25
- /**
26
- * {@inheritdoc}
27
- *
28
- * @throws NotImplementedException When time zone is different than UTC or GMT (Etc/GMT)
29
- */
30
- public function format(\DateTime $dateTime, $length)
31
- {
32
- $timeZone = substr($dateTime->getTimezone()->getName(), 0, 3);
33
-
34
- if (!\in_array($timeZone, ['Etc', 'UTC', 'GMT'])) {
35
- throw new NotImplementedException('Time zone different than GMT or UTC is not supported as a formatting output.');
36
- }
37
-
38
- if ('Etc' === $timeZone) {
39
- // i.e. Etc/GMT+1, Etc/UTC, Etc/Zulu
40
- $timeZone = substr($dateTime->getTimezone()->getName(), 4);
41
- }
42
-
43
- // From ICU >= 59.1 GMT and UTC are no longer unified
44
- if (\in_array($timeZone, ['UTC', 'UCT', 'Universal', 'Zulu'])) {
45
- // offset is not supported with UTC
46
- return $length > 3 ? 'Coordinated Universal Time' : 'UTC';
47
- }
48
-
49
- $offset = (int) $dateTime->format('O');
50
-
51
- // From ICU >= 4.8, the zero offset is no more used, example: GMT instead of GMT+00:00
52
- if (0 === $offset) {
53
- return $length > 3 ? 'Greenwich Mean Time' : 'GMT';
54
- }
55
-
56
- if ($length > 3) {
57
- return $dateTime->format('\G\M\TP');
58
- }
59
-
60
- return sprintf('GMT%s%d', ($offset >= 0 ? '+' : ''), $offset / 100);
61
- }
62
-
63
- /**
64
- * {@inheritdoc}
65
- */
66
- public function getReverseMatchingRegExp($length)
67
- {
68
- return 'GMT[+-]\d{2}:?\d{2}';
69
- }
70
-
71
- /**
72
- * {@inheritdoc}
73
- */
74
- public function extractDateOptions($matched, $length)
75
- {
76
- return [
77
- 'timezone' => self::getEtcTimeZoneId($matched),
78
- ];
79
- }
80
-
81
- /**
82
- * Get an Etc/GMT timezone identifier for the specified timezone.
83
- *
84
- * The PHP documentation for timezones states to not use the 'Other' time zones because them exists
85
- * "for backwards compatibility". However all Etc/GMT time zones are in the tz database 'etcetera' file,
86
- * which indicates they are not deprecated (neither are old names).
87
- *
88
- * Only GMT, Etc/Universal, Etc/Zulu, Etc/Greenwich, Etc/GMT-0, Etc/GMT+0 and Etc/GMT0 are old names and
89
- * are linked to Etc/GMT or Etc/UTC.
90
- *
91
- * @param string $formattedTimeZone A GMT timezone string (GMT-03:00, e.g.)
92
- *
93
- * @return string A timezone identifier
94
- *
95
- * @see https://php.net/timezones.others
96
- *
97
- * @throws NotImplementedException When the GMT time zone have minutes offset different than zero
98
- * @throws \InvalidArgumentException When the value can not be matched with pattern
99
- */
100
- public static function getEtcTimeZoneId($formattedTimeZone)
101
- {
102
- if (preg_match('/GMT(?P<signal>[+-])(?P<hours>\d{2}):?(?P<minutes>\d{2})/', $formattedTimeZone, $matches)) {
103
- $hours = (int) $matches['hours'];
104
- $minutes = (int) $matches['minutes'];
105
- $signal = '-' === $matches['signal'] ? '+' : '-';
106
-
107
- if (0 < $minutes) {
108
- throw new NotImplementedException(sprintf('It is not possible to use a GMT time zone with minutes offset different than zero (0). GMT time zone tried: "%s".', $formattedTimeZone));
109
- }
110
-
111
- return 'Etc/GMT'.(0 !== $hours ? $signal.$hours : '');
112
- }
113
-
114
- throw new \InvalidArgumentException(sprintf('The GMT time zone "%s" does not match with the supported formats GMT[+-]HH:MM or GMT[+-]HHMM.', $formattedTimeZone));
115
- }
116
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/Transformer.php DELETED
@@ -1,65 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for date formats.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- abstract class Transformer
22
- {
23
- /**
24
- * Format a value using a configured DateTime as date/time source.
25
- *
26
- * @param \DateTime $dateTime A DateTime object to be used to generate the formatted value
27
- * @param int $length The formatted value string length
28
- *
29
- * @return string The formatted value
30
- */
31
- abstract public function format(\DateTime $dateTime, $length);
32
-
33
- /**
34
- * Returns a reverse matching regular expression of a string generated by format().
35
- *
36
- * @param int $length The length of the value to be reverse matched
37
- *
38
- * @return string The reverse matching regular expression
39
- */
40
- abstract public function getReverseMatchingRegExp($length);
41
-
42
- /**
43
- * Extract date options from a matched value returned by the processing of the reverse matching
44
- * regular expression.
45
- *
46
- * @param string $matched The matched value
47
- * @param int $length The length of the Transformer pattern string
48
- *
49
- * @return array An associative array
50
- */
51
- abstract public function extractDateOptions($matched, $length);
52
-
53
- /**
54
- * Pad a string with zeros to the left.
55
- *
56
- * @param string $value The string to be padded
57
- * @param int $length The length to pad
58
- *
59
- * @return string The padded string
60
- */
61
- protected function padLeft($value, $length)
62
- {
63
- return str_pad($value, $length, '0', \STR_PAD_LEFT);
64
- }
65
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/DateFormat/YearTransformer.php DELETED
@@ -1,52 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter\DateFormat;
13
-
14
- /**
15
- * Parser and formatter for year format.
16
- *
17
- * @author Igor Wiedler <igor@wiedler.ch>
18
- *
19
- * @internal
20
- */
21
- class YearTransformer extends Transformer
22
- {
23
- /**
24
- * {@inheritdoc}
25
- */
26
- public function format(\DateTime $dateTime, $length)
27
- {
28
- if (2 === $length) {
29
- return $dateTime->format('y');
30
- }
31
-
32
- return $this->padLeft($dateTime->format('Y'), $length);
33
- }
34
-
35
- /**
36
- * {@inheritdoc}
37
- */
38
- public function getReverseMatchingRegExp($length)
39
- {
40
- return 2 === $length ? '\d{2}' : '\d{1,4}';
41
- }
42
-
43
- /**
44
- * {@inheritdoc}
45
- */
46
- public function extractDateOptions($matched, $length)
47
- {
48
- return [
49
- 'year' => (int) $matched,
50
- ];
51
- }
52
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/DateFormatter/IntlDateFormatter.php DELETED
@@ -1,613 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\DateFormatter;
13
-
14
- use Symfony\Component\Intl\DateFormatter\DateFormat\FullTransformer;
15
- use Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException;
16
- use Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException;
17
- use Symfony\Component\Intl\Exception\MethodNotImplementedException;
18
- use Symfony\Component\Intl\Globals\IntlGlobals;
19
- use Symfony\Component\Intl\Locale\Locale;
20
-
21
- /**
22
- * Replacement for PHP's native {@link \IntlDateFormatter} class.
23
- *
24
- * The only methods currently supported in this class are:
25
- *
26
- * - {@link __construct}
27
- * - {@link create}
28
- * - {@link format}
29
- * - {@link getCalendar}
30
- * - {@link getDateType}
31
- * - {@link getErrorCode}
32
- * - {@link getErrorMessage}
33
- * - {@link getLocale}
34
- * - {@link getPattern}
35
- * - {@link getTimeType}
36
- * - {@link getTimeZoneId}
37
- * - {@link isLenient}
38
- * - {@link parse}
39
- * - {@link setLenient}
40
- * - {@link setPattern}
41
- * - {@link setTimeZoneId}
42
- * - {@link setTimeZone}
43
- *
44
- * @author Igor Wiedler <igor@wiedler.ch>
45
- * @author Bernhard Schussek <bschussek@gmail.com>
46
- *
47
- * @internal
48
- */
49
- class IntlDateFormatter
50
- {
51
- /**
52
- * The error code from the last operation.
53
- *
54
- * @var int
55
- */
56
- protected $errorCode = IntlGlobals::U_ZERO_ERROR;
57
-
58
- /**
59
- * The error message from the last operation.
60
- *
61
- * @var string
62
- */
63
- protected $errorMessage = 'U_ZERO_ERROR';
64
-
65
- /* date/time format types */
66
- const NONE = -1;
67
- const FULL = 0;
68
- const LONG = 1;
69
- const MEDIUM = 2;
70
- const SHORT = 3;
71
-
72
- /* calendar formats */
73
- const TRADITIONAL = 0;
74
- const GREGORIAN = 1;
75
-
76
- /**
77
- * Patterns used to format the date when no pattern is provided.
78
- */
79
- private $defaultDateFormats = [
80
- self::NONE => '',
81
- self::FULL => 'EEEE, LLLL d, y',
82
- self::LONG => 'LLLL d, y',
83
- self::MEDIUM => 'LLL d, y',
84
- self::SHORT => 'M/d/yy',
85
- ];
86
-
87
- /**
88
- * Patterns used to format the time when no pattern is provided.
89
- */
90
- private $defaultTimeFormats = [
91
- self::FULL => 'h:mm:ss a zzzz',
92
- self::LONG => 'h:mm:ss a z',
93
- self::MEDIUM => 'h:mm:ss a',
94
- self::SHORT => 'h:mm a',
95
- ];
96
-
97
- private $datetype;
98
- private $timetype;
99
-
100
- /**
101
- * @var string
102
- */
103
- private $pattern;
104
-
105
- /**
106
- * @var \DateTimeZone
107
- */
108
- private $dateTimeZone;
109
-
110
- /**
111
- * @var bool
112
- */
113
- private $uninitializedTimeZoneId = false;
114
-
115
- /**
116
- * @var string
117
- */
118
- private $timeZoneId;
119
-
120
- /**
121
- * @param string|null $locale The locale code. The only currently supported locale is "en" (or null using the default locale, i.e. "en")
122
- * @param int|null $datetype Type of date formatting, one of the format type constants
123
- * @param int|null $timetype Type of time formatting, one of the format type constants
124
- * @param \IntlTimeZone|\DateTimeZone|string|null $timezone Timezone identifier
125
- * @param int $calendar Calendar to use for formatting or parsing. The only currently
126
- * supported value is IntlDateFormatter::GREGORIAN (or null using the default calendar, i.e. "GREGORIAN")
127
- * @param string|null $pattern Optional pattern to use when formatting
128
- *
129
- * @see https://php.net/intldateformatter.create
130
- * @see http://userguide.icu-project.org/formatparse/datetime
131
- *
132
- * @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
133
- * @throws MethodArgumentValueNotImplementedException When $calendar different than GREGORIAN is passed
134
- */
135
- public function __construct($locale, $datetype, $timetype, $timezone = null, $calendar = self::GREGORIAN, $pattern = null)
136
- {
137
- if ('en' !== $locale && null !== $locale) {
138
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'locale', $locale, 'Only the locale "en" is supported');
139
- }
140
-
141
- if (self::GREGORIAN !== $calendar && null !== $calendar) {
142
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'calendar', $calendar, 'Only the GREGORIAN calendar is supported');
143
- }
144
-
145
- $this->datetype = null !== $datetype ? $datetype : self::FULL;
146
- $this->timetype = null !== $timetype ? $timetype : self::FULL;
147
-
148
- $this->setPattern($pattern);
149
- $this->setTimeZone($timezone);
150
- }
151
-
152
- /**
153
- * Static constructor.
154
- *
155
- * @param string|null $locale The locale code. The only currently supported locale is "en" (or null using the default locale, i.e. "en")
156
- * @param int|null $datetype Type of date formatting, one of the format type constants
157
- * @param int|null $timetype Type of time formatting, one of the format type constants
158
- * @param \IntlTimeZone|\DateTimeZone|string|null $timezone Timezone identifier
159
- * @param int $calendar Calendar to use for formatting or parsing; default is Gregorian
160
- * One of the calendar constants
161
- * @param string|null $pattern Optional pattern to use when formatting
162
- *
163
- * @return self
164
- *
165
- * @see https://php.net/intldateformatter.create
166
- * @see http://userguide.icu-project.org/formatparse/datetime
167
- *
168
- * @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
169
- * @throws MethodArgumentValueNotImplementedException When $calendar different than GREGORIAN is passed
170
- */
171
- public static function create($locale, $datetype, $timetype, $timezone = null, $calendar = self::GREGORIAN, $pattern = null)
172
- {
173
- return new self($locale, $datetype, $timetype, $timezone, $calendar, $pattern);
174
- }
175
-
176
- /**
177
- * Format the date/time value (timestamp) as a string.
178
- *
179
- * @param int|\DateTimeInterface $timestamp The timestamp to format
180
- *
181
- * @return string|bool The formatted value or false if formatting failed
182
- *
183
- * @see https://php.net/intldateformatter.format
184
- *
185
- * @throws MethodArgumentValueNotImplementedException If one of the formatting characters is not implemented
186
- */
187
- public function format($timestamp)
188
- {
189
- // intl allows timestamps to be passed as arrays - we don't
190
- if (\is_array($timestamp)) {
191
- $message = 'Only integer Unix timestamps and DateTime objects are supported';
192
-
193
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'timestamp', $timestamp, $message);
194
- }
195
-
196
- // behave like the intl extension
197
- $argumentError = null;
198
- if (!\is_int($timestamp) && !$timestamp instanceof \DateTimeInterface) {
199
- $argumentError = sprintf('datefmt_format: string \'%s\' is not numeric, which would be required for it to be a valid date', $timestamp);
200
- }
201
-
202
- if (null !== $argumentError) {
203
- IntlGlobals::setError(IntlGlobals::U_ILLEGAL_ARGUMENT_ERROR, $argumentError);
204
- $this->errorCode = IntlGlobals::getErrorCode();
205
- $this->errorMessage = IntlGlobals::getErrorMessage();
206
-
207
- return false;
208
- }
209
-
210
- if ($timestamp instanceof \DateTimeInterface) {
211
- $timestamp = $timestamp->getTimestamp();
212
- }
213
-
214
- $transformer = new FullTransformer($this->getPattern(), $this->getTimeZoneId());
215
- $formatted = $transformer->format($this->createDateTime($timestamp));
216
-
217
- // behave like the intl extension
218
- IntlGlobals::setError(IntlGlobals::U_ZERO_ERROR);
219
- $this->errorCode = IntlGlobals::getErrorCode();
220
- $this->errorMessage = IntlGlobals::getErrorMessage();
221
-
222
- return $formatted;
223
- }
224
-
225
- /**
226
- * Not supported. Formats an object.
227
- *
228
- * @param object $object
229
- * @param mixed $format
230
- * @param string $locale
231
- *
232
- * @return string The formatted value
233
- *
234
- * @see https://php.net/intldateformatter.formatobject
235
- *
236
- * @throws MethodNotImplementedException
237
- */
238
- public function formatObject($object, $format = null, $locale = null)
239
- {
240
- throw new MethodNotImplementedException(__METHOD__);
241
- }
242
-
243
- /**
244
- * Returns the formatter's calendar.
245
- *
246
- * @return int The calendar being used by the formatter. Currently always returns
247
- * IntlDateFormatter::GREGORIAN.
248
- *
249
- * @see https://php.net/intldateformatter.getcalendar
250
- */
251
- public function getCalendar()
252
- {
253
- return self::GREGORIAN;
254
- }
255
-
256
- /**
257
- * Not supported. Returns the formatter's calendar object.
258
- *
259
- * @return object The calendar's object being used by the formatter
260
- *
261
- * @see https://php.net/intldateformatter.getcalendarobject
262
- *
263
- * @throws MethodNotImplementedException
264
- */
265
- public function getCalendarObject()
266
- {
267
- throw new MethodNotImplementedException(__METHOD__);
268
- }
269
-
270
- /**
271
- * Returns the formatter's datetype.
272
- *
273
- * @return int The current value of the formatter
274
- *
275
- * @see https://php.net/intldateformatter.getdatetype
276
- */
277
- public function getDateType()
278
- {
279
- return $this->datetype;
280
- }
281
-
282
- /**
283
- * Returns formatter's last error code. Always returns the U_ZERO_ERROR class constant value.
284
- *
285
- * @return int The error code from last formatter call
286
- *
287
- * @see https://php.net/intldateformatter.geterrorcode
288
- */
289
- public function getErrorCode()
290
- {
291
- return $this->errorCode;
292
- }
293
-
294
- /**
295
- * Returns formatter's last error message. Always returns the U_ZERO_ERROR_MESSAGE class constant value.
296
- *
297
- * @return string The error message from last formatter call
298
- *
299
- * @see https://php.net/intldateformatter.geterrormessage
300
- */
301
- public function getErrorMessage()
302
- {
303
- return $this->errorMessage;
304
- }
305
-
306
- /**
307
- * Returns the formatter's locale.
308
- *
309
- * @param int $type Not supported. The locale name type to return (Locale::VALID_LOCALE or Locale::ACTUAL_LOCALE)
310
- *
311
- * @return string The locale used to create the formatter. Currently always
312
- * returns "en".
313
- *
314
- * @see https://php.net/intldateformatter.getlocale
315
- */
316
- public function getLocale($type = Locale::ACTUAL_LOCALE)
317
- {
318
- return 'en';
319
- }
320
-
321
- /**
322
- * Returns the formatter's pattern.
323
- *
324
- * @return string The pattern string used by the formatter
325
- *
326
- * @see https://php.net/intldateformatter.getpattern
327
- */
328
- public function getPattern()
329
- {
330
- return $this->pattern;
331
- }
332
-
333
- /**
334
- * Returns the formatter's time type.
335
- *
336
- * @return int The time type used by the formatter
337
- *
338
- * @see https://php.net/intldateformatter.gettimetype
339
- */
340
- public function getTimeType()
341
- {
342
- return $this->timetype;
343
- }
344
-
345
- /**
346
- * Returns the formatter's timezone identifier.
347
- *
348
- * @return string The timezone identifier used by the formatter
349
- *
350
- * @see https://php.net/intldateformatter.gettimezoneid
351
- */
352
- public function getTimeZoneId()
353
- {
354
- if (!$this->uninitializedTimeZoneId) {
355
- return $this->timeZoneId;
356
- }
357
-
358
- return date_default_timezone_get();
359
- }
360
-
361
- /**
362
- * Not supported. Returns the formatter's timezone.
363
- *
364
- * @return mixed The timezone used by the formatter
365
- *
366
- * @see https://php.net/intldateformatter.gettimezone
367
- *
368
- * @throws MethodNotImplementedException
369
- */
370
- public function getTimeZone()
371
- {
372
- throw new MethodNotImplementedException(__METHOD__);
373
- }
374
-
375
- /**
376
- * Returns whether the formatter is lenient.
377
- *
378
- * @return bool Currently always returns false
379
- *
380
- * @see https://php.net/intldateformatter.islenient
381
- *
382
- * @throws MethodNotImplementedException
383
- */
384
- public function isLenient()
385
- {
386
- return false;
387
- }
388
-
389
- /**
390
- * Not supported. Parse string to a field-based time value.
391
- *
392
- * @param string $value String to convert to a time value
393
- * @param int $position Position at which to start the parsing in $value (zero-based)
394
- * If no error occurs before $value is consumed, $parse_pos will
395
- * contain -1 otherwise it will contain the position at which parsing
396
- * ended. If $parse_pos > strlen($value), the parse fails immediately.
397
- *
398
- * @return string Localtime compatible array of integers: contains 24 hour clock value in tm_hour field
399
- *
400
- * @see https://php.net/intldateformatter.localtime
401
- *
402
- * @throws MethodNotImplementedException
403
- */
404
- public function localtime($value, &$position = 0)
405
- {
406
- throw new MethodNotImplementedException(__METHOD__);
407
- }
408
-
409
- /**
410
- * Parse string to a timestamp value.
411
- *
412
- * @param string $value String to convert to a time value
413
- * @param int $position Not supported. Position at which to start the parsing in $value (zero-based)
414
- * If no error occurs before $value is consumed, $parse_pos will
415
- * contain -1 otherwise it will contain the position at which parsing
416
- * ended. If $parse_pos > strlen($value), the parse fails immediately.
417
- *
418
- * @return int|false Parsed value as a timestamp
419
- *
420
- * @see https://php.net/intldateformatter.parse
421
- *
422
- * @throws MethodArgumentNotImplementedException When $position different than null, behavior not implemented
423
- */
424
- public function parse($value, &$position = null)
425
- {
426
- // We don't calculate the position when parsing the value
427
- if (null !== $position) {
428
- throw new MethodArgumentNotImplementedException(__METHOD__, 'position');
429
- }
430
-
431
- $dateTime = $this->createDateTime(0);
432
- $transformer = new FullTransformer($this->getPattern(), $this->getTimeZoneId());
433
-
434
- $timestamp = $transformer->parse($dateTime, $value);
435
-
436
- // behave like the intl extension. FullTransformer::parse() set the proper error
437
- $this->errorCode = IntlGlobals::getErrorCode();
438
- $this->errorMessage = IntlGlobals::getErrorMessage();
439
-
440
- return $timestamp;
441
- }
442
-
443
- /**
444
- * Not supported. Set the formatter's calendar.
445
- *
446
- * @param string $calendar The calendar to use. Default is IntlDateFormatter::GREGORIAN
447
- *
448
- * @return bool true on success or false on failure
449
- *
450
- * @see https://php.net/intldateformatter.setcalendar
451
- *
452
- * @throws MethodNotImplementedException
453
- */
454
- public function setCalendar($calendar)
455
- {
456
- throw new MethodNotImplementedException(__METHOD__);
457
- }
458
-
459
- /**
460
- * Set the leniency of the parser.
461
- *
462
- * Define if the parser is strict or lenient in interpreting inputs that do not match the pattern
463
- * exactly. Enabling lenient parsing allows the parser to accept otherwise flawed date or time
464
- * patterns, parsing as much as possible to obtain a value. Extra space, unrecognized tokens, or
465
- * invalid values ("February 30th") are not accepted.
466
- *
467
- * @param bool $lenient Sets whether the parser is lenient or not. Currently
468
- * only false (strict) is supported.
469
- *
470
- * @return bool true on success or false on failure
471
- *
472
- * @see https://php.net/intldateformatter.setlenient
473
- *
474
- * @throws MethodArgumentValueNotImplementedException When $lenient is true
475
- */
476
- public function setLenient($lenient)
477
- {
478
- if ($lenient) {
479
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'lenient', $lenient, 'Only the strict parser is supported');
480
- }
481
-
482
- return true;
483
- }
484
-
485
- /**
486
- * Set the formatter's pattern.
487
- *
488
- * @param string|null $pattern A pattern string in conformance with the ICU IntlDateFormatter documentation
489
- *
490
- * @return bool true on success or false on failure
491
- *
492
- * @see https://php.net/intldateformatter.setpattern
493
- * @see http://userguide.icu-project.org/formatparse/datetime
494
- */
495
- public function setPattern($pattern)
496
- {
497
- if (null === $pattern) {
498
- $pattern = $this->getDefaultPattern();
499
- }
500
-
501
- $this->pattern = $pattern;
502
-
503
- return true;
504
- }
505
-
506
- /**
507
- * Set the formatter's timezone identifier.
508
- *
509
- * @param string|null $timeZoneId The time zone ID string of the time zone to use.
510
- * If NULL or the empty string, the default time zone for the
511
- * runtime is used.
512
- *
513
- * @return bool true on success or false on failure
514
- *
515
- * @see https://php.net/intldateformatter.settimezoneid
516
- */
517
- public function setTimeZoneId($timeZoneId)
518
- {
519
- if (null === $timeZoneId) {
520
- $timeZoneId = date_default_timezone_get();
521
-
522
- $this->uninitializedTimeZoneId = true;
523
- }
524
-
525
- // Backup original passed time zone
526
- $timeZone = $timeZoneId;
527
-
528
- // Get an Etc/GMT time zone that is accepted for \DateTimeZone
529
- if ('GMT' !== $timeZoneId && 0 === strpos($timeZoneId, 'GMT')) {
530
- try {
531
- $timeZoneId = DateFormat\TimezoneTransformer::getEtcTimeZoneId($timeZoneId);
532
- } catch (\InvalidArgumentException $e) {
533
- // Does nothing, will fallback to UTC
534
- }
535
- }
536
-
537
- try {
538
- $this->dateTimeZone = new \DateTimeZone($timeZoneId);
539
- if ('GMT' !== $timeZoneId && $this->dateTimeZone->getName() !== $timeZoneId) {
540
- $timeZone = $this->getTimeZoneId();
541
- }
542
- } catch (\Exception $e) {
543
- $timeZoneId = $timeZone = $this->getTimeZoneId();
544
- $this->dateTimeZone = new \DateTimeZone($timeZoneId);
545
- }
546
-
547
- $this->timeZoneId = $timeZone;
548
-
549
- return true;
550
- }
551
-
552
- /**
553
- * This method was added in PHP 5.5 as replacement for `setTimeZoneId()`.
554
- *
555
- * @param \IntlTimeZone|\DateTimeZone|string|null $timeZone
556
- *
557
- * @return bool true on success or false on failure
558
- *
559
- * @see https://php.net/intldateformatter.settimezone
560
- */
561
- public function setTimeZone($timeZone)
562
- {
563
- if ($timeZone instanceof \IntlTimeZone) {
564
- $timeZone = $timeZone->getID();
565
- }
566
-
567
- if ($timeZone instanceof \DateTimeZone) {
568
- $timeZone = $timeZone->getName();
569
-
570
- // DateTimeZone returns the GMT offset timezones without the leading GMT, while our parsing requires it.
571
- if (!empty($timeZone) && ('+' === $timeZone[0] || '-' === $timeZone[0])) {
572
- $timeZone = 'GMT'.$timeZone;
573
- }
574
- }
575
-
576
- return $this->setTimeZoneId($timeZone);
577
- }
578
-
579
- /**
580
- * Create and returns a DateTime object with the specified timestamp and with the
581
- * current time zone.
582
- *
583
- * @param int $timestamp
584
- *
585
- * @return \DateTime
586
- */
587
- protected function createDateTime($timestamp)
588
- {
589
- $dateTime = new \DateTime();
590
- $dateTime->setTimestamp($timestamp);
591
- $dateTime->setTimezone($this->dateTimeZone);
592
-
593
- return $dateTime;
594
- }
595
-
596
- /**
597
- * Returns a pattern string based in the datetype and timetype values.
598
- *
599
- * @return string
600
- */
601
- protected function getDefaultPattern()
602
- {
603
- $patternParts = [];
604
- if (self::NONE !== $this->datetype) {
605
- $patternParts[] = $this->defaultDateFormats[$this->datetype];
606
- }
607
- if (self::NONE !== $this->timetype) {
608
- $patternParts[] = $this->defaultTimeFormats[$this->timetype];
609
- }
610
-
611
- return implode(', ', $patternParts);
612
- }
613
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/BadMethodCallException.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * Base BadMethodCallException for the Intl component.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
20
- {
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/ExceptionInterface.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * Base ExceptionInterface for the Intl component.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- interface ExceptionInterface
20
- {
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/InvalidArgumentException.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * InvalidArgumentException for the Intl component.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
20
- {
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/MethodArgumentNotImplementedException.php DELETED
@@ -1,28 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * @author Eriksen Costa <eriksen.costa@infranology.com.br>
16
- */
17
- class MethodArgumentNotImplementedException extends NotImplementedException
18
- {
19
- /**
20
- * @param string $methodName The method name that raised the exception
21
- * @param string $argName The argument name that is not implemented
22
- */
23
- public function __construct($methodName, $argName)
24
- {
25
- $message = sprintf('The %s() method\'s argument $%s behavior is not implemented.', $methodName, $argName);
26
- parent::__construct($message);
27
- }
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/MethodArgumentValueNotImplementedException.php DELETED
@@ -1,37 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * @author Eriksen Costa <eriksen.costa@infranology.com.br>
16
- */
17
- class MethodArgumentValueNotImplementedException extends NotImplementedException
18
- {
19
- /**
20
- * @param string $methodName The method name that raised the exception
21
- * @param string $argName The argument name
22
- * @param string $argValue The argument value that is not implemented
23
- * @param string $additionalMessage An optional additional message to append to the exception message
24
- */
25
- public function __construct($methodName, $argName, $argValue, $additionalMessage = '')
26
- {
27
- $message = sprintf(
28
- 'The %s() method\'s argument $%s value %s behavior is not implemented.%s',
29
- $methodName,
30
- $argName,
31
- var_export($argValue, true),
32
- '' !== $additionalMessage ? ' '.$additionalMessage.'. ' : ''
33
- );
34
-
35
- parent::__construct($message);
36
- }
37
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/MethodNotImplementedException.php DELETED
@@ -1,26 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * @author Eriksen Costa <eriksen.costa@infranology.com.br>
16
- */
17
- class MethodNotImplementedException extends NotImplementedException
18
- {
19
- /**
20
- * @param string $methodName The name of the method
21
- */
22
- public function __construct($methodName)
23
- {
24
- parent::__construct(sprintf('The %s() is not implemented.', $methodName));
25
- }
26
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/MissingResourceException.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * Thrown when an invalid entry of a resource bundle was requested.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- class MissingResourceException extends RuntimeException
20
- {
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/NotImplementedException.php DELETED
@@ -1,30 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * Base exception class for not implemented behaviors of the intl extension in the Locale component.
16
- *
17
- * @author Eriksen Costa <eriksen.costa@infranology.com.br>
18
- */
19
- class NotImplementedException extends RuntimeException
20
- {
21
- const INTL_INSTALL_MESSAGE = 'Please install the "intl" extension for full localization capabilities.';
22
-
23
- /**
24
- * @param string $message The exception message. A note to install the intl extension is appended to this string
25
- */
26
- public function __construct($message)
27
- {
28
- parent::__construct($message.' '.self::INTL_INSTALL_MESSAGE);
29
- }
30
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/OutOfBoundsException.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * Base OutOfBoundsException for the Intl component.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface
20
- {
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/ResourceBundleNotFoundException.php DELETED
@@ -1,19 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * @author Bernhard Schussek <bschussek@gmail.com>
16
- */
17
- class ResourceBundleNotFoundException extends RuntimeException
18
- {
19
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/RuntimeException.php DELETED
@@ -1,21 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * RuntimeException for the Intl component.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- class RuntimeException extends \RuntimeException implements ExceptionInterface
20
- {
21
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Exception/UnexpectedTypeException.php DELETED
@@ -1,25 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Exception;
13
-
14
- /**
15
- * Thrown when a method argument had an unexpected type.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- class UnexpectedTypeException extends InvalidArgumentException
20
- {
21
- public function __construct($value, $expectedType)
22
- {
23
- parent::__construct(sprintf('Expected argument of type "%s", "%s" given', $expectedType, \is_object($value) ? \get_class($value) : \gettype($value)));
24
- }
25
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Globals/IntlGlobals.php DELETED
@@ -1,127 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Globals;
13
-
14
- /**
15
- * Provides fake static versions of the global functions in the intl extension.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- abstract class IntlGlobals
22
- {
23
- /**
24
- * Indicates that no error occurred.
25
- */
26
- const U_ZERO_ERROR = 0;
27
-
28
- /**
29
- * Indicates that an invalid argument was passed.
30
- */
31
- const U_ILLEGAL_ARGUMENT_ERROR = 1;
32
-
33
- /**
34
- * Indicates that the parse() operation failed.
35
- */
36
- const U_PARSE_ERROR = 9;
37
-
38
- /**
39
- * All known error codes.
40
- */
41
- private static $errorCodes = [
42
- self::U_ZERO_ERROR => 'U_ZERO_ERROR',
43
- self::U_ILLEGAL_ARGUMENT_ERROR => 'U_ILLEGAL_ARGUMENT_ERROR',
44
- self::U_PARSE_ERROR => 'U_PARSE_ERROR',
45
- ];
46
-
47
- /**
48
- * The error code of the last operation.
49
- */
50
- private static $errorCode = self::U_ZERO_ERROR;
51
-
52
- /**
53
- * The error code of the last operation.
54
- */
55
- private static $errorMessage = 'U_ZERO_ERROR';
56
-
57
- /**
58
- * Returns whether the error code indicates a failure.
59
- *
60
- * @param int $errorCode The error code returned by IntlGlobals::getErrorCode()
61
- *
62
- * @return bool
63
- */
64
- public static function isFailure($errorCode)
65
- {
66
- return isset(self::$errorCodes[$errorCode])
67
- && $errorCode > self::U_ZERO_ERROR;
68
- }
69
-
70
- /**
71
- * Returns the error code of the last operation.
72
- *
73
- * Returns IntlGlobals::U_ZERO_ERROR if no error occurred.
74
- *
75
- * @return int
76
- */
77
- public static function getErrorCode()
78
- {
79
- return self::$errorCode;
80
- }
81
-
82
- /**
83
- * Returns the error message of the last operation.
84
- *
85
- * Returns "U_ZERO_ERROR" if no error occurred.
86
- *
87
- * @return string
88
- */
89
- public static function getErrorMessage()
90
- {
91
- return self::$errorMessage;
92
- }
93
-
94
- /**
95
- * Returns the symbolic name for a given error code.
96
- *
97
- * @param int $code The error code returned by IntlGlobals::getErrorCode()
98
- *
99
- * @return string
100
- */
101
- public static function getErrorName($code)
102
- {
103
- if (isset(self::$errorCodes[$code])) {
104
- return self::$errorCodes[$code];
105
- }
106
-
107
- return '[BOGUS UErrorCode]';
108
- }
109
-
110
- /**
111
- * Sets the current error.
112
- *
113
- * @param int $code One of the error constants in this class
114
- * @param string $message The ICU class error message
115
- *
116
- * @throws \InvalidArgumentException If the code is not one of the error constants in this class
117
- */
118
- public static function setError($code, $message = '')
119
- {
120
- if (!isset(self::$errorCodes[$code])) {
121
- throw new \InvalidArgumentException(sprintf('No such error code: "%s".', $code));
122
- }
123
-
124
- self::$errorMessage = $message ? sprintf('%s: %s', $message, self::$errorCodes[$code]) : self::$errorCodes[$code];
125
- self::$errorCode = $code;
126
- }
127
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Intl.php DELETED
@@ -1,279 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BufferedBundleReader;
15
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReader;
16
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
17
- use Symfony\Component\Intl\Data\Bundle\Reader\JsonBundleReader;
18
- use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
19
- use Symfony\Component\Intl\Data\Provider\ScriptDataProvider;
20
- use Symfony\Component\Intl\ResourceBundle\CurrencyBundle;
21
- use Symfony\Component\Intl\ResourceBundle\CurrencyBundleInterface;
22
- use Symfony\Component\Intl\ResourceBundle\LanguageBundle;
23
- use Symfony\Component\Intl\ResourceBundle\LanguageBundleInterface;
24
- use Symfony\Component\Intl\ResourceBundle\LocaleBundle;
25
- use Symfony\Component\Intl\ResourceBundle\LocaleBundleInterface;
26
- use Symfony\Component\Intl\ResourceBundle\RegionBundle;
27
- use Symfony\Component\Intl\ResourceBundle\RegionBundleInterface;
28
-
29
- /**
30
- * Gives access to internationalization data.
31
- *
32
- * @author Bernhard Schussek <bschussek@gmail.com>
33
- */
34
- final class Intl
35
- {
36
- /**
37
- * The number of resource bundles to buffer. Loading the same resource
38
- * bundle for n locales takes up n spots in the buffer.
39
- */
40
- const BUFFER_SIZE = 10;
41
-
42
- /**
43
- * The directory name of the currency data.
44
- */
45
- const CURRENCY_DIR = 'currencies';
46
-
47
- /**
48
- * The directory name of the language data.
49
- */
50
- const LANGUAGE_DIR = 'languages';
51
-
52
- /**
53
- * The directory name of the script data.
54
- */
55
- const SCRIPT_DIR = 'scripts';
56
-
57
- /**
58
- * The directory name of the locale data.
59
- */
60
- const LOCALE_DIR = 'locales';
61
-
62
- /**
63
- * The directory name of the region data.
64
- */
65
- const REGION_DIR = 'regions';
66
-
67
- /**
68
- * @var ResourceBundle\CurrencyBundleInterface
69
- */
70
- private static $currencyBundle;
71
-
72
- /**
73
- * @var ResourceBundle\LanguageBundleInterface
74
- */
75
- private static $languageBundle;
76
-
77
- /**
78
- * @var ResourceBundle\LocaleBundleInterface
79
- */
80
- private static $localeBundle;
81
-
82
- /**
83
- * @var ResourceBundle\RegionBundleInterface
84
- */
85
- private static $regionBundle;
86
-
87
- /**
88
- * @var string|bool|null
89
- */
90
- private static $icuVersion = false;
91
-
92
- /**
93
- * @var string
94
- */
95
- private static $icuDataVersion = false;
96
-
97
- /**
98
- * @var BundleEntryReaderInterface
99
- */
100
- private static $entryReader;
101
-
102
- /**
103
- * Returns whether the intl extension is installed.
104
- *
105
- * @return bool Returns true if the intl extension is installed, false otherwise
106
- */
107
- public static function isExtensionLoaded()
108
- {
109
- return class_exists('\ResourceBundle');
110
- }
111
-
112
- /**
113
- * Returns the bundle containing currency information.
114
- *
115
- * @return CurrencyBundleInterface The currency resource bundle
116
- */
117
- public static function getCurrencyBundle()
118
- {
119
- if (null === self::$currencyBundle) {
120
- self::$currencyBundle = new CurrencyBundle(
121
- self::getDataDirectory().'/'.self::CURRENCY_DIR,
122
- self::getEntryReader(),
123
- self::getLocaleBundle()
124
- );
125
- }
126
-
127
- return self::$currencyBundle;
128
- }
129
-
130
- /**
131
- * Returns the bundle containing language information.
132
- *
133
- * @return LanguageBundleInterface The language resource bundle
134
- */
135
- public static function getLanguageBundle()
136
- {
137
- if (null === self::$languageBundle) {
138
- self::$languageBundle = new LanguageBundle(
139
- self::getDataDirectory().'/'.self::LANGUAGE_DIR,
140
- self::getEntryReader(),
141
- self::getLocaleBundle(),
142
- new ScriptDataProvider(
143
- self::getDataDirectory().'/'.self::SCRIPT_DIR,
144
- self::getEntryReader()
145
- )
146
- );
147
- }
148
-
149
- return self::$languageBundle;
150
- }
151
-
152
- /**
153
- * Returns the bundle containing locale information.
154
- *
155
- * @return LocaleBundleInterface The locale resource bundle
156
- */
157
- public static function getLocaleBundle()
158
- {
159
- if (null === self::$localeBundle) {
160
- self::$localeBundle = new LocaleBundle(
161
- self::getDataDirectory().'/'.self::LOCALE_DIR,
162
- self::getEntryReader()
163
- );
164
- }
165
-
166
- return self::$localeBundle;
167
- }
168
-
169
- /**
170
- * Returns the bundle containing region information.
171
- *
172
- * @return RegionBundleInterface The region resource bundle
173
- */
174
- public static function getRegionBundle()
175
- {
176
- if (null === self::$regionBundle) {
177
- self::$regionBundle = new RegionBundle(
178
- self::getDataDirectory().'/'.self::REGION_DIR,
179
- self::getEntryReader(),
180
- self::getLocaleBundle()
181
- );
182
- }
183
-
184
- return self::$regionBundle;
185
- }
186
-
187
- /**
188
- * Returns the version of the installed ICU library.
189
- *
190
- * @return string|null The ICU version or NULL if it could not be determined
191
- */
192
- public static function getIcuVersion()
193
- {
194
- if (false === self::$icuVersion) {
195
- if (!self::isExtensionLoaded()) {
196
- self::$icuVersion = self::getIcuStubVersion();
197
- } elseif (\defined('INTL_ICU_VERSION')) {
198
- self::$icuVersion = \INTL_ICU_VERSION;
199
- } else {
200
- try {
201
- $reflector = new \ReflectionExtension('intl');
202
- ob_start();
203
- $reflector->info();
204
- $output = strip_tags(ob_get_clean());
205
- preg_match('/^ICU version (?:=>)?(.*)$/m', $output, $matches);
206
-
207
- self::$icuVersion = trim($matches[1]);
208
- } catch (\ReflectionException $e) {
209
- self::$icuVersion = null;
210
- }
211
- }
212
- }
213
-
214
- return self::$icuVersion;
215
- }
216
-
217
- /**
218
- * Returns the version of the installed ICU data.
219
- *
220
- * @return string The version of the installed ICU data
221
- */
222
- public static function getIcuDataVersion()
223
- {
224
- if (false === self::$icuDataVersion) {
225
- self::$icuDataVersion = trim(file_get_contents(self::getDataDirectory().'/version.txt'));
226
- }
227
-
228
- return self::$icuDataVersion;
229
- }
230
-
231
- /**
232
- * Returns the ICU version that the stub classes mimic.
233
- *
234
- * @return string The ICU version of the stub classes
235
- */
236
- public static function getIcuStubVersion()
237
- {
238
- return '67.1';
239
- }
240
-
241
- /**
242
- * Returns the absolute path to the data directory.
243
- *
244
- * @return string The absolute path to the data directory
245
- */
246
- public static function getDataDirectory()
247
- {
248
- return __DIR__.'/Resources/data';
249
- }
250
-
251
- /**
252
- * Returns the cached bundle entry reader.
253
- *
254
- * @return BundleEntryReaderInterface The bundle entry reader
255
- */
256
- private static function getEntryReader()
257
- {
258
- if (null === self::$entryReader) {
259
- self::$entryReader = new BundleEntryReader(new BufferedBundleReader(
260
- new JsonBundleReader(),
261
- self::BUFFER_SIZE
262
- ));
263
- $localeDataProvider = new LocaleDataProvider(
264
- self::getDataDirectory().'/'.self::LOCALE_DIR,
265
- self::$entryReader
266
- );
267
- self::$entryReader->setLocaleAliases($localeDataProvider->getAliases());
268
- }
269
-
270
- return self::$entryReader;
271
- }
272
-
273
- /**
274
- * This class must not be instantiated.
275
- */
276
- private function __construct()
277
- {
278
- }
279
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/LICENSE DELETED
@@ -1,19 +0,0 @@
1
- Copyright (c) 2004-2020 Fabien Potencier
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is furnished
8
- to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in all
11
- copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Locale.php DELETED
@@ -1,116 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl;
13
-
14
- /**
15
- * Provides access to locale-related data.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- *
19
- * @internal
20
- */
21
- final class Locale extends \Locale
22
- {
23
- /**
24
- * @var string
25
- */
26
- private static $defaultFallback = 'en';
27
-
28
- /**
29
- * Sets the default fallback locale.
30
- *
31
- * The default fallback locale is used as fallback for locales that have no
32
- * fallback otherwise.
33
- *
34
- * @param string|null $locale The default fallback locale
35
- *
36
- * @see getFallback()
37
- */
38
- public static function setDefaultFallback($locale)
39
- {
40
- self::$defaultFallback = $locale;
41
- }
42
-
43
- /**
44
- * Returns the default fallback locale.
45
- *
46
- * @return string|null The default fallback locale
47
- *
48
- * @see setDefaultFallback()
49
- * @see getFallback()
50
- */
51
- public static function getDefaultFallback()
52
- {
53
- return self::$defaultFallback;
54
- }
55
-
56
- /**
57
- * Returns the fallback locale for a given locale.
58
- *
59
- * For example, the fallback of "fr_FR" is "fr". The fallback of "fr" is
60
- * the default fallback locale configured with {@link setDefaultFallback()}.
61
- * The default fallback locale has no fallback.
62
- *
63
- * @param string $locale The ICU locale code to find the fallback for
64
- *
65
- * @return string|null The ICU locale code of the fallback locale, or null
66
- * if no fallback exists
67
- */
68
- public static function getFallback($locale)
69
- {
70
- if (\function_exists('locale_parse')) {
71
- $localeSubTags = locale_parse($locale);
72
- if (1 === \count($localeSubTags)) {
73
- if ('root' !== self::$defaultFallback && self::$defaultFallback === $localeSubTags['language']) {
74
- return 'root';
75
- }
76
-
77
- // Don't return default fallback for "root", "meta" or others
78
- // Normal locales have two or three letters
79
- if (\strlen($locale) < 4) {
80
- return self::$defaultFallback;
81
- }
82
-
83
- return null;
84
- }
85
-
86
- array_pop($localeSubTags);
87
-
88
- $fallback = locale_compose($localeSubTags);
89
-
90
- return false !== $fallback ? $fallback : null;
91
- }
92
-
93
- if (false !== $pos = strrpos($locale, '_')) {
94
- return substr($locale, 0, $pos);
95
- }
96
-
97
- if (false !== $pos = strrpos($locale, '-')) {
98
- return substr($locale, 0, $pos);
99
- }
100
-
101
- if ('root' !== self::$defaultFallback && self::$defaultFallback === $locale) {
102
- return 'root';
103
- }
104
-
105
- // Don't return default fallback for "root", "meta" or others
106
- // Normal locales have two or three letters
107
- return \strlen($locale) < 4 ? self::$defaultFallback : null;
108
- }
109
-
110
- /**
111
- * This class must not be instantiated.
112
- */
113
- private function __construct()
114
- {
115
- }
116
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Locale/Locale.php DELETED
@@ -1,323 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\Locale;
13
-
14
- use Symfony\Component\Intl\Exception\MethodNotImplementedException;
15
-
16
- /**
17
- * Replacement for PHP's native {@link \Locale} class.
18
- *
19
- * The only method supported in this class is {@link getDefault}. This method
20
- * will always return "en". All other methods will throw an exception when used.
21
- *
22
- * @author Eriksen Costa <eriksen.costa@infranology.com.br>
23
- * @author Bernhard Schussek <bschussek@gmail.com>
24
- *
25
- * @internal
26
- */
27
- class Locale
28
- {
29
- const DEFAULT_LOCALE = null;
30
-
31
- /* Locale method constants */
32
- const ACTUAL_LOCALE = 0;
33
- const VALID_LOCALE = 1;
34
-
35
- /* Language tags constants */
36
- const LANG_TAG = 'language';
37
- const EXTLANG_TAG = 'extlang';
38
- const SCRIPT_TAG = 'script';
39
- const REGION_TAG = 'region';
40
- const VARIANT_TAG = 'variant';
41
- const GRANDFATHERED_LANG_TAG = 'grandfathered';
42
- const PRIVATE_TAG = 'private';
43
-
44
- /**
45
- * Not supported. Returns the best available locale based on HTTP "Accept-Language" header according to RFC 2616.
46
- *
47
- * @param string $header The string containing the "Accept-Language" header value
48
- *
49
- * @return string The corresponding locale code
50
- *
51
- * @see https://php.net/locale.acceptfromhttp
52
- *
53
- * @throws MethodNotImplementedException
54
- */
55
- public static function acceptFromHttp($header)
56
- {
57
- throw new MethodNotImplementedException(__METHOD__);
58
- }
59
-
60
- /**
61
- * Not supported. Returns a correctly ordered and delimited locale code.
62
- *
63
- * @param array $subtags A keyed array where the keys identify the particular locale code subtag
64
- *
65
- * @return string The corresponding locale code
66
- *
67
- * @see https://php.net/locale.composelocale
68
- *
69
- * @throws MethodNotImplementedException
70
- */
71
- public static function composeLocale(array $subtags)
72
- {
73
- throw new MethodNotImplementedException(__METHOD__);
74
- }
75
-
76
- /**
77
- * Not supported. Checks if a language tag filter matches with locale.
78
- *
79
- * @param string $langtag The language tag to check
80
- * @param string $locale The language range to check against
81
- * @param bool $canonicalize
82
- *
83
- * @return string The corresponding locale code
84
- *
85
- * @see https://php.net/locale.filtermatches
86
- *
87
- * @throws MethodNotImplementedException
88
- */
89
- public static function filterMatches($langtag, $locale, $canonicalize = false)
90
- {
91
- throw new MethodNotImplementedException(__METHOD__);
92
- }
93
-
94
- /**
95
- * Not supported. Returns the variants for the input locale.
96
- *
97
- * @param string $locale The locale to extract the variants from
98
- *
99
- * @return array The locale variants
100
- *
101
- * @see https://php.net/locale.getallvariants
102
- *
103
- * @throws MethodNotImplementedException
104
- */
105
- public static function getAllVariants($locale)
106
- {
107
- throw new MethodNotImplementedException(__METHOD__);
108
- }
109
-
110
- /**
111
- * Returns the default locale.
112
- *
113
- * @return string The default locale code. Always returns 'en'
114
- *
115
- * @see https://php.net/locale.getdefault
116
- */
117
- public static function getDefault()
118
- {
119
- return 'en';
120
- }
121
-
122
- /**
123
- * Not supported. Returns the localized display name for the locale language.
124
- *
125
- * @param string $locale The locale code to return the display language from
126
- * @param string $inLocale Optional format locale code to use to display the language name
127
- *
128
- * @return string The localized language display name
129
- *
130
- * @see https://php.net/locale.getdisplaylanguage
131
- *
132
- * @throws MethodNotImplementedException
133
- */
134
- public static function getDisplayLanguage($locale, $inLocale = null)
135
- {
136
- throw new MethodNotImplementedException(__METHOD__);
137
- }
138
-
139
- /**
140
- * Not supported. Returns the localized display name for the locale.
141
- *
142
- * @param string $locale The locale code to return the display locale name from
143
- * @param string $inLocale Optional format locale code to use to display the locale name
144
- *
145
- * @return string The localized locale display name
146
- *
147
- * @see https://php.net/locale.getdisplayname
148
- *
149
- * @throws MethodNotImplementedException
150
- */
151
- public static function getDisplayName($locale, $inLocale = null)
152
- {
153
- throw new MethodNotImplementedException(__METHOD__);
154
- }
155
-
156
- /**
157
- * Not supported. Returns the localized display name for the locale region.
158
- *
159
- * @param string $locale The locale code to return the display region from
160
- * @param string $inLocale Optional format locale code to use to display the region name
161
- *
162
- * @return string The localized region display name
163
- *
164
- * @see https://php.net/locale.getdisplayregion
165
- *
166
- * @throws MethodNotImplementedException
167
- */
168
- public static function getDisplayRegion($locale, $inLocale = null)
169
- {
170
- throw new MethodNotImplementedException(__METHOD__);
171
- }
172
-
173
- /**
174
- * Not supported. Returns the localized display name for the locale script.
175
- *
176
- * @param string $locale The locale code to return the display script from
177
- * @param string $inLocale Optional format locale code to use to display the script name
178
- *
179
- * @return string The localized script display name
180
- *
181
- * @see https://php.net/locale.getdisplayscript
182
- *
183
- * @throws MethodNotImplementedException
184
- */
185
- public static function getDisplayScript($locale, $inLocale = null)
186
- {
187
- throw new MethodNotImplementedException(__METHOD__);
188
- }
189
-
190
- /**
191
- * Not supported. Returns the localized display name for the locale variant.
192
- *
193
- * @param string $locale The locale code to return the display variant from
194
- * @param string $inLocale Optional format locale code to use to display the variant name
195
- *
196
- * @return string The localized variant display name
197
- *
198
- * @see https://php.net/locale.getdisplayvariant
199
- *
200
- * @throws MethodNotImplementedException
201
- */
202
- public static function getDisplayVariant($locale, $inLocale = null)
203
- {
204
- throw new MethodNotImplementedException(__METHOD__);
205
- }
206
-
207
- /**
208
- * Not supported. Returns the keywords for the locale.
209
- *
210
- * @param string $locale The locale code to extract the keywords from
211
- *
212
- * @return array Associative array with the extracted variants
213
- *
214
- * @see https://php.net/locale.getkeywords
215
- *
216
- * @throws MethodNotImplementedException
217
- */
218
- public static function getKeywords($locale)
219
- {
220
- throw new MethodNotImplementedException(__METHOD__);
221
- }
222
-
223
- /**
224
- * Not supported. Returns the primary language for the locale.
225
- *
226
- * @param string $locale The locale code to extract the language code from
227
- *
228
- * @return string|null The extracted language code or null in case of error
229
- *
230
- * @see https://php.net/locale.getprimarylanguage
231
- *
232
- * @throws MethodNotImplementedException
233
- */
234
- public static function getPrimaryLanguage($locale)
235
- {
236
- throw new MethodNotImplementedException(__METHOD__);
237
- }
238
-
239
- /**
240
- * Not supported. Returns the region for the locale.
241
- *
242
- * @param string $locale The locale code to extract the region code from
243
- *
244
- * @return string|null The extracted region code or null if not present
245
- *
246
- * @see https://php.net/locale.getregion
247
- *
248
- * @throws MethodNotImplementedException
249
- */
250
- public static function getRegion($locale)
251
- {
252
- throw new MethodNotImplementedException(__METHOD__);
253
- }
254
-
255
- /**
256
- * Not supported. Returns the script for the locale.
257
- *
258
- * @param string $locale The locale code to extract the script code from
259
- *
260
- * @return string|null The extracted script code or null if not present
261
- *
262
- * @see https://php.net/locale.getscript
263
- *
264
- * @throws MethodNotImplementedException
265
- */
266
- public static function getScript($locale)
267
- {
268
- throw new MethodNotImplementedException(__METHOD__);
269
- }
270
-
271
- /**
272
- * Not supported. Returns the closest language tag for the locale.
273
- *
274
- * @param array $langtag A list of the language tags to compare to locale
275
- * @param string $locale The locale to use as the language range when matching
276
- * @param bool $canonicalize If true, the arguments will be converted to canonical form before matching
277
- * @param string $default The locale to use if no match is found
278
- *
279
- * @see https://php.net/locale.lookup
280
- *
281
- * @throws MethodNotImplementedException
282
- */
283
- public static function lookup(array $langtag, $locale, $canonicalize = false, $default = null)
284
- {
285
- throw new MethodNotImplementedException(__METHOD__);
286
- }
287
-
288
- /**
289
- * Not supported. Returns an associative array of locale identifier subtags.
290
- *
291
- * @param string $locale The locale code to extract the subtag array from
292
- *
293
- * @return array Associative array with the extracted subtags
294
- *
295
- * @see https://php.net/locale.parselocale
296
- *
297
- * @throws MethodNotImplementedException
298
- */
299
- public static function parseLocale($locale)
300
- {
301
- throw new MethodNotImplementedException(__METHOD__);
302
- }
303
-
304
- /**
305
- * Not supported. Sets the default runtime locale.
306
- *
307
- * @param string $locale The locale code
308
- *
309
- * @return bool true on success or false on failure
310
- *
311
- * @see https://php.net/locale.setdefault
312
- *
313
- * @throws MethodNotImplementedException
314
- */
315
- public static function setDefault($locale)
316
- {
317
- if ('en' !== $locale) {
318
- throw new MethodNotImplementedException(__METHOD__);
319
- }
320
-
321
- return true;
322
- }
323
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/NumberFormatter/NumberFormatter.php DELETED
@@ -1,905 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\NumberFormatter;
13
-
14
- use Symfony\Component\Intl\Exception\MethodArgumentNotImplementedException;
15
- use Symfony\Component\Intl\Exception\MethodArgumentValueNotImplementedException;
16
- use Symfony\Component\Intl\Exception\MethodNotImplementedException;
17
- use Symfony\Component\Intl\Exception\NotImplementedException;
18
- use Symfony\Component\Intl\Globals\IntlGlobals;
19
- use Symfony\Component\Intl\Intl;
20
- use Symfony\Component\Intl\Locale\Locale;
21
-
22
- /**
23
- * Replacement for PHP's native {@link \NumberFormatter} class.
24
- *
25
- * The only methods currently supported in this class are:
26
- *
27
- * - {@link __construct}
28
- * - {@link create}
29
- * - {@link formatCurrency}
30
- * - {@link format}
31
- * - {@link getAttribute}
32
- * - {@link getErrorCode}
33
- * - {@link getErrorMessage}
34
- * - {@link getLocale}
35
- * - {@link parse}
36
- * - {@link setAttribute}
37
- *
38
- * @author Eriksen Costa <eriksen.costa@infranology.com.br>
39
- * @author Bernhard Schussek <bschussek@gmail.com>
40
- *
41
- * @internal
42
- */
43
- class NumberFormatter
44
- {
45
- /* Format style constants */
46
- const PATTERN_DECIMAL = 0;
47
- const DECIMAL = 1;
48
- const CURRENCY = 2;
49
- const PERCENT = 3;
50
- const SCIENTIFIC = 4;
51
- const SPELLOUT = 5;
52
- const ORDINAL = 6;
53
- const DURATION = 7;
54
- const PATTERN_RULEBASED = 9;
55
- const IGNORE = 0;
56
- const DEFAULT_STYLE = 1;
57
-
58
- /* Format type constants */
59
- const TYPE_DEFAULT = 0;
60
- const TYPE_INT32 = 1;
61
- const TYPE_INT64 = 2;
62
- const TYPE_DOUBLE = 3;
63
- const TYPE_CURRENCY = 4;
64
-
65
- /* Numeric attribute constants */
66
- const PARSE_INT_ONLY = 0;
67
- const GROUPING_USED = 1;
68
- const DECIMAL_ALWAYS_SHOWN = 2;
69
- const MAX_INTEGER_DIGITS = 3;
70
- const MIN_INTEGER_DIGITS = 4;
71
- const INTEGER_DIGITS = 5;
72
- const MAX_FRACTION_DIGITS = 6;
73
- const MIN_FRACTION_DIGITS = 7;
74
- const FRACTION_DIGITS = 8;
75
- const MULTIPLIER = 9;
76
- const GROUPING_SIZE = 10;
77
- const ROUNDING_MODE = 11;
78
- const ROUNDING_INCREMENT = 12;
79
- const FORMAT_WIDTH = 13;
80
- const PADDING_POSITION = 14;
81
- const SECONDARY_GROUPING_SIZE = 15;
82
- const SIGNIFICANT_DIGITS_USED = 16;
83
- const MIN_SIGNIFICANT_DIGITS = 17;
84
- const MAX_SIGNIFICANT_DIGITS = 18;
85
- const LENIENT_PARSE = 19;
86
-
87
- /* Text attribute constants */
88
- const POSITIVE_PREFIX = 0;
89
- const POSITIVE_SUFFIX = 1;
90
- const NEGATIVE_PREFIX = 2;
91
- const NEGATIVE_SUFFIX = 3;
92
- const PADDING_CHARACTER = 4;
93
- const CURRENCY_CODE = 5;
94
- const DEFAULT_RULESET = 6;
95
- const PUBLIC_RULESETS = 7;
96
-
97
- /* Format symbol constants */
98
- const DECIMAL_SEPARATOR_SYMBOL = 0;
99
- const GROUPING_SEPARATOR_SYMBOL = 1;
100
- const PATTERN_SEPARATOR_SYMBOL = 2;
101
- const PERCENT_SYMBOL = 3;
102
- const ZERO_DIGIT_SYMBOL = 4;
103
- const DIGIT_SYMBOL = 5;
104
- const MINUS_SIGN_SYMBOL = 6;
105
- const PLUS_SIGN_SYMBOL = 7;
106
- const CURRENCY_SYMBOL = 8;
107
- const INTL_CURRENCY_SYMBOL = 9;
108
- const MONETARY_SEPARATOR_SYMBOL = 10;
109
- const EXPONENTIAL_SYMBOL = 11;
110
- const PERMILL_SYMBOL = 12;
111
- const PAD_ESCAPE_SYMBOL = 13;
112
- const INFINITY_SYMBOL = 14;
113
- const NAN_SYMBOL = 15;
114
- const SIGNIFICANT_DIGIT_SYMBOL = 16;
115
- const MONETARY_GROUPING_SEPARATOR_SYMBOL = 17;
116
-
117
- /* Rounding mode values used by NumberFormatter::setAttribute() with NumberFormatter::ROUNDING_MODE attribute */
118
- const ROUND_CEILING = 0;
119
- const ROUND_FLOOR = 1;
120
- const ROUND_DOWN = 2;
121
- const ROUND_UP = 3;
122
- const ROUND_HALFEVEN = 4;
123
- const ROUND_HALFDOWN = 5;
124
- const ROUND_HALFUP = 6;
125
-
126
- /* Pad position values used by NumberFormatter::setAttribute() with NumberFormatter::PADDING_POSITION attribute */
127
- const PAD_BEFORE_PREFIX = 0;
128
- const PAD_AFTER_PREFIX = 1;
129
- const PAD_BEFORE_SUFFIX = 2;
130
- const PAD_AFTER_SUFFIX = 3;
131
-
132
- /**
133
- * The error code from the last operation.
134
- *
135
- * @var int
136
- */
137
- protected $errorCode = IntlGlobals::U_ZERO_ERROR;
138
-
139
- /**
140
- * The error message from the last operation.
141
- *
142
- * @var string
143
- */
144
- protected $errorMessage = 'U_ZERO_ERROR';
145
-
146
- /**
147
- * @var int
148
- */
149
- private $style;
150
-
151
- /**
152
- * Default values for the en locale.
153
- */
154
- private $attributes = [
155
- self::FRACTION_DIGITS => 0,
156
- self::GROUPING_USED => 1,
157
- self::ROUNDING_MODE => self::ROUND_HALFEVEN,
158
- ];
159
-
160
- /**
161
- * Holds the initialized attributes code.
162
- */
163
- private $initializedAttributes = [];
164
-
165
- /**
166
- * The supported styles to the constructor $styles argument.
167
- */
168
- private static $supportedStyles = [
169
- 'CURRENCY' => self::CURRENCY,
170
- 'DECIMAL' => self::DECIMAL,
171
- ];
172
-
173
- /**
174
- * Supported attributes to the setAttribute() $attr argument.
175
- */
176
- private static $supportedAttributes = [
177
- 'FRACTION_DIGITS' => self::FRACTION_DIGITS,
178
- 'GROUPING_USED' => self::GROUPING_USED,
179
- 'ROUNDING_MODE' => self::ROUNDING_MODE,
180
- ];
181
-
182
- /**
183
- * The available rounding modes for setAttribute() usage with
184
- * NumberFormatter::ROUNDING_MODE. NumberFormatter::ROUND_DOWN
185
- * and NumberFormatter::ROUND_UP does not have a PHP only equivalent.
186
- */
187
- private static $roundingModes = [
188
- 'ROUND_HALFEVEN' => self::ROUND_HALFEVEN,
189
- 'ROUND_HALFDOWN' => self::ROUND_HALFDOWN,
190
- 'ROUND_HALFUP' => self::ROUND_HALFUP,
191
- 'ROUND_CEILING' => self::ROUND_CEILING,
192
- 'ROUND_FLOOR' => self::ROUND_FLOOR,
193
- 'ROUND_DOWN' => self::ROUND_DOWN,
194
- 'ROUND_UP' => self::ROUND_UP,
195
- ];
196
-
197
- /**
198
- * The mapping between NumberFormatter rounding modes to the available
199
- * modes in PHP's round() function.
200
- *
201
- * @see https://php.net/round
202
- */
203
- private static $phpRoundingMap = [
204
- self::ROUND_HALFDOWN => \PHP_ROUND_HALF_DOWN,
205
- self::ROUND_HALFEVEN => \PHP_ROUND_HALF_EVEN,
206
- self::ROUND_HALFUP => \PHP_ROUND_HALF_UP,
207
- ];
208
-
209
- /**
210
- * The list of supported rounding modes which aren't available modes in
211
- * PHP's round() function, but there's an equivalent. Keys are rounding
212
- * modes, values does not matter.
213
- */
214
- private static $customRoundingList = [
215
- self::ROUND_CEILING => true,
216
- self::ROUND_FLOOR => true,
217
- self::ROUND_DOWN => true,
218
- self::ROUND_UP => true,
219
- ];
220
-
221
- /**
222
- * The maximum value of the integer type in 32 bit platforms.
223
- */
224
- private static $int32Max = 2147483647;
225
-
226
- /**
227
- * The maximum value of the integer type in 64 bit platforms.
228
- *
229
- * @var int|float
230
- */
231
- private static $int64Max = 9223372036854775807;
232
-
233
- private static $enSymbols = [
234
- self::DECIMAL => ['.', ',', ';', '%', '0', '#', '-', '+', '¤', '¤¤', '.', 'E', '‰', '*', '∞', 'NaN', '@', ','],
235
- self::CURRENCY => ['.', ',', ';', '%', '0', '#', '-', '+', '¤', '¤¤', '.', 'E', '‰', '*', '∞', 'NaN', '@', ','],
236
- ];
237
-
238
- private static $enTextAttributes = [
239
- self::DECIMAL => ['', '', '-', '', ' ', 'XXX', ''],
240
- self::CURRENCY => ['¤', '', '-¤', '', ' ', 'XXX'],
241
- ];
242
-
243
- /**
244
- * @param string|null $locale The locale code. The only currently supported locale is "en" (or null using the default locale, i.e. "en")
245
- * @param int $style Style of the formatting, one of the format style constants.
246
- * The only supported styles are NumberFormatter::DECIMAL
247
- * and NumberFormatter::CURRENCY.
248
- * @param string $pattern Not supported. A pattern string in case $style is NumberFormat::PATTERN_DECIMAL or
249
- * NumberFormat::PATTERN_RULEBASED. It must conform to the syntax
250
- * described in the ICU DecimalFormat or ICU RuleBasedNumberFormat documentation
251
- *
252
- * @see https://php.net/numberformatter.create
253
- * @see http://www.icu-project.org/apiref/icu4c/classDecimalFormat.html#_details
254
- * @see http://www.icu-project.org/apiref/icu4c/classRuleBasedNumberFormat.html#_details
255
- *
256
- * @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
257
- * @throws MethodArgumentValueNotImplementedException When the $style is not supported
258
- * @throws MethodArgumentNotImplementedException When the pattern value is different than null
259
- */
260
- public function __construct($locale = 'en', $style = null, $pattern = null)
261
- {
262
- if ('en' !== $locale && null !== $locale) {
263
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'locale', $locale, 'Only the locale "en" is supported');
264
- }
265
-
266
- if (!\in_array($style, self::$supportedStyles)) {
267
- $message = sprintf('The available styles are: %s.', implode(', ', array_keys(self::$supportedStyles)));
268
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'style', $style, $message);
269
- }
270
-
271
- if (null !== $pattern) {
272
- throw new MethodArgumentNotImplementedException(__METHOD__, 'pattern');
273
- }
274
-
275
- $this->style = null !== $style ? (int) $style : null;
276
- }
277
-
278
- /**
279
- * Static constructor.
280
- *
281
- * @param string|null $locale The locale code. The only supported locale is "en" (or null using the default locale, i.e. "en")
282
- * @param int $style Style of the formatting, one of the format style constants.
283
- * The only currently supported styles are NumberFormatter::DECIMAL
284
- * and NumberFormatter::CURRENCY.
285
- * @param string $pattern Not supported. A pattern string in case $style is NumberFormat::PATTERN_DECIMAL or
286
- * NumberFormat::PATTERN_RULEBASED. It must conform to the syntax
287
- * described in the ICU DecimalFormat or ICU RuleBasedNumberFormat documentation
288
- *
289
- * @return self
290
- *
291
- * @see https://php.net/numberformatter.create
292
- * @see http://www.icu-project.org/apiref/icu4c/classDecimalFormat.html#_details
293
- * @see http://www.icu-project.org/apiref/icu4c/classRuleBasedNumberFormat.html#_details
294
- *
295
- * @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
296
- * @throws MethodArgumentValueNotImplementedException When the $style is not supported
297
- * @throws MethodArgumentNotImplementedException When the pattern value is different than null
298
- */
299
- public static function create($locale = 'en', $style = null, $pattern = null)
300
- {
301
- return new self($locale, $style, $pattern);
302
- }
303
-
304
- /**
305
- * Format a currency value.
306
- *
307
- * @param float $value The numeric currency value
308
- * @param string $currency The 3-letter ISO 4217 currency code indicating the currency to use
309
- *
310
- * @return string The formatted currency value
311
- *
312
- * @see https://php.net/numberformatter.formatcurrency
313
- * @see https://en.wikipedia.org/wiki/ISO_4217#Active_codes
314
- */
315
- public function formatCurrency($value, $currency)
316
- {
317
- if (self::DECIMAL === $this->style) {
318
- return $this->format($value);
319
- }
320
-
321
- $symbol = Intl::getCurrencyBundle()->getCurrencySymbol($currency, 'en');
322
- $fractionDigits = Intl::getCurrencyBundle()->getFractionDigits($currency);
323
-
324
- $value = $this->roundCurrency($value, $currency);
325
-
326
- $negative = false;
327
- if (0 > $value) {
328
- $negative = true;
329
- $value *= -1;
330
- }
331
-
332
- $value = $this->formatNumber($value, $fractionDigits);
333
-
334
- // There's a non-breaking space after the currency code (i.e. CRC 100), but not if the currency has a symbol (i.e. £100).
335
- $ret = $symbol.(mb_strlen($symbol, 'UTF-8') > 2 ? "\xc2\xa0" : '').$value;
336
-
337
- return $negative ? '-'.$ret : $ret;
338
- }
339
-
340
- /**
341
- * Format a number.
342
- *
343
- * @param int|float $value The value to format
344
- * @param int $type Type of the formatting, one of the format type constants.
345
- * Only type NumberFormatter::TYPE_DEFAULT is currently supported.
346
- *
347
- * @return bool|string The formatted value or false on error
348
- *
349
- * @see https://php.net/numberformatter.format
350
- *
351
- * @throws NotImplementedException If the method is called with the class $style 'CURRENCY'
352
- * @throws MethodArgumentValueNotImplementedException If the $type is different than TYPE_DEFAULT
353
- */
354
- public function format($value, $type = self::TYPE_DEFAULT)
355
- {
356
- $type = (int) $type;
357
-
358
- // The original NumberFormatter does not support this format type
359
- if (self::TYPE_CURRENCY === $type) {
360
- if (\PHP_VERSION_ID >= 80000) {
361
- throw new \ValueError(sprintf('The format type must be a NumberFormatter::TYPE_* constant (%s given).', $type));
362
- }
363
-
364
- trigger_error(__METHOD__.'(): Unsupported format type '.$type, \E_USER_WARNING);
365
-
366
- return false;
367
- }
368
-
369
- if (self::CURRENCY === $this->style) {
370
- throw new NotImplementedException(sprintf('"%s()" method does not support the formatting of currencies (instance with CURRENCY style). "%s".', __METHOD__, NotImplementedException::INTL_INSTALL_MESSAGE));
371
- }
372
-
373
- // Only the default type is supported.
374
- if (self::TYPE_DEFAULT !== $type) {
375
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'type', $type, 'Only TYPE_DEFAULT is supported');
376
- }
377
-
378
- $fractionDigits = $this->getAttribute(self::FRACTION_DIGITS);
379
-
380
- $value = $this->round($value, $fractionDigits);
381
- $value = $this->formatNumber($value, $fractionDigits);
382
-
383
- // behave like the intl extension
384
- $this->resetError();
385
-
386
- return $value;
387
- }
388
-
389
- /**
390
- * Returns an attribute value.
391
- *
392
- * @param int $attr An attribute specifier, one of the numeric attribute constants
393
- *
394
- * @return int|false The attribute value on success or false on error
395
- *
396
- * @see https://php.net/numberformatter.getattribute
397
- */
398
- public function getAttribute($attr)
399
- {
400
- return isset($this->attributes[$attr]) ? $this->attributes[$attr] : null;
401
- }
402
-
403
- /**
404
- * Returns formatter's last error code. Always returns the U_ZERO_ERROR class constant value.
405
- *
406
- * @return int The error code from last formatter call
407
- *
408
- * @see https://php.net/numberformatter.geterrorcode
409
- */
410
- public function getErrorCode()
411
- {
412
- return $this->errorCode;
413
- }
414
-
415
- /**
416
- * Returns formatter's last error message. Always returns the U_ZERO_ERROR_MESSAGE class constant value.
417
- *
418
- * @return string The error message from last formatter call
419
- *
420
- * @see https://php.net/numberformatter.geterrormessage
421
- */
422
- public function getErrorMessage()
423
- {
424
- return $this->errorMessage;
425
- }
426
-
427
- /**
428
- * Returns the formatter's locale.
429
- *
430
- * The parameter $type is currently ignored.
431
- *
432
- * @param int $type Not supported. The locale name type to return (Locale::VALID_LOCALE or Locale::ACTUAL_LOCALE)
433
- *
434
- * @return string The locale used to create the formatter. Currently always
435
- * returns "en".
436
- *
437
- * @see https://php.net/numberformatter.getlocale
438
- */
439
- public function getLocale($type = Locale::ACTUAL_LOCALE)
440
- {
441
- return 'en';
442
- }
443
-
444
- /**
445
- * Not supported. Returns the formatter's pattern.
446
- *
447
- * @return string|false The pattern string used by the formatter or false on error
448
- *
449
- * @see https://php.net/numberformatter.getpattern
450
- *
451
- * @throws MethodNotImplementedException
452
- */
453
- public function getPattern()
454
- {
455
- throw new MethodNotImplementedException(__METHOD__);
456
- }
457
-
458
- /**
459
- * Not supported. Returns a formatter symbol value.
460
- *
461
- * @param int $attr A symbol specifier, one of the format symbol constants
462
- *
463
- * @return string|false The symbol value or false on error
464
- *
465
- * @see https://php.net/numberformatter.getsymbol
466
- */
467
- public function getSymbol($attr)
468
- {
469
- return \array_key_exists($this->style, self::$enSymbols) && \array_key_exists($attr, self::$enSymbols[$this->style]) ? self::$enSymbols[$this->style][$attr] : false;
470
- }
471
-
472
- /**
473
- * Not supported. Returns a formatter text attribute value.
474
- *
475
- * @param int $attr An attribute specifier, one of the text attribute constants
476
- *
477
- * @return string|false The attribute value or false on error
478
- *
479
- * @see https://php.net/numberformatter.gettextattribute
480
- */
481
- public function getTextAttribute($attr)
482
- {
483
- return \array_key_exists($this->style, self::$enTextAttributes) && \array_key_exists($attr, self::$enTextAttributes[$this->style]) ? self::$enTextAttributes[$this->style][$attr] : false;
484
- }
485
-
486
- /**
487
- * Not supported. Parse a currency number.
488
- *
489
- * @param string $value The value to parse
490
- * @param string $currency Parameter to receive the currency name (reference)
491
- * @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
492
- *
493
- * @return float|false The parsed numeric value or false on error
494
- *
495
- * @see https://php.net/numberformatter.parsecurrency
496
- *
497
- * @throws MethodNotImplementedException
498
- */
499
- public function parseCurrency($value, &$currency, &$position = null)
500
- {
501
- throw new MethodNotImplementedException(__METHOD__);
502
- }
503
-
504
- /**
505
- * Parse a number.
506
- *
507
- * @param string $value The value to parse
508
- * @param int $type Type of the formatting, one of the format type constants. NumberFormatter::TYPE_DOUBLE by default.
509
- * @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
510
- *
511
- * @return int|float|false The parsed value or false on error
512
- *
513
- * @see https://php.net/numberformatter.parse
514
- */
515
- public function parse($value, $type = self::TYPE_DOUBLE, &$position = 0)
516
- {
517
- $type = (int) $type;
518
-
519
- if (self::TYPE_DEFAULT === $type || self::TYPE_CURRENCY === $type) {
520
- if (\PHP_VERSION_ID >= 80000) {
521
- throw new \ValueError(sprintf('The format type must be a NumberFormatter::TYPE_* constant (%d given).', $type));
522
- }
523
-
524
- trigger_error(__METHOD__.'(): Unsupported format type '.$type, \E_USER_WARNING);
525
-
526
- return false;
527
- }
528
-
529
- // Any invalid number at the end of the string is removed.
530
- // Only numbers and the fraction separator is expected in the string.
531
- // If grouping is used, grouping separator also becomes a valid character.
532
- $groupingMatch = $this->getAttribute(self::GROUPING_USED) ? '|(?P<grouping>\d++(,{1}\d+)++(\.\d*+)?)' : '';
533
- if (preg_match("/^-?(?:\.\d++{$groupingMatch}|\d++(\.\d*+)?)/", $value, $matches)) {
534
- $value = $matches[0];
535
- $position = \strlen($value);
536
- // value is not valid if grouping is used, but digits are not grouped in groups of three
537
- if ($error = isset($matches['grouping']) && !preg_match('/^-?(?:\d{1,3}+)?(?:(?:,\d{3})++|\d*+)(?:\.\d*+)?$/', $value)) {
538
- // the position on error is 0 for positive and 1 for negative numbers
539
- $position = 0 === strpos($value, '-') ? 1 : 0;
540
- }
541
- } else {
542
- $error = true;
543
- $position = 0;
544
- }
545
-
546
- if ($error) {
547
- IntlGlobals::setError(IntlGlobals::U_PARSE_ERROR, 'Number parsing failed');
548
- $this->errorCode = IntlGlobals::getErrorCode();
549
- $this->errorMessage = IntlGlobals::getErrorMessage();
550
-
551
- return false;
552
- }
553
-
554
- $value = str_replace(',', '', $value);
555
- $value = $this->convertValueDataType($value, $type);
556
-
557
- // behave like the intl extension
558
- $this->resetError();
559
-
560
- return $value;
561
- }
562
-
563
- /**
564
- * Set an attribute.
565
- *
566
- * @param int $attr An attribute specifier, one of the numeric attribute constants.
567
- * The only currently supported attributes are NumberFormatter::FRACTION_DIGITS,
568
- * NumberFormatter::GROUPING_USED and NumberFormatter::ROUNDING_MODE.
569
- * @param int $value The attribute value
570
- *
571
- * @return bool true on success or false on failure
572
- *
573
- * @see https://php.net/numberformatter.setattribute
574
- *
575
- * @throws MethodArgumentValueNotImplementedException When the $attr is not supported
576
- * @throws MethodArgumentValueNotImplementedException When the $value is not supported
577
- */
578
- public function setAttribute($attr, $value)
579
- {
580
- $attr = (int) $attr;
581
-
582
- if (!\in_array($attr, self::$supportedAttributes)) {
583
- $message = sprintf(
584
- 'The available attributes are: %s',
585
- implode(', ', array_keys(self::$supportedAttributes))
586
- );
587
-
588
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'attr', $value, $message);
589
- }
590
-
591
- if (self::$supportedAttributes['ROUNDING_MODE'] === $attr && $this->isInvalidRoundingMode($value)) {
592
- $message = sprintf(
593
- 'The supported values for ROUNDING_MODE are: %s',
594
- implode(', ', array_keys(self::$roundingModes))
595
- );
596
-
597
- throw new MethodArgumentValueNotImplementedException(__METHOD__, 'attr', $value, $message);
598
- }
599
-
600
- if (self::$supportedAttributes['GROUPING_USED'] === $attr) {
601
- $value = $this->normalizeGroupingUsedValue($value);
602
- }
603
-
604
- if (self::$supportedAttributes['FRACTION_DIGITS'] === $attr) {
605
- $value = $this->normalizeFractionDigitsValue($value);
606
- if ($value < 0) {
607
- // ignore negative values but do not raise an error
608
- return true;
609
- }
610
- }
611
-
612
- $this->attributes[$attr] = $value;
613
- $this->initializedAttributes[$attr] = true;
614
-
615
- return true;
616
- }
617
-
618
- /**
619
- * Not supported. Set the formatter's pattern.
620
- *
621
- * @param string $pattern A pattern string in conformance with the ICU DecimalFormat documentation
622
- *
623
- * @return bool true on success or false on failure
624
- *
625
- * @see https://php.net/numberformatter.setpattern
626
- * @see http://www.icu-project.org/apiref/icu4c/classDecimalFormat.html#_details
627
- *
628
- * @throws MethodNotImplementedException
629
- */
630
- public function setPattern($pattern)
631
- {
632
- throw new MethodNotImplementedException(__METHOD__);
633
- }
634
-
635
- /**
636
- * Not supported. Set the formatter's symbol.
637
- *
638
- * @param int $attr A symbol specifier, one of the format symbol constants
639
- * @param string $value The value for the symbol
640
- *
641
- * @return bool true on success or false on failure
642
- *
643
- * @see https://php.net/numberformatter.setsymbol
644
- *
645
- * @throws MethodNotImplementedException
646
- */
647
- public function setSymbol($attr, $value)
648
- {
649
- throw new MethodNotImplementedException(__METHOD__);
650
- }
651
-
652
- /**
653
- * Not supported. Set a text attribute.
654
- *
655
- * @param int $attr An attribute specifier, one of the text attribute constants
656
- * @param string $value The attribute value
657
- *
658
- * @return bool true on success or false on failure
659
- *
660
- * @see https://php.net/numberformatter.settextattribute
661
- *
662
- * @throws MethodNotImplementedException
663
- */
664
- public function setTextAttribute($attr, $value)
665
- {
666
- throw new MethodNotImplementedException(__METHOD__);
667
- }
668
-
669
- /**
670
- * Set the error to the default U_ZERO_ERROR.
671
- */
672
- protected function resetError()
673
- {
674
- IntlGlobals::setError(IntlGlobals::U_ZERO_ERROR);
675
- $this->errorCode = IntlGlobals::getErrorCode();
676
- $this->errorMessage = IntlGlobals::getErrorMessage();
677
- }
678
-
679
- /**
680
- * Rounds a currency value, applying increment rounding if applicable.
681
- *
682
- * When a currency have a rounding increment, an extra round is made after the first one. The rounding factor is
683
- * determined in the ICU data and is explained as of:
684
- *
685
- * "the rounding increment is given in units of 10^(-fraction_digits)"
686
- *
687
- * The only actual rounding data as of this writing, is CHF.
688
- *
689
- * @param float $value The numeric currency value
690
- * @param string $currency The 3-letter ISO 4217 currency code indicating the currency to use
691
- *
692
- * @return float The rounded numeric currency value
693
- *
694
- * @see http://en.wikipedia.org/wiki/Swedish_rounding
695
- * @see http://www.docjar.com/html/api/com/ibm/icu/util/Currency.java.html#1007
696
- */
697
- private function roundCurrency($value, $currency)
698
- {
699
- $fractionDigits = Intl::getCurrencyBundle()->getFractionDigits($currency);
700
- $roundingIncrement = Intl::getCurrencyBundle()->getRoundingIncrement($currency);
701
-
702
- // Round with the formatter rounding mode
703
- $value = $this->round($value, $fractionDigits);
704
-
705
- // Swiss rounding
706
- if (0 < $roundingIncrement && 0 < $fractionDigits) {
707
- $roundingFactor = $roundingIncrement / pow(10, $fractionDigits);
708
- $value = round($value / $roundingFactor) * $roundingFactor;
709
- }
710
-
711
- return $value;
712
- }
713
-
714
- /**
715
- * Rounds a value.
716
- *
717
- * @param int|float $value The value to round
718
- * @param int $precision The number of decimal digits to round to
719
- *
720
- * @return int|float The rounded value
721
- */
722
- private function round($value, $precision)
723
- {
724
- $precision = $this->getUninitializedPrecision($value, $precision);
725
-
726
- $roundingModeAttribute = $this->getAttribute(self::ROUNDING_MODE);
727
- if (isset(self::$phpRoundingMap[$roundingModeAttribute])) {
728
- $value = round($value, $precision, self::$phpRoundingMap[$roundingModeAttribute]);
729
- } elseif (isset(self::$customRoundingList[$roundingModeAttribute])) {
730
- $roundingCoef = pow(10, $precision);
731
- $value *= $roundingCoef;
732
- $value = (float) (string) $value;
733
-
734
- switch ($roundingModeAttribute) {
735
- case self::ROUND_CEILING:
736
- $value = ceil($value);
737
- break;
738
- case self::ROUND_FLOOR:
739
- $value = floor($value);
740
- break;
741
- case self::ROUND_UP:
742
- $value = $value > 0 ? ceil($value) : floor($value);
743
- break;
744
- case self::ROUND_DOWN:
745
- $value = $value > 0 ? floor($value) : ceil($value);
746
- break;
747
- }
748
-
749
- $value /= $roundingCoef;
750
- }
751
-
752
- return $value;
753
- }
754
-
755
- /**
756
- * Formats a number.
757
- *
758
- * @param int|float $value The numeric value to format
759
- * @param int $precision The number of decimal digits to use
760
- *
761
- * @return string The formatted number
762
- */
763
- private function formatNumber($value, $precision)
764
- {
765
- $precision = $this->getUninitializedPrecision($value, $precision);
766
-
767
- return number_format($value, $precision, '.', $this->getAttribute(self::GROUPING_USED) ? ',' : '');
768
- }
769
-
770
- /**
771
- * Returns the precision value if the DECIMAL style is being used and the FRACTION_DIGITS attribute is uninitialized.
772
- *
773
- * @param int|float $value The value to get the precision from if the FRACTION_DIGITS attribute is uninitialized
774
- * @param int $precision The precision value to returns if the FRACTION_DIGITS attribute is initialized
775
- *
776
- * @return int The precision value
777
- */
778
- private function getUninitializedPrecision($value, $precision)
779
- {
780
- if (self::CURRENCY === $this->style) {
781
- return $precision;
782
- }
783
-
784
- if (!$this->isInitializedAttribute(self::FRACTION_DIGITS)) {
785
- preg_match('/.*\.(.*)/', (string) $value, $digits);
786
- if (isset($digits[1])) {
787
- $precision = \strlen($digits[1]);
788
- }
789
- }
790
-
791
- return $precision;
792
- }
793
-
794
- /**
795
- * Check if the attribute is initialized (value set by client code).
796
- *
797
- * @param string $attr The attribute name
798
- *
799
- * @return bool true if the value was set by client, false otherwise
800
- */
801
- private function isInitializedAttribute($attr)
802
- {
803
- return isset($this->initializedAttributes[$attr]);
804
- }
805
-
806
- /**
807
- * Returns the numeric value using the $type to convert to the right data type.
808
- *
809
- * @param mixed $value The value to be converted
810
- * @param int $type The type to convert. Can be TYPE_DOUBLE (float) or TYPE_INT32 (int)
811
- *
812
- * @return int|float|false The converted value
813
- */
814
- private function convertValueDataType($value, $type)
815
- {
816
- $type = (int) $type;
817
-
818
- if (self::TYPE_DOUBLE === $type) {
819
- $value = (float) $value;
820
- } elseif (self::TYPE_INT32 === $type) {
821
- $value = $this->getInt32Value($value);
822
- } elseif (self::TYPE_INT64 === $type) {
823
- $value = $this->getInt64Value($value);
824
- }
825
-
826
- return $value;
827
- }
828
-
829
- /**
830
- * Convert the value data type to int or returns false if the value is out of the integer value range.
831
- *
832
- * @param mixed $value The value to be converted
833
- *
834
- * @return int|false The converted value
835
- */
836
- private function getInt32Value($value)
837
- {
838
- if ($value > self::$int32Max || $value < -self::$int32Max - 1) {
839
- return false;
840
- }
841
-
842
- return (int) $value;
843
- }
844
-
845
- /**
846
- * Convert the value data type to int or returns false if the value is out of the integer value range.
847
- *
848
- * @param mixed $value The value to be converted
849
- *
850
- * @return int|float|false The converted value
851
- */
852
- private function getInt64Value($value)
853
- {
854
- if ($value > self::$int64Max || $value < -self::$int64Max - 1) {
855
- return false;
856
- }
857
-
858
- if (\PHP_INT_SIZE !== 8 && ($value > self::$int32Max || $value < -self::$int32Max - 1)) {
859
- return (float) $value;
860
- }
861
-
862
- return (int) $value;
863
- }
864
-
865
- /**
866
- * Check if the rounding mode is invalid.
867
- *
868
- * @param int $value The rounding mode value to check
869
- *
870
- * @return bool true if the rounding mode is invalid, false otherwise
871
- */
872
- private function isInvalidRoundingMode($value)
873
- {
874
- if (\in_array($value, self::$roundingModes, true)) {
875
- return false;
876
- }
877
-
878
- return true;
879
- }
880
-
881
- /**
882
- * Returns the normalized value for the GROUPING_USED attribute. Any value that can be converted to int will be
883
- * cast to Boolean and then to int again. This way, negative values are converted to 1 and string values to 0.
884
- *
885
- * @param mixed $value The value to be normalized
886
- *
887
- * @return int The normalized value for the attribute (0 or 1)
888
- */
889
- private function normalizeGroupingUsedValue($value)
890
- {
891
- return (int) (bool) (int) $value;
892
- }
893
-
894
- /**
895
- * Returns the normalized value for the FRACTION_DIGITS attribute.
896
- *
897
- * @param mixed $value The value to be normalized
898
- *
899
- * @return int The normalized value for the attribute
900
- */
901
- private function normalizeFractionDigitsValue($value)
902
- {
903
- return (int) $value;
904
- }
905
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/README.md DELETED
@@ -1,21 +0,0 @@
1
- Intl Component
2
- =============
3
-
4
- A PHP replacement layer for the C intl extension that also provides access to
5
- the localization data of the ICU library.
6
-
7
- The replacement layer is limited to the locale "en". If you want to use other
8
- locales, you should [install the intl PHP extension][0] instead.
9
-
10
- Resources
11
- ---------
12
-
13
- * [Documentation](https://symfony.com/doc/current/components/intl.html)
14
- * [Contributing](https://symfony.com/doc/current/contributing/index.html)
15
- * [Report issues](https://github.com/symfony/symfony/issues) and
16
- [send Pull Requests](https://github.com/symfony/symfony/pulls)
17
- in the [main Symfony repository](https://github.com/symfony/symfony)
18
- * [Docker images with intl support](https://hub.docker.com/r/jakzal/php-intl)
19
- (for the Intl component development)
20
-
21
- [0]: https://php.net/intl.setup
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/CurrencyBundle.php DELETED
@@ -1,113 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
- use Symfony\Component\Intl\Data\Provider\CurrencyDataProvider;
16
- use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
17
- use Symfony\Component\Intl\Exception\MissingResourceException;
18
-
19
- /**
20
- * Default implementation of {@link CurrencyBundleInterface}.
21
- *
22
- * @author Bernhard Schussek <bschussek@gmail.com>
23
- *
24
- * @internal
25
- */
26
- class CurrencyBundle extends CurrencyDataProvider implements CurrencyBundleInterface
27
- {
28
- private $localeProvider;
29
-
30
- /**
31
- * Creates a new currency bundle.
32
- *
33
- * @param string $path
34
- */
35
- public function __construct($path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider)
36
- {
37
- parent::__construct($path, $reader);
38
-
39
- $this->localeProvider = $localeProvider;
40
- }
41
-
42
- /**
43
- * {@inheritdoc}
44
- */
45
- public function getCurrencySymbol($currency, $displayLocale = null)
46
- {
47
- try {
48
- return $this->getSymbol($currency, $displayLocale);
49
- } catch (MissingResourceException $e) {
50
- return null;
51
- }
52
- }
53
-
54
- /**
55
- * {@inheritdoc}
56
- */
57
- public function getCurrencyName($currency, $displayLocale = null)
58
- {
59
- try {
60
- return $this->getName($currency, $displayLocale);
61
- } catch (MissingResourceException $e) {
62
- return null;
63
- }
64
- }
65
-
66
- /**
67
- * {@inheritdoc}
68
- */
69
- public function getCurrencyNames($displayLocale = null)
70
- {
71
- try {
72
- return $this->getNames($displayLocale);
73
- } catch (MissingResourceException $e) {
74
- return [];
75
- }
76
- }
77
-
78
- /**
79
- * {@inheritdoc}
80
- */
81
- public function getFractionDigits($currency)
82
- {
83
- try {
84
- return parent::getFractionDigits($currency);
85
- } catch (MissingResourceException $e) {
86
- return null;
87
- }
88
- }
89
-
90
- /**
91
- * {@inheritdoc}
92
- */
93
- public function getRoundingIncrement($currency)
94
- {
95
- try {
96
- return parent::getRoundingIncrement($currency);
97
- } catch (MissingResourceException $e) {
98
- return null;
99
- }
100
- }
101
-
102
- /**
103
- * {@inheritdoc}
104
- */
105
- public function getLocales()
106
- {
107
- try {
108
- return $this->localeProvider->getLocales();
109
- } catch (MissingResourceException $e) {
110
- return [];
111
- }
112
- }
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/CurrencyBundleInterface.php DELETED
@@ -1,74 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- /**
15
- * Gives access to currency-related ICU data.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- interface CurrencyBundleInterface extends ResourceBundleInterface
20
- {
21
- /**
22
- * Returns the symbol used for a currency.
23
- *
24
- * @param string $currency A currency code (e.g. "EUR")
25
- * @param string $displayLocale Optional. The locale to return the result in
26
- * Defaults to {@link \Locale::getDefault()}.
27
- *
28
- * @return string|null The currency symbol or NULL if not found
29
- */
30
- public function getCurrencySymbol($currency, $displayLocale = null);
31
-
32
- /**
33
- * Returns the name of a currency.
34
- *
35
- * @param string $currency A currency code (e.g. "EUR")
36
- * @param string $displayLocale Optional. The locale to return the name in
37
- * Defaults to {@link \Locale::getDefault()}.
38
- *
39
- * @return string|null The name of the currency or NULL if not found
40
- */
41
- public function getCurrencyName($currency, $displayLocale = null);
42
-
43
- /**
44
- * Returns the names of all known currencies.
45
- *
46
- * @param string $displayLocale Optional. The locale to return the names in
47
- * Defaults to {@link \Locale::getDefault()}.
48
- *
49
- * @return string[] A list of currency names indexed by currency codes
50
- */
51
- public function getCurrencyNames($displayLocale = null);
52
-
53
- /**
54
- * Returns the number of digits after the comma of a currency.
55
- *
56
- * @param string $currency A currency code (e.g. "EUR")
57
- *
58
- * @return int|null The number of digits after the comma or NULL if not found
59
- */
60
- public function getFractionDigits($currency);
61
-
62
- /**
63
- * Returns the rounding increment of a currency.
64
- *
65
- * The rounding increment indicates to which number a currency is rounded.
66
- * For example, 1230 rounded to the nearest 50 is 1250. 1.234 rounded to the
67
- * nearest 0.65 is 1.3.
68
- *
69
- * @param string $currency A currency code (e.g. "EUR")
70
- *
71
- * @return float|int|null The rounding increment or NULL if not found
72
- */
73
- public function getRoundingIncrement($currency);
74
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/LanguageBundle.php DELETED
@@ -1,113 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
- use Symfony\Component\Intl\Data\Provider\LanguageDataProvider;
16
- use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
17
- use Symfony\Component\Intl\Data\Provider\ScriptDataProvider;
18
- use Symfony\Component\Intl\Exception\MissingResourceException;
19
-
20
- /**
21
- * Default implementation of {@link LanguageBundleInterface}.
22
- *
23
- * @author Bernhard Schussek <bschussek@gmail.com>
24
- *
25
- * @internal
26
- */
27
- class LanguageBundle extends LanguageDataProvider implements LanguageBundleInterface
28
- {
29
- private $localeProvider;
30
- private $scriptProvider;
31
-
32
- /**
33
- * Creates a new language bundle.
34
- *
35
- * @param string $path
36
- */
37
- public function __construct($path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider, ScriptDataProvider $scriptProvider)
38
- {
39
- parent::__construct($path, $reader);
40
-
41
- $this->localeProvider = $localeProvider;
42
- $this->scriptProvider = $scriptProvider;
43
- }
44
-
45
- /**
46
- * {@inheritdoc}
47
- */
48
- public function getLanguageName($language, $region = null, $displayLocale = null)
49
- {
50
- // Some languages are translated together with their region,
51
- // i.e. "en_GB" is translated as "British English"
52
- if (null !== $region) {
53
- try {
54
- return $this->getName($language.'_'.$region, $displayLocale);
55
- } catch (MissingResourceException $e) {
56
- }
57
- }
58
-
59
- try {
60
- return $this->getName($language, $displayLocale);
61
- } catch (MissingResourceException $e) {
62
- return null;
63
- }
64
- }
65
-
66
- /**
67
- * {@inheritdoc}
68
- */
69
- public function getLanguageNames($displayLocale = null)
70
- {
71
- try {
72
- return $this->getNames($displayLocale);
73
- } catch (MissingResourceException $e) {
74
- return [];
75
- }
76
- }
77
-
78
- /**
79
- * {@inheritdoc}
80
- */
81
- public function getScriptName($script, $language = null, $displayLocale = null)
82
- {
83
- try {
84
- return $this->scriptProvider->getName($script, $displayLocale);
85
- } catch (MissingResourceException $e) {
86
- return null;
87
- }
88
- }
89
-
90
- /**
91
- * {@inheritdoc}
92
- */
93
- public function getScriptNames($displayLocale = null)
94
- {
95
- try {
96
- return $this->scriptProvider->getNames($displayLocale);
97
- } catch (MissingResourceException $e) {
98
- return [];
99
- }
100
- }
101
-
102
- /**
103
- * {@inheritdoc}
104
- */
105
- public function getLocales()
106
- {
107
- try {
108
- return $this->localeProvider->getLocales();
109
- } catch (MissingResourceException $e) {
110
- return [];
111
- }
112
- }
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/LanguageBundleInterface.php DELETED
@@ -1,64 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- /**
15
- * Gives access to language-related ICU data.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- interface LanguageBundleInterface extends ResourceBundleInterface
20
- {
21
- /**
22
- * Returns the name of a language.
23
- *
24
- * @param string $language A language code (e.g. "en")
25
- * @param string|null $region Optional. A region code (e.g. "US")
26
- * @param string $displayLocale Optional. The locale to return the name in
27
- * Defaults to {@link \Locale::getDefault()}.
28
- *
29
- * @return string|null The name of the language or NULL if not found
30
- */
31
- public function getLanguageName($language, $region = null, $displayLocale = null);
32
-
33
- /**
34
- * Returns the names of all known languages.
35
- *
36
- * @param string $displayLocale Optional. The locale to return the names in
37
- * Defaults to {@link \Locale::getDefault()}.
38
- *
39
- * @return string[] A list of language names indexed by language codes
40
- */
41
- public function getLanguageNames($displayLocale = null);
42
-
43
- /**
44
- * Returns the name of a script.
45
- *
46
- * @param string $script A script code (e.g. "Hans")
47
- * @param string $language Optional. A language code (e.g. "zh")
48
- * @param string $displayLocale Optional. The locale to return the name in
49
- * Defaults to {@link \Locale::getDefault()}.
50
- *
51
- * @return string|null The name of the script or NULL if not found
52
- */
53
- public function getScriptName($script, $language = null, $displayLocale = null);
54
-
55
- /**
56
- * Returns the names of all known scripts.
57
- *
58
- * @param string $displayLocale Optional. The locale to return the names in
59
- * Defaults to {@link \Locale::getDefault()}.
60
- *
61
- * @return string[] A list of script names indexed by script codes
62
- */
63
- public function getScriptNames($displayLocale = null);
64
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/LocaleBundle.php DELETED
@@ -1,61 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
15
- use Symfony\Component\Intl\Exception\MissingResourceException;
16
-
17
- /**
18
- * Default implementation of {@link LocaleBundleInterface}.
19
- *
20
- * @author Bernhard Schussek <bschussek@gmail.com>
21
- *
22
- * @internal
23
- */
24
- class LocaleBundle extends LocaleDataProvider implements LocaleBundleInterface
25
- {
26
- /**
27
- * {@inheritdoc}
28
- */
29
- public function getLocales()
30
- {
31
- try {
32
- return parent::getLocales();
33
- } catch (MissingResourceException $e) {
34
- return [];
35
- }
36
- }
37
-
38
- /**
39
- * {@inheritdoc}
40
- */
41
- public function getLocaleName($locale, $displayLocale = null)
42
- {
43
- try {
44
- return $this->getName($locale, $displayLocale);
45
- } catch (MissingResourceException $e) {
46
- return null;
47
- }
48
- }
49
-
50
- /**
51
- * {@inheritdoc}
52
- */
53
- public function getLocaleNames($displayLocale = null)
54
- {
55
- try {
56
- return $this->getNames($displayLocale);
57
- } catch (MissingResourceException $e) {
58
- return [];
59
- }
60
- }
61
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/LocaleBundleInterface.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- /**
15
- * Gives access to locale-related ICU data.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- interface LocaleBundleInterface extends ResourceBundleInterface
20
- {
21
- /**
22
- * Returns the name of a locale.
23
- *
24
- * @param string $locale The locale to return the name of (e.g. "de_AT")
25
- * @param string $displayLocale Optional. The locale to return the name in
26
- * Defaults to {@link \Locale::getDefault()}.
27
- *
28
- * @return string|null The name of the locale or NULL if not found
29
- */
30
- public function getLocaleName($locale, $displayLocale = null);
31
-
32
- /**
33
- * Returns the names of all known locales.
34
- *
35
- * @param string $displayLocale Optional. The locale to return the names in
36
- * Defaults to {@link \Locale::getDefault()}.
37
- *
38
- * @return string[] A list of locale names indexed by locale codes
39
- */
40
- public function getLocaleNames($displayLocale = null);
41
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/RegionBundle.php DELETED
@@ -1,77 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- use Symfony\Component\Intl\Data\Bundle\Reader\BundleEntryReaderInterface;
15
- use Symfony\Component\Intl\Data\Provider\LocaleDataProvider;
16
- use Symfony\Component\Intl\Data\Provider\RegionDataProvider;
17
- use Symfony\Component\Intl\Exception\MissingResourceException;
18
-
19
- /**
20
- * Default implementation of {@link RegionBundleInterface}.
21
- *
22
- * @author Bernhard Schussek <bschussek@gmail.com>
23
- *
24
- * @internal
25
- */
26
- class RegionBundle extends RegionDataProvider implements RegionBundleInterface
27
- {
28
- private $localeProvider;
29
-
30
- /**
31
- * Creates a new region bundle.
32
- *
33
- * @param string $path
34
- */
35
- public function __construct($path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider)
36
- {
37
- parent::__construct($path, $reader);
38
-
39
- $this->localeProvider = $localeProvider;
40
- }
41
-
42
- /**
43
- * {@inheritdoc}
44
- */
45
- public function getCountryName($country, $displayLocale = null)
46
- {
47
- try {
48
- return $this->getName($country, $displayLocale);
49
- } catch (MissingResourceException $e) {
50
- return null;
51
- }
52
- }
53
-
54
- /**
55
- * {@inheritdoc}
56
- */
57
- public function getCountryNames($displayLocale = null)
58
- {
59
- try {
60
- return $this->getNames($displayLocale);
61
- } catch (MissingResourceException $e) {
62
- return [];
63
- }
64
- }
65
-
66
- /**
67
- * {@inheritdoc}
68
- */
69
- public function getLocales()
70
- {
71
- try {
72
- return $this->localeProvider->getLocales();
73
- } catch (MissingResourceException $e) {
74
- return [];
75
- }
76
- }
77
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/RegionBundleInterface.php DELETED
@@ -1,41 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- /**
15
- * Gives access to region-related ICU data.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- interface RegionBundleInterface extends ResourceBundleInterface
20
- {
21
- /**
22
- * Returns the name of a country.
23
- *
24
- * @param string $country A country code (e.g. "US")
25
- * @param string $displayLocale Optional. The locale to return the name in
26
- * Defaults to {@link \Locale::getDefault()}.
27
- *
28
- * @return string|null The name of the country or NULL if not found
29
- */
30
- public function getCountryName($country, $displayLocale = null);
31
-
32
- /**
33
- * Returns the names of all known countries.
34
- *
35
- * @param string $displayLocale Optional. The locale to return the names in
36
- * Defaults to {@link \Locale::getDefault()}.
37
- *
38
- * @return string[] A list of country names indexed by country codes
39
- */
40
- public function getCountryNames($displayLocale = null);
41
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/ResourceBundle/ResourceBundleInterface.php DELETED
@@ -1,27 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- namespace Symfony\Component\Intl\ResourceBundle;
13
-
14
- /**
15
- * Gives access to ICU data.
16
- *
17
- * @author Bernhard Schussek <bschussek@gmail.com>
18
- */
19
- interface ResourceBundleInterface
20
- {
21
- /**
22
- * Returns the list of locales that this bundle supports.
23
- *
24
- * @return string[] A list of locale codes
25
- */
26
- public function getLocales();
27
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/bin/autoload.php DELETED
@@ -1,18 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- $autoload = __DIR__.'/../../vendor/autoload.php';
13
-
14
- if (!file_exists($autoload)) {
15
- bailout('You should run "composer install" in the component before running this script.');
16
- }
17
-
18
- require_once $autoload;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/bin/common.php DELETED
@@ -1,96 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- define('LINE_WIDTH', 75);
13
-
14
- define('LINE', str_repeat('-', LINE_WIDTH)."\n");
15
-
16
- function bailout($message)
17
- {
18
- echo wordwrap($message, LINE_WIDTH)." Aborting.\n";
19
-
20
- exit(1);
21
- }
22
-
23
- function strip_minor_versions($version)
24
- {
25
- preg_match('/^(?P<version>[0-9]\.[0-9]|[0-9]{2,})/', $version, $matches);
26
-
27
- return $matches['version'];
28
- }
29
-
30
- function centered($text)
31
- {
32
- $padding = (int) ((LINE_WIDTH - strlen($text)) / 2);
33
-
34
- return str_repeat(' ', $padding).$text;
35
- }
36
-
37
- function cd($dir)
38
- {
39
- if (false === chdir($dir)) {
40
- bailout("Could not switch to directory $dir.");
41
- }
42
- }
43
-
44
- function run($command)
45
- {
46
- exec($command, $output, $status);
47
-
48
- if (0 !== $status) {
49
- $output = implode("\n", $output);
50
- echo "Error while running:\n ".getcwd().'$ '.$command."\nOutput:\n".LINE."$output\n".LINE;
51
-
52
- bailout("\"$command\" failed.");
53
- }
54
- }
55
-
56
- function get_icu_version_from_genrb($genrb)
57
- {
58
- exec($genrb.' --version - 2>&1', $output, $status);
59
-
60
- if (0 !== $status) {
61
- bailout($genrb.' failed.');
62
- }
63
-
64
- if (!preg_match('/ICU version ([\d\.]+)/', implode('', $output), $matches)) {
65
- return null;
66
- }
67
-
68
- return $matches[1];
69
- }
70
-
71
- error_reporting(\E_ALL);
72
-
73
- set_error_handler(function ($type, $msg, $file, $line) {
74
- throw new \ErrorException($msg, 0, $type, $file, $line);
75
- });
76
-
77
- set_exception_handler(function (Throwable $exception) {
78
- echo "\n";
79
-
80
- $cause = $exception;
81
- $root = true;
82
-
83
- while (null !== $cause) {
84
- if (!$root) {
85
- echo "Caused by\n";
86
- }
87
-
88
- echo get_class($cause).': '.$cause->getMessage()."\n";
89
- echo "\n";
90
- echo $cause->getFile().':'.$cause->getLine()."\n";
91
- echo $cause->getTraceAsString()."\n";
92
-
93
- $cause = $cause->getPrevious();
94
- $root = false;
95
- }
96
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/bin/compile DELETED
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- [[ $1 == force ]] && docker pull jakzal/php-intl
4
- [[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu
5
-
6
- docker run \
7
- -it --rm --name symfony-intl \
8
- -u $(id -u):$(id -g) \
9
- -v /tmp/symfony/icu:/tmp \
10
- -v $(pwd):/symfony \
11
- -w /symfony \
12
- jakzal/php-intl:latest \
13
- php src/Symfony/Component/Intl/Resources/bin/update-data.php
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/bin/update-data.php DELETED
@@ -1,226 +0,0 @@
1
- <?php
2
-
3
- /*
4
- * This file is part of the Symfony package.
5
- *
6
- * (c) Fabien Potencier <fabien@symfony.com>
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
11
-
12
- use Symfony\Component\Filesystem\Filesystem;
13
- use Symfony\Component\Intl\Data\Bundle\Compiler\GenrbCompiler;
14
- use Symfony\Component\Intl\Data\Bundle\Writer\JsonBundleWriter;
15
- use Symfony\Component\Intl\Data\Generator\CurrencyDataGenerator;
16
- use Symfony\Component\Intl\Data\Generator\GeneratorConfig;
17
- use Symfony\Component\Intl\Data\Generator\LanguageDataGenerator;
18
- use Symfony\Component\Intl\Data\Generator\LocaleDataGenerator;
19
- use Symfony\Component\Intl\Data\Generator\RegionDataGenerator;
20
- use Symfony\Component\Intl\Data\Generator\ScriptDataGenerator;
21
- use Symfony\Component\Intl\Intl;
22
- use Symfony\Component\Intl\Locale;
23
- use Symfony\Component\Intl\Util\GitRepository;
24
-
25
- require_once __DIR__.'/common.php';
26
- require_once __DIR__.'/autoload.php';
27
-
28
- $argc = $_SERVER['argc'];
29
- $argv = $_SERVER['argv'];
30
-
31
- if ($argc > 3 || 2 === $argc && '-h' === $argv[1]) {
32
- bailout(<<<'MESSAGE'
33
- Usage: php update-data.php <path/to/icu/source> <path/to/icu/build>
34
-
35
- Updates the ICU data for Symfony to the latest version of ICU.
36
-
37
- If you downloaded the git repository before, you can pass the path to the
38
- repository source in the first optional argument.
39
-
40
- If you also built the repository before, you can pass the directory where that
41
- build is stored in the second parameter. The build directory needs to contain
42
- the subdirectories bin/ and lib/.
43
-
44
- For running this script, the intl extension must be loaded and all vendors
45
- must have been installed through composer:
46
-
47
- composer install
48
-
49
- MESSAGE
50
- );
51
- }
52
-
53
- echo LINE;
54
- echo centered('ICU Resource Bundle Compilation')."\n";
55
- echo LINE;
56
-
57
- if (!Intl::isExtensionLoaded()) {
58
- bailout('The intl extension for PHP is not installed.');
59
- }
60
-
61
- if ($argc >= 2) {
62
- $repoDir = $argv[1];
63
- $git = new GitRepository($repoDir);
64
-
65
- echo "Using the existing git repository at {$repoDir}.\n";
66
- } else {
67
- echo "Starting git clone. This may take a while...\n";
68
-
69
- $repoDir = sys_get_temp_dir().'/icu-data';
70
- $git = GitRepository::download('https://github.com/unicode-org/icu.git', $repoDir);
71
-
72
- echo "Git clone to {$repoDir} complete.\n";
73
- }
74
-
75
- $gitTag = $git->getLastTag(function ($tag) {
76
- return preg_match('#^release-[0-9]{1,}-[0-9]{1}$#', $tag);
77
- });
78
- $shortIcuVersion = strip_minor_versions(preg_replace('#release-([0-9]{1,})-([0-9]{1,})#', '$1.$2', $gitTag));
79
-
80
- echo "Checking out `{$gitTag}` for version `{$shortIcuVersion}`...\n";
81
- $git->checkout('tags/'.$gitTag);
82
-
83
- $filesystem = new Filesystem();
84
- $sourceDir = $repoDir.'/icu4c/source';
85
-
86
- if ($argc >= 3) {
87
- $buildDir = $argv[2];
88
- } else {
89
- // Always build genrb so that we can determine the ICU version of the
90
- // download by running genrb --version
91
- echo "Building genrb.\n";
92
-
93
- cd($sourceDir);
94
-
95
- echo "Running configure...\n";
96
-
97
- $buildDir = sys_get_temp_dir().'/icu-data/'.$shortIcuVersion.'/build';
98
-
99
- $filesystem->remove($buildDir);
100
- $filesystem->mkdir($buildDir);
101
-
102
- run('./configure --prefix='.$buildDir.' 2>&1');
103
-
104
- echo "Running make...\n";
105
-
106
- // If the directory "lib" does not exist in the download, create it or we
107
- // will run into problems when building libicuuc.so.
108
- $filesystem->mkdir($sourceDir.'/lib');
109
-
110
- // If the directory "bin" does not exist in the download, create it or we
111
- // will run into problems when building genrb.
112
- $filesystem->mkdir($sourceDir.'/bin');
113
-
114
- echo '[1/6] libicudata.so...';
115
-
116
- cd($sourceDir.'/stubdata');
117
- run('make 2>&1 && make install 2>&1');
118
-
119
- echo " ok.\n";
120
-
121
- echo '[2/6] libicuuc.so...';
122
-
123
- cd($sourceDir.'/common');
124
- run('make 2>&1 && make install 2>&1');
125
-
126
- echo " ok.\n";
127
-
128
- echo '[3/6] libicui18n.so...';
129
-
130
- cd($sourceDir.'/i18n');
131
- run('make 2>&1 && make install 2>&1');
132
-
133
- echo " ok.\n";
134
-
135
- echo '[4/6] libicutu.so...';
136
-
137
- cd($sourceDir.'/tools/toolutil');
138
- run('make 2>&1 && make install 2>&1');
139
-
140
- echo " ok.\n";
141
-
142
- echo '[5/6] libicuio.so...';
143
-
144
- cd($sourceDir.'/io');
145
- run('make 2>&1 && make install 2>&1');
146
-
147
- echo " ok.\n";
148
-
149
- echo '[6/6] genrb...';
150
-
151
- cd($sourceDir.'/tools/genrb');
152
- run('make 2>&1 && make install 2>&1');
153
-
154
- echo " ok.\n";
155
- }
156
-
157
- $genrb = $buildDir.'/bin/genrb';
158
- $genrbEnv = 'LD_LIBRARY_PATH='.$buildDir.'/lib ';
159
-
160
- echo "Using $genrb.\n";
161
-
162
- $icuVersionInDownload = get_icu_version_from_genrb($genrbEnv.' '.$genrb);
163
-
164
- echo "Preparing resource bundle compilation (version $icuVersionInDownload)...\n";
165
-
166
- $compiler = new GenrbCompiler($genrb, $genrbEnv);
167
- $config = new GeneratorConfig($sourceDir.'/data', $icuVersionInDownload);
168
- $jsonDir = dirname(__DIR__).'/data';
169
-
170
- $config->addBundleWriter($jsonDir, new JsonBundleWriter());
171
-
172
- echo "Starting resource bundle compilation. This may take a while...\n";
173
-
174
- // We don't want to use fallback to English during generation
175
- Locale::setDefaultFallback('root');
176
-
177
- echo "Generating language data...\n";
178
-
179
- $generator = new LanguageDataGenerator($compiler, Intl::LANGUAGE_DIR);
180
- $generator->generateData($config);
181
-
182
- echo "Generating script data...\n";
183
-
184
- $generator = new ScriptDataGenerator($compiler, Intl::SCRIPT_DIR);
185
- $generator->generateData($config);
186
-
187
- echo "Generating region data...\n";
188
-
189
- $generator = new RegionDataGenerator($compiler, Intl::REGION_DIR);
190
- $generator->generateData($config);
191
-
192
- echo "Generating currency data...\n";
193
-
194
- $generator = new CurrencyDataGenerator($compiler, Intl::CURRENCY_DIR);
195
- $generator->generateData($config);
196
-
197
- echo "Generating locale data...\n";
198
-
199
- $generator = new LocaleDataGenerator($compiler, Intl::LOCALE_DIR);
200
- $generator->generateData($config);
201
-
202
- echo "Resource bundle compilation complete.\n";
203
-
204
- $gitInfo = <<<GIT_INFO
205
- Git information
206
- ===============
207
-
208
- URL: {$git->getUrl()}
209
- Revision: {$git->getLastCommitHash()}
210
- Author: {$git->getLastAuthor()}
211
- Date: {$git->getLastAuthoredDate()->format('c')}
212
-
213
- GIT_INFO;
214
-
215
- $gitInfoFile = $jsonDir.'/git-info.txt';
216
-
217
- file_put_contents($gitInfoFile, $gitInfo);
218
-
219
- echo "Wrote $gitInfoFile.\n";
220
-
221
- $versionFile = $jsonDir.'/version.txt';
222
-
223
- file_put_contents($versionFile, "$icuVersionInDownload\n");
224
-
225
- echo "Wrote $versionFile.\n";
226
- echo "Done.\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/af.json DELETED
@@ -1,684 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "Verenigde Arabiese Emirate-dirham"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "Afgaanse afgani"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "Albanese lek"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "Armeense dram"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "Nederlands-Antilliaanse gulde"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "Angolese kwanza"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "Argentynse peso"
30
- ],
31
- "AUD": [
32
- "A$",
33
- "Australiese dollar"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "Arubaanse floryn"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "Azerbeidjaanse manat"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "Bosnies-Herzegowiniese omskakelbare marka"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "Barbados-dollar"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "Bangladesjiese taka"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "Bulgaarse lev"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "Bahreinse dinar"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "Burundiese frank"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "Bermuda-dollar"
70
- ],
71
- "BND": [
72
- "BND",
73
- "Broeneise dollar"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "Boliviaanse boliviano"
78
- ],
79
- "BRL": [
80
- "R$",
81
- "Brasilliaanse reaal"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "Bahamiaanse dollar"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "Bhoetanese ngoeltroem"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "Botswana-pula"
94
- ],
95
- "BYN": [
96
- "BYN",
97
- "Belarusiese roebel"
98
- ],
99
- "BYR": [
100
- "BYR",
101
- "Belo-Russiese roebel (2000–2016)"
102
- ],
103
- "BZD": [
104
- "BZD",
105
- "Beliziese dollar"
106
- ],
107
- "CAD": [
108
- "CAD",
109
- "Kanadese dollar"
110
- ],
111
- "CDF": [
112
- "CDF",
113
- "Kongolese frank"
114
- ],
115
- "CHF": [
116
- "CHF",
117
- "Switserse frank"
118
- ],
119
- "CLP": [
120
- "CLP",
121
- "Chileense peso"
122
- ],
123
- "CNH": [
124
- "CNH",
125
- "Chinese joean (buiteland)"
126
- ],
127
- "CNY": [
128
- "CN¥",
129
- "Chinese joean"
130
- ],
131
- "COP": [
132
- "COP",
133
- "Colombiaanse peso"
134
- ],
135
- "CRC": [
136
- "CRC",
137
- "Costa Ricaanse colón"
138
- ],
139
- "CUC": [
140
- "CUC",
141
- "Kubaanse omskakelbare peso"
142
- ],
143
- "CUP": [
144
- "CUP",
145
- "Kubaanse peso"
146
- ],
147
- "CVE": [
148
- "CVE",
149
- "Kaap Verdiese escudo"
150
- ],
151
- "CZK": [
152
- "CZK",
153
- "Tsjeggiese kroon"
154
- ],
155
- "DJF": [
156
- "DJF",
157
- "Djiboeti-frank"
158
- ],
159
- "DKK": [
160
- "DKK",
161
- "Deense kroon"
162
- ],
163
- "DOP": [
164
- "DOP",
165
- "Dominikaanse peso"
166
- ],
167
- "DZD": [
168
- "DZD",
169
- "Algeriese dinar"
170
- ],
171
- "EGP": [
172
- "EGP",
173
- "Egiptiese pond"
174
- ],
175
- "ERN": [
176
- "ERN",
177
- "Eritrese nakfa"
178
- ],
179
- "ETB": [
180
- "ETB",
181
- "Etiopiese birr"
182
- ],
183
- "EUR": [
184
- "€",
185
- "euro"
186
- ],
187
- "FJD": [
188
- "FJD",
189
- "Fidjiaanse dollar"
190
- ],
191
- "FKP": [
192
- "FKP",
193
- "Falkland-eilandse pond"
194
- ],
195
- "GBP": [
196
- "£",
197
- "Britse pond"
198
- ],
199
- "GEL": [
200
- "GEL",
201
- "Georgiese lari"
202
- ],
203
- "GHC": [
204
- "GHC",
205
- "Ghanese cedi (1979–2007)"
206
- ],
207
- "GHS": [
208
- "GHS",
209
- "Ghanese cedi"
210
- ],
211
- "GIP": [
212
- "GIP",
213
- "Gibraltarese pond"
214
- ],
215
- "GMD": [
216
- "GMD",
217
- "Gambiese dalasi"
218
- ],
219
- "GNF": [
220
- "GNF",
221
- "Guinese frank"
222
- ],
223
- "GNS": [
224
- "GNS",
225
- "Guinese syli"
226
- ],
227
- "GTQ": [
228
- "GTQ",
229
- "Guatemalaanse quetzal"
230
- ],
231
- "GYD": [
232
- "GYD",
233
- "Guyanese dollar"
234
- ],
235
- "HKD": [
236
- "HK$",
237
- "Hongkongse dollar"
238
- ],
239
- "HNL": [
240
- "HNL",
241
- "Hondurese lempira"
242
- ],
243
- "HRK": [
244
- "HRK",
245
- "Kroatiese kuna"
246
- ],
247
- "HTG": [
248
- "HTG",
249
- "Haïtiaanse gourde"
250
- ],
251
- "HUF": [
252
- "HUF",
253
- "Hongaarse florint"
254
- ],
255
- "IDR": [
256
- "IDR",
257
- "Indonesiese roepia"
258
- ],
259
- "ILS": [
260
- "₪",
261
- "Israeliese nuwe sikkel"
262
- ],
263
- "INR": [
264
- "₹",
265
- "Indiese roepee"
266
- ],
267
- "IQD": [
268
- "IQD",
269
- "Irakse dinar"
270
- ],
271
- "IRR": [
272
- "IRR",
273
- "Iranse rial"
274
- ],
275
- "ISK": [
276
- "ISK",
277
- "Yslandse kroon"
278
- ],
279
- "ITL": [
280
- "ITL",
281
- "Italiaanse lier"
282
- ],
283
- "JMD": [
284
- "JMD",
285
- "Jamaikaanse dollar"
286
- ],
287
- "JOD": [
288
- "JOD",
289
- "Jordaniese dinar"
290
- ],
291
- "JPY": [
292
- "JP¥",
293
- "Japannese jen"
294
- ],
295
- "KES": [
296
- "KES",
297
- "Keniaanse sjieling"
298
- ],
299
- "KGS": [
300
- "KGS",
301
- "Kirgisiese som"
302
- ],
303
- "KHR": [
304
- "KHR",
305
- "Kambodjaanse riel"
306
- ],
307
- "KMF": [
308
- "KMF",
309
- "Comoraanse frank"
310
- ],
311
- "KPW": [
312
- "KPW",
313
- "Noord-Koreaanse won"
314
- ],
315
- "KRW": [
316
- "₩",
317
- "Suid-Koreaanse won"
318
- ],
319
- "KWD": [
320
- "KWD",
321
- "Koeweitse dinar"
322
- ],
323
- "KYD": [
324
- "KYD",
325
- "Cayman-eilandse dollar"
326
- ],
327
- "KZT": [
328
- "KZT",
329
- "Kazakse tenge"
330
- ],
331
- "LAK": [
332
- "LAK",
333
- "Laosiaanse kip"
334
- ],
335
- "LBP": [
336
- "LBP",
337
- "Libanese pond"
338
- ],
339
- "LKR": [
340
- "LKR",
341
- "Sri Lankaanse roepee"
342
- ],
343
- "LRD": [
344
- "LRD",
345
- "Liberiese dollar"
346
- ],
347
- "LSL": [
348
- "LSL",
349
- "Lesotho loti"
350
- ],
351
- "LTL": [
352
- "LTL",
353
- "Litause litas"
354
- ],
355
- "LVL": [
356
- "LVL",
357
- "Lettiese lats"
358
- ],
359
- "LYD": [
360
- "LYD",
361
- "Libiese dinar"
362
- ],
363
- "MAD": [
364
- "MAD",
365
- "Marokkaanse dirham"
366
- ],
367
- "MDL": [
368
- "MDL",
369
- "Moldowiese leu"
370
- ],
371
- "MGA": [
372
- "MGA",
373
- "Malgassiese ariary"
374
- ],
375
- "MKD": [
376
- "MKD",
377
- "Macedoniese denar"
378
- ],
379
- "MMK": [
380
- "MMK",
381
- "Mianmese kyat"
382
- ],
383
- "MNT": [
384
- "MNT",
385
- "Mongoolse toegrik"
386
- ],
387
- "MOP": [
388
- "MOP",
389
- "Macaose pataca"
390
- ],
391
- "MRO": [
392
- "MRO",
393
- "Mauritaniese ouguiya (1973–2017)"
394
- ],
395
- "MRU": [
396
- "MRU",
397
- "Mauritaniese ouguiya"
398
- ],
399
- "MUR": [
400
- "MUR",
401
- "Mauritiaanse roepee"
402
- ],
403
- "MVR": [
404
- "MVR",
405
- "Malediviese rufia"
406
- ],
407
- "MWK": [
408
- "MWK",
409
- "Malawiese kwacha"
410
- ],
411
- "MXN": [
412
- "MXN",
413
- "Meksikaanse peso"
414
- ],
415
- "MYR": [
416
- "MYR",
417
- "Maleisiese ringgit"
418
- ],
419
- "MZM": [
420
- "MZM",
421
- "Mosambiekse metical (1980–2006)"
422
- ],
423
- "MZN": [
424
- "MZN",
425
- "Mosambiekse metical"
426
- ],
427
- "NAD": [
428
- "NAD",
429
- "Namibiese dollar"
430
- ],
431
- "NGN": [
432
- "NGN",
433
- "Nigeriese naira"
434
- ],
435
- "NIO": [
436
- "NIO",
437
- "Nicaraguaanse córdoba"
438
- ],
439
- "NOK": [
440
- "NOK",
441
- "Noorse kroon"
442
- ],
443
- "NPR": [
444
- "NPR",
445
- "Nepalese roepee"
446
- ],
447
- "NZD": [
448
- "NZ$",
449
- "Nieu-Seelandse dollar"
450
- ],
451
- "OMR": [
452
- "OMR",
453
- "Omaanse rial"
454
- ],
455
- "PAB": [
456
- "PAB",
457
- "Panamese balboa"
458
- ],
459
- "PEN": [
460
- "PEN",
461
- "Peruaanse sol"
462
- ],
463
- "PGK": [
464
- "PGK",
465
- "Papoea-Nieu-Guinese kina"
466
- ],
467
- "PHP": [
468
- "PHP",
469
- "Filippynse peso"
470
- ],
471
- "PKR": [
472
- "PKR",
473
- "Pakistanse roepee"
474
- ],
475
- "PLN": [
476
- "PLN",
477
- "Poolse zloty"
478
- ],
479
- "PYG": [
480
- "PYG",
481
- "Paraguaanse guarani"
482
- ],
483
- "QAR": [
484
- "QAR",
485
- "Katarrese rial"
486
- ],
487
- "RON": [
488
- "RON",
489
- "Roemeense leu"
490
- ],
491
- "RSD": [
492
- "RSD",
493
- "Serwiese dinar"
494
- ],
495
- "RUB": [
496
- "RUB",
497
- "Russiese roebel"
498
- ],
499
- "RWF": [
500
- "RWF",
501
- "Rwandese frank"
502
- ],
503
- "SAR": [
504
- "SAR",
505
- "Saoedi-Arabiese riyal"
506
- ],
507
- "SBD": [
508
- "SBD",
509
- "Salomonseilandse dollar"
510
- ],
511
- "SCR": [
512
- "SCR",
513
- "Seychellese roepee"
514
- ],
515
- "SDG": [
516
- "SDG",
517
- "Soedannese pond"
518
- ],
519
- "SDP": [
520
- "SDP",
521
- "Soedannese pond (1957–1998)"
522
- ],
523
- "SEK": [
524
- "SEK",
525
- "Sweedse kroon"
526
- ],
527
- "SGD": [
528
- "SGD",
529
- "Singapoer-dollar"
530
- ],
531
- "SHP": [
532
- "SHP",
533
- "Sint Helena-pond"
534
- ],
535
- "SLL": [
536
- "SLL",
537
- "Sierra Leoniese leone"
538
- ],
539
- "SOS": [
540
- "SOS",
541
- "Somaliese sjieling"
542
- ],
543
- "SRD": [
544
- "SRD",
545
- "Surinaamse dollar"
546
- ],
547
- "SSP": [
548
- "SSP",
549
- "Suid-Soedanese pond"
550
- ],
551
- "STD": [
552
- "STD",
553
- "São Tomé en Príncipe dobra (1977–2017)"
554
- ],
555
- "STN": [
556
- "STN",
557
- "São Tomé en Príncipe-dobra"
558
- ],
559
- "SYP": [
560
- "SYP",
561
- "Siriese pond"
562
- ],
563
- "SZL": [
564
- "SZL",
565
- "Swazilandse lilangeni"
566
- ],
567
- "THB": [
568
- "฿",
569
- "Thaise baht"
570
- ],
571
- "TJS": [
572
- "TJS",
573
- "Tadjikse somoni"
574
- ],
575
- "TMT": [
576
- "TMT",
577
- "Turkmeense manat"
578
- ],
579
- "TND": [
580
- "TND",
581
- "Tunisiese dinar"
582
- ],
583
- "TOP": [
584
- "TOP",
585
- "Tongaanse pa’anga"
586
- ],
587
- "TRL": [
588
- "TRL",
589
- "Turkse lier (1922–2005)"
590
- ],
591
- "TRY": [
592
- "TRY",
593
- "Turkse lira"
594
- ],
595
- "TTD": [
596
- "TTD",
597
- "Trinidad en Tobago-dollar"
598
- ],
599
- "TWD": [
600
- "NT$",
601
- "Nuwe Taiwanese dollar"
602
- ],
603
- "TZS": [
604
- "TZS",
605
- "Tanzaniese sjieling"
606
- ],
607
- "UAH": [
608
- "UAH",
609
- "Oekraïnse hriwna"
610
- ],
611
- "UGX": [
612
- "UGX",
613
- "Ugandese sjieling"
614
- ],
615
- "USD": [
616
- "USD",
617
- "VSA-dollar"
618
- ],
619
- "UYU": [
620
- "UYU",
621
- "Uruguaanse peso"
622
- ],
623
- "UZS": [
624
- "UZS",
625
- "Oezbekiese som"
626
- ],
627
- "VEF": [
628
- "VEF",
629
- "Venezolaanse bolivar"
630
- ],
631
- "VES": [
632
- "VES",
633
- "Venezolaanse bolívar"
634
- ],
635
- "VND": [
636
- "₫",
637
- "Viëtnamese dong"
638
- ],
639
- "VUV": [
640
- "VUV",
641
- "Vanuatuse vatu"
642
- ],
643
- "WST": [
644
- "WST",
645
- "Samoaanse tala"
646
- ],
647
- "XAF": [
648
- "FCFA",
649
- "Sentraal Afrikaanse CFA-frank"
650
- ],
651
- "XCD": [
652
- "EC$",
653
- "Oos-Karibiese dollar"
654
- ],
655
- "XOF": [
656
- "CFA",
657
- "Wes-Afrikaanse CFA-frank"
658
- ],
659
- "XPF": [
660
- "CFPF",
661
- "CFP-frank"
662
- ],
663
- "YER": [
664
- "YER",
665
- "Jemenitiese rial"
666
- ],
667
- "ZAR": [
668
- "R",
669
- "Suid-Afrikaanse rand"
670
- ],
671
- "ZMK": [
672
- "ZMK",
673
- "Zambiese kwacha (1968–2012)"
674
- ],
675
- "ZMW": [
676
- "ZMW",
677
- "Zambiese kwacha"
678
- ],
679
- "ZWD": [
680
- "ZWD",
681
- "Zimbabwiese dollar"
682
- ]
683
- }
684
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/af_NA.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NAD": [
4
- "$",
5
- "Namibiese dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ak.json DELETED
@@ -1,232 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "Ɛmirete Arab Nkabɔmu Deram"
6
- ],
7
- "AOA": [
8
- "AOA",
9
- "Angola Kwanza"
10
- ],
11
- "AUD": [
12
- "A$",
13
- "Ɔstrelia Dɔla"
14
- ],
15
- "BHD": [
16
- "BHD",
17
- "Baren Dina"
18
- ],
19
- "BIF": [
20
- "BIF",
21
- "Burundi Frank"
22
- ],
23
- "BWP": [
24
- "BWP",
25
- "Botswana Pula"
26
- ],
27
- "CAD": [
28
- "CA$",
29
- "Kanada Dɔla"
30
- ],
31
- "CDF": [
32
- "CDF",
33
- "Kongo Frank"
34
- ],
35
- "CNY": [
36
- "CN¥",
37
- "Yuan"
38
- ],
39
- "CVE": [
40
- "CVE",
41
- "Ɛskudo"
42
- ],
43
- "DJF": [
44
- "DJF",
45
- "Gyebuti Frank"
46
- ],
47
- "DZD": [
48
- "DZD",
49
- "Ɔlgyeria Dina"
50
- ],
51
- "EGP": [
52
- "EGP",
53
- "Egypt Pɔn"
54
- ],
55
- "ERN": [
56
- "ERN",
57
- "Ɛretereya Nakfa"
58
- ],
59
- "ETB": [
60
- "ETB",
61
- "Itiopia Bir"
62
- ],
63
- "EUR": [
64
- "€",
65
- "Iro"
66
- ],
67
- "GBP": [
68
- "£",
69
- "Breten Pɔn"
70
- ],
71
- "GHC": [
72
- "GHC",
73
- "Ghana Sidi (1979–2007)"
74
- ],
75
- "GHS": [
76
- "GH₵",
77
- "Ghana Sidi"
78
- ],
79
- "GMD": [
80
- "GMD",
81
- "Gambia Dalasi"
82
- ],
83
- "GNS": [
84
- "GNS",
85
- "Gini Frank"
86
- ],
87
- "INR": [
88
- "₹",
89
- "India Rupi"
90
- ],
91
- "JPY": [
92
- "JP¥",
93
- "Gyapan Yɛn"
94
- ],
95
- "KES": [
96
- "KES",
97
- "Kenya Hyelen"
98
- ],
99
- "KMF": [
100
- "KMF",
101
- "Komoro Frank"
102
- ],
103
- "LRD": [
104
- "LRD",
105
- "Laeberia Dɔla"
106
- ],
107
- "LSL": [
108
- "LSL",
109
- "Lesoto Loti"
110
- ],
111
- "LYD": [
112
- "LYD",
113
- "Libya Dina"
114
- ],
115
- "MAD": [
116
- "MAD",
117
- "Moroko Diram"
118
- ],
119
- "MGA": [
120
- "MGA",
121
- "Madagasi Frank"
122
- ],
123
- "MRO": [
124
- "MRO",
125
- "Mɔretenia Ouguiya (1973–2017)"
126
- ],
127
- "MRU": [
128
- "MRU",
129
- "Mɔretenia Ouguiya"
130
- ],
131
- "MUR": [
132
- "MUR",
133
- "Mɔrehyeɔs Rupi"
134
- ],
135
- "MWK": [
136
- "MWK",
137
- "Malawi Kwacha"
138
- ],
139
- "MZM": [
140
- "MZM",
141
- "Mozambik Metical"
142
- ],
143
- "NAD": [
144
- "NAD",
145
- "Namibia Dɔla"
146
- ],
147
- "NGN": [
148
- "NGN",
149
- "Naegyeria Naira"
150
- ],
151
- "RWF": [
152
- "RWF",
153
- "Rewanda Frank"
154
- ],
155
- "SAR": [
156
- "SAR",
157
- "Saudi Riyal"
158
- ],
159
- "SCR": [
160
- "SCR",
161
- "Seyhyɛls Rupi"
162
- ],
163
- "SDG": [
164
- "SDG",
165
- "Sudan Dina"
166
- ],
167
- "SDP": [
168
- "SDP",
169
- "Sudan Pɔn"
170
- ],
171
- "SHP": [
172
- "SHP",
173
- "St Helena Pɔn"
174
- ],
175
- "SLL": [
176
- "SLL",
177
- "Leone"
178
- ],
179
- "SOS": [
180
- "SOS",
181
- "Somailia Hyelen"
182
- ],
183
- "STD": [
184
- "STD",
185
- "Sao Tome ne Principe Dobra (1977–2017)"
186
- ],
187
- "STN": [
188
- "STN",
189
- "Sao Tome ne Principe Dobra"
190
- ],
191
- "SZL": [
192
- "SZL",
193
- "Lilangeni"
194
- ],
195
- "TND": [
196
- "TND",
197
- "Tunisia Dina"
198
- ],
199
- "TZS": [
200
- "TZS",
201
- "Tanzania Hyelen"
202
- ],
203
- "UGX": [
204
- "UGX",
205
- "Uganda Hyelen"
206
- ],
207
- "USD": [
208
- "US$",
209
- "Amɛrika Dɔla"
210
- ],
211
- "XAF": [
212
- "FCFA",
213
- "Sefa"
214
- ],
215
- "ZAR": [
216
- "ZAR",
217
- "Afrika Anaafo Rand"
218
- ],
219
- "ZMK": [
220
- "ZMK",
221
- "Zambia Kwacha (1968–2012)"
222
- ],
223
- "ZMW": [
224
- "ZMW",
225
- "Zambia Kwacha"
226
- ],
227
- "ZWD": [
228
- "ZWD",
229
- "Zimbabwe Dɔla"
230
- ]
231
- }
232
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/am.json DELETED
@@ -1,668 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "የተባበሩት የአረብ ኤምሬትስ ድርሀም"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "የአፍጋን አፍጋኒ"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "የአልባንያ ሌክ"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "የአርመን ድራም"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "ኔዘርላንድስ አንቲሊአን ጊልደር"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "የአንጎላ ኩዋንዛ"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "የአርጀንቲና ፔሶ"
30
- ],
31
- "AUD": [
32
- "AU$",
33
- "የአውስትራሊያ ዶላር"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "አሩባን ፍሎሪን"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "የአዛርባጃን ማናት"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "የቦስኒያ ሄርዞጎቪና የሚመነዘር ማርክ"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "የባርቤዶስ ዶላር"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "የባንግላዲሽ ታካ"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "የቡልጋሪያ ሌቭ"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "የባኽሬን ዲናር"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "የብሩንዲ ፍራንክ"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "የቤርሙዳ ዶላር"
70
- ],
71
- "BND": [
72
- "BND",
73
- "የብሩኔ ዶላር"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "የቦሊቪያ ቦሊቪያኖ"
78
- ],
79
- "BRL": [
80
- "R$",
81
- "የብራዚል ሪል"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "የባሃማስ ዶላር"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "ብሁታኒዝ ንጉልትረም"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "የቦትስዋና ፑላ"
94
- ],
95
- "BYN": [
96
- "BYN",
97
- "የቤላሩስያ ሩብል"
98
- ],
99
- "BYR": [
100
- "BYR",
101
- "የቤላሩስያ ሩብል (2000–2016)"
102
- ],
103
- "BZD": [
104
- "BZD",
105
- "የቤሊዝ ዶላር"
106
- ],
107
- "CAD": [
108
- "CA$",
109
- "የካናዳ ዶላር"
110
- ],
111
- "CDF": [
112
- "CDF",
113
- "የኮንጐ ፍራንክ ኮንጐሌዝ"
114
- ],
115
- "CHF": [
116
- "CHF",
117
- "የስዊስ ፍራንክ"
118
- ],
119
- "CLP": [
120
- "CLP",
121
- "የቺሊ ፔሶ"
122
- ],
123
- "CNH": [
124
- "የቻይና ዩዋን",
125
- "የቻይና ዩዋን (የውጭ ምንዛሪ)"
126
- ],
127
- "CNY": [
128
- "CN¥",
129
- "የቻይና የን"
130
- ],
131
- "COP": [
132
- "COP",
133
- "የኮሎምቢያ ፔሶ"
134
- ],
135
- "CRC": [
136
- "CRC",
137
- "የኮስታሪካ ኮሎን"
138
- ],
139
- "CUC": [
140
- "CUC",
141
- "የኩባ የሚመነዘር ፔሶ"
142
- ],
143
- "CUP": [
144
- "CUP",
145
- "የኩባ ፔሶ"
146
- ],
147
- "CVE": [
148
- "CVE",
149
- "የኬፕ ቫርዲ ኤስኩዶ"
150
- ],
151
- "CZK": [
152
- "CZK",
153
- "ቼክ ሪፐብሊክ ኮሩና"
154
- ],
155
- "DJF": [
156
- "DJF",
157
- "የጅቡቲ ፍራንክ"
158
- ],
159
- "DKK": [
160
- "DKK",
161
- "የዴንማርክ ክሮን"
162
- ],
163
- "DOP": [
164
- "DOP",
165
- "የዶሚኒክ ፔሶ"
166
- ],
167
- "DZD": [
168
- "DZD",
169
- "የአልጄሪያ ዲናር"
170
- ],
171
- "EGP": [
172
- "EGP",
173
- "የግብጽ ፓውንድ"
174
- ],
175
- "ERN": [
176
- "ERN",
177
- "የኤርትራ ናቅፋ"
178
- ],
179
- "ETB": [
180
- "ብር",
181
- "የኢትዮጵያ ብር"
182
- ],
183
- "EUR": [
184
- "€",
185
- "ዩሮ"
186
- ],
187
- "FJD": [
188
- "FJD",
189
- "የፊጂ ዶላር"
190
- ],
191
- "FKP": [
192
- "FKP",
193
- "የፎክላንድ ደሴቶች ፓውንድ"
194
- ],
195
- "GBP": [
196
- "£",
197
- "የእንግሊዝ ፓውንድ ስተርሊንግ"
198
- ],
199
- "GEL": [
200
- "GEL",
201
- "የጆርጅያ ላሪ"
202
- ],
203
- "GHC": [
204
- "GHC",
205
- "የጋና ሴዲ"
206
- ],
207
- "GHS": [
208
- "GHS",
209
- "የጋና ሲዲ"
210
- ],
211
- "GIP": [
212
- "GIP",
213
- "ጂብራልተር ፓውንድ"
214
- ],
215
- "GMD": [
216
- "GMD",
217
- "የጋምቢያ ዳላሲ"
218
- ],
219
- "GNF": [
220
- "GNF",
221
- "የጊኒ ፍራንክ"
222
- ],
223
- "GTQ": [
224
- "GTQ",
225
- "ጓቲማላን ኩቲዛል"
226
- ],
227
- "GYD": [
228
- "GYD",
229
- "የጉየና ዶላር"
230
- ],
231
- "HKD": [
232
- "HK$",
233
- "የሆንግኮንግ ዶላር"
234
- ],
235
- "HNL": [
236
- "HNL",
237
- "የሃንዱራ ሌምፓአይራ"
238
- ],
239
- "HRK": [
240
- "HRK",
241
- "የክሮሽያ ኩና"
242
- ],
243
- "HTG": [
244
- "HTG",
245
- "የሃያቲ ጓርዴ"
246
- ],
247
- "HUF": [
248
- "HUF",
249
- "የሃንጋሪያን ፎሪንት"
250
- ],
251
- "IDR": [
252
- "IDR",
253
- "የኢንዶኔዥያ ሩፒሃ"
254
- ],
255
- "ILS": [
256
- "₪",
257
- "የእስራኤል አዲስ ሽቅል"
258
- ],
259
- "INR": [
260
- "₹",
261
- "የሕንድ ሩፒ"
262
- ],
263
- "IQD": [
264
- "IQD",
265
- "የኢራቅ ዲናር"
266
- ],
267
- "IRR": [
268
- "IRR",
269
- "የኢራን ሪአል"
270
- ],
271
- "ISK": [
272
- "ISK",
273
- "የአይስላንድ ክሮና"
274
- ],
275
- "JMD": [
276
- "JMD",
277
- "የጃማይካ ዶላር"
278
- ],
279
- "JOD": [
280
- "JOD",
281
- "የጆርዳን ዲናር"
282
- ],
283
- "JPY": [
284
- "JP¥",
285
- "የጃፓን የን"
286
- ],
287
- "KES": [
288
- "KES",
289
- "የኬኒያ ሺሊንግ"
290
- ],
291
- "KGS": [
292
- "KGS",
293
- "የኪርጊስታን ሶም"
294
- ],
295
- "KHR": [
296
- "KHR",
297
- "የካምቦዲያ ሬል"
298
- ],
299
- "KMF": [
300
- "KMF",
301
- "የኮሞሮ ፍራንክ"
302
- ],
303
- "KPW": [
304
- "KPW",
305
- "የሰሜን ኮሪያ ዎን"
306
- ],
307
- "KRW": [
308
- "₩",
309
- "የደቡብ ኮሪያ ዎን"
310
- ],
311
- "KWD": [
312
- "KWD",
313
- "የኩዌት ዲናር"
314
- ],
315
- "KYD": [
316
- "KYD",
317
- "የካይማን ደሴቶች ዶላር"
318
- ],
319
- "KZT": [
320
- "KZT",
321
- "የካዛኪስታን ተንጌ"
322
- ],
323
- "LAK": [
324
- "LAK",
325
- "የላኦቲ ኪፕ"
326
- ],
327
- "LBP": [
328
- "LBP",
329
- "የሊባኖስ ፓውንድ"
330
- ],
331
- "LKR": [
332
- "LKR",
333
- "የሲሪላንካ ሩፒ"
334
- ],
335
- "LRD": [
336
- "LRD",
337
- "የላይቤሪያ ዶላር"
338
- ],
339
- "LSL": [
340
- "LSL",
341
- "የሌሶቶ ሎቲ"
342
- ],
343
- "LTL": [
344
- "LTL",
345
- "ሊቱዌንያን ሊታስ"
346
- ],
347
- "LVL": [
348
- "LVL",
349
- "የላቲቫ ላትስ"
350
- ],
351
- "LYD": [
352
- "LYD",
353
- "የሊቢያ ዲናር"
354
- ],
355
- "MAD": [
356
- "MAD",
357
- "የሞሮኮ ዲርሀም"
358
- ],
359
- "MDL": [
360
- "MDL",
361
- "ሞልዶቫን ሊኡ"
362
- ],
363
- "MGA": [
364
- "MGA",
365
- "የማደጋስካር ማላጋስይ አሪያርይ"
366
- ],
367
- "MKD": [
368
- "MKD",
369
- "የሜቆድንያ ዲናር"
370
- ],
371
- "MMK": [
372
- "MMK",
373
- "የማያናማር ክያት"
374
- ],
375
- "MNT": [
376
- "MNT",
377
- "የሞንጎሊያን ቱግሪክ"
378
- ],
379
- "MOP": [
380
- "MOP",
381
- "የማካኔዝ ፓታካ"
382
- ],
383
- "MRO": [
384
- "MRO",
385
- "የሞሪቴኒያ ኦውጉያ (1973–2017)"
386
- ],
387
- "MRU": [
388
- "MRU",
389
- "የሞሪቴኒያ ኦውጉያ"
390
- ],
391
- "MUR": [
392
- "MUR",
393
- "የሞሪሸስ ሩፒ"
394
- ],
395
- "MVR": [
396
- "MVR",
397
- "የማልዲቫ ሩፊያ"
398
- ],
399
- "MWK": [
400
- "MWK",
401
- "የማላዊ ኩዋቻ"
402
- ],
403
- "MXN": [
404
- "MX$",
405
- "የሜክሲኮ ፔሶ"
406
- ],
407
- "MYR": [
408
- "MYR",
409
- "የማሌዥያ ሪንጊት"
410
- ],
411
- "MZN": [
412
- "MZN",
413
- "የሞዛምቢክ ሜቲካል"
414
- ],
415
- "NAD": [
416
- "NAD",
417
- "የናሚቢያ ዶላር"
418
- ],
419
- "NGN": [
420
- "NGN",
421
- "የናይጄሪያ ናይራ"
422
- ],
423
- "NIO": [
424
- "NIO",
425
- "የኒካራጓ ኮርዶባ"
426
- ],
427
- "NOK": [
428
- "NOK",
429
- "የኖርዌይ ክሮን"
430
- ],
431
- "NPR": [
432
- "NPR",
433
- "የኔፓል ሩፒ"
434
- ],
435
- "NZD": [
436
- "NZ$",
437
- "የኒውዚላንድ ዶላር"
438
- ],
439
- "OMR": [
440
- "OMR",
441
- "የኦማን ሪአል"
442
- ],
443
- "PAB": [
444
- "PAB",
445
- "ፓናማኒአን ባልቦአ"
446
- ],
447
- "PEN": [
448
- "PEN",
449
- "የፔሩቪያ ሶል"
450
- ],
451
- "PGK": [
452
- "PGK",
453
- "የፓፕዋ ኒው ጊኒ ኪና"
454
- ],
455
- "PHP": [
456
- "PHP",
457
- "የፊሊፒንስ ፔሶ"
458
- ],
459
- "PKR": [
460
- "PKR",
461
- "የፓኪስታን ሩፒ"
462
- ],
463
- "PLN": [
464
- "PLN",
465
- "የፖላንድ ዝሎቲ"
466
- ],
467
- "PYG": [
468
- "PYG",
469
- "የፓራጓይ ጉአራኒ"
470
- ],
471
- "QAR": [
472
- "QAR",
473
- "የኳታር ሪአል"
474
- ],
475
- "RON": [
476
- "RON",
477
- "የሮማኒያ ለው"
478
- ],
479
- "RSD": [
480
- "RSD",
481
- "የሰርቢያ ዲናር"
482
- ],
483
- "RUB": [
484
- "RUB",
485
- "የሩስያ ሩብል"
486
- ],
487
- "RWF": [
488
- "RWF",
489
- "የሩዋንዳ ፍራንክ"
490
- ],
491
- "SAR": [
492
- "SAR",
493
- "የሳውዲ ሪያል"
494
- ],
495
- "SBD": [
496
- "SBD",
497
- "የሰለሞን ደሴቶች ዶላር"
498
- ],
499
- "SCR": [
500
- "SCR",
501
- "የሲሼል ሩፒ"
502
- ],
503
- "SDG": [
504
- "SDG",
505
- "የሱዳን ፓውንድ"
506
- ],
507
- "SDP": [
508
- "SDP",
509
- "የሱዳን ፓውንድ (1957–1998)"
510
- ],
511
- "SEK": [
512
- "SEK",
513
- "የስዊድን ክሮና"
514
- ],
515
- "SGD": [
516
- "SGD",
517
- "የሲንጋፖር ዶላር"
518
- ],
519
- "SHP": [
520
- "SHP",
521
- "የሴይንት ሔሌና ፓውንድ"
522
- ],
523
- "SLL": [
524
- "SLL",
525
- "የሴራሊዎን ሊዎን"
526
- ],
527
- "SOS": [
528
- "SOS",
529
- "የሶማሌ ሺሊንግ"
530
- ],
531
- "SRD": [
532
- "SRD",
533
- "የሰርናሜዝ ዶላር"
534
- ],
535
- "SSP": [
536
- "SSP",
537
- "የደቡብ ሱዳን ፓውንድ"
538
- ],
539
- "STD": [
540
- "STD",
541
- "የሳኦ ቶሜ እና ፕሪንሲፔ ዶብራ (1977–2017)"
542
- ],
543
- "STN": [
544
- "STN",
545
- "የሳኦ ቶሜ እና ፕሪንሲፔ ዶብራ"
546
- ],
547
- "SYP": [
548
- "SYP",
549
- "የሲሪያ ፓውንድ"
550
- ],
551
- "SZL": [
552
- "SZL",
553
- "የስዋዚላንድ ሊላንገኒ"
554
- ],
555
- "THB": [
556
- "฿",
557
- "የታይላንድ ባህት"
558
- ],
559
- "TJS": [
560
- "TJS",
561
- "የታጂክስታን ሶሞኒ"
562
- ],
563
- "TMT": [
564
- "TMT",
565
- "ቱርክሜኒስታኒ ማናት"
566
- ],
567
- "TND": [
568
- "TND",
569
- "የቱኒዚያ ዲናር"
570
- ],
571
- "TOP": [
572
- "TOP",
573
- "ቶንጋን ፓ’አንጋ"
574
- ],
575
- "TRY": [
576
- "TRY",
577
- "የቱርክ ሊራ"
578
- ],
579
- "TTD": [
580
- "TTD",
581
- "የትሪንዳድ እና ቶቤጎዶላር"
582
- ],
583
- "TWD": [
584
- "NT$",
585
- "የአዲሷ ታይዋን ዶላር"
586
- ],
587
- "TZS": [
588
- "TZS",
589
- "የታንዛኒያ ሺሊንግ"
590
- ],
591
- "UAH": [
592
- "UAH",
593
- "የዩክሬን ሀሪይቭኒአ"
594
- ],
595
- "UGX": [
596
- "UGX",
597
- "የዩጋንዳ ሺሊንግ"
598
- ],
599
- "USD": [
600
- "US$",
601
- "የአሜሪካን ዶላር"
602
- ],
603
- "UYU": [
604
- "UYU",
605
- "የኡራጓይ ፔሶ"
606
- ],
607
- "UZS": [
608
- "UZS",
609
- "የኡዝፔኪስታን ሶም"
610
- ],
611
- "VEF": [
612
- "VEF",
613
- "የቬንዝዌላ ቦሊቫር (2008–2018)"
614
- ],
615
- "VES": [
616
- "VES",
617
- "የቬንዝዌላ-ቦሊቫር"
618
- ],
619
- "VND": [
620
- "₫",
621
- "የቭየትናም ዶንግ"
622
- ],
623
- "VUV": [
624
- "VUV",
625
- "የቫንዋንቱ ቫቱ"
626
- ],
627
- "WST": [
628
- "WST",
629
- "ሳሞአን ታላ"
630
- ],
631
- "XAF": [
632
- "FCFA",
633
- "የመካከለኛው አፍሪካ ሴፋ ፍራንክ"
634
- ],
635
- "XCD": [
636
- "EC$",
637
- "የምዕራብ ካሪብያን ዶላር"
638
- ],
639
- "XOF": [
640
- "CFA",
641
- "የምዕራብ አፍሪካ ሴፋ ፍራንክ"
642
- ],
643
- "XPF": [
644
- "CFPF",
645
- "ሲ ኤፍ ፒ ፍራንክ"
646
- ],
647
- "YER": [
648
- "YER",
649
- "የየመን ሪአል"
650
- ],
651
- "ZAR": [
652
- "ZAR",
653
- "የደቡብ አፍሪካ ራንድ"
654
- ],
655
- "ZMK": [
656
- "ZMK",
657
- "የዛምቢያ ክዋቻ (1968–2012)"
658
- ],
659
- "ZMW": [
660
- "ZMW",
661
- "የዛምቢያ ክዋቻ"
662
- ],
663
- "ZWD": [
664
- "ZWD",
665
- "የዚምቧቡዌ ዶላር"
666
- ]
667
- }
668
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ar.json DELETED
@@ -1,996 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "بيستا أندوري"
6
- ],
7
- "AED": [
8
- "د.إ.‏",
9
- "درهم إماراتي"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "أفغاني - 1927-2002"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "أفغاني"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "ليك ألباني"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "درام أرميني"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "غيلدر أنتيلي هولندي"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "كوانزا أنغولي"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "كوانزا أنجولي - 1977-1990"
38
- ],
39
- "AON": [
40
- "AON",
41
- "كوانزا أنجولي جديدة - 1990-2000"
42
- ],
43
- "AOR": [
44
- "AOR",
45
- "كوانزا أنجولي معدلة - 1995 - 1999"
46
- ],
47
- "ARA": [
48
- "ARA",
49
- "استرال أرجنتيني"
50
- ],
51
- "ARP": [
52
- "ARP",
53
- "بيزو أرجنتيني - 1983-1985"
54
- ],
55
- "ARS": [
56
- "ARS",
57
- "بيزو أرجنتيني"
58
- ],
59
- "ATS": [
60
- "ATS",
61
- "شلن نمساوي"
62
- ],
63
- "AUD": [
64
- "AU$",
65
- "دولار أسترالي"
66
- ],
67
- "AWG": [
68
- "AWG",
69
- "فلورن أروبي"
70
- ],
71
- "AZM": [
72
- "AZM",
73
- "مانات أذريبجاني"
74
- ],
75
- "AZN": [
76
- "AZN",
77
- "مانات أذربيجان"
78
- ],
79
- "BAD": [
80
- "BAD",
81
- "دينار البوسنة والهرسك"
82
- ],
83
- "BAM": [
84
- "BAM",
85
- "مارك البوسنة والهرسك قابل للتحويل"
86
- ],
87
- "BBD": [
88
- "BBD",
89
- "دولار بربادوسي"
90
- ],
91
- "BDT": [
92
- "BDT",
93
- "تاكا بنغلاديشي"
94
- ],
95
- "BEC": [
96
- "BEC",
97
- "فرنك بلجيكي قابل للتحويل"
98
- ],
99
- "BEF": [
100
- "BEF",
101
- "فرنك بلجيكي"
102
- ],
103
- "BEL": [
104
- "BEL",
105
- "فرنك بلجيكي مالي"
106
- ],
107
- "BGN": [
108
- "BGN",
109
- "ليف بلغاري"
110
- ],
111
- "BHD": [
112
- "د.ب.‏",
113
- "دينار بحريني"
114
- ],
115
- "BIF": [
116
- "BIF",
117
- "فرنك بروندي"
118
- ],
119
- "BMD": [
120
- "BMD",
121
- "دولار برمودي"
122
- ],
123
- "BND": [
124
- "BND",
125
- "دولار بروناي"
126
- ],
127
- "BOB": [
128
- "BOB",
129
- "بوليفيانو بوليفي"
130
- ],
131
- "BOP": [
132
- "BOP",
133
- "بيزو بوليفي"
134
- ],
135
- "BOV": [
136
- "BOV",
137
- "مفدول بوليفي"
138
- ],
139
- "BRB": [
140
- "BRB",
141
- "نوفو كروزايرو برازيلي - 1967-1986"
142
- ],
143
- "BRC": [
144
- "BRC",
145
- "كروزادو برازيلي"
146
- ],
147
- "BRE": [
148
- "BRE",
149
- "كروزايرو برازيلي - 1990-1993"
150
- ],
151
- "BRL": [
152
- "R$",
153
- "ريال برازيلي"
154
- ],
155
- "BSD": [
156
- "BSD",
157
- "دولار باهامي"
158
- ],
159
- "BTN": [
160
- "BTN",
161
- "نولتوم بوتاني"
162
- ],
163
- "BUK": [
164
- "BUK",
165
- "كيات بورمي"
166
- ],
167
- "BWP": [
168
- "BWP",
169
- "بولا بتسواني"
170
- ],
171
- "BYB": [
172
- "BYB",
173
- "روبل بيلاروسي جديد - 1994-1999"
174
- ],
175
- "BYN": [
176
- "BYN",
177
- "روبل بيلاروسي"
178
- ],
179
- "BYR": [
180
- "BYR",
181
- "روبل بيلاروسي (٢٠٠٠–٢٠١٦)"
182
- ],
183
- "BZD": [
184
- "BZD",
185
- "دولار بليزي"
186
- ],
187
- "CAD": [
188
- "CA$",
189
- "دولار كندي"
190
- ],
191
- "CDF": [
192
- "CDF",
193
- "فرنك كونغولي"
194
- ],
195
- "CHF": [
196
- "CHF",
197
- "فرنك سويسري"
198
- ],
199
- "CLP": [
200
- "CLP",
201
- "بيزو تشيلي"
202
- ],
203
- "CNH": [
204
- "CNH",
205
- "يوان صيني (في الخارج)"
206
- ],
207
- "CNY": [
208
- "CN¥",
209
- "يوان صيني"
210
- ],
211
- "COP": [
212
- "COP",
213
- "بيزو كولومبي"
214
- ],
215
- "CRC": [
216
- "CRC",
217
- "كولن كوستاريكي"
218
- ],
219
- "CSD": [
220
- "CSD",
221
- "دينار صربي قديم"
222
- ],
223
- "CSK": [
224
- "CSK",
225
- "كرونة تشيكوسلوفاكيا"
226
- ],
227
- "CUC": [
228
- "CUC",
229
- "بيزو كوبي قابل للتحويل"
230
- ],
231
- "CUP": [
232
- "CUP",
233
- "بيزو كوبي"
234
- ],
235
- "CVE": [
236
- "CVE",
237
- "اسكودو الرأس الأخضر"
238
- ],
239
- "CYP": [
240
- "CYP",
241
- "جنيه قبرصي"
242
- ],
243
- "CZK": [
244
- "CZK",
245
- "كرونة تشيكية"
246
- ],
247
- "DDM": [
248
- "DDM",
249
- "أوستمارك ألماني شرقي"
250
- ],
251
- "DEM": [
252
- "DEM",
253
- "مارك ألماني"
254
- ],
255
- "DJF": [
256
- "DJF",
257
- "فرنك جيبوتي"
258
- ],
259
- "DKK": [
260
- "DKK",
261
- "كرونة دنماركية"
262
- ],
263
- "DOP": [
264
- "DOP",
265
- "بيزو الدومنيكان"
266
- ],
267
- "DZD": [
268
- "د.ج.‏",
269
- "دينار جزائري"
270
- ],
271
- "EEK": [
272
- "EEK",
273
- "كرونة استونية"
274
- ],
275
- "EGP": [
276
- "ج.م.‏",
277
- "جنيه مصري"
278
- ],
279
- "ERN": [
280
- "ERN",
281
- "ناكفا أريتري"
282
- ],
283
- "ESP": [
284
- "ESP",
285
- "بيزيتا إسباني"
286
- ],
287
- "ETB": [
288
- "ETB",
289
- "بير أثيوبي"
290
- ],
291
- "EUR": [
292
- "€",
293
- "يورو"
294
- ],
295
- "FIM": [
296
- "FIM",
297
- "ماركا فنلندي"
298
- ],
299
- "FJD": [
300
- "FJD",
301
- "دولار فيجي"
302
- ],
303
- "FKP": [
304
- "FKP",
305
- "جنيه جزر فوكلاند"
306
- ],
307
- "FRF": [
308
- "FRF",
309
- "فرنك فرنسي"
310
- ],
311
- "GBP": [
312
- "UK£",
313
- "جنيه إسترليني"
314
- ],
315
- "GEL": [
316
- "GEL",
317
- "لارى جورجي"
318
- ],
319
- "GHC": [
320
- "GHC",
321
- "سيدي غاني"
322
- ],
323
- "GHS": [
324
- "GHS",
325
- "سيدي غانا"
326
- ],
327
- "GIP": [
328
- "GIP",
329
- "جنيه جبل طارق"
330
- ],
331
- "GMD": [
332
- "GMD",
333
- "دلاسي غامبي"
334
- ],
335
- "GNF": [
336
- "GNF",
337
- "فرنك غينيا"
338
- ],
339
- "GNS": [
340
- "GNS",
341
- "سيلي غينيا"
342
- ],
343
- "GQE": [
344
- "GQE",
345
- "اكويل جونينا غينيا الاستوائيّة"
346
- ],
347
- "GRD": [
348
- "GRD",
349
- "دراخما يوناني"
350
- ],
351
- "GTQ": [
352
- "GTQ",
353
- "كوتزال غواتيمالا"
354
- ],
355
- "GWE": [
356
- "GWE",
357
- "اسكود برتغالي غينيا"
358
- ],
359
- "GWP": [
360
- "GWP",
361
- "بيزو غينيا بيساو"
362
- ],
363
- "GYD": [
364
- "GYD",
365
- "دولار غيانا"
366
- ],
367
- "HKD": [
368
- "HK$",
369
- "دولار هونغ كونغ"
370
- ],
371
- "HNL": [
372
- "HNL",
373
- "ليمبيرا هنداروس"
374
- ],
375
- "HRD": [
376
- "HRD",
377
- "دينار كرواتي"
378
- ],
379
- "HRK": [
380
- "HRK",
381
- "كونا كرواتي"
382
- ],
383
- "HTG": [
384
- "HTG",
385
- "جوردى هايتي"
386
- ],
387
- "HUF": [
388
- "HUF",
389
- "فورينت هنغاري"
390
- ],
391
- "IDR": [
392
- "IDR",
393
- "روبية إندونيسية"
394
- ],
395
- "IEP": [
396
- "IEP",
397
- "جنيه إيرلندي"
398
- ],
399
- "ILP": [
400
- "ILP",
401
- "جنيه إسرائيلي"
402
- ],
403
- "ILS": [
404
- "₪",
405
- "شيكل إسرائيلي جديد"
406
- ],
407
- "INR": [
408
- "₹",
409
- "روبية هندي"
410
- ],
411
- "IQD": [
412
- "د.ع.‏",
413
- "دينار عراقي"
414
- ],
415
- "IRR": [
416
- "ر.إ.",
417
- "ريال إيراني"
418
- ],
419
- "ISK": [
420
- "ISK",
421
- "كرونة أيسلندية"
422
- ],
423
- "ITL": [
424
- "ITL",
425
- "ليرة إيطالية"
426
- ],
427
- "JMD": [
428
- "JMD",
429
- "دولار جامايكي"
430
- ],
431
- "JOD": [
432
- "د.أ.‏",
433
- "دينار أردني"
434
- ],
435
- "JPY": [
436
- "JP¥",
437
- "ين ياباني"
438
- ],
439
- "KES": [
440
- "KES",
441
- "شلن كينيي"
442
- ],
443
- "KGS": [
444
- "KGS",
445
- "سوم قيرغستاني"
446
- ],
447
- "KHR": [
448
- "KHR",
449
- "رييال كمبودي"
450
- ],
451
- "KMF": [
452
- "KMF",
453
- "فرنك جزر القمر"
454
- ],
455
- "KPW": [
456
- "KPW",
457
- "وون كوريا الشمالية"
458
- ],
459
- "KRW": [
460
- "₩",
461
- "وون كوريا الجنوبية"
462
- ],
463
- "KWD": [
464
- "د.ك.‏",
465
- "دينار كويتي"
466
- ],
467
- "KYD": [
468
- "KYD",
469
- "دولار جزر كيمن"
470
- ],
471
- "KZT": [
472
- "KZT",
473
- "تينغ كازاخستاني"
474
- ],
475
- "LAK": [
476
- "LAK",
477
- "كيب لاوسي"
478
- ],
479
- "LBP": [
480
- "ل.ل.‏",
481
- "جنيه لبناني"
482
- ],
483
- "LKR": [
484
- "LKR",
485
- "روبية سريلانكية"
486
- ],
487
- "LRD": [
488
- "LRD",
489
- "دولار ليبيري"
490
- ],
491
- "LSL": [
492
- "LSL",
493
- "لوتي ليسوتو"
494
- ],
495
- "LTL": [
496
- "LTL",
497
- "ليتا ليتوانية"
498
- ],
499
- "LTT": [
500
- "LTT",
501
- "تالوناس ليتواني"
502
- ],
503
- "LUC": [
504
- "LUC",
505
- "فرنك لوكسمبرج قابل للتحويل"
506
- ],
507
- "LUF": [
508
- "LUF",
509
- "فرنك لوكسمبرج"
510
- ],
511
- "LUL": [
512
- "LUL",
513
- "فرنك لوكسمبرج المالي"
514
- ],
515
- "LVL": [
516
- "LVL",
517
- "لاتس لاتفيا"
518
- ],
519
- "LVR": [
520
- "LVR",
521
- "روبل لاتفيا"
522
- ],
523
- "LYD": [
524
- "د.ل.‏",
525
- "دينار ليبي"
526
- ],
527
- "MAD": [
528
- "د.م.‏",
529
- "درهم مغربي"
530
- ],
531
- "MAF": [
532
- "MAF",
533
- "فرنك مغربي"
534
- ],
535
- "MDL": [
536
- "MDL",
537
- "ليو مولدوفي"
538
- ],
539
- "MGA": [
540
- "MGA",
541
- "أرياري مدغشقر"
542
- ],
543
- "MGF": [
544
- "MGF",
545
- "فرنك مدغشقر"
546
- ],
547
- "MKD": [
548
- "MKD",
549
- "دينار مقدوني"
550
- ],
551
- "MLF": [
552
- "MLF",
553
- "فرنك مالي"
554
- ],
555
- "MMK": [
556
- "MMK",
557
- "كيات ميانمار"
558
- ],
559
- "MNT": [
560
- "MNT",
561
- "توغروغ منغولي"
562
- ],
563
- "MOP": [
564
- "MOP",
565
- "باتاكا ماكاوي"
566
- ],
567
- "MRO": [
568
- "MRO",
569
- "أوقية موريتانية - 1973-2017"
570
- ],
571
- "MRU": [
572
- "أ.م.",
573
- "أوقية موريتانية"
574
- ],
575
- "MTL": [
576
- "MTL",
577
- "ليرة مالطية"
578
- ],
579
- "MTP": [
580
- "MTP",
581
- "جنيه مالطي"
582
- ],
583
- "MUR": [
584
- "MUR",
585
- "روبية موريشيوسية"
586
- ],
587
- "MVR": [
588
- "MVR",
589
- "روفيه جزر المالديف"
590
- ],
591
- "MWK": [
592
- "MWK",
593
- "كواشا مالاوي"
594
- ],
595
- "MXN": [
596
- "MX$",
597
- "بيزو مكسيكي"
598
- ],
599
- "MXP": [
600
- "MXP",
601
- "بيزو فضي مكسيكي - 1861-1992"
602
- ],
603
- "MYR": [
604
- "MYR",
605
- "رينغيت ماليزي"
606
- ],
607
- "MZE": [
608
- "MZE",
609
- "اسكود موزمبيقي"
610
- ],
611
- "MZN": [
612
- "MZN",
613
- "متكال موزمبيقي"
614
- ],
615
- "NAD": [
616
- "NAD",
617
- "دولار ناميبي"
618
- ],
619
- "NGN": [
620
- "NGN",
621
- "نايرا نيجيري"
622
- ],
623
- "NIC": [
624
- "NIC",
625
- "كوردوبة نيكاراجوا"
626
- ],
627
- "NIO": [
628
- "NIO",
629
- "قرطبة نيكاراغوا"
630
- ],
631
- "NLG": [
632
- "NLG",
633
- "جلدر هولندي"
634
- ],
635
- "NOK": [
636
- "NOK",
637
- "كرونة نرويجية"
638
- ],
639
- "NPR": [
640
- "NPR",
641
- "روبية نيبالي"
642
- ],
643
- "NZD": [
644
- "NZ$",
645
- "دولار نيوزيلندي"
646
- ],
647
- "OMR": [
648
- "ر.ع.‏",
649
- "ريال عماني"
650
- ],
651
- "PAB": [
652
- "PAB",
653
- "بالبوا بنمي"
654
- ],
655
- "PEN": [
656
- "PEN",
657
- "سول بيروفي"
658
- ],
659
- "PGK": [
660
- "PGK",
661
- "كينا بابوا غينيا الجديدة"
662
- ],
663
- "PHP": [
664
- "PHP",
665
- "بيزو فلبيني"
666
- ],
667
- "PKR": [
668
- "PKR",
669
- "روبية باكستاني"
670
- ],
671
- "PLN": [
672
- "PLN",
673
- "زلوتي بولندي"
674
- ],
675
- "PLZ": [
676
- "PLZ",
677
- "زلوتي بولندي - 1950-1995"
678
- ],
679
- "PTE": [
680
- "PTE",
681
- "اسكود برتغالي"
682
- ],
683
- "PYG": [
684
- "PYG",
685
- "غواراني باراغواي"
686
- ],
687
- "QAR": [
688
- "ر.ق.‏",
689
- "ريال قطري"
690
- ],
691
- "RHD": [
692
- "RHD",
693
- "دولار روديسي"
694
- ],
695
- "ROL": [
696
- "ROL",
697
- "ليو روماني قديم"
698
- ],
699
- "RON": [
700
- "RON",
701
- "ليو روماني"
702
- ],
703
- "RSD": [
704
- "RSD",
705
- "دينار صربي"
706
- ],
707
- "RUB": [
708
- "RUB",
709
- "روبل روسي"
710
- ],
711
- "RUR": [
712
- "RUR",
713
- "روبل روسي - 1991-1998"
714
- ],
715
- "RWF": [
716
- "RWF",
717
- "فرنك رواندي"
718
- ],
719
- "SAR": [
720
- "ر.س.‏",
721
- "ريال سعودي"
722
- ],
723
- "SBD": [
724
- "SBD",
725
- "دولار جزر سليمان"
726
- ],
727
- "SCR": [
728
- "SCR",
729
- "روبية سيشيلية"
730
- ],
731
- "SDD": [
732
- "د.س.‏",
733
- "دينار سوداني"
734
- ],
735
- "SDG": [
736
- "ج.س.",
737
- "جنيه سوداني"
738
- ],
739
- "SDP": [
740
- "SDP",
741
- "جنيه سوداني قديم"
742
- ],
743
- "SEK": [
744
- "SEK",
745
- "كرونة سويدية"
746
- ],
747
- "SGD": [
748
- "SGD",
749
- "دولار سنغافوري"
750
- ],
751
- "SHP": [
752
- "SHP",
753
- "جنيه سانت هيلين"
754
- ],
755
- "SIT": [
756
- "SIT",
757
- "تولار سلوفيني"
758
- ],
759
- "SKK": [
760
- "SKK",
761
- "كرونة سلوفاكية"
762
- ],
763
- "SLL": [
764
- "SLL",
765
- "ليون سيراليوني"
766
- ],
767
- "SOS": [
768
- "SOS",
769
- "شلن صومالي"
770
- ],
771
- "SRD": [
772
- "SRD",
773
- "دولار سورينامي"
774
- ],
775
- "SRG": [
776
- "SRG",
777
- "جلدر سورينامي"
778
- ],
779
- "SSP": [
780
- "SSP",
781
- "جنيه جنوب السودان"
782
- ],
783
- "STD": [
784
- "STD",
785
- "دوبرا ساو تومي وبرينسيبي - 1977-2017"
786
- ],
787
- "STN": [
788
- "STN",
789
- "دوبرا ساو تومي وبرينسيبي"
790
- ],
791
- "SUR": [
792
- "SUR",
793
- "روبل سوفيتي"
794
- ],
795
- "SVC": [
796
- "SVC",
797
- "كولون سلفادوري"
798
- ],
799
- "SYP": [
800
- "ل.س.‏",
801
- "ليرة سورية"
802
- ],
803
- "SZL": [
804
- "SZL",
805
- "ليلانجيني سوازيلندي"
806
- ],
807
- "THB": [
808
- "฿",
809
- "باخت تايلاندي"
810
- ],
811
- "TJR": [
812
- "TJR",
813
- "روبل طاجيكستاني"
814
- ],
815
- "TJS": [
816
- "TJS",
817
- "سوموني طاجيكستاني"
818
- ],
819
- "TMM": [
820
- "TMM",
821
- "مانات تركمنستاني"
822
- ],
823
- "TMT": [
824
- "TMT",
825
- "مانات تركمانستان"
826
- ],
827
- "TND": [
828
- "د.ت.‏",
829
- "دينار تونسي"
830
- ],
831
- "TOP": [
832
- "TOP",
833
- "بانغا تونغا"
834
- ],
835
- "TPE": [
836
- "TPE",
837
- "اسكود تيموري"
838
- ],
839
- "TRL": [
840
- "TRL",
841
- "ليرة تركي"
842
- ],
843
- "TRY": [
844
- "TRY",
845
- "ليرة تركية"
846
- ],
847
- "TTD": [
848
- "TTD",
849
- "دولار ترينداد وتوباغو"
850
- ],
851
- "TWD": [
852
- "NT$",
853
- "دولار تايواني"
854
- ],
855
- "TZS": [
856
- "TZS",
857
- "شلن تنزاني"
858
- ],
859
- "UAH": [
860
- "UAH",
861
- "هريفنيا أوكراني"
862
- ],
863
- "UGS": [
864
- "UGS",
865
- "شلن أوغندي - 1966-1987"
866
- ],
867
- "UGX": [
868
- "UGX",
869
- "شلن أوغندي"
870
- ],
871
- "USD": [
872
- "US$",
873
- "دولار أمريكي"
874
- ],
875
- "USN": [
876
- "USN",
877
- "دولار أمريكي (اليوم التالي)‏"
878
- ],
879
- "USS": [
880
- "USS",
881
- "دولار أمريكي (نفس اليوم)‏"
882
- ],
883
- "UYP": [
884
- "UYP",
885
- "بيزو أوروجواي - 1975-1993"
886
- ],
887
- "UYU": [
888
- "UYU",
889
- "بيزو اوروغواي"
890
- ],
891
- "UZS": [
892
- "UZS",
893
- "سوم أوزبكستاني"
894
- ],
895
- "VEB": [
896
- "VEB",
897
- "بوليفار فنزويلي - 1871-2008"
898
- ],
899
- "VEF": [
900
- "VEF",
901
- "بوليفار فنزويلي - 2008–2018"
902
- ],
903
- "VES": [
904
- "VES",
905
- "بوليفار فنزويلي"
906
- ],
907
- "VND": [
908
- "₫",
909
- "دونج فيتنامي"
910
- ],
911
- "VUV": [
912
- "VUV",
913
- "فاتو فانواتو"
914
- ],
915
- "WST": [
916
- "WST",
917
- "تالا ساموا"
918
- ],
919
- "XAF": [
920
- "FCFA",
921
- "فرنك وسط أفريقي"
922
- ],
923
- "XCD": [
924
- "EC$",
925
- "دولار شرق الكاريبي"
926
- ],
927
- "XEU": [
928
- "XEU",
929
- "وحدة النقد الأوروبية"
930
- ],
931
- "XFO": [
932
- "XFO",
933
- "فرنك فرنسي ذهبي"
934
- ],
935
- "XFU": [
936
- "XFU",
937
- "(UIC)فرنك فرنسي"
938
- ],
939
- "XOF": [
940
- "CFA",
941
- "فرنك غرب أفريقي"
942
- ],
943
- "XPF": [
944
- "CFPF",
945
- "فرنك سي إف بي"
946
- ],
947
- "YDD": [
948
- "YDD",
949
- "دينار يمني"
950
- ],
951
- "YER": [
952
- "ر.ي.‏",
953
- "ريال يمني"
954
- ],
955
- "YUD": [
956
- "YUD",
957
- "دينار يوغسلافي"
958
- ],
959
- "YUN": [
960
- "YUN",
961
- "دينار يوغسلافي قابل للتحويل"
962
- ],
963
- "ZAL": [
964
- "ZAL",
965
- "راند جنوب أفريقيا -مالي"
966
- ],
967
- "ZAR": [
968
- "ZAR",
969
- "راند جنوب أفريقيا"
970
- ],
971
- "ZMK": [
972
- "ZMK",
973
- "كواشا زامبي - 1968-2012"
974
- ],
975
- "ZMW": [
976
- "ZMW",
977
- "كواشا زامبي"
978
- ],
979
- "ZRN": [
980
- "ZRN",
981
- "زائير زائيري جديد"
982
- ],
983
- "ZRZ": [
984
- "ZRZ",
985
- "زائير زائيري"
986
- ],
987
- "ZWD": [
988
- "ZWD",
989
- "دولار زمبابوي"
990
- ],
991
- "ZWL": [
992
- "ZWL",
993
- "دولار زمبابوي 2009"
994
- ]
995
- }
996
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ar_DJ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "DJF": [
4
- "Fdj",
5
- "فرنك جيبوتي"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ar_ER.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "ERN": [
4
- "Nfk",
5
- "ناكفا أريتري"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ar_KM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "KMF": [
4
- "CF",
5
- "فرنك جزر القمر"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ar_LB.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SDG": [
4
- "SDG",
5
- "جنيه سوداني"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ar_SO.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SOS": [
4
- "S",
5
- "شلن صومالي"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ar_SS.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "GB£",
5
- "جنيه إسترليني"
6
- ],
7
- "SSP": [
8
- "£",
9
- "جنيه جنوب السودان"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/as.json DELETED
@@ -1,640 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "সংযুক্ত আৰব আমিৰাত ডিৰহেম"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "আফগান আফগানী"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "আলবেনীয় লেক"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "আৰ্মেনিয়ান ড্ৰাম"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "নেডাৰলেণ্ডছ এণ্টিলিয়েন গিল্ডাৰ"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "এংগোলান কোৱাঞ্জা"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "আৰ্জেণ্টাইন পেছো"
30
- ],
31
- "AUD": [
32
- "A$",
33
- "অষ্ট্ৰেলিয়ান ডলাৰ"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "আৰুবান ফ্ল’ৰিন"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "আজেৰবাইজানী মানাত"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "ব’ছনিয়া আৰু হাৰ্জেগ’ভিনা কনভাৰ্টিব্‌ল মাৰ্ক"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "বাৰ্বাডিয়ান ডলাৰ"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "বাংলাদেশী টাকা"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "বুলগেৰীয় লেভ"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "বাহৰেইনী ডিনাৰ"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "বুৰুণ্ডিয়ান ফ্ৰেংক"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "বাৰ্মুডান ডলাৰ"
70
- ],
71
- "BND": [
72
- "BND",
73
- "ব্ৰুনেই ডলাৰ"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "বলিভিয়ান বলিভিয়ানো"
78
- ],
79
- "BRL": [
80
- "R$",
81
- "ব্ৰাজিলিয়ান ৰিয়েল"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "বাহামিয়ান ডলাৰ"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "ভুটানী নংগলট্ৰাম"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "ব’টচোৱানান পুলা"
94
- ],
95
- "BYN": [
96
- "BYN",
97
- "বেলাৰুছীয় ৰুবেল"
98
- ],
99
- "BZD": [
100
- "BZD",
101
- "বেলিজ ডলাৰ"
102
- ],
103
- "CAD": [
104
- "CA$",
105
- "কানাডিয়ান ডলাৰ"
106
- ],
107
- "CDF": [
108
- "CDF",
109
- "কংগো ফ্ৰেংক"
110
- ],
111
- "CHF": [
112
- "CHF",
113
- "চুইছ ফ্ৰেংক"
114
- ],
115
- "CLP": [
116
- "CLP",
117
- "চিলিয়ান পেছো"
118
- ],
119
- "CNH": [
120
- "CNH",
121
- "চীনা ইউৱান (অফশ্ব’ৰ)"
122
- ],
123
- "CNY": [
124
- "CN¥",
125
- "চীনা ইউৱান"
126
- ],
127
- "COP": [
128
- "COP",
129
- "কলম্বিয়ান পেছো"
130
- ],
131
- "CRC": [
132
- "CRC",
133
- "কোষ্টা ৰিকান কোলন"
134
- ],
135
- "CUC": [
136
- "CUC",
137
- "কিউবান ৰূপান্তৰযোগ্য পেছো"
138
- ],
139
- "CUP": [
140
- "CUP",
141
- "কিউবান পেছো"
142
- ],
143
- "CVE": [
144
- "CVE",
145
- "কেপ ভাৰ্দে এছকুডো"
146
- ],
147
- "CZK": [
148
- "CZK",
149
- "চেক কোৰুনা"
150
- ],
151
- "DJF": [
152
- "DJF",
153
- "জিবুটি ফ্ৰেংক"
154
- ],
155
- "DKK": [
156
- "DKK",
157
- "ডেনিচ ক্ৰোন"
158
- ],
159
- "DOP": [
160
- "DOP",
161
- "ড’মিনিকান পেছো"
162
- ],
163
- "DZD": [
164
- "DZD",
165
- "আলজেৰীয় ডিনাৰ"
166
- ],
167
- "EGP": [
168
- "EGP",
169
- "ইজিপ্তৰ পাউণ্ড"
170
- ],
171
- "ERN": [
172
- "ERN",
173
- "এৰিট্ৰিয়ন নাক্‌ফা"
174
- ],
175
- "ETB": [
176
- "ETB",
177
- "ইথিঅ’পিয়ান বিৰ"
178
- ],
179
- "EUR": [
180
- "€",
181
- "ইউৰো"
182
- ],
183
- "FJD": [
184
- "FJD",
185
- "ফিজিয়ান ডলাৰ"
186
- ],
187
- "FKP": [
188
- "FKP",
189
- "ফকলেণ্ড দ্বীপপুঞ্জৰ পাউণ্ড"
190
- ],
191
- "GBP": [
192
- "£",
193
- "ব্ৰিটিছ পাউণ্ড"
194
- ],
195
- "GEL": [
196
- "GEL",
197
- "জৰ্জিয়ান লাৰি"
198
- ],
199
- "GHS": [
200
- "GHS",
201
- "ঘানাৰ চেডি"
202
- ],
203
- "GIP": [
204
- "GIP",
205
- "জিব্ৰাল্টৰ পাউণ্ড"
206
- ],
207
- "GMD": [
208
- "GMD",
209
- "গাম্বিয়া ডালাছি"
210
- ],
211
- "GNF": [
212
- "GNF",
213
- "গিনি ফ্ৰেংক"
214
- ],
215
- "GTQ": [
216
- "GTQ",
217
- "গুৱাটেমালা কুৱেৎজাল"
218
- ],
219
- "GYD": [
220
- "GYD",
221
- "গায়ানিজ ডলাৰ"
222
- ],
223
- "HKD": [
224
- "HK$",
225
- "হং কং ডলাৰ"
226
- ],
227
- "HNL": [
228
- "HNL",
229
- "হোন্দুৰান লেম্পিৰা"
230
- ],
231
- "HRK": [
232
- "HRK",
233
- "ক্ৰোৱেছিয়ান কুনা"
234
- ],
235
- "HTG": [
236
- "HTG",
237
- "হাইটিয়ান গৌৰ্ড"
238
- ],
239
- "HUF": [
240
- "HUF",
241
- "হাংগেৰীয়ান ফ’ৰিণ্ট"
242
- ],
243
- "IDR": [
244
- "IDR",
245
- "ইণ্ডোনেচিয়ান ৰুপিয়াহ"
246
- ],
247
- "ILS": [
248
- "₪",
249
- "ইজৰাইলী নিউ শ্বেকেল"
250
- ],
251
- "INR": [
252
- "₹",
253
- "ভাৰতীয় ৰুপী"
254
- ],
255
- "IQD": [
256
- "IQD",
257
- "ইৰাকী ডিনাৰ"
258
- ],
259
- "IRR": [
260
- "IRR",
261
- "ইৰানীয়ান ৰিয়েল"
262
- ],
263
- "ISK": [
264
- "ISK",
265
- "আইচলেণ্ডিক ক্ৰোনা"
266
- ],
267
- "JMD": [
268
- "JMD",
269
- "জামাইকান ডলাৰ"
270
- ],
271
- "JOD": [
272
- "JOD",
273
- "জৰ্ডানিয়ান ডিনাৰ"
274
- ],
275
- "JPY": [
276
- "JP¥",
277
- "জাপানী য়েন"
278
- ],
279
- "KES": [
280
- "KES",
281
- "কেনিয়ান শ্বিলিং"
282
- ],
283
- "KGS": [
284
- "KGS",
285
- "কিৰ্গিস্তানী ছোম"
286
- ],
287
- "KHR": [
288
- "KHR",
289
- "কেম্ব’ডিয়ান ৰিয়েল"
290
- ],
291
- "KMF": [
292
- "KMF",
293
- "ক’মোৰিয়ান ফ্ৰেংক"
294
- ],
295
- "KPW": [
296
- "KPW",
297
- "উত্তৰ কোৰিয়াৰ ওৱান"
298
- ],
299
- "KRW": [
300
- "₩",
301
- "দক্ষিণ কোৰিয়াৰ ওৱান"
302
- ],
303
- "KWD": [
304
- "KWD",
305
- "কুৱেইটি ডিনাৰ"
306
- ],
307
- "KYD": [
308
- "KYD",
309
- "কেইমেন দ্বীপপুঞ্জৰ ডলাৰ"
310
- ],
311
- "KZT": [
312
- "KZT",
313
- "কাজাখস্তানী তেঞ্জ"
314
- ],
315
- "LAK": [
316
- "LAK",
317
- "লাওচিয়ান কিপ"
318
- ],
319
- "LBP": [
320
- "LBP",
321
- "লেবানীজ পাউণ্ড"
322
- ],
323
- "LKR": [
324
- "LKR",
325
- "শ্ৰীলংকান ৰুপী"
326
- ],
327
- "LRD": [
328
- "LRD",
329
- "লাইবেৰিয়ান ডলাৰ"
330
- ],
331
- "LYD": [
332
- "LYD",
333
- "লিবিয়ান ডিনাৰ"
334
- ],
335
- "MAD": [
336
- "MAD",
337
- "মৰোক্কান ডিৰহাম"
338
- ],
339
- "MDL": [
340
- "MDL",
341
- "মোলডোভান লেউ"
342
- ],
343
- "MGA": [
344
- "MGA",
345
- "মালাগাছী এৰিয়াৰী"
346
- ],
347
- "MKD": [
348
- "MKD",
349
- "মেচিডোনীয় ডেনাৰ"
350
- ],
351
- "MMK": [
352
- "MMK",
353
- "ম্যানমাৰ কিয়াট"
354
- ],
355
- "MNT": [
356
- "MNT",
357
- "মঙ্গোলিয়ান টুৰ্গিক"
358
- ],
359
- "MOP": [
360
- "MOP",
361
- "মেকানীজ পাটাকা"
362
- ],
363
- "MRO": [
364
- "MRO",
365
- "ম’ৰিটেনিয়ান ঔগুইয়া (1973–2017)"
366
- ],
367
- "MRU": [
368
- "MRU",
369
- "ম’ৰিটেনিয়ান ঔগুইয়া"
370
- ],
371
- "MUR": [
372
- "MUR",
373
- "মৰিচিয়ান ৰুপী"
374
- ],
375
- "MVR": [
376
- "MVR",
377
- "মালডিভিয়ান ৰুফিয়া"
378
- ],
379
- "MWK": [
380
- "MWK",
381
- "মালাউইয়ান কোৱাচা"
382
- ],
383
- "MXN": [
384
- "MX$",
385
- "মেক্সিকান পেছো"
386
- ],
387
- "MYR": [
388
- "MYR",
389
- "মালায়েচিয়ান ৰিংগিট"
390
- ],
391
- "MZN": [
392
- "MZN",
393
- "মোজাম্বিকান মেটিকল"
394
- ],
395
- "NAD": [
396
- "NAD",
397
- "নামিবিয়ান ডলাৰ"
398
- ],
399
- "NGN": [
400
- "NGN",
401
- "নাইজেৰিয়ান নাইৰা"
402
- ],
403
- "NIO": [
404
- "NIO",
405
- "নিকাৰাগুৱান কোৰ্ডোবা"
406
- ],
407
- "NOK": [
408
- "NOK",
409
- "নৰৱেজিয়ান ক্ৰোন"
410
- ],
411
- "NPR": [
412
- "NPR",
413
- "নেপালী ৰুপী"
414
- ],
415
- "NZD": [
416
- "NZ$",
417
- "নিউজিলেণ্ড ডলাৰ"
418
- ],
419
- "OMR": [
420
- "OMR",
421
- "ওমানি ৰিয়েল"
422
- ],
423
- "PAB": [
424
- "PAB",
425
- "পানামেনিয়ান বাল্বোৱা"
426
- ],
427
- "PEN": [
428
- "PEN",
429
- "পেৰুভিয়ান ছ’ল"
430
- ],
431
- "PGK": [
432
- "PGK",
433
- "পাপুৱা নিউ গিনি কিনা"
434
- ],
435
- "PHP": [
436
- "PHP",
437
- "ফিলিপিন পেইছ’"
438
- ],
439
- "PKR": [
440
- "PKR",
441
- "পাকিস্তানী ৰুপী"
442
- ],
443
- "PLN": [
444
- "PLN",
445
- "প’লিচ জোল্টী"
446
- ],
447
- "PYG": [
448
- "PYG",
449
- "পাৰাগুয়ান গুৱাৰানি"
450
- ],
451
- "QAR": [
452
- "QAR",
453
- "কাটাৰি ৰিয়েল"
454
- ],
455
- "RON": [
456
- "RON",
457
- "ৰোমানীয় লেউ"
458
- ],
459
- "RSD": [
460
- "RSD",
461
- "চাৰ্বিয়ান ডিনাৰ"
462
- ],
463
- "RUB": [
464
- "RUB",
465
- "ৰাছিয়ান ৰুব্‌ল"
466
- ],
467
- "RWF": [
468
- "RWF",
469
- "ৰোৱান্দান ফ্ৰেংক"
470
- ],
471
- "SAR": [
472
- "SAR",
473
- "চৌডি ৰিয়েল"
474
- ],
475
- "SBD": [
476
- "SBD",
477
- "চোলোমোন দ্বীপপুঞ্জৰ ডলাৰ"
478
- ],
479
- "SCR": [
480
- "SCR",
481
- "ছেচেলৱা ৰুপী"
482
- ],
483
- "SDG": [
484
- "SDG",
485
- "চুডানী পাউণ্ড"
486
- ],
487
- "SEK": [
488
- "SEK",
489
- "চুইডিছ ক্ৰোনা"
490
- ],
491
- "SGD": [
492
- "SGD",
493
- "ছিংগাপুৰ ডলাৰ"
494
- ],
495
- "SHP": [
496
- "SHP",
497
- "ছেইণ্ট হেলেনা পাউণ্ড"
498
- ],
499
- "SLL": [
500
- "SLL",
501
- "চিয়েৰা লিঅ’নৰ লিঅ’ন"
502
- ],
503
- "SOS": [
504
- "SOS",
505
- "চোমালি শ্বিলিং"
506
- ],
507
- "SRD": [
508
- "SRD",
509
- "ছুৰিনামী ডলাৰ"
510
- ],
511
- "SSP": [
512
- "SSP",
513
- "দক্ষিণ চুডানীজ পাউণ্ড"
514
- ],
515
- "STD": [
516
- "STD",
517
- "চাও টোমে আৰু প্ৰিনচিপে ডোব্‌ৰা (1977–2017)"
518
- ],
519
- "STN": [
520
- "STN",
521
- "চাও টোমে আৰু প্ৰিনচিপে ডোব্‌ৰা"
522
- ],
523
- "SYP": [
524
- "SYP",
525
- "চিৰিয়ান পাউণ্ড"
526
- ],
527
- "SZL": [
528
- "SZL",
529
- "স্বাজি লিলেংগেনি"
530
- ],
531
- "THB": [
532
- "THB",
533
- "থাই বাত"
534
- ],
535
- "TJS": [
536
- "TJS",
537
- "তাজিকিস্তানী ছোমনি"
538
- ],
539
- "TMT": [
540
- "TMT",
541
- "তুৰ্কমেনিস্তানী মানাত"
542
- ],
543
- "TND": [
544
- "TND",
545
- "টুনিচিয়ান ডিনাৰ"
546
- ],
547
- "TOP": [
548
- "TOP",
549
- "টংগান পাআংগা"
550
- ],
551
- "TRY": [
552
- "TRY",
553
- "তুৰ্কীৰ লিৰা"
554
- ],
555
- "TTD": [
556
- "TTD",
557
- "ট্ৰিনিডাড আৰু টোবাগো ডলাৰ"
558
- ],
559
- "TWD": [
560
- "NT$",
561
- "নিউ টাইৱান ডলাৰ"
562
- ],
563
- "TZS": [
564
- "TZS",
565
- "টানজানিয়ান শ্বিলিং"
566
- ],
567
- "UAH": [
568
- "UAH",
569
- "ইউক্ৰেইনীয় হৃভনিয়া"
570
- ],
571
- "UGX": [
572
- "UGX",
573
- "উগাণ্ডান শ্বিলিং"
574
- ],
575
- "USD": [
576
- "US$",
577
- "ইউ. এছ. ডলাৰ"
578
- ],
579
- "UYU": [
580
- "UYU",
581
- "উৰুগুৱেয়ান পেছো"
582
- ],
583
- "UZS": [
584
- "UZS",
585
- "উজবেকিস্তানী ছোম"
586
- ],
587
- "VEB": [
588
- "VEB",
589
- "ভেনিজুৱেলান বলিভাৰ (1871–2008)"
590
- ],
591
- "VEF": [
592
- "VEF",
593
- "ভেনিজুৱেলান বলিভাৰ (2008–2018)"
594
- ],
595
- "VES": [
596
- "VES",
597
- "ভেনিজুৱেলান বলিভাৰ"
598
- ],
599
- "VND": [
600
- "₫",
601
- "ভিয়েটনামীজ ডং"
602
- ],
603
- "VUV": [
604
- "VUV",
605
- "ভানাটুৰ ভাটু"
606
- ],
607
- "WST": [
608
- "WST",
609
- "ছামোৱান টালা"
610
- ],
611
- "XAF": [
612
- "FCFA",
613
- "মধ্য আফ্ৰিকান CFA ফ্ৰেংক"
614
- ],
615
- "XCD": [
616
- "EC$",
617
- "ইষ্ট কেৰিবিয়ান ডলাৰ"
618
- ],
619
- "XOF": [
620
- "CFA",
621
- "পশ্চিম আফ্ৰিকান CFA ফ্ৰেংক"
622
- ],
623
- "XPF": [
624
- "CFPF",
625
- "CFP ফ্ৰেংক"
626
- ],
627
- "YER": [
628
- "YER",
629
- "য়েমেনী ৰিয়েল"
630
- ],
631
- "ZAR": [
632
- "ZAR",
633
- "দক্ষিণ আফ্ৰিকাৰ ৰাণ্ড"
634
- ],
635
- "ZMW": [
636
- "ZMW",
637
- "জাম্বিয়ান কোৱাচা"
638
- ]
639
- }
640
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/az.json DELETED
@@ -1,1060 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andora Pesetası"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Birləşmiş Ərəb Əmirlikləri Dirhəmi"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Əfqanıstan Əfqanisi (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Əfqanıstan Əfqanisi"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "Albaniya Leki (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "Albaniya Leki"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "Ermənistan Dramı"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "Niderland Antilyası Gilderi"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "Anqola Kvanzası"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "Anqola Kvanzasi (1977–1990)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "Anqola Yeni Kvanzası (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "Anqola Kvanzası (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "Argentina avstralı"
54
- ],
55
- "ARP": [
56
- "ARP",
57
- "Argentina pesosu (1983–1985)"
58
- ],
59
- "ARS": [
60
- "ARS",
61
- "Argentina Pesosu"
62
- ],
63
- "ATS": [
64
- "ATS",
65
- "Avstriya Şillinqi"
66
- ],
67
- "AUD": [
68
- "A$",
69
- "Avstraliya Dolları"
70
- ],
71
- "AWG": [
72
- "AWG",
73
- "Aruba Florini"
74
- ],
75
- "AZM": [
76
- "AZM",
77
- "Azərbaycan Manatı (1993–2006)"
78
- ],
79
- "AZN": [
80
- "₼",
81
- "Azərbaycan Manatı"
82
- ],
83
- "BAD": [
84
- "BAD",
85
- "Bosniya-Herseqovina Dinarı"
86
- ],
87
- "BAM": [
88
- "BAM",
89
- "Bosniya-Herseqovina Markası"
90
- ],
91
- "BBD": [
92
- "BBD",
93
- "Barbados Dolları"
94
- ],
95
- "BDT": [
96
- "BDT",
97
- "Banqladeş Takası"
98
- ],
99
- "BEC": [
100
- "BEC",
101
- "Belçika Frankı (deyşirik)"
102
- ],
103
- "BEF": [
104
- "BEF",
105
- "Belçika Frankı"
106
- ],
107
- "BEL": [
108
- "BEL",
109
- "Belçika Frankı (finans)"
110
- ],
111
- "BGL": [
112
- "BGL",
113
- "Bolqarıstan Levası"
114
- ],
115
- "BGN": [
116
- "BGN",
117
- "Bolqarıstan Levi"
118
- ],
119
- "BHD": [
120
- "BHD",
121
- "Bəhreyn Dinarı"
122
- ],
123
- "BIF": [
124
- "BIF",
125
- "Burundi Frankı"
126
- ],
127
- "BMD": [
128
- "BMD",
129
- "Bermuda Dolları"
130
- ],
131
- "BND": [
132
- "BND",
133
- "Bruney Dolları"
134
- ],
135
- "BOB": [
136
- "BOB",
137
- "Boliviya Bolivianosu"
138
- ],
139
- "BOP": [
140
- "BOP",
141
- "Boliviya pesosu"
142
- ],
143
- "BOV": [
144
- "BOV",
145
- "Boliviya mvdolı"
146
- ],
147
- "BRB": [
148
- "BRB",
149
- "Braziliya kruzeyro novası"
150
- ],
151
- "BRC": [
152
- "BRC",
153
- "Braziliya kruzadosu"
154
- ],
155
- "BRE": [
156
- "BRE",
157
- "Braziliya kruzeyrosu (1990–1993)"
158
- ],
159
- "BRL": [
160
- "R$",
161
- "Braziliya Realı"
162
- ],
163
- "BRN": [
164
- "BRN",
165
- "Braziliya kruzado novası"
166
- ],
167
- "BRR": [
168
- "BRR",
169
- "Braziliya kruzeyrosu"
170
- ],
171
- "BSD": [
172
- "BSD",
173
- "Baham Dolları"
174
- ],
175
- "BTN": [
176
- "BTN",
177
- "Butan Nqultrumu"
178
- ],
179
- "BUK": [
180
- "BUK",
181
- "Burmis Kyatı"
182
- ],
183
- "BWP": [
184
- "BWP",
185
- "Botsvana Pulası"
186
- ],
187
- "BYB": [
188
- "BYB",
189
- "Belarus Yeni Rublu (1994–1999)"
190
- ],
191
- "BYN": [
192
- "BYN",
193
- "Belarus Rublu"
194
- ],
195
- "BYR": [
196
- "BYR",
197
- "Belarus Rublu (2000–2016)"
198
- ],
199
- "BZD": [
200
- "BZD",
201
- "Beliz Dolları"
202
- ],
203
- "CAD": [
204
- "CA$",
205
- "Kanada Dolları"
206
- ],
207
- "CDF": [
208
- "CDF",
209
- "Konqo Frankı"
210
- ],
211
- "CHE": [
212
- "CHE",
213
- "WIR Avro"
214
- ],
215
- "CHF": [
216
- "CHF",
217
- "İsveçrə Frankı"
218
- ],
219
- "CHW": [
220
- "CHW",
221
- "WIR Frankası"
222
- ],
223
- "CLP": [
224
- "CLP",
225
- "Çili Pesosu"
226
- ],
227
- "CNH": [
228
- "CNH",
229
- "Çin Yuanı (ofşor)"
230
- ],
231
- "CNY": [
232
- "CN¥",
233
- "Çin Yuanı"
234
- ],
235
- "COP": [
236
- "COP",
237
- "Kolumbiya Pesosu"
238
- ],
239
- "CRC": [
240
- "CRC",
241
- "Kosta Rika Kolonu"
242
- ],
243
- "CSD": [
244
- "CSD",
245
- "Serbiya Dinarı (2002–2006)"
246
- ],
247
- "CSK": [
248
- "CSK",
249
- "Çexoslavakiya Korunası"
250
- ],
251
- "CUC": [
252
- "CUC",
253
- "Kuba Çevrilən Pesosu"
254
- ],
255
- "CUP": [
256
- "CUP",
257
- "Kuba Pesosu"
258
- ],
259
- "CVE": [
260
- "CVE",
261
- "Kape Verde Eskudosu"
262
- ],
263
- "CYP": [
264
- "CYP",
265
- "Kipr Paundu"
266
- ],
267
- "CZK": [
268
- "CZK",
269
- "Çexiya Korunası"
270
- ],
271
- "DDM": [
272
- "DDM",
273
- "Şərq Almaniya Ostmarkı"
274
- ],
275
- "DEM": [
276
- "DEM",
277
- "Alman Markası"
278
- ],
279
- "DJF": [
280
- "DJF",
281
- "Cibuti Frankı"
282
- ],
283
- "DKK": [
284
- "DKK",
285
- "Danimarka Kronu"
286
- ],
287
- "DOP": [
288
- "DOP",
289
- "Dominika Pesosu"
290
- ],
291
- "DZD": [
292
- "DZD",
293
- "Əlcəzair Dinarı"
294
- ],
295
- "ECS": [
296
- "ECS",
297
- "Ekvador Sukresi"
298
- ],
299
- "EEK": [
300
- "EEK",
301
- "Estoniya Krunu"
302
- ],
303
- "EGP": [
304
- "EGP",
305
- "Misir Funtu"
306
- ],
307
- "ERN": [
308
- "ERN",
309
- "Eritreya Nakfası"
310
- ],
311
- "ESA": [
312
- "ESA",
313
- "İspan Pesetası (A account)"
314
- ],
315
- "ESB": [
316
- "ESB",
317
- "İspan Pesetası (dəyşirik)"
318
- ],
319
- "ESP": [
320
- "ESP",
321
- "İspan Pesetası"
322
- ],
323
- "ETB": [
324
- "ETB",
325
- "Efiopiya Bırrı"
326
- ],
327
- "EUR": [
328
- "€",
329
- "Avro"
330
- ],
331
- "FIM": [
332
- "FIM",
333
- "Fin Markası"
334
- ],
335
- "FJD": [
336
- "FJD",
337
- "Fici Dolları"
338
- ],
339
- "FKP": [
340
- "FKP",
341
- "Folklend Adaları Funtu"
342
- ],
343
- "FRF": [
344
- "FRF",
345
- "Fransız Markası"
346
- ],
347
- "GBP": [
348
- "£",
349
- "Britaniya Funtu"
350
- ],
351
- "GEK": [
352
- "GEK",
353
- "Gürcüstan Kupon Lariti"
354
- ],
355
- "GEL": [
356
- "GEL",
357
- "Gürcüstan Larisi"
358
- ],
359
- "GHC": [
360
- "GHC",
361
- "Qana Sedisi (1979–2007)"
362
- ],
363
- "GHS": [
364
- "GHS",
365
- "Qana Sedisi"
366
- ],
367
- "GIP": [
368
- "GIP",
369
- "Cəbəli-Tariq Funtu"
370
- ],
371
- "GMD": [
372
- "GMD",
373
- "Qambiya Dalasisi"
374
- ],
375
- "GNF": [
376
- "GNF",
377
- "Qvineya Frankı"
378
- ],
379
- "GNS": [
380
- "GNS",
381
- "Qvineya Sulisi"
382
- ],
383
- "GQE": [
384
- "GQE",
385
- "Ekvatoriya Gvineya Ekvele Quneanası"
386
- ],
387
- "GRD": [
388
- "GRD",
389
- "Yunan Draçması"
390
- ],
391
- "GTQ": [
392
- "GTQ",
393
- "Qvatemala Küetzalı"
394
- ],
395
- "GWE": [
396
- "GWE",
397
- "Portugal Qvineya Eskudosu"
398
- ],
399
- "GWP": [
400
- "GWP",
401
- "Qvineya-Bisau Pesosu"
402
- ],
403
- "GYD": [
404
- "GYD",
405
- "Qayana Dolları"
406
- ],
407
- "HKD": [
408
- "HK$",
409
- "Honq Konq Dolları"
410
- ],
411
- "HNL": [
412
- "HNL",
413
- "Honduras Lempirası"
414
- ],
415
- "HRD": [
416
- "HRD",
417
- "Xorvatiya Dinarı"
418
- ],
419
- "HRK": [
420
- "HRK",
421
- "Xorvatiya Kunası"
422
- ],
423
- "HTG": [
424
- "HTG",
425
- "Haiti Qourdu"
426
- ],
427
- "HUF": [
428
- "HUF",
429
- "Macarıstan Forinti"
430
- ],
431
- "IDR": [
432
- "IDR",
433
- "İndoneziya Rupisi"
434
- ],
435
- "IEP": [
436
- "IEP",
437
- "İrlandiya Paundu"
438
- ],
439
- "ILP": [
440
- "ILP",
441
- "İzrail Paundu"
442
- ],
443
- "ILR": [
444
- "ILR",
445
- "İsrail Şekeli (1980–1985)"
446
- ],
447
- "ILS": [
448
- "₪",
449
- "İsrail Yeni Şekeli"
450
- ],
451
- "INR": [
452
- "₹",
453
- "Hindistan Rupisi"
454
- ],
455
- "IQD": [
456
- "IQD",
457
- "İraq Dinarı"
458
- ],
459
- "IRR": [
460
- "IRR",
461
- "İran Rialı"
462
- ],
463
- "ISJ": [
464
- "ISJ",
465
- "İslandiya Kronu (1918–1981)"
466
- ],
467
- "ISK": [
468
- "ISK",
469
- "İslandiya Kronu"
470
- ],
471
- "ITL": [
472
- "ITL",
473
- "İtaliya Lirası"
474
- ],
475
- "JMD": [
476
- "JMD",
477
- "Yamayka Dolları"
478
- ],
479
- "JOD": [
480
- "JOD",
481
- "İordaniya Dinarı"
482
- ],
483
- "JPY": [
484
- "JP¥",
485
- "Yaponiya Yeni"
486
- ],
487
- "KES": [
488
- "KES",
489
- "Keniya Şillinqi"
490
- ],
491
- "KGS": [
492
- "KGS",
493
- "Qırğızıstan Somu"
494
- ],
495
- "KHR": [
496
- "KHR",
497
- "Kamboca Rieli"
498
- ],
499
- "KMF": [
500
- "KMF",
501
- "Komor Frankı"
502
- ],
503
- "KPW": [
504
- "KPW",
505
- "Şimali Koreya Vonu"
506
- ],
507
- "KRW": [
508
- "₩",
509
- "Cənubi Koreya Vonu"
510
- ],
511
- "KWD": [
512
- "KWD",
513
- "Küveyt Dinarı"
514
- ],
515
- "KYD": [
516
- "KYD",
517
- "Kayman Adaları Dolları"
518
- ],
519
- "KZT": [
520
- "KZT",
521
- "Qazaxıstan Tengesi"
522
- ],
523
- "LAK": [
524
- "LAK",
525
- "Laos Kipi"
526
- ],
527
- "LBP": [
528
- "LBP",
529
- "Livan Funtu"
530
- ],
531
- "LKR": [
532
- "LKR",
533
- "Şri Lanka Rupisi"
534
- ],
535
- "LRD": [
536
- "LRD",
537
- "Liberiya Dolları"
538
- ],
539
- "LSL": [
540
- "LSL",
541
- "Lesoto Lotisi"
542
- ],
543
- "LTL": [
544
- "LTL",
545
- "Litva Liti"
546
- ],
547
- "LTT": [
548
- "LTT",
549
- "Litva Talonası"
550
- ],
551
- "LUC": [
552
- "LUC",
553
- "Luksemburq Frankası (dəyişik)"
554
- ],
555
- "LUF": [
556
- "LUF",
557
- "Luksemburq Frankası"
558
- ],
559
- "LUL": [
560
- "LUL",
561
- "Luksemburq Frankası (finans)"
562
- ],
563
- "LVL": [
564
- "LVL",
565
- "Latviya Latı"
566
- ],
567
- "LVR": [
568
- "LVR",
569
- "Latviya Rublu"
570
- ],
571
- "LYD": [
572
- "LYD",
573
- "Liviya Dinarı"
574
- ],
575
- "MAD": [
576
- "MAD",
577
- "Mərakeş Dirhəmi"
578
- ],
579
- "MAF": [
580
- "MAF",
581
- "Mərakeş Frankası"
582
- ],
583
- "MDL": [
584
- "MDL",
585
- "Moldova Leyi"
586
- ],
587
- "MGA": [
588
- "MGA",
589
- "Madaqaskar Ariarisi"
590
- ],
591
- "MGF": [
592
- "MGF",
593
- "Madaqaskar Frankası"
594
- ],
595
- "MKD": [
596
- "MKD",
597
- "Makedoniya Dinarı"
598
- ],
599
- "MKN": [
600
- "MKN",
601
- "Makedoniya Dinarı (1992–1993)"
602
- ],
603
- "MLF": [
604
- "MLF",
605
- "Mali Frankı"
606
- ],
607
- "MMK": [
608
- "MMK",
609
- "Myanma Kiyatı"
610
- ],
611
- "MNT": [
612
- "MNT",
613
- "Monqoliya Tuqriki"
614
- ],
615
- "MOP": [
616
- "MOP",
617
- "Makao Patakası"
618
- ],
619
- "MRO": [
620
- "MRO",
621
- "Mavritaniya Ugiyası (1973–2017)"
622
- ],
623
- "MRU": [
624
- "MRU",
625
- "Mavritaniya Ugiyası"
626
- ],
627
- "MTP": [
628
- "MTP",
629
- "Maltiz Paundu"
630
- ],
631
- "MUR": [
632
- "MUR",
633
- "Mavriki Rupisi"
634
- ],
635
- "MVR": [
636
- "MVR",
637
- "Maldiv Rufiyası"
638
- ],
639
- "MWK": [
640
- "MWK",
641
- "Malavi Kvaçası"
642
- ],
643
- "MXN": [
644
- "MX$",
645
- "Meksika Pesosu"
646
- ],
647
- "MXP": [
648
- "MXP",
649
- "Meksika gümüş pesosu"
650
- ],
651
- "MYR": [
652
- "MYR",
653
- "Malayziya Ringiti"
654
- ],
655
- "MZE": [
656
- "MZE",
657
- "Mozambik Eskudosu"
658
- ],
659
- "MZM": [
660
- "MZM",
661
- "Mozambik Metikalı (1980–2006)"
662
- ],
663
- "MZN": [
664
- "MZN",
665
- "Mozambik Metikalı"
666
- ],
667
- "NAD": [
668
- "NAD",
669
- "Namibiya Dolları"
670
- ],
671
- "NGN": [
672
- "NGN",
673
- "Nigeriya Nairası"
674
- ],
675
- "NIC": [
676
- "NIC",
677
- "Nikaraqua kordobu"
678
- ],
679
- "NIO": [
680
- "NIO",
681
- "Nikaraqua Kordobası"
682
- ],
683
- "NLG": [
684
- "NLG",
685
- "Hollandiya Gilderi"
686
- ],
687
- "NOK": [
688
- "NOK",
689
- "Norveç Kronu"
690
- ],
691
- "NPR": [
692
- "NPR",
693
- "Nepal Rupisi"
694
- ],
695
- "NZD": [
696
- "NZ$",
697
- "Yeni Zelandiya Dolları"
698
- ],
699
- "OMR": [
700
- "OMR",
701
- "Oman Rialı"
702
- ],
703
- "PAB": [
704
- "PAB",
705
- "Panama Balboası"
706
- ],
707
- "PEI": [
708
- "PEI",
709
- "Peru Inti"
710
- ],
711
- "PEN": [
712
- "PEN",
713
- "Peru Solu"
714
- ],
715
- "PES": [
716
- "PES",
717
- "Peru Solu (1863–1965)"
718
- ],
719
- "PGK": [
720
- "PGK",
721
- "Papua Yeni Qvineya Kinası"
722
- ],
723
- "PHP": [
724
- "PHP",
725
- "Filippin Pesosu"
726
- ],
727
- "PKR": [
728
- "PKR",
729
- "Pakistan Rupisi"
730
- ],
731
- "PLN": [
732
- "PLN",
733
- "Polşa Zlotısı"
734
- ],
735
- "PLZ": [
736
- "PLZ",
737
- "Polşa Zlotısı (1950–1995)"
738
- ],
739
- "PTE": [
740
- "PTE",
741
- "Portuqal Eskudosu"
742
- ],
743
- "PYG": [
744
- "PYG",
745
- "Paraqvay Quaranisi"
746
- ],
747
- "QAR": [
748
- "QAR",
749
- "Qatar Rialı"
750
- ],
751
- "RHD": [
752
- "RHD",
753
- "Rodezian Dolları"
754
- ],
755
- "ROL": [
756
- "ROL",
757
- "Rumıniya Leyi (1952–2006)"
758
- ],
759
- "RON": [
760
- "RON",
761
- "Rumıniya Leyi"
762
- ],
763
- "RSD": [
764
- "RSD",
765
- "Serbiya Dinarı"
766
- ],
767
- "RUB": [
768
- "RUB",
769
- "Rusiya Rublu"
770
- ],
771
- "RUR": [
772
- "RUR",
773
- "Rusiya Rublu (1991–1998)"
774
- ],
775
- "RWF": [
776
- "RWF",
777
- "Ruanda Frankı"
778
- ],
779
- "SAR": [
780
- "SAR",
781
- "Səudiyyə Riyalı"
782
- ],
783
- "SBD": [
784
- "SBD",
785
- "Solomon Adaları Dolları"
786
- ],
787
- "SCR": [
788
- "SCR",
789
- "Seyşel Rupisi"
790
- ],
791
- "SDG": [
792
- "SDG",
793
- "Sudan Funtu"
794
- ],
795
- "SEK": [
796
- "SEK",
797
- "İsveç Kronu"
798
- ],
799
- "SGD": [
800
- "SGD",
801
- "Sinqapur Dolları"
802
- ],
803
- "SHP": [
804
- "SHP",
805
- "Müqəddəs Yelena Funtu"
806
- ],
807
- "SIT": [
808
- "SIT",
809
- "Sloveniya Toları"
810
- ],
811
- "SKK": [
812
- "SKK",
813
- "Slovak Korunası"
814
- ],
815
- "SLL": [
816
- "SLL",
817
- "Sierra Leon Leonu"
818
- ],
819
- "SOS": [
820
- "SOS",
821
- "Somali Şillinqi"
822
- ],
823
- "SRD": [
824
- "SRD",
825
- "Surinam Dolları"
826
- ],
827
- "SSP": [
828
- "SSP",
829
- "Cənubi Sudan Funtu"
830
- ],
831
- "STD": [
832
- "STD",
833
- "San Tom və Prinsip Dobrası (1977–2017)"
834
- ],
835
- "STN": [
836
- "STN",
837
- "San Tom və Prinsip Dobrası"
838
- ],
839
- "SUR": [
840
- "SUR",
841
- "Sovet Rublu"
842
- ],
843
- "SVC": [
844
- "SVC",
845
- "El Salvador kolonu"
846
- ],
847
- "SYP": [
848
- "SYP",
849
- "Suriya Funtu"
850
- ],
851
- "SZL": [
852
- "SZL",
853
- "Svazilend Lilangenini"
854
- ],
855
- "THB": [
856
- "฿",
857
- "Tayland Batı"
858
- ],
859
- "TJR": [
860
- "TJR",
861
- "Tacikistan Rublu"
862
- ],
863
- "TJS": [
864
- "TJS",
865
- "Tacikistan Somonisi"
866
- ],
867
- "TMM": [
868
- "TMM",
869
- "Türkmənistan Manatı (1993–2009)"
870
- ],
871
- "TMT": [
872
- "TMT",
873
- "Türkmənistan Manatı"
874
- ],
875
- "TND": [
876
- "TND",
877
- "Tunis Dinarı"
878
- ],
879
- "TOP": [
880
- "TOP",
881
- "Tonqa Panqası"
882
- ],
883
- "TPE": [
884
- "TPE",
885
- "Timor Eskudu"
886
- ],
887
- "TRL": [
888
- "TRL",
889
- "Türkiyə Lirəsi (1922–2005)"
890
- ],
891
- "TRY": [
892
- "TRY",
893
- "Türkiyə Lirəsi"
894
- ],
895
- "TTD": [
896
- "TTD",
897
- "Trinidad və Tobaqo Dolları"
898
- ],
899
- "TWD": [
900
- "NT$",
901
- "Tayvan Yeni Dolları"
902
- ],
903
- "TZS": [
904
- "TZS",
905
- "Tanzaniya Şillinqi"
906
- ],
907
- "UAH": [
908
- "UAH",
909
- "Ukrayna Qrivnası"
910
- ],
911
- "UAK": [
912
- "UAK",
913
- "Ukrayna Karbovenesası"
914
- ],
915
- "UGS": [
916
- "UGS",
917
- "Uqanda Şillinqi (1966–1987)"
918
- ],
919
- "UGX": [
920
- "UGX",
921
- "Uqanda Şillinqi"
922
- ],
923
- "USD": [
924
- "US$",
925
- "ABŞ Dolları"
926
- ],
927
- "USN": [
928
- "USN",
929
- "ABŞ dolları (yeni gün)"
930
- ],
931
- "USS": [
932
- "USS",
933
- "ABŞ dolları (həmin gün)"
934
- ],
935
- "UYI": [
936
- "UYI",
937
- "Uruqvay pesosu Unidades Indexadas"
938
- ],
939
- "UYP": [
940
- "UYP",
941
- "Uruqvay Pesosu (1975–1993)"
942
- ],
943
- "UYU": [
944
- "UYU",
945
- "Uruqvay Pesosu"
946
- ],
947
- "UZS": [
948
- "UZS",
949
- "Özbəkistan Somu"
950
- ],
951
- "VEB": [
952
- "VEB",
953
- "Venesuela Bolivarı (1871–2008)"
954
- ],
955
- "VEF": [
956
- "VEF",
957
- "Venesuela Bolivarı (2008–2018)"
958
- ],
959
- "VES": [
960
- "VES",
961
- "Venesuela Bolivarı"
962
- ],
963
- "VND": [
964
- "₫",
965
- "Vyetnam Donqu"
966
- ],
967
- "VNN": [
968
- "VNN",
969
- "Vyetnam Donqu (1978–1985)"
970
- ],
971
- "VUV": [
972
- "VUV",
973
- "Vanuatu Vatusu"
974
- ],
975
- "WST": [
976
- "WST",
977
- "Samoa Talası"
978
- ],
979
- "XAF": [
980
- "FCFA",
981
- "Kamerun Frankı"
982
- ],
983
- "XCD": [
984
- "EC$",
985
- "Şərqi Karib Dolları"
986
- ],
987
- "XFO": [
988
- "XFO",
989
- "Fransız Gızıl Frankı"
990
- ],
991
- "XFU": [
992
- "XFU",
993
- "Fransız UİC Frankı"
994
- ],
995
- "XOF": [
996
- "CFA",
997
- "Fil Dişi Sahili Frankı"
998
- ],
999
- "XPF": [
1000
- "CFPF",
1001
- "Fransız Polineziyası Frankı"
1002
- ],
1003
- "YDD": [
1004
- "YDD",
1005
- "Yəmən Dinarı"
1006
- ],
1007
- "YER": [
1008
- "YER",
1009
- "Yəmən Rialı"
1010
- ],
1011
- "YUD": [
1012
- "YUD",
1013
- "Yuqoslaviya Dinarı (1966–1990)"
1014
- ],
1015
- "YUM": [
1016
- "YUM",
1017
- "Yuqoslaviya Yeni Dinarı (1994–2002)"
1018
- ],
1019
- "YUN": [
1020
- "YUN",
1021
- "Yuqoslaviya Dinarı (1990–1992)"
1022
- ],
1023
- "ZAL": [
1024
- "ZAL",
1025
- "Cənubi Afrika Randı (finans)"
1026
- ],
1027
- "ZAR": [
1028
- "ZAR",
1029
- "Cənubi Afrika Randı"
1030
- ],
1031
- "ZMK": [
1032
- "ZMK",
1033
- "Zambiya Kvaçası (1968–2012)"
1034
- ],
1035
- "ZMW": [
1036
- "ZMW",
1037
- "Zambiya Kvaçası"
1038
- ],
1039
- "ZRN": [
1040
- "ZRN",
1041
- "Zair Yeni Zairi (1993–1998)"
1042
- ],
1043
- "ZRZ": [
1044
- "ZRZ",
1045
- "Zair Zairi (1971–1993)"
1046
- ],
1047
- "ZWD": [
1048
- "ZWD",
1049
- "Zimbabve Dolları (1980–2008)"
1050
- ],
1051
- "ZWL": [
1052
- "ZWL",
1053
- "Zimbabve Dolları (2009)"
1054
- ],
1055
- "ZWR": [
1056
- "ZWR",
1057
- "Zimbabve Dolları (2008)"
1058
- ]
1059
- }
1060
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/az_Cyrl.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AZN": [
4
- "₼",
5
- "AZN"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/be.json DELETED
@@ -1,640 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "дырхам ААЭ"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "афганскі афгані"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "албанскі лек"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "армянскі драм"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "нідэрландскі антыльскі гульдэн"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "ангольская кванза"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "аргенцінскае песа"
30
- ],
31
- "AUD": [
32
- "A$",
33
- "аўстралійскі долар"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "арубанскі фларын"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "азербайджанскі манат"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "канверсоўная марка Босніі і Герцагавіны"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "барбадаскі долар"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "бангладэшская така"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "балгарскі леў"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "бахрэйнскі дынар"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "бурундзійскі франк"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "бермудскі долар"
70
- ],
71
- "BND": [
72
- "BND",
73
- "брунейскі долар"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "балівіяна"
78
- ],
79
- "BRL": [
80
- "BRL",
81
- "бразільскі рэал"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "багамскі долар"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "бутанскі нгултрум"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "батсванская пула"
94
- ],
95
- "BYN": [
96
- "Br",
97
- "беларускі рубель"
98
- ],
99
- "BYR": [
100
- "BYR",
101
- "беларускі рубель (2000–2016)"
102
- ],
103
- "BZD": [
104
- "BZD",
105
- "белізскі долар"
106
- ],
107
- "CAD": [
108
- "CAD",
109
- "канадскі долар"
110
- ],
111
- "CDF": [
112
- "CDF",
113
- "кангалезскі франк"
114
- ],
115
- "CHF": [
116
- "CHF",
117
- "швейцарскі франк"
118
- ],
119
- "CLP": [
120
- "CLP",
121
- "чылійскае песа"
122
- ],
123
- "CNH": [
124
- "CNH",
125
- "афшорны кітайскі юань"
126
- ],
127
- "CNY": [
128
- "CN¥",
129
- "кітайскі юань"
130
- ],
131
- "COP": [
132
- "COP",
133
- "калумбійскае песа"
134
- ],
135
- "CRC": [
136
- "CRC",
137
- "коста-рыканскі калон"
138
- ],
139
- "CUC": [
140
- "CUC",
141
- "кубінскае канверсоўнае песа"
142
- ],
143
- "CUP": [
144
- "CUP",
145
- "кубінскае песа"
146
- ],
147
- "CVE": [
148
- "CVE",
149
- "эскуда Каба-Вердэ"
150
- ],
151
- "CZK": [
152
- "CZK",
153
- "чэшская крона"
154
- ],
155
- "DJF": [
156
- "DJF",
157
- "джыбуційскі франк"
158
- ],
159
- "DKK": [
160
- "DKK",
161
- "дацкая крона"
162
- ],
163
- "DOP": [
164
- "DOP",
165
- "дамініканскае песа"
166
- ],
167
- "DZD": [
168
- "DZD",
169
- "алжырскі дынар"
170
- ],
171
- "EGP": [
172
- "EGP",
173
- "егіпецкі фунт"
174
- ],
175
- "ERN": [
176
- "ERN",
177
- "эрытрэйская накфа"
178
- ],
179
- "ETB": [
180
- "ETB",
181
- "эфіопскі быр"
182
- ],
183
- "EUR": [
184
- "€",
185
- "еўра"
186
- ],
187
- "FJD": [
188
- "FJD",
189
- "фіджыйскі долар"
190
- ],
191
- "FKP": [
192
- "FKP",
193
- "фунт Фалклендскіх астравоў"
194
- ],
195
- "GBP": [
196
- "£",
197
- "брытанскі фунт стэрлінгаў"
198
- ],
199
- "GEL": [
200
- "GEL",
201
- "грузінскі лары"
202
- ],
203
- "GHS": [
204
- "GHS",
205
- "ганскі седзі"
206
- ],
207
- "GIP": [
208
- "GIP",
209
- "гібралтарскі фунт"
210
- ],
211
- "GMD": [
212
- "GMD",
213
- "гамбійскі даласі"
214
- ],
215
- "GNF": [
216
- "GNF",
217
- "гвінейскі франк"
218
- ],
219
- "GTQ": [
220
- "GTQ",
221
- "гватэмальскі кетсаль"
222
- ],
223
- "GYD": [
224
- "GYD",
225
- "гаянскі долар"
226
- ],
227
- "HKD": [
228
- "HK$",
229
- "ганконгскі долар"
230
- ],
231
- "HNL": [
232
- "HNL",
233
- "гандураская лемпіра"
234
- ],
235
- "HRK": [
236
- "HRK",
237
- "харвацкая куна"
238
- ],
239
- "HTG": [
240
- "HTG",
241
- "гаіцянскі гурд"
242
- ],
243
- "HUF": [
244
- "HUF",
245
- "венгерскі форынт"
246
- ],
247
- "IDR": [
248
- "IDR",
249
- "інданезійская рупія"
250
- ],
251
- "ILS": [
252
- "₪",
253
- "новы ізраільскі шэкель"
254
- ],
255
- "INR": [
256
- "₹",
257
- "індыйская рупія"
258
- ],
259
- "IQD": [
260
- "IQD",
261
- "іракскі дынар"
262
- ],
263
- "IRR": [
264
- "IRR",
265
- "іранскі рыял"
266
- ],
267
- "ISK": [
268
- "ISK",
269
- "ісландская крона"
270
- ],
271
- "JMD": [
272
- "JMD",
273
- "ямайскі долар"
274
- ],
275
- "JOD": [
276
- "JOD",
277
- "іарданскі дынар"
278
- ],
279
- "JPY": [
280
- "¥",
281
- "японская іена"
282
- ],
283
- "KES": [
284
- "KES",
285
- "кенійскі шылінг"
286
- ],
287
- "KGS": [
288
- "KGS",
289
- "кіргізскі сом"
290
- ],
291
- "KHR": [
292
- "KHR",
293
- "камбаджыйскі рыель"
294
- ],
295
- "KMF": [
296
- "KMF",
297
- "каморскі франк"
298
- ],
299
- "KPW": [
300
- "KPW",
301
- "паўночнакарэйская вона"
302
- ],
303
- "KRW": [
304
- "₩",
305
- "паўднёвакарэйская вона"
306
- ],
307
- "KWD": [
308
- "KWD",
309
- "кувейцкі дынар"
310
- ],
311
- "KYD": [
312
- "KYD",
313
- "долар Кайманавых астравоў"
314
- ],
315
- "KZT": [
316
- "KZT",
317
- "казахстанскі тэнге"
318
- ],
319
- "LAK": [
320
- "LAK",
321
- "лаоскі кіп"
322
- ],
323
- "LBP": [
324
- "LBP",
325
- "ліванскі фунт"
326
- ],
327
- "LKR": [
328
- "LKR",
329
- "шры-ланкійская рупія"
330
- ],
331
- "LRD": [
332
- "LRD",
333
- "ліберыйскі долар"
334
- ],
335
- "LYD": [
336
- "LYD",
337
- "лівійскі дынар"
338
- ],
339
- "MAD": [
340
- "MAD",
341
- "мараканскі дырхам"
342
- ],
343
- "MDL": [
344
- "MDL",
345
- "малдаўскі лей"
346
- ],
347
- "MGA": [
348
- "MGA",
349
- "малагасійскі арыяры"
350
- ],
351
- "MKD": [
352
- "MKD",
353
- "македонскі дэнар"
354
- ],
355
- "MMK": [
356
- "MMK",
357
- "м’янманскі к’ят"
358
- ],
359
- "MNT": [
360
- "MNT",
361
- "мангольскі тугрык"
362
- ],
363
- "MOP": [
364
- "MOP",
365
- "патака Макаа"
366
- ],
367
- "MRO": [
368
- "MRO",
369
- "маўрытанская ўгія (1973–2017)"
370
- ],
371
- "MRU": [
372
- "MRU",
373
- "маўрытанская угія"
374
- ],
375
- "MUR": [
376
- "MUR",
377
- "маўрыкійская рупія"
378
- ],
379
- "MVR": [
380
- "MVR",
381
- "мальдыўская руфія"
382
- ],
383
- "MWK": [
384
- "MWK",
385
- "малавійская квача"
386
- ],
387
- "MXN": [
388
- "MX$",
389
- "мексіканскае песа"
390
- ],
391
- "MYR": [
392
- "MYR",
393
- "малайзійскі рынгіт"
394
- ],
395
- "MZN": [
396
- "MZN",
397
- "мазамбікскі метыкал"
398
- ],
399
- "NAD": [
400
- "NAD",
401
- "намібійскі долар"
402
- ],
403
- "NGN": [
404
- "NGN",
405
- "нігерыйская наіра"
406
- ],
407
- "NIO": [
408
- "NIO",
409
- "нікарагуанская кордаба"
410
- ],
411
- "NOK": [
412
- "NOK",
413
- "нарвежская крона"
414
- ],
415
- "NPR": [
416
- "NPR",
417
- "непальская рупія"
418
- ],
419
- "NZD": [
420
- "NZD",
421
- "новазеландскі долар"
422
- ],
423
- "OMR": [
424
- "OMR",
425
- "аманскі рыял"
426
- ],
427
- "PAB": [
428
- "PAB",
429
- "панамскае бальбоа"
430
- ],
431
- "PEN": [
432
- "PEN",
433
- "перуанскі соль"
434
- ],
435
- "PGK": [
436
- "PGK",
437
- "кіна Папуа-Новай Гвінеі"
438
- ],
439
- "PHP": [
440
- "PHP",
441
- "філіпінскае песа"
442
- ],
443
- "PKR": [
444
- "PKR",
445
- "пакістанская рупія"
446
- ],
447
- "PLN": [
448
- "PLN",
449
- "польскі злоты"
450
- ],
451
- "PYG": [
452
- "PYG",
453
- "парагвайскі гуарані"
454
- ],
455
- "QAR": [
456
- "QAR",
457
- "катарскі рыял"
458
- ],
459
- "RON": [
460
- "RON",
461
- "румынскі лей"
462
- ],
463
- "RSD": [
464
- "RSD",
465
- "сербскі дынар"
466
- ],
467
- "RUB": [
468
- "₽",
469
- "расійскі рубель"
470
- ],
471
- "RWF": [
472
- "RWF",
473
- "руандыйскі франк"
474
- ],
475
- "SAR": [
476
- "SAR",
477
- "саудаўскі рыял"
478
- ],
479
- "SBD": [
480
- "SBD",
481
- "долар Саламонавых астравоў"
482
- ],
483
- "SCR": [
484
- "SCR",
485
- "сейшэльская рупія"
486
- ],
487
- "SDG": [
488
- "SDG",
489
- "суданскі фунт"
490
- ],
491
- "SEK": [
492
- "SEK",
493
- "шведская крона"
494
- ],
495
- "SGD": [
496
- "SGD",
497
- "сінгапурскі долар"
498
- ],
499
- "SHP": [
500
- "SHP",
501
- "фунт в-ва Святой Алены"
502
- ],
503
- "SLL": [
504
- "SLL",
505
- "сьера-леонскі леонэ"
506
- ],
507
- "SOS": [
508
- "SOS",
509
- "самалійскі шылінг"
510
- ],
511
- "SRD": [
512
- "SRD",
513
- "сурынамскі долар"
514
- ],
515
- "SSP": [
516
- "SSP",
517
- "паўднёвасуданскі фунт"
518
- ],
519
- "STD": [
520
- "STD",
521
- "добра Сан-Тамэ і Прынсіпі (1977–2017)"
522
- ],
523
- "STN": [
524
- "STN",
525
- "добра Сан-Тамэ і Прынсіпі"
526
- ],
527
- "SYP": [
528
- "SYP",
529
- "сірыйскі фунт"
530
- ],
531
- "SZL": [
532
- "SZL",
533
- "свазілендскі лілангені"
534
- ],
535
- "THB": [
536
- "THB",
537
- "тайскі бат"
538
- ],
539
- "TJS": [
540
- "TJS",
541
- "таджыкскі самані"
542
- ],
543
- "TMT": [
544
- "TMT",
545
- "туркменскі манат"
546
- ],
547
- "TND": [
548
- "TND",
549
- "туніскі дынар"
550
- ],
551
- "TOP": [
552
- "TOP",
553
- "танганская паанга"
554
- ],
555
- "TRY": [
556
- "TRY",
557
- "турэцкая ліра"
558
- ],
559
- "TTD": [
560
- "TTD",
561
- "долар Трынідада і Табага"
562
- ],
563
- "TWD": [
564
- "NT$",
565
- "новы тайваньскі долар"
566
- ],
567
- "TZS": [
568
- "TZS",
569
- "танзанійскі шылінг"
570
- ],
571
- "UAH": [
572
- "UAH",
573
- "украінская грыўня"
574
- ],
575
- "UGX": [
576
- "UGX",
577
- "угандыйскі шылінг"
578
- ],
579
- "USD": [
580
- "$",
581
- "долар ЗША"
582
- ],
583
- "UYU": [
584
- "UYU",
585
- "уругвайскае песа"
586
- ],
587
- "UZS": [
588
- "UZS",
589
- "узбекскі сум"
590
- ],
591
- "VEF": [
592
- "VEF",
593
- "венесуальскі балівар (2008–2018)"
594
- ],
595
- "VES": [
596
- "VES",
597
- "венесуэльскі балівар"
598
- ],
599
- "VND": [
600
- "₫",
601
- "в’етнамскі донг"
602
- ],
603
- "VUV": [
604
- "VUV",
605
- "вануацкі вату"
606
- ],
607
- "WST": [
608
- "WST",
609
- "самаанская тала"
610
- ],
611
- "XAF": [
612
- "FCFA",
613
- "цэнтральнаафрыканскі франк КФА"
614
- ],
615
- "XCD": [
616
- "EC$",
617
- "усходнекарыбскі долар"
618
- ],
619
- "XOF": [
620
- "CFA",
621
- "заходнеафрыканскі франк КФА"
622
- ],
623
- "XPF": [
624
- "CFPF",
625
- "французскі ціхаакіянскі франк"
626
- ],
627
- "YER": [
628
- "YER",
629
- "еменскі рыал"
630
- ],
631
- "ZAR": [
632
- "ZAR",
633
- "паўднёваафрыканскі рэнд"
634
- ],
635
- "ZMW": [
636
- "ZMW",
637
- "замбійская квача"
638
- ]
639
- }
640
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/bg.json DELETED
@@ -1,1044 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Андорска песета"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Дирхам на Обединените арабски емирства"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Афганистански афган (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Афганистански афган"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "Албански лек"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "Арменски драм"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "Антилски гулден"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "Анголска кванза"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "Анголска кванца (1977–1990)"
38
- ],
39
- "AON": [
40
- "AON",
41
- "Анголска нова кванца (1990–2000)"
42
- ],
43
- "AOR": [
44
- "AOR",
45
- "Анголска нова кванца (1995–1999)"
46
- ],
47
- "ARA": [
48
- "ARA",
49
- "Аржентински австрал"
50
- ],
51
- "ARP": [
52
- "ARP",
53
- "Аржентинско песо (1983–1985)"
54
- ],
55
- "ARS": [
56
- "ARS",
57
- "Аржентинско песо"
58
- ],
59
- "ATS": [
60
- "ATS",
61
- "Австрийски шилинг"
62
- ],
63
- "AUD": [
64
- "AUD",
65
- "Австралийски долар"
66
- ],
67
- "AWG": [
68
- "AWG",
69
- "Арубски флорин"
70
- ],
71
- "AZM": [
72
- "AZM",
73
- "Азербайджански манат (1993–2006)"
74
- ],
75
- "AZN": [
76
- "AZN",
77
- "Азербайджански манат"
78
- ],
79
- "BAD": [
80
- "BAD",
81
- "Босна и Херцеговина-динар"
82
- ],
83
- "BAM": [
84
- "BAM",
85
- "Босненска конвертируема марка"
86
- ],
87
- "BBD": [
88
- "BBD",
89
- "Барбадоски долар"
90
- ],
91
- "BDT": [
92
- "BDT",
93
- "Бангладешка така"
94
- ],
95
- "BEC": [
96
- "BEC",
97
- "Белгийски франк (конвертируем)"
98
- ],
99
- "BEF": [
100
- "BEF",
101
- "Белгийски франк"
102
- ],
103
- "BEL": [
104
- "BEL",
105
- "Белгийски франк (финансов)"
106
- ],
107
- "BGL": [
108
- "BGL",
109
- "Български конвертируем лев (1962–1999)"
110
- ],
111
- "BGN": [
112
- "лв.",
113
- "Български лев"
114
- ],
115
- "BHD": [
116
- "BHD",
117
- "Бахрейнски динар"
118
- ],
119
- "BIF": [
120
- "BIF",
121
- "Бурундийски франк"
122
- ],
123
- "BMD": [
124
- "BMD",
125
- "Бермудски долар"
126
- ],
127
- "BND": [
128
- "BND",
129
- "Брунейски долар"
130
- ],
131
- "BOB": [
132
- "BOB",
133
- "Боливийско боливиано"
134
- ],
135
- "BOP": [
136
- "BOP",
137
- "Боливийско песо"
138
- ],
139
- "BOV": [
140
- "BOV",
141
- "Боливийски мвдол"
142
- ],
143
- "BRB": [
144
- "BRB",
145
- "Бразилско ново крузейро (1967–1986)"
146
- ],
147
- "BRC": [
148
- "BRC",
149
- "Бразилско крозадо"
150
- ],
151
- "BRE": [
152
- "BRE",
153
- "Бразилско крузейро (1990–1993)"
154
- ],
155
- "BRL": [
156
- "BRL",
157
- "Бразилски реал"
158
- ],
159
- "BRN": [
160
- "BRN",
161
- "Бразилско ново крозадо"
162
- ],
163
- "BRR": [
164
- "BRR",
165
- "Бразилско крузейро"
166
- ],
167
- "BSD": [
168
- "BSD",
169
- "Бахамски долар"
170
- ],
171
- "BTN": [
172
- "BTN",
173
- "Бутански нгултрум"
174
- ],
175
- "BUK": [
176
- "BUK",
177
- "Бирмански киат"
178
- ],
179
- "BWP": [
180
- "BWP",
181
- "Ботсванска пула"
182
- ],
183
- "BYB": [
184
- "BYB",
185
- "Беларуска нова рубла (1994–1999)"
186
- ],
187
- "BYN": [
188
- "BYN",
189
- "Беларуска рубла"
190
- ],
191
- "BYR": [
192
- "BYR",
193
- "Беларуска рубла (2000–2016)"
194
- ],
195
- "BZD": [
196
- "BZD",
197
- "Белизийски долар"
198
- ],
199
- "CAD": [
200
- "CAD",
201
- "Канадски долар"
202
- ],
203
- "CDF": [
204
- "CDF",
205
- "Конгоански франк"
206
- ],
207
- "CHE": [
208
- "CHE",
209
- "WIR евро"
210
- ],
211
- "CHF": [
212
- "CHF",
213
- "Швейцарски франк"
214
- ],
215
- "CHW": [
216
- "CHW",
217
- "WIR франк"
218
- ],
219
- "CLF": [
220
- "CLF",
221
- "Условна разчетна единица на Чили"
222
- ],
223
- "CLP": [
224
- "CLP",
225
- "Чилийско песо"
226
- ],
227
- "CNH": [
228
- "CNH",
229
- "Китайски ренминби юан (offshore)"
230
- ],
231
- "CNY": [
232
- "CNY",
233
- "Китайски юан"
234
- ],
235
- "COP": [
236
- "COP",
237
- "Колумбийско песо"
238
- ],
239
- "COU": [
240
- "COU",
241
- "Колумбийска единица на реалната стойност"
242
- ],
243
- "CRC": [
244
- "CRC",
245
- "Костарикански колон"
246
- ],
247
- "CSD": [
248
- "CSD",
249
- "Стар сръбски динар"
250
- ],
251
- "CSK": [
252
- "CSK",
253
- "Чехословашка конвертируема крона"
254
- ],
255
- "CUC": [
256
- "CUC",
257
- "Кубинско конвертируемо песо"
258
- ],
259
- "CUP": [
260
- "CUP",
261
- "Кубинско песо"
262
- ],
263
- "CVE": [
264
- "CVE",
265
- "Ескудо на Кабо Верде"
266
- ],
267
- "CYP": [
268
- "CYP",
269
- "Кипърска лира"
270
- ],
271
- "CZK": [
272
- "CZK",
273
- "Чешка крона"
274
- ],
275
- "DDM": [
276
- "DDM",
277
- "Източногерманска марка"
278
- ],
279
- "DEM": [
280
- "DEM",
281
- "Германска марка"
282
- ],
283
- "DJF": [
284
- "DJF",
285
- "Джибутски франк"
286
- ],
287
- "DKK": [
288
- "DKK",
289
- "Датска крона"
290
- ],
291
- "DOP": [
292
- "DOP",
293
- "Доминиканско песо"
294
- ],
295
- "DZD": [
296
- "DZD",
297
- "Алжирски динар"
298
- ],
299
- "ECS": [
300
- "ECS",
301
- "Еквадорско сукре"
302
- ],
303
- "ECV": [
304
- "ECV",
305
- "Еквадорска банкова единица"
306
- ],
307
- "EEK": [
308
- "EEK",
309
- "Естонска крона"
310
- ],
311
- "EGP": [
312
- "EGP",
313
- "Египетска лира"
314
- ],
315
- "ERN": [
316
- "ERN",
317
- "Еритрейска накфа"
318
- ],
319
- "ESP": [
320
- "ESP",
321
- "Испанска песета"
322
- ],
323
- "ETB": [
324
- "ETB",
325
- "Етиопски бир"
326
- ],
327
- "EUR": [
328
- "€",
329
- "Евро"
330
- ],
331
- "FIM": [
332
- "FIM",
333
- "Финландска марка"
334
- ],
335
- "FJD": [
336
- "FJD",
337
- "Фиджийски долар"
338
- ],
339
- "FKP": [
340
- "FKP",
341
- "Фолклендска лира"
342
- ],
343
- "FRF": [
344
- "FRF",
345
- "Френски франк"
346
- ],
347
- "GBP": [
348
- "GBP",
349
- "Британска лира"
350
- ],
351
- "GEK": [
352
- "GEK",
353
- "Грузински купон"
354
- ],
355
- "GEL": [
356
- "GEL",
357
- "Грузински лари"
358
- ],
359
- "GHC": [
360
- "GHC",
361
- "Ганайско седи (1979–2007)"
362
- ],
363
- "GHS": [
364
- "GHS",
365
- "Ганайско седи"
366
- ],
367
- "GIP": [
368
- "GIP",
369
- "Гибралтарска лира"
370
- ],
371
- "GMD": [
372
- "GMD",
373
- "Гамбийско даласи"
374
- ],
375
- "GNF": [
376
- "GNF",
377
- "Гвинейски франк"
378
- ],
379
- "GNS": [
380
- "GNS",
381
- "Гвинейска сили"
382
- ],
383
- "GQE": [
384
- "GQE",
385
- "Екваториално гвинейско еквеле"
386
- ],
387
- "GRD": [
388
- "GRD",
389
- "Гръцка драхма"
390
- ],
391
- "GTQ": [
392
- "GTQ",
393
- "Гватемалски кетцал"
394
- ],
395
- "GWE": [
396
- "GWE",
397
- "Ескудо от Португалска Гвинея"
398
- ],
399
- "GWP": [
400
- "GWP",
401
- "Гвинея-Бисау песо"
402
- ],
403
- "GYD": [
404
- "GYD",
405
- "Гаянски долар"
406
- ],
407
- "HKD": [
408
- "HKD",
409
- "Хонконгски долар"
410
- ],
411
- "HNL": [
412
- "HNL",
413
- "Хондураска лемпира"
414
- ],
415
- "HRD": [
416
- "HRD",
417
- "Хърватски динар"
418
- ],
419
- "HRK": [
420
- "HRK",
421
- "Хърватска куна"
422
- ],
423
- "HTG": [
424
- "HTG",
425
- "Хаитски гурд"
426
- ],
427
- "HUF": [
428
- "HUF",
429
- "Унгарски форинт"
430
- ],
431
- "IDR": [
432
- "IDR",
433
- "Индонезийска рупия"
434
- ],
435
- "IEP": [
436
- "IEP",
437
- "Ирландска лира"
438
- ],
439
- "ILP": [
440
- "ILP",
441
- "Израелска лира"
442
- ],
443
- "ILS": [
444
- "ILS",
445
- "Израелски нов шекел"
446
- ],
447
- "INR": [
448
- "INR",
449
- "Индийска рупия"
450
- ],
451
- "IQD": [
452
- "IQD",
453
- "Иракски динар"
454
- ],
455
- "IRR": [
456
- "IRR",
457
- "Ирански риал"
458
- ],
459
- "ISK": [
460
- "ISK",
461
- "Исландска крона"
462
- ],
463
- "ITL": [
464
- "ITL",
465
- "Италианска лира"
466
- ],
467
- "JMD": [
468
- "JMD",
469
- "Ямайски долар"
470
- ],
471
- "JOD": [
472
- "JOD",
473
- "Йордански динар"
474
- ],
475
- "JPY": [
476
- "JPY",
477
- "Японска йена"
478
- ],
479
- "KES": [
480
- "KES",
481
- "Кенийски шилинг"
482
- ],
483
- "KGS": [
484
- "KGS",
485
- "Киргизстански сом"
486
- ],
487
- "KHR": [
488
- "KHR",
489
- "Камбоджански риел"
490
- ],
491
- "KMF": [
492
- "KMF",
493
- "Коморски франк"
494
- ],
495
- "KPW": [
496
- "KPW",
497
- "Севернокорейски вон"
498
- ],
499
- "KRW": [
500
- "KRW",
501
- "Южнокорейски вон"
502
- ],
503
- "KWD": [
504
- "KWD",
505
- "Кувейтски динар"
506
- ],
507
- "KYD": [
508
- "KYD",
509
- "Кайманов долар"
510
- ],
511
- "KZT": [
512
- "KZT",
513
- "Казахстанско тенге"
514
- ],
515
- "LAK": [
516
- "LAK",
517
- "Лаоски кип"
518
- ],
519
- "LBP": [
520
- "LBP",
521
- "Ливанска лира"
522
- ],
523
- "LKR": [
524
- "LKR",
525
- "Шриланкска рупия"
526
- ],
527
- "LRD": [
528
- "LRD",
529
- "Либерийски долар"
530
- ],
531
- "LSL": [
532
- "LSL",
533
- "Лесотско лоти"
534
- ],
535
- "LTL": [
536
- "LTL",
537
- "Литовски литас"
538
- ],
539
- "LTT": [
540
- "LTT",
541
- "Литовски талон"
542
- ],
543
- "LUF": [
544
- "LUF",
545
- "Люксембургски франк"
546
- ],
547
- "LVL": [
548
- "LVL",
549
- "Латвийски лат"
550
- ],
551
- "LVR": [
552
- "LVR",
553
- "Латвийска рубла"
554
- ],
555
- "LYD": [
556
- "LYD",
557
- "Либийски динар"
558
- ],
559
- "MAD": [
560
- "MAD",
561
- "Марокански дирхам"
562
- ],
563
- "MAF": [
564
- "MAF",
565
- "Марокански франк"
566
- ],
567
- "MDL": [
568
- "MDL",
569
- "Молдовско леу"
570
- ],
571
- "MGA": [
572
- "MGA",
573
- "Малгашко ариари"
574
- ],
575
- "MGF": [
576
- "MGF",
577
- "Малгашки франк - Мадагаскар"
578
- ],
579
- "MKD": [
580
- "MKD",
581
- "Македонски денар"
582
- ],
583
- "MLF": [
584
- "MLF",
585
- "Малийски франк"
586
- ],
587
- "MMK": [
588
- "MMK",
589
- "Мианмарски кият"
590
- ],
591
- "MNT": [
592
- "MNT",
593
- "Монголски тугрик"
594
- ],
595
- "MOP": [
596
- "MOP",
597
- "Патака на Макао"
598
- ],
599
- "MRO": [
600
- "MRO",
601
- "Мавританска угия (1973–2017)"
602
- ],
603
- "MRU": [
604
- "MRU",
605
- "Мавританска угия"
606
- ],
607
- "MTL": [
608
- "MTL",
609
- "Малтийска лира"
610
- ],
611
- "MUR": [
612
- "MUR",
613
- "Маврицийска рупия"
614
- ],
615
- "MVR": [
616
- "MVR",
617
- "Малдивска руфия"
618
- ],
619
- "MWK": [
620
- "MWK",
621
- "Малавийска квача"
622
- ],
623
- "MXN": [
624
- "MXN",
625
- "Мексиканско песо"
626
- ],
627
- "MXP": [
628
- "MXP",
629
- "Мексиканско сребърно песо (1861–1992)"
630
- ],
631
- "MXV": [
632
- "MXV",
633
- "Мексиканска конвертируема единица (UDI)"
634
- ],
635
- "MYR": [
636
- "MYR",
637
- "Малайзийски рингит"
638
- ],
639
- "MZE": [
640
- "MZE",
641
- "Мозамбикско ескудо"
642
- ],
643
- "MZM": [
644
- "MZM",
645
- "Мозамбикски метикал (1980–2006)"
646
- ],
647
- "MZN": [
648
- "MZN",
649
- "Мозамбикски метикал"
650
- ],
651
- "NAD": [
652
- "NAD",
653
- "Намибийски долар"
654
- ],
655
- "NGN": [
656
- "NGN",
657
- "Нигерийска найра"
658
- ],
659
- "NIC": [
660
- "NIC",
661
- "Никарагуанска кордоба (1988–1991)"
662
- ],
663
- "NIO": [
664
- "NIO",
665
- "Никарагуанска кордоба"
666
- ],
667
- "NLG": [
668
- "NLG",
669
- "Холандски гулден"
670
- ],
671
- "NOK": [
672
- "NOK",
673
- "Норвежка крона"
674
- ],
675
- "NPR": [
676
- "NPR",
677
- "Непалска рупия"
678
- ],
679
- "NZD": [
680
- "NZD",
681
- "Новозеландски долар"
682
- ],
683
- "OMR": [
684
- "OMR",
685
- "Омански риал"
686
- ],
687
- "PAB": [
688
- "PAB",
689
- "Панамска балбоа"
690
- ],
691
- "PEI": [
692
- "PEI",
693
- "Перуанско инти"
694
- ],
695
- "PEN": [
696
- "PEN",
697
- "Перуански сол"
698
- ],
699
- "PES": [
700
- "PES",
701
- "Перуански сол (1863–1965)"
702
- ],
703
- "PGK": [
704
- "PGK",
705
- "Папуа-новогвинейска кина"
706
- ],
707
- "PHP": [
708
- "PHP",
709
- "Филипинско песо"
710
- ],
711
- "PKR": [
712
- "PKR",
713
- "Пакистанска рупия"
714
- ],
715
- "PLN": [
716
- "PLN",
717
- "Полска злота"
718
- ],
719
- "PLZ": [
720
- "PLZ",
721
- "Полска злота (1950–1995)"
722
- ],
723
- "PTE": [
724
- "PTE",
725
- "Португалско ескудо"
726
- ],
727
- "PYG": [
728
- "PYG",
729
- "Парагвайско гуарани"
730
- ],
731
- "QAR": [
732
- "QAR",
733
- "Катарски риал"
734
- ],
735
- "RHD": [
736
- "RHD",
737
- "Родезийски долар"
738
- ],
739
- "ROL": [
740
- "ROL",
741
- "Стара румънска лея"
742
- ],
743
- "RON": [
744
- "RON",
745
- "Румънска лея"
746
- ],
747
- "RSD": [
748
- "RSD",
749
- "Сръбски динар"
750
- ],
751
- "RUB": [
752
- "RUB",
753
- "Руска рубла"
754
- ],
755
- "RUR": [
756
- "RUR",
757
- "Руска рубла (1991–1998)"
758
- ],
759
- "RWF": [
760
- "RWF",
761
- "Руандски франк"
762
- ],
763
- "SAR": [
764
- "SAR",
765
- "саудитски риал"
766
- ],
767
- "SBD": [
768
- "SBD",
769
- "Долар на Соломоновите острови"
770
- ],
771
- "SCR": [
772
- "SCR",
773
- "Сейшелска рупия"
774
- ],
775
- "SDD": [
776
- "SDD",
777
- "Судански динар"
778
- ],
779
- "SDG": [
780
- "SDG",
781
- "Суданска лира"
782
- ],
783
- "SEK": [
784
- "SEK",
785
- "Шведска крона"
786
- ],
787
- "SGD": [
788
- "SGD",
789
- "Сингапурски долар"
790
- ],
791
- "SHP": [
792
- "SHP",
793
- "Лира на Света Елена"
794
- ],
795
- "SIT": [
796
- "SIT",
797
- "Словенски толар"
798
- ],
799
- "SKK": [
800
- "SKK",
801
- "Словашка крона"
802
- ],
803
- "SLL": [
804
- "SLL",
805
- "Сиералеонско леоне"
806
- ],
807
- "SOS": [
808
- "SOS",
809
- "Сомалийски шилинг"
810
- ],
811
- "SRD": [
812
- "SRD",
813
- "Суринамски долар"
814
- ],
815
- "SRG": [
816
- "SRG",
817
- "Суринамски гилдер"
818
- ],
819
- "SSP": [
820
- "SSP",
821
- "Южносуданска лира"
822
- ],
823
- "STD": [
824
- "STD",
825
- "Добра на Сао Томе и Принсипи (1977–2017)"
826
- ],
827
- "STN": [
828
- "STN",
829
- "Добра на Сао Томе и Принсипи"
830
- ],
831
- "SUR": [
832
- "SUR",
833
- "Съветска рубла"
834
- ],
835
- "SVC": [
836
- "SVC",
837
- "Салвадорски колон"
838
- ],
839
- "SYP": [
840
- "SYP",
841
- "Сирийска лира"
842
- ],
843
- "SZL": [
844
- "SZL",
845
- "Свазилендски лилангени"
846
- ],
847
- "THB": [
848
- "THB",
849
- "Тайландски бат"
850
- ],
851
- "TJR": [
852
- "TJR",
853
- "Таджикистанска рубла"
854
- ],
855
- "TJS": [
856
- "TJS",
857
- "Таджикистански сомони"
858
- ],
859
- "TMM": [
860
- "TMM",
861
- "Туркменистански манат"
862
- ],
863
- "TMT": [
864
- "TMT",
865
- "Туркменски манат"
866
- ],
867
- "TND": [
868
- "TND",
869
- "Тунизийски динар"
870
- ],
871
- "TOP": [
872
- "TOP",
873
- "Тонганска паанга"
874
- ],
875
- "TPE": [
876
- "TPE",
877
- "Тиморско ескудо"
878
- ],
879
- "TRL": [
880
- "TRL",
881
- "Турска лира (1922–2005)"
882
- ],
883
- "TRY": [
884
- "TRY",
885
- "Турска лира"
886
- ],
887
- "TTD": [
888
- "TTD",
889
- "Долар на Тринидад и Тобаго"
890
- ],
891
- "TWD": [
892
- "TWD",
893
- "Тайвански долар"
894
- ],
895
- "TZS": [
896
- "TZS",
897
- "Танзанийски шилинг"
898
- ],
899
- "UAH": [
900
- "UAH",
901
- "Украинска хривня"
902
- ],
903
- "UAK": [
904
- "UAK",
905
- "Украински карбованец"
906
- ],
907
- "UGS": [
908
- "UGS",
909
- "Угандийски шилинг (1966–1987)"
910
- ],
911
- "UGX": [
912
- "UGX",
913
- "Угандски шилинг"
914
- ],
915
- "USD": [
916
- "щ.д.",
917
- "Щатски долар"
918
- ],
919
- "USN": [
920
- "USN",
921
- "USN"
922
- ],
923
- "USS": [
924
- "USS",
925
- "USS"
926
- ],
927
- "UYI": [
928
- "UYI",
929
- "Уругвайско песо (индекс на инфлацията)"
930
- ],
931
- "UYP": [
932
- "UYP",
933
- "Уругвайско песо (1975–1993)"
934
- ],
935
- "UYU": [
936
- "UYU",
937
- "Уругвайско песо"
938
- ],
939
- "UZS": [
940
- "UZS",
941
- "Узбекски сум"
942
- ],
943
- "VEB": [
944
- "VEB",
945
- "Венецуелски боливар (1871–2008)"
946
- ],
947
- "VEF": [
948
- "VEF",
949
- "Венецуелски боливар"
950
- ],
951
- "VES": [
952
- "VES",
953
- "Венецуелски боливар (VES)"
954
- ],
955
- "VND": [
956
- "VND",
957
- "Виетнамски донг"
958
- ],
959
- "VUV": [
960
- "VUV",
961
- "Вануатско вату"
962
- ],
963
- "WST": [
964
- "WST",
965
- "Самоанска тала"
966
- ],
967
- "XAF": [
968
- "FCFA",
969
- "Централноафрикански франк"
970
- ],
971
- "XCD": [
972
- "XCD",
973
- "Източнокарибски долар"
974
- ],
975
- "XEU": [
976
- "XEU",
977
- "Еку на ЕИО"
978
- ],
979
- "XFO": [
980
- "XFO",
981
- "Френски златен франк"
982
- ],
983
- "XOF": [
984
- "CFA",
985
- "Западноафрикански франк"
986
- ],
987
- "XPF": [
988
- "CFPF",
989
- "CFP франк"
990
- ],
991
- "YDD": [
992
- "YDD",
993
- "Йеменски динар"
994
- ],
995
- "YER": [
996
- "YER",
997
- "Йеменски риал"
998
- ],
999
- "YUD": [
1000
- "YUD",
1001
- "Югославски твърд динар"
1002
- ],
1003
- "YUM": [
1004
- "YUM",
1005
- "Югославски динар"
1006
- ],
1007
- "YUN": [
1008
- "YUN",
1009
- "Югославски конвертируем динар"
1010
- ],
1011
- "ZAL": [
1012
- "ZAL",
1013
- "Южноафрикански ранд (финансов)"
1014
- ],
1015
- "ZAR": [
1016
- "ZAR",
1017
- "Южноафрикански ранд"
1018
- ],
1019
- "ZMK": [
1020
- "ZMK",
1021
- "Замбийска квача (1968–2012)"
1022
- ],
1023
- "ZMW": [
1024
- "ZMW",
1025
- "Замбийска куача"
1026
- ],
1027
- "ZRN": [
1028
- "ZRN",
1029
- "Заирско ново зайре"
1030
- ],
1031
- "ZRZ": [
1032
- "ZRZ",
1033
- "Заирско зайре"
1034
- ],
1035
- "ZWD": [
1036
- "ZWD",
1037
- "Зимбабвийски долар"
1038
- ],
1039
- "ZWL": [
1040
- "ZWL",
1041
- "Зимбабвийски долар (2009)"
1042
- ]
1043
- }
1044
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/bm.json DELETED
@@ -1,236 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "arabu mara kafoli Diram"
6
- ],
7
- "AOA": [
8
- "AOA",
9
- "angola Kwanza"
10
- ],
11
- "AUD": [
12
- "A$",
13
- "ositirali Dolar"
14
- ],
15
- "BHD": [
16
- "BHD",
17
- "bareyini Dinar"
18
- ],
19
- "BIF": [
20
- "BIF",
21
- "burundi Fraŋ"
22
- ],
23
- "BWP": [
24
- "BWP",
25
- "bɔtisiwana Pula"
26
- ],
27
- "CAD": [
28
- "CA$",
29
- "kanada Dolar"
30
- ],
31
- "CDF": [
32
- "CDF",
33
- "kongole Fraŋ"
34
- ],
35
- "CHF": [
36
- "CHF",
37
- "suwisi Fraŋ"
38
- ],
39
- "CNY": [
40
- "CN¥",
41
- "siniwa Yuwan"
42
- ],
43
- "CVE": [
44
- "CVE",
45
- "capivɛrdi Esekudo"
46
- ],
47
- "DJF": [
48
- "DJF",
49
- "jibuti Fraŋ"
50
- ],
51
- "DZD": [
52
- "DZD",
53
- "alizeri Dinar"
54
- ],
55
- "EGP": [
56
- "EGP",
57
- "eziputi Livri"
58
- ],
59
- "ERN": [
60
- "ERN",
61
- "eritere Nafika"
62
- ],
63
- "ETB": [
64
- "ETB",
65
- "etiopi Bir"
66
- ],
67
- "EUR": [
68
- "€",
69
- "ero"
70
- ],
71
- "GBP": [
72
- "£",
73
- "angilɛ Livri"
74
- ],
75
- "GHC": [
76
- "GHC",
77
- "gana Sedi"
78
- ],
79
- "GMD": [
80
- "GMD",
81
- "gambi Dalasi"
82
- ],
83
- "GNS": [
84
- "GNS",
85
- "gine Fraŋ"
86
- ],
87
- "INR": [
88
- "₹",
89
- "Ɛndu Rupi"
90
- ],
91
- "JPY": [
92
- "JP¥",
93
- "zapɔne Yɛn"
94
- ],
95
- "KES": [
96
- "KES",
97
- "keniya Siling"
98
- ],
99
- "KMF": [
100
- "KMF",
101
- "komɔri Fraŋ"
102
- ],
103
- "LRD": [
104
- "LRD",
105
- "liberiya Dolar"
106
- ],
107
- "LSL": [
108
- "LSL",
109
- "lesoto Loti"
110
- ],
111
- "LYD": [
112
- "LYD",
113
- "libi Dinar"
114
- ],
115
- "MAD": [
116
- "MAD",
117
- "marɔku Diram"
118
- ],
119
- "MGA": [
120
- "MGA",
121
- "madagasikari Fraŋ"
122
- ],
123
- "MRO": [
124
- "MRO",
125
- "mɔritani Uguwiya (1973–2017)"
126
- ],
127
- "MRU": [
128
- "MRU",
129
- "mɔritani Uguwiya"
130
- ],
131
- "MUR": [
132
- "MUR",
133
- "morisi Rupi"
134
- ],
135
- "MWK": [
136
- "MWK",
137
- "malawi Kwaca"
138
- ],
139
- "MZM": [
140
- "MZM",
141
- "mozanbiki Metikali"
142
- ],
143
- "NAD": [
144
- "NAD",
145
- "namibi Dolar"
146
- ],
147
- "NGN": [
148
- "NGN",
149
- "nizeriya Nɛra"
150
- ],
151
- "RWF": [
152
- "RWF",
153
- "ruwanda Fraŋ"
154
- ],
155
- "SAR": [
156
- "SAR",
157
- "sawudiya Riyal"
158
- ],
159
- "SCR": [
160
- "SCR",
161
- "sesɛli Rupi"
162
- ],
163
- "SDG": [
164
- "SDG",
165
- "sudani Dinar"
166
- ],
167
- "SDP": [
168
- "SDP",
169
- "sudani Livri"
170
- ],
171
- "SHP": [
172
- "SHP",
173
- "Ɛlɛni-Senu Livri"
174
- ],
175
- "SLL": [
176
- "SLL",
177
- "siyeralewɔni Lewɔni"
178
- ],
179
- "SOS": [
180
- "SOS",
181
- "somali Siling"
182
- ],
183
- "STD": [
184
- "STD",
185
- "sawotome Dobra (1977–2017)"
186
- ],
187
- "STN": [
188
- "STN",
189
- "sawotome Dobra"
190
- ],
191
- "SZL": [
192
- "SZL",
193
- "swazilandi Lilangeni"
194
- ],
195
- "TND": [
196
- "TND",
197
- "tunizi Dinar"
198
- ],
199
- "TZS": [
200
- "TZS",
201
- "tanzani Siling"
202
- ],
203
- "UGX": [
204
- "UGX",
205
- "uganda Siling"
206
- ],
207
- "USD": [
208
- "US$",
209
- "ameriki Dolar"
210
- ],
211
- "XAF": [
212
- "FCFA",
213
- "sefa Fraŋ (BEAC)"
214
- ],
215
- "XOF": [
216
- "CFA",
217
- "sefa Fraŋ (BCEAO)"
218
- ],
219
- "ZAR": [
220
- "ZAR",
221
- "sudafriki Randi"
222
- ],
223
- "ZMK": [
224
- "ZMK",
225
- "zambi Kwaca (1968–2012)"
226
- ],
227
- "ZMW": [
228
- "ZMW",
229
- "zambi Kwaca"
230
- ],
231
- "ZWD": [
232
- "ZWD",
233
- "zimbabuwe Dolar"
234
- ]
235
- }
236
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/bn.json DELETED
@@ -1,1076 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "এ্যান্ডোরান পেসেতা"
6
- ],
7
- "AED": [
8
- "AED",
9
- "সংযুক্ত আরব আমিরাত দিরহাম"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "আফগানি (১৯২৭–২০০২)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "আফগান আফগানি"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "আলবেনিয়ান লেক"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "আরমেনিয়ান দ্রাম"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "নেদারল্যান্ড এ্যান্টিলিয়ান গুল্ডের"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "এ্যাঙ্গোলান কওয়ানজা"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "এ্যাঙ্গোলান কওয়ানজা (১৯৭৭–১৯৯০)"
38
- ],
39
- "AON": [
40
- "AON",
41
- "এ্যাঙ্গোলান নতুন কওয়ানজা (১৯৯৫–২০০০)"
42
- ],
43
- "AOR": [
44
- "AOR",
45
- "এ্যাঙ্গোলান কওয়ানজা (১৯৯৫–১৯৯৯)"
46
- ],
47
- "ARA": [
48
- "ARA",
49
- "আর্জেন্টিনা অস্ট্রাল"
50
- ],
51
- "ARP": [
52
- "ARP",
53
- "আর্জেন্টিনা পেসো (১৯৮৩–১৯৮৫)"
54
- ],
55
- "ARS": [
56
- "ARS",
57
- "আর্জেন্টিনা পেসো"
58
- ],
59
- "ATS": [
60
- "ATS",
61
- "অস্ট্রিয়ান শিলিং"
62
- ],
63
- "AUD": [
64
- "A$",
65
- "অস্ট্রেলিয়ান ডলার"
66
- ],
67
- "AWG": [
68
- "AWG",
69
- "আরুবা গিল্ডার"
70
- ],
71
- "AZM": [
72
- "AZM",
73
- "আজারবাইজান মানাত (১৯৯৩–২০০৬)"
74
- ],
75
- "AZN": [
76
- "AZN",
77
- "আজারবাইজান মানাত"
78
- ],
79
- "BAD": [
80
- "BAD",
81
- "বসনিয়া এবং হার্জেগোভিনা দিনার"
82
- ],
83
- "BAM": [
84
- "BAM",
85
- "বসনিয়া এবং হার্জেগোভিনা বিনিমেয় মার্ক"
86
- ],
87
- "BBD": [
88
- "BBD",
89
- "বার্বেডোজ ডলার"
90
- ],
91
- "BDT": [
92
- "৳",
93
- "বাংলাদেশী টাকা"
94
- ],
95
- "BEC": [
96
- "BEC",
97
- "বেলজিয়ান ফ্রাঙ্ক (রূপান্তরযোগ্য)"
98
- ],
99
- "BEF": [
100
- "BEF",
101
- "বেলজিয়ান ফ্রাঙ্ক"
102
- ],
103
- "BEL": [
104
- "BEL",
105
- "বেলজিয়ান ফ্রাঙ্ক (আর্থিক)"
106
- ],
107
- "BGL": [
108
- "BGL",
109
- "বুলগেরীয় হার্ড লেভ"
110
- ],
111
- "BGN": [
112
- "BGN",
113
- "বুলগেরীয় লেভ"
114
- ],
115
- "BHD": [
116
- "BHD",
117
- "বাহরাইনি দিনার"
118
- ],
119
- "BIF": [
120
- "BIF",
121
- "বুরুন্ডি ফ্রাঙ্ক"
122
- ],
123
- "BMD": [
124
- "BMD",
125
- "বারমিউডান ডলার"
126
- ],
127
- "BND": [
128
- "BND",
129
- "ব্রুনেই ডলার"
130
- ],
131
- "BOB": [
132
- "BOB",
133
- "বলিভিয়ানো"
134
- ],
135
- "BOP": [
136
- "BOP",
137
- "বলিভিয়ান পেসো"
138
- ],
139
- "BOV": [
140
- "BOV",
141
- "বলিভিয়ান মভডোল"
142
- ],
143
- "BRB": [
144
- "BRB",
145
- "ব্রাজিলিয়ান ক্রুজেয়রোনোভো (১৯৬৭–১৯৮৬)"
146
- ],
147
- "BRC": [
148
- "BRC",
149
- "ব্রাজিলিয়ান ক্রুজেইডাউ"
150
- ],
151
- "BRE": [
152
- "BRE",
153
- "ব্রাজিলিয়ান ক্রুজেয়রো (১৯৯০–১৯৯৩)"
154
- ],
155
- "BRL": [
156
- "R$",
157
- "ব্রাজিলিয়ান রিয়েল"
158
- ],
159
- "BRN": [
160
- "BRN",
161
- "ব্রাজিলিয়ান ক্রুজেইডো নোভো"
162
- ],
163
- "BRR": [
164
- "BRR",
165
- "ব্রাজিলিয়ান ক্রুজেয়রো"
166
- ],
167
- "BSD": [
168
- "BSD",
169
- "বাহামিয়ান ডলার"
170
- ],
171
- "BTN": [
172
- "BTN",
173
- "ভুটানি এনগুল্ট্রুম"
174
- ],
175
- "BUK": [
176
- "BUK",
177
- "বর্মি কিয়াৎ"
178
- ],
179
- "BWP": [
180
- "BWP",
181
- "বতসোয়ানা পুলা"
182
- ],
183
- "BYB": [
184
- "BYB",
185
- "বেলারুশিয়ান নিউ রুবেল (১৯৯৪–১৯৯৯)"
186
- ],
187
- "BYN": [
188
- "BYN",
189
- "বেলারুশিয়ান রুবেল"
190
- ],
191
- "BYR": [
192
- "BYR",
193
- "বেলারুশিয়ান রুবেল (2000–2016)"
194
- ],
195
- "BZD": [
196
- "BZD",
197
- "বেলিজ ডলার"
198
- ],
199
- "CAD": [
200
- "CA$",
201
- "কানাডিয়ান ডলার"
202
- ],
203
- "CDF": [
204
- "CDF",
205
- "কঙ্গোলিস ফ্র্যাঙ্ক"
206
- ],
207
- "CHE": [
208
- "CHE",
209
- "সুইজারল্যান্ড ইউরো"
210
- ],
211
- "CHF": [
212
- "CHF",
213
- "সুইস ফ্রাঁ"
214
- ],
215
- "CHW": [
216
- "CHW",
217
- "সুইজারল্যান্ড ফ্রাঙ্ক"
218
- ],
219
- "CLF": [
220
- "CLF",
221
- "চিলিয়ান উনিদাদেস দি ফোমেন্তো"
222
- ],
223
- "CLP": [
224
- "CLP",
225
- "চিলি পেসো"
226
- ],
227
- "CNH": [
228
- "CNH",
229
- "চাইনিজ ইউয়ান (অফশোর)"
230
- ],
231
- "CNY": [
232
- "CN¥",
233
- "চীনা য়ুয়ান"
234
- ],
235
- "COP": [
236
- "COP",
237
- "কলোম্বিয়ান পেসো"
238
- ],
239
- "COU": [
240
- "COU",
241
- "উনিদাদ দি ভ্যালোর রিয়েল"
242
- ],
243
- "CRC": [
244
- "CRC",
245
- "কোস্টা রিকা কোলোন"
246
- ],
247
- "CSD": [
248
- "CSD",
249
- "প্রাচীন সারবিয়ান দিনার"
250
- ],
251
- "CSK": [
252
- "CSK",
253
- "চেকোস্লোভাক হার্ড কোরুনা"
254
- ],
255
- "CUC": [
256
- "CUC",
257
- "কিউবান রূপান্তরযোগ্য পেসো"
258
- ],
259
- "CUP": [
260
- "CUP",
261
- "কিউবান পেসো"
262
- ],
263
- "CVE": [
264
- "CVE",
265
- "কেপ ভার্দে এসকুডো"
266
- ],
267
- "CYP": [
268
- "CYP",
269
- "সাইপ্রাস পাউন্ড"
270
- ],
271
- "CZK": [
272
- "CZK",
273
- "চেক প্রজাতন্ত্র কোরুনা"
274
- ],
275
- "DDM": [
276
- "DDM",
277
- "পূর্ব জার্মান মার্ক"
278
- ],
279
- "DEM": [
280
- "DEM",
281
- "ডয়চ্ মার্ক"
282
- ],
283
- "DJF": [
284
- "DJF",
285
- "জিবুতি ফ্রাঙ্ক"
286
- ],
287
- "DKK": [
288
- "DKK",
289
- "ড্যানিশ ক্রোন"
290
- ],
291
- "DOP": [
292
- "DOP",
293
- "ডোমিনিকান পেসো"
294
- ],
295
- "DZD": [
296
- "DZD",
297
- "আলজেরীয় দিনার"
298
- ],
299
- "ECS": [
300
- "ECS",
301
- "ইকুয়াডোর সুক্রে"
302
- ],
303
- "ECV": [
304
- "ECV",
305
- "ইকুয়াডোর উনিদাদেস দি ভেলর কনসতান্তে (ইউভিসি)"
306
- ],
307
- "EEK": [
308
- "EEK",
309
- "এস্তোনিয়া ক্রুনি"
310
- ],
311
- "EGP": [
312
- "EGP",
313
- "মিশরীয় পাউন্ড"
314
- ],
315
- "ERN": [
316
- "ERN",
317
- "এরিট্রিয়েন নাকফা"
318
- ],
319
- "ESA": [
320
- "ESA",
321
- "স্প্যানিশ পেসেতা (একই হিসাব)"
322
- ],
323
- "ESB": [
324
- "ESB",
325
- "স্প্যানিশ পেসেতা (রূপান্তরযোগ্য হিসাব)"
326
- ],
327
- "ESP": [
328
- "ESP",
329
- "স্প্যানিশ পেসেতা"
330
- ],
331
- "ETB": [
332
- "ETB",
333
- "ইথিওপিয়ান বির"
334
- ],
335
- "EUR": [
336
- "€",
337
- "ইউরো"
338
- ],
339
- "FIM": [
340
- "FIM",
341
- "ফিনিস মার্কা"
342
- ],
343
- "FJD": [
344
- "FJD",
345
- "ফিজি ডলার"
346
- ],
347
- "FKP": [
348
- "FKP",
349
- "ফকল্যান্ড দ্বীপপুঞ্জ পাউন্ড"
350
- ],
351
- "FRF": [
352
- "FRF",
353
- "ফরাসি ফ্রাঙ্ক"
354
- ],
355
- "GBP": [
356
- "£",
357
- "ব্রিটিশ পাউন্ড"
358
- ],
359
- "GEK": [
360
- "GEK",
361
- "জর্জিয়ান কুপন লারিট"
362
- ],
363
- "GEL": [
364
- "GEL",
365
- "জর্জিয়ান লারি"
366
- ],
367
- "GHC": [
368
- "GHC",
369
- "ঘানা সেডি (১৯৭৯–২০০৭)"
370
- ],
371
- "GHS": [
372
- "GHS",
373
- "ঘানা সেডি"
374
- ],
375
- "GIP": [
376
- "GIP",
377
- "জিব্রাল্টার পাউন্ড"
378
- ],
379
- "GMD": [
380
- "GMD",
381
- "গাম্বিয়া ডালাসি"
382
- ],
383
- "GNF": [
384
- "GNF",
385
- "গিনি ফ্রাঙ্ক"
386
- ],
387
- "GNS": [
388
- "GNS",
389
- "গিনি সাইলি"
390
- ],
391
- "GQE": [
392
- "GQE",
393
- "ইকুয়েটোরিয়াল গিনি ইকুয়িলি"
394
- ],
395
- "GRD": [
396
- "GRD",
397
- "গ্রীক দ্রাচমা"
398
- ],
399
- "GTQ": [
400
- "GTQ",
401
- "গুয়াতেমালা কুয়েৎজাল"
402
- ],
403
- "GWE": [
404
- "GWE",
405
- "পর্তুগিজ গিনি এসকুডো"
406
- ],
407
- "GWP": [
408
- "GWP",
409
- "গিনি বিসাউ পেসো"
410
- ],
411
- "GYD": [
412
- "GYD",
413
- "গাইয়েনা ডলার"
414
- ],
415
- "HKD": [
416
- "HK$",
417
- "হংকং ডলার"
418
- ],
419
- "HNL": [
420
- "HNL",
421
- "হন্ডুরাস লেম্পিরা"
422
- ],
423
- "HRD": [
424
- "HRD",
425
- "ক্রোয়েশিয়ান দিনার"
426
- ],
427
- "HRK": [
428
- "HRK",
429
- "ক্রোয়েশিয়ান কুনা"
430
- ],
431
- "HTG": [
432
- "HTG",
433
- "হাইতি গৌর্দে"
434
- ],
435
- "HUF": [
436
- "HUF",
437
- "হাঙ্গেরিয়ান ফোরিন্ট"
438
- ],
439
- "IDR": [
440
- "IDR",
441
- "ইন্দোনেশিয়ান রুপিয়াহ"
442
- ],
443
- "IEP": [
444
- "IEP",
445
- "ইরিশ পাউন্ড"
446
- ],
447
- "ILP": [
448
- "ILP",
449
- "ইস্রাইলি পাউন্ড"
450
- ],
451
- "ILS": [
452
- "₪",
453
- "ইস্রাইলি নতুন শেকেল"
454
- ],
455
- "INR": [
456
- "₹",
457
- "ভারতীয় রুপি"
458
- ],
459
- "IQD": [
460
- "IQD",
461
- "ইরাকি দিনার"
462
- ],
463
- "IRR": [
464
- "IRR",
465
- "ইরানিয়ান রিয়াল"
466
- ],
467
- "ISK": [
468
- "ISK",
469
- "আইসল্যান্ডীয় ক্রোনা"
470
- ],
471
- "ITL": [
472
- "ITL",
473
- "ইতালীয় লিরা"
474
- ],
475
- "JMD": [
476
- "JMD",
477
- "জামাইকান ডলার"
478
- ],
479
- "JOD": [
480
- "JOD",
481
- "জর্ডানিয়ান দিনার"
482
- ],
483
- "JPY": [
484
- "JP¥",
485
- "জাপানি ইয়েন"
486
- ],
487
- "KES": [
488
- "KES",
489
- "কেনিয়ান শিলিং"
490
- ],
491
- "KGS": [
492
- "KGS",
493
- "কিরগিজস্তান সোম"
494
- ],
495
- "KHR": [
496
- "KHR",
497
- "কম্বোডিয়ান রিয়েল"
498
- ],
499
- "KMF": [
500
- "KMF",
501
- "কম্বোরো ফ্রাঙ্ক"
502
- ],
503
- "KPW": [
504
- "KPW",
505
- "উত্তর কোরিয়ার ওন"
506
- ],
507
- "KRW": [
508
- "₩",
509
- "দক্ষিণ কোরিয়ান ওন"
510
- ],
511
- "KWD": [
512
- "KWD",
513
- "কুয়েতি দিনার"
514
- ],
515
- "KYD": [
516
- "KYD",
517
- "কেম্যান দ্বীপপুঞ্জের ডলার"
518
- ],
519
- "KZT": [
520
- "KZT",
521
- "কাজাখাস্তানি টেঙ্গে"
522
- ],
523
- "LAK": [
524
- "LAK",
525
- "লেউশান কিপ"
526
- ],
527
- "LBP": [
528
- "LBP",
529
- "লেবানিজ পাউন্ড"
530
- ],
531
- "LKR": [
532
- "LKR",
533
- "শ্রীলঙ্কান রুপি"
534
- ],
535
- "LRD": [
536
- "LRD",
537
- "লিবেরিয়ান ডলার"
538
- ],
539
- "LSL": [
540
- "LSL",
541
- "লেসুটু লোটি"
542
- ],
543
- "LTL": [
544
- "LTL",
545
- "লিথুইনিয়ান লিটা"
546
- ],
547
- "LTT": [
548
- "LTT",
549
- "লিথুইনিয়ান টালোন্যাস"
550
- ],
551
- "LUC": [
552
- "LUC",
553
- "লুক্সেমবার্গ রুপান্তযোগ্য ফ্রাঙ্ক"
554
- ],
555
- "LUF": [
556
- "LUF",
557
- "লুক্সেমবার্গ ফ্রাঙ্ক"
558
- ],
559
- "LUL": [
560
- "LUL",
561
- "লুক্সেমবার্গ ফাইনেনশিয়াল ফ্রাঙ্ক"
562
- ],
563
- "LVL": [
564
- "LVL",
565
- "ল্যাটভিয়ান ল্যাট্‌স"
566
- ],
567
- "LVR": [
568
- "LVR",
569
- "ল্যাটভিয়ান রুবল"
570
- ],
571
- "LYD": [
572
- "LYD",
573
- "লিবিয়ান দিনার"
574
- ],
575
- "MAD": [
576
- "MAD",
577
- "মোরোক্কান দিরহাম"
578
- ],
579
- "MAF": [
580
- "MAF",
581
- "মোরোক্কান ফ্রাঙ্ক"
582
- ],
583
- "MDL": [
584
- "MDL",
585
- "মোল্ডোভান লেয়ু"
586
- ],
587
- "MGA": [
588
- "MGA",
589
- "মাদাগাস্কার আরিয়ারি"
590
- ],
591
- "MGF": [
592
- "MGF",
593
- "মাদাগাস্কার ফ্রাঙ্ক"
594
- ],
595
- "MKD": [
596
- "MKD",
597
- "ম্যাসেডোনিয়ান দিনার"
598
- ],
599
- "MLF": [
600
- "MLF",
601
- "মালি ফ্রাঙ্ক"
602
- ],
603
- "MMK": [
604
- "MMK",
605
- "মায়ানমার কিয়াত"
606
- ],
607
- "MNT": [
608
- "MNT",
609
- "মঙ্গোলিয়ান তুগরিক"
610
- ],
611
- "MOP": [
612
- "MOP",
613
- "ম্যাক্যাও পাটাকা"
614
- ],
615
- "MRO": [
616
- "MRO",
617
- "মৌরিতানিয়ান ওউগুইয়া (১৯৭৩–২০১৭)"
618
- ],
619
- "MRU": [
620
- "MRU",
621
- "মৌরিতানিয়ান ওউগুইয়া"
622
- ],
623
- "MTL": [
624
- "MTL",
625
- "মাল্টা লিরা"
626
- ],
627
- "MTP": [
628
- "MTP",
629
- "মাল্টা পাউন্ড"
630
- ],
631
- "MUR": [
632
- "MUR",
633
- "মৌরিতানিয়ান রুপি"
634
- ],
635
- "MVR": [
636
- "MVR",
637
- "মালদিভিয়ান রুফিয়া"
638
- ],
639
- "MWK": [
640
- "MWK",
641
- "মালাউইয়ান কওয়াচ"
642
- ],
643
- "MXN": [
644
- "MX$",
645
- "ম্যাক্সিকান পেসো"
646
- ],
647
- "MXP": [
648
- "MXP",
649
- "ম্যাক্সিকান সিলভার পেসো (১৮৬১–১৯৯২)"
650
- ],
651
- "MXV": [
652
- "MXV",
653
- "মেক্সিকান উনিদাদ দি ইনভার্সান (UDI)"
654
- ],
655
- "MYR": [
656
- "MYR",
657
- "মালয়েশিয়ান রিঙ্গিৎ"
658
- ],
659
- "MZE": [
660
- "MZE",
661
- "মোজাম্বিক এসকুডো"
662
- ],
663
- "MZM": [
664
- "MZM",
665
- "প্রাচীন মোজাম্বিক মেটিকেল"
666
- ],
667
- "MZN": [
668
- "MZN",
669
- "মোজাম্বিক মেটিকেল"
670
- ],
671
- "NAD": [
672
- "NAD",
673
- "নামিবিয়া ডলার"
674
- ],
675
- "NGN": [
676
- "NGN",
677
- "নাইজেরিয়ান নায়রা"
678
- ],
679
- "NIC": [
680
- "NIC",
681
- "নিকারাগুয়ান কর্ডোবা (১৯৮৮–১৯৯১)"
682
- ],
683
- "NIO": [
684
- "NIO",
685
- "নিকারাগুয়ান কর্ডোবা"
686
- ],
687
- "NLG": [
688
- "NLG",
689
- "নেদারল্যান্ড গুল্ডের"
690
- ],
691
- "NOK": [
692
- "NOK",
693
- "নরওয়েজিয়ান ক্রোন"
694
- ],
695
- "NPR": [
696
- "NPR",
697
- "নেপালি রুপি"
698
- ],
699
- "NZD": [
700
- "NZ$",
701
- "নিউজিল্যান্ড ডলার"
702
- ],
703
- "OMR": [
704
- "OMR",
705
- "ওমানি রিয়াল"
706
- ],
707
- "PAB": [
708
- "PAB",
709
- "পানামা বেলবোয়া"
710
- ],
711
- "PEI": [
712
- "PEI",
713
- "পেরুভিয়ান ইন্তি"
714
- ],
715
- "PEN": [
716
- "PEN",
717
- "পেরুভিয়ান সোল"
718
- ],
719
- "PES": [
720
- "PES",
721
- "পেরুভিয়ান সোল (1863–1965)"
722
- ],
723
- "PGK": [
724
- "PGK",
725
- "পাপুয়া নিউ গিনিয়ান কিনা"
726
- ],
727
- "PHP": [
728
- "PHP",
729
- "ফিলিপাইন পেসো"
730
- ],
731
- "PKR": [
732
- "PKR",
733
- "পাকিস্তানি রুপি"
734
- ],
735
- "PLN": [
736
- "PLN",
737
- "পোলিশ জ্লোটি"
738
- ],
739
- "PLZ": [
740
- "PLZ",
741
- "পোলিশ জ্লোটি (১৯৫০–১৯৯৫)"
742
- ],
743
- "PTE": [
744
- "PTE",
745
- "পর্তুগিজ এসকুডো"
746
- ],
747
- "PYG": [
748
- "PYG",
749
- "প্যারাগুয়ান গুয়ারানি"
750
- ],
751
- "QAR": [
752
- "QAR",
753
- "কাতার রিয়াল"
754
- ],
755
- "RHD": [
756
- "RHD",
757
- "রোডেশিয়ান ডলার"
758
- ],
759
- "ROL": [
760
- "ROL",
761
- "প্রাচীন রুমানিয়া লেয়ু"
762
- ],
763
- "RON": [
764
- "RON",
765
- "রুমানিয়া লেয়ু"
766
- ],
767
- "RSD": [
768
- "RSD",
769
- "সারবিয়ান দিনার"
770
- ],
771
- "RUB": [
772
- "RUB",
773
- "রাশিয়ান রুবেল"
774
- ],
775
- "RUR": [
776
- "RUR",
777
- "রাশিয়ান রুবল (১৯৯১–১৯৯৮)"
778
- ],
779
- "RWF": [
780
- "RWF",
781
- "রুয়ান্ডান ফ্রাঙ্ক"
782
- ],
783
- "SAR": [
784
- "SAR",
785
- "সৌদি রিয়াল"
786
- ],
787
- "SBD": [
788
- "SBD",
789
- "সলোমন দ্বীপপুঞ্জ ডলার"
790
- ],
791
- "SCR": [
792
- "SCR",
793
- "সেয়চেল্লোইস রুপি"
794
- ],
795
- "SDD": [
796
- "SDD",
797
- "প্রাচীন সুদানি দিনার"
798
- ],
799
- "SDG": [
800
- "SDG",
801
- "সুদানি পাউন্ড"
802
- ],
803
- "SDP": [
804
- "SDP",
805
- "প্রাচীন সুদানি পাউন্ড"
806
- ],
807
- "SEK": [
808
- "SEK",
809
- "সুইডিশ ক্রোনা"
810
- ],
811
- "SGD": [
812
- "SGD",
813
- "সিঙ্গাপুর ডলার"
814
- ],
815
- "SHP": [
816
- "SHP",
817
- "সেন্ট হেলেনা পাউন্ড"
818
- ],
819
- "SIT": [
820
- "SIT",
821
- "স্লোভানিয়া টোলার"
822
- ],
823
- "SKK": [
824
- "SKK",
825
- "স্লোভাক কোরুনা"
826
- ],
827
- "SLL": [
828
- "SLL",
829
- "সিয়েরালিয়ন লিয়ন"
830
- ],
831
- "SOS": [
832
- "SOS",
833
- "সোমালি শিলিং"
834
- ],
835
- "SRD": [
836
- "SRD",
837
- "সুরিনাম ডলার"
838
- ],
839
- "SRG": [
840
- "SRG",
841
- "সুরিনাম গিল্ডার"
842
- ],
843
- "SSP": [
844
- "SSP",
845
- "দক্ষিণ সুদানি পাউন্ড"
846
- ],
847
- "STD": [
848
- "STD",
849
- "সাও টোমে এবং প্রিন্সিপে ডোবরা (১৯৭৭–২০১৭)"
850
- ],
851
- "STN": [
852
- "STN",
853
- "সাও টোমে এবং প্রিন্সিপে ডোবরা"
854
- ],
855
- "SUR": [
856
- "SUR",
857
- "সোভিয়েত রুবল"
858
- ],
859
- "SVC": [
860
- "SVC",
861
- "এল স্যালভোডোর কোলোন"
862
- ],
863
- "SYP": [
864
- "SYP",
865
- "সিরিয়ান পাউন্ড"
866
- ],
867
- "SZL": [
868
- "SZL",
869
- "সোয়াজিল্যান্ড লিলাঙ্গেনি"
870
- ],
871
- "THB": [
872
- "฿",
873
- "থাই বাত"
874
- ],
875
- "TJR": [
876
- "TJR",
877
- "তাজিকিস্তান রুবল"
878
- ],
879
- "TJS": [
880
- "TJS",
881
- "তাজিকিস্তান সোমোনি"
882
- ],
883
- "TMM": [
884
- "TMM",
885
- "তুর্কমেনিস্টানি মানাত"
886
- ],
887
- "TMT": [
888
- "TMT",
889
- "তুর্কমেনিস্তান মানত"
890
- ],
891
- "TND": [
892
- "TND",
893
- "তিউনেশিয়ান দিনার"
894
- ],
895
- "TOP": [
896
- "TOP",
897
- "টোঙ্গা পা’আঙ্গা"
898
- ],
899
- "TPE": [
900
- "TPE",
901
- "তিমুর এসকুডো"
902
- ],
903
- "TRL": [
904
- "TRL",
905
- "প্রাচীন তুর্কি লিরা"
906
- ],
907
- "TRY": [
908
- "TRY",
909
- "তুর্কি লিরা"
910
- ],
911
- "TTD": [
912
- "TTD",
913
- "ত্রিনিদাদ এবং টোবাগো ডলার"
914
- ],
915
- "TWD": [
916
- "NT$",
917
- "নতুন তাইওয়ান ডলার"
918
- ],
919
- "TZS": [
920
- "TZS",
921
- "তাঞ্জনিয়া শিলিং"
922
- ],
923
- "UAH": [
924
- "UAH",
925
- "ইউক্রেইন হৃভনিয়া"
926
- ],
927
- "UAK": [
928
- "UAK",
929
- "ইউক্রেইন কার্বোভ্যান্টস"
930
- ],
931
- "UGS": [
932
- "UGS",
933
- "উগান্ডান শিলিং (১৯৬৬–১৯৮৭)"
934
- ],
935
- "UGX": [
936
- "UGX",
937
- "উগান্ডান শিলিং"
938
- ],
939
- "USD": [
940
- "US$",
941
- "মার্কিন ডলার"
942
- ],
943
- "USN": [
944
- "USN",
945
- "মার্কিন ডলার (পরবর্তী দিন)"
946
- ],
947
- "USS": [
948
- "USS",
949
- "মার্কিন ডলার (একই দিন)"
950
- ],
951
- "UYI": [
952
- "UYI",
953
- "উরুগুয়ায়ান পেসো এন উনিদাদেস ইনডেক্সেডাস"
954
- ],
955
- "UYP": [
956
- "UYP",
957
- "উরুগুয়ে পেসো (১৯৭৫–১৯৯৩)"
958
- ],
959
- "UYU": [
960
- "UYU",
961
- "উরুগুয়ে পেসো"
962
- ],
963
- "UZS": [
964
- "UZS",
965
- "উজবেকিস্তানি সোম"
966
- ],
967
- "VEB": [
968
- "VEB",
969
- "ভেনিজুয়েলান বলিভার (১৮৭১–২০০৮)"
970
- ],
971
- "VEF": [
972
- "VEF",
973
- "ভেনিজুয়েলীয় বলিভার (২০০৮–২০১৮)"
974
- ],
975
- "VES": [
976
- "VES",
977
- "ভেনিজুয়েলীয় বলিভার"
978
- ],
979
- "VND": [
980
- "₫",
981
- "ভিয়েতনামি ডঙ্গ"
982
- ],
983
- "VUV": [
984
- "VUV",
985
- "ভানুয়াতু ভাতু"
986
- ],
987
- "WST": [
988
- "WST",
989
- "সামোয়ান টালা"
990
- ],
991
- "XAF": [
992
- "FCFA",
993
- "মধ্য আফ্রিকান [CFA] ফ্র্যাঙ্ক"
994
- ],
995
- "XCD": [
996
- "EC$",
997
- "পূর্ব ক্যারাবিয়ান ডলার"
998
- ],
999
- "XEU": [
1000
- "XEU",
1001
- "ইউরোপীয় মুদ্রা একক"
1002
- ],
1003
- "XFO": [
1004
- "XFO",
1005
- "ফরাসি গোল্ড ফ্রাঙ্ক"
1006
- ],
1007
- "XFU": [
1008
- "XFU",
1009
- "ফরাসি ইউআইসি - ফ্রাঙ্ক"
1010
- ],
1011
- "XOF": [
1012
- "CFA",
1013
- "পশ্চিম আফ্রিকান [CFA] ফ্র্যাঙ্ক"
1014
- ],
1015
- "XPF": [
1016
- "CFPF",
1017
- "সিএফপি ফ্র্যাঙ্ক"
1018
- ],
1019
- "YDD": [
1020
- "YDD",
1021
- "ইয়েমেনি দিনার"
1022
- ],
1023
- "YER": [
1024
- "YER",
1025
- "ইয়েমেনি রিয়াল"
1026
- ],
1027
- "YUD": [
1028
- "YUD",
1029
- "যুগোশ্লাভিয় হার্ড দিনার"
1030
- ],
1031
- "YUM": [
1032
- "YUM",
1033
- "যুগোশ্লাভিয় নোভি দিনার"
1034
- ],
1035
- "YUN": [
1036
- "YUN",
1037
- "যুগোশ্লাভিয় রুপান্তরযোগ্য দিনার"
1038
- ],
1039
- "ZAL": [
1040
- "ZAL",
1041
- "দক্ষিণ আফ্রিকান র‌্যান্ড"
1042
- ],
1043
- "ZAR": [
1044
- "ZAR",
1045
- "দক্ষিণ আফ্রিকান রেন্ড"
1046
- ],
1047
- "ZMK": [
1048
- "ZMK",
1049
- "জাম্বিয়ান কওয়াচা (১৯৬৮–২০১২)"
1050
- ],
1051
- "ZMW": [
1052
- "ZMW",
1053
- "জাম্বিয়ান কওয়াচা"
1054
- ],
1055
- "ZRN": [
1056
- "ZRN",
1057
- "জাইরিয়ান নিউ জাইরে"
1058
- ],
1059
- "ZRZ": [
1060
- "ZRZ",
1061
- "জাইরিয়ান জাইরে"
1062
- ],
1063
- "ZWD": [
1064
- "ZWD",
1065
- "জিম্বাবুয়ে ডলার (১৯৮০–২০০৮)"
1066
- ],
1067
- "ZWL": [
1068
- "ZWL",
1069
- "জিম্বাবুয়ে ডলার (২০০৯)"
1070
- ],
1071
- "ZWR": [
1072
- "ZWR",
1073
- "জিম্বাবুয়ে ডলার (২০০৮)"
1074
- ]
1075
- }
1076
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/bo.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "Names": {
3
- "CNY": [
4
- "¥",
5
- "ཡུ་ཨན་"
6
- ],
7
- "INR": [
8
- "₹",
9
- "རྒྱ་གར་སྒོར་"
10
- ],
11
- "USD": [
12
- "US$",
13
- "ཨ་རིའི་སྒོར་"
14
- ]
15
- }
16
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/bo_IN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "CNY": [
4
- "CN¥",
5
- "ཡུ་ཨན་"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/br.json DELETED
@@ -1,1152 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "peseta Andorra"
6
- ],
7
- "AED": [
8
- "AED",
9
- "dirham EAU"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "afghani Afghanistan (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "afghani Afghanistan"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "lek Albania (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "lek Albania"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "dram Armenia"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "florin Antilhez nederlandat"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "kwanza Angola"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "kwanza Angola (1977–1991)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "kwanza nevez Angola (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "AOR"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "ARA"
54
- ],
55
- "ARL": [
56
- "ARL",
57
- "ARL"
58
- ],
59
- "ARM": [
60
- "ARM",
61
- "peso Arcʼhantina (1881–1970)"
62
- ],
63
- "ARP": [
64
- "ARP",
65
- "peso Arcʼhantina (1983–1985)"
66
- ],
67
- "ARS": [
68
- "ARS",
69
- "peso Arcʼhantina"
70
- ],
71
- "ATS": [
72
- "ATS",
73
- "schilling Aostria"
74
- ],
75
- "AUD": [
76
- "$A",
77
- "dollar Aostralia"
78
- ],
79
- "AWG": [
80
- "AWG",
81
- "florin Aruba"
82
- ],
83
- "AZM": [
84
- "AZM",
85
- "manat Azerbaidjan (1993–2006)"
86
- ],
87
- "AZN": [
88
- "AZN",
89
- "manat Azerbaidjan"
90
- ],
91
- "BAD": [
92
- "BAD",
93
- "dinar Bosnia ha Herzegovina (1992–1994)"
94
- ],
95
- "BAM": [
96
- "BAM",
97
- "mark kemmadus Bosnia ha Herzegovina"
98
- ],
99
- "BAN": [
100
- "BAN",
101
- "dinar nevez Bosnia ha Herzegovina (1994–1997)"
102
- ],
103
- "BBD": [
104
- "BBD",
105
- "dollar Barbados"
106
- ],
107
- "BDT": [
108
- "BDT",
109
- "taka Bangladesh"
110
- ],
111
- "BEC": [
112
- "BEC",
113
- "lur Belgia (kemmadus)"
114
- ],
115
- "BEF": [
116
- "BEF",
117
- "lur Belgia"
118
- ],
119
- "BGL": [
120
- "BGL",
121
- "BGL"
122
- ],
123
- "BGM": [
124
- "BGM",
125
- "lev sokialour Bulgaria"
126
- ],
127
- "BGN": [
128
- "BGN",
129
- "lev Bulgaria"
130
- ],
131
- "BGO": [
132
- "BGO",
133
- "lev Bulgaria (1879–1952)"
134
- ],
135
- "BHD": [
136
- "BHD",
137
- "dinar Bahrein"
138
- ],
139
- "BIF": [
140
- "BIF",
141
- "lur Burundi"
142
- ],
143
- "BMD": [
144
- "BMD",
145
- "dollar Bermuda"
146
- ],
147
- "BND": [
148
- "BND",
149
- "dollar Brunei"
150
- ],
151
- "BOB": [
152
- "BOB",
153
- "boliviano Bolivia"
154
- ],
155
- "BOL": [
156
- "BOL",
157
- "boliviano Bolivia (1863–1963)"
158
- ],
159
- "BOP": [
160
- "BOP",
161
- "peso Bolivia"
162
- ],
163
- "BOV": [
164
- "BOV",
165
- "BOV"
166
- ],
167
- "BRB": [
168
- "BRB",
169
- "BRB"
170
- ],
171
- "BRC": [
172
- "BRC",
173
- "BRC"
174
- ],
175
- "BRE": [
176
- "BRE",
177
- "BRE"
178
- ],
179
- "BRL": [
180
- "BRL",
181
- "real Brazil"
182
- ],
183
- "BRN": [
184
- "BRN",
185
- "BRN"
186
- ],
187
- "BRR": [
188
- "BRR",
189
- "BRR"
190
- ],
191
- "BRZ": [
192
- "BRZ",
193
- "BRZ"
194
- ],
195
- "BSD": [
196
- "BSD",
197
- "dollar Bahamas"
198
- ],
199
- "BTN": [
200
- "BTN",
201
- "ngultrum Bhoutan"
202
- ],
203
- "BUK": [
204
- "BUK",
205
- "kyat Birmania"
206
- ],
207
- "BWP": [
208
- "BWP",
209
- "pula Botswana"
210
- ],
211
- "BYB": [
212
- "BYB",
213
- "roubl nevez Belarus (1994–1999)"
214
- ],
215
- "BYN": [
216
- "BYN",
217
- "roubl Belarus"
218
- ],
219
- "BYR": [
220
- "BYR",
221
- "roubl Belarus (2000–2016)"
222
- ],
223
- "BZD": [
224
- "BZD",
225
- "dollar Belize"
226
- ],
227
- "CAD": [
228
- "$CA",
229
- "dollar Kanada"
230
- ],
231
- "CDF": [
232
- "CDF",
233
- "lur Kongo"
234
- ],
235
- "CHE": [
236
- "CHE",
237
- "euro WIR"
238
- ],
239
- "CHF": [
240
- "CHF",
241
- "lur Suis"
242
- ],
243
- "CHW": [
244
- "CHW",
245
- "lur WIR"
246
- ],
247
- "CLE": [
248
- "CLE",
249
- "escudo Chile"
250
- ],
251
- "CLF": [
252
- "CLF",
253
- "unanenn jediñ Chile"
254
- ],
255
- "CLP": [
256
- "CLP",
257
- "peso Chile"
258
- ],
259
- "CNX": [
260
- "CNX",
261
- "dollar Bank poblel Sina"
262
- ],
263
- "CNY": [
264
- "CNY",
265
- "yuan Sina"
266
- ],
267
- "COP": [
268
- "COP",
269
- "peso Kolombia"
270
- ],
271
- "COU": [
272
- "COU",
273
- "COU"
274
- ],
275
- "CRC": [
276
- "CRC",
277
- "colón Costa Rica"
278
- ],
279
- "CSD": [
280
- "CSD",
281
- "dinar Serbia (2002–2006)"
282
- ],
283
- "CSK": [
284
- "CSK",
285
- "CSK"
286
- ],
287
- "CUC": [
288
- "CUC",
289
- "peso kemmadus Kuba"
290
- ],
291
- "CUP": [
292
- "CUP",
293
- "peso Kuba"
294
- ],
295
- "CVE": [
296
- "CVE",
297
- "escudo Kab Glas"
298
- ],
299
- "CYP": [
300
- "CYP",
301
- "lur Kiprenez"
302
- ],
303
- "CZK": [
304
- "CZK",
305
- "kurunenn Tchek"
306
- ],
307
- "DDM": [
308
- "DDM",
309
- "mark Alamagn ar Reter"
310
- ],
311
- "DEM": [
312
- "DEM",
313
- "mark Alamagn"
314
- ],
315
- "DJF": [
316
- "DJF",
317
- "lur Djibouti"
318
- ],
319
- "DKK": [
320
- "DKK",
321
- "kurunenn Danmark"
322
- ],
323
- "DOP": [
324
- "DOP",
325
- "peso Dominikan"
326
- ],
327
- "DZD": [
328
- "DZD",
329
- "dinar Aljeria"
330
- ],
331
- "ECS": [
332
- "ECS",
333
- "ECS"
334
- ],
335
- "ECV": [
336
- "ECV",
337
- "ECV"
338
- ],
339
- "EEK": [
340
- "EEK",
341
- "kurunenn Estonia"
342
- ],
343
- "EGP": [
344
- "EGP",
345
- "lur Egipt"
346
- ],
347
- "ERN": [
348
- "ERN",
349
- "nakfa Eritrea"
350
- ],
351
- "ESA": [
352
- "ESA",
353
- "ESA"
354
- ],
355
- "ESB": [
356
- "ESB",
357
- "peseta gemmadus Spagn"
358
- ],
359
- "ESP": [
360
- "ESP",
361
- "peseta Spagn"
362
- ],
363
- "ETB": [
364
- "ETB",
365
- "birr Etiopia"
366
- ],
367
- "EUR": [
368
- "€",
369
- "euro"
370
- ],
371
- "FIM": [
372
- "FIM",
373
- "mark Finland"
374
- ],
375
- "FJD": [
376
- "FJD",
377
- "dollar Fidji"
378
- ],
379
- "FKP": [
380
- "FKP",
381
- "lur Inizi Falkland"
382
- ],
383
- "FRF": [
384
- "FRF",
385
- "lur gall"
386
- ],
387
- "GBP": [
388
- "£ RU",
389
- "lur Breizh-Veur"
390
- ],
391
- "GEK": [
392
- "GEK",
393
- "GEK"
394
- ],
395
- "GEL": [
396
- "GEL",
397
- "lari Jorjia"
398
- ],
399
- "GHC": [
400
- "GHC",
401
- "GHC"
402
- ],
403
- "GHS": [
404
- "GHS",
405
- "cedi Ghana"
406
- ],
407
- "GIP": [
408
- "GIP",
409
- "lur Jibraltar"
410
- ],
411
- "GMD": [
412
- "GMD",
413
- "dalasi Gambia"
414
- ],
415
- "GNF": [
416
- "GNF",
417
- "lur Ginea"
418
- ],
419
- "GNS": [
420
- "GNS",
421
- "syli Ginea"
422
- ],
423
- "GQE": [
424
- "GQE",
425
- "ekwele Ginea ar Cʼheheder"
426
- ],
427
- "GRD": [
428
- "GRD",
429
- "drakm Gres"
430
- ],
431
- "GTQ": [
432
- "GTQ",
433
- "quetzal Guatemala"
434
- ],
435
- "GWE": [
436
- "GWE",
437
- "GWE"
438
- ],
439
- "GWP": [
440
- "GWP",
441
- "peso Ginea-Bissau"
442
- ],
443
- "GYD": [
444
- "GYD",
445
- "dollar Guyana"
446
- ],
447
- "HKD": [
448
- "$ HK",
449
- "dollar Hong Kong"
450
- ],
451
- "HNL": [
452
- "HNL",
453
- "lempira Honduras"
454
- ],
455
- "HRD": [
456
- "HRD",
457
- "dinar Kroatia"
458
- ],
459
- "HRK": [
460
- "HRK",
461
- "kuna Kroatia"
462
- ],
463
- "HTG": [
464
- "HTG",
465
- "gourde Haiti"
466
- ],
467
- "HUF": [
468
- "HUF",
469
- "forint Hungaria"
470
- ],
471
- "IDR": [
472
- "IDR",
473
- "roupi Indonezia"
474
- ],
475
- "IEP": [
476
- "IEP",
477
- "lur Iwerzhon"
478
- ],
479
- "ILP": [
480
- "ILP",
481
- "lur Israel"
482
- ],
483
- "ILR": [
484
- "ILR",
485
- "shekel Israel (1980–1985)"
486
- ],
487
- "ILS": [
488
- "ILS",
489
- "shekel nevez Israel"
490
- ],
491
- "INR": [
492
- "₹",
493
- "roupi India"
494
- ],
495
- "IQD": [
496
- "IQD",
497
- "dinar Iraq"
498
- ],
499
- "IRR": [
500
- "IRR",
501
- "rial Iran"
502
- ],
503
- "ISJ": [
504
- "ISJ",
505
- "kurunenn Island (1918–1981)"
506
- ],
507
- "ISK": [
508
- "ISK",
509
- "kurunenn Island"
510
- ],
511
- "ITL": [
512
- "ITL",
513
- "lur Italia"
514
- ],
515
- "JMD": [
516
- "JMD",
517
- "dollar Jamaika"
518
- ],
519
- "JOD": [
520
- "JOD",
521
- "dinar Jordania"
522
- ],
523
- "JPY": [
524
- "JPY",
525
- "yen Japan"
526
- ],
527
- "KES": [
528
- "KES",
529
- "shilling Kenya"
530
- ],
531
- "KGS": [
532
- "KGS",
533
- "som Kyrgyzstan"
534
- ],
535
- "KHR": [
536
- "KHR",
537
- "riel Kambodja"
538
- ],
539
- "KMF": [
540
- "KMF",
541
- "lur Komorez"
542
- ],
543
- "KPW": [
544
- "KPW",
545
- "won Korea an Norzh"
546
- ],
547
- "KRH": [
548
- "KRH",
549
- "hwan Korea ar Su (1953–1962)"
550
- ],
551
- "KRO": [
552
- "KRO",
553
- "won Korea ar Su (1945–1953)"
554
- ],
555
- "KRW": [
556
- "KRW",
557
- "won Korea ar Su"
558
- ],
559
- "KWD": [
560
- "KWD",
561
- "dinar Koweit"
562
- ],
563
- "KYD": [
564
- "KYD",
565
- "dollar Inizi Cayman"
566
- ],
567
- "KZT": [
568
- "KZT",
569
- "tenge Kazakstan"
570
- ],
571
- "LAK": [
572
- "LAK",
573
- "kip Laos"
574
- ],
575
- "LBP": [
576
- "LBP",
577
- "lur Liban"
578
- ],
579
- "LKR": [
580
- "LKR",
581
- "roupi Sri Lanka"
582
- ],
583
- "LRD": [
584
- "LRD",
585
- "dollar Liberia"
586
- ],
587
- "LSL": [
588
- "LSL",
589
- "loti Lesotho"
590
- ],
591
- "LTL": [
592
- "LTL",
593
- "litas Lituania"
594
- ],
595
- "LTT": [
596
- "LTT",
597
- "talonas Lituania"
598
- ],
599
- "LUC": [
600
- "LUC",
601
- "lur kemmadus Luksembourg"
602
- ],
603
- "LUF": [
604
- "LUF",
605
- "lur Luksembourg"
606
- ],
607
- "LUL": [
608
- "LUL",
609
- "LUL"
610
- ],
611
- "LVL": [
612
- "LVL",
613
- "lats Latvia"
614
- ],
615
- "LVR": [
616
- "LVR",
617
- "roubl Latvia"
618
- ],
619
- "LYD": [
620
- "LYD",
621
- "dinar Libia"
622
- ],
623
- "MAD": [
624
- "MAD",
625
- "dirham Maroko"
626
- ],
627
- "MAF": [
628
- "MAF",
629
- "lur Maroko"
630
- ],
631
- "MCF": [
632
- "MCF",
633
- "lur Monaco"
634
- ],
635
- "MDC": [
636
- "MDC",
637
- "MDC"
638
- ],
639
- "MDL": [
640
- "MDL",
641
- "leu Moldova"
642
- ],
643
- "MGA": [
644
- "MGA",
645
- "ariary Madagaskar"
646
- ],
647
- "MGF": [
648
- "MGF",
649
- "lur Madagaskar"
650
- ],
651
- "MKD": [
652
- "MKD",
653
- "denar Makedonia"
654
- ],
655
- "MKN": [
656
- "MKN",
657
- "denar Makedonia (1992–1993)"
658
- ],
659
- "MLF": [
660
- "MLF",
661
- "lur Mali"
662
- ],
663
- "MMK": [
664
- "MMK",
665
- "kyat Myanmar"
666
- ],
667
- "MNT": [
668
- "MNT",
669
- "tugrik Mongolia"
670
- ],
671
- "MOP": [
672
- "MOP",
673
- "pataca Macau"
674
- ],
675
- "MRO": [
676
- "MRO",
677
- "ouguiya Maouritania (1973–2017)"
678
- ],
679
- "MRU": [
680
- "MRU",
681
- "ouguiya Maouritania"
682
- ],
683
- "MTL": [
684
- "MTL",
685
- "lira Malta"
686
- ],
687
- "MTP": [
688
- "MTP",
689
- "lur Malta"
690
- ],
691
- "MUR": [
692
- "MUR",
693
- "roupi Moris"
694
- ],
695
- "MVP": [
696
- "MVP",
697
- "roupi Maldivez"
698
- ],
699
- "MVR": [
700
- "MVR",
701
- "rufiyaa Maldivez"
702
- ],
703
- "MWK": [
704
- "MWK",
705
- "kwacha Malawi"
706
- ],
707
- "MXN": [
708
- "MX$",
709
- "peso Mecʼhiko"
710
- ],
711
- "MXP": [
712
- "MXP",
713
- "peso arcʼhant Mecʼhiko (1861–1992)"
714
- ],
715
- "MXV": [
716
- "MXV",
717
- "MXV"
718
- ],
719
- "MYR": [
720
- "MYR",
721
- "ringgit Malaysia"
722
- ],
723
- "MZE": [
724
- "MZE",
725
- "escudo Mozambik"
726
- ],
727
- "MZM": [
728
- "MZM",
729
- "metical Mozambik (1980–2006)"
730
- ],
731
- "MZN": [
732
- "MZN",
733
- "metical Mozambik"
734
- ],
735
- "NAD": [
736
- "NAD",
737
- "dollar Namibia"
738
- ],
739
- "NGN": [
740
- "NGN",
741
- "naira Nigeria"
742
- ],
743
- "NIC": [
744
- "NIC",
745
- "cordoba Nicaragua (1988–1991)"
746
- ],
747
- "NIO": [
748
- "NIO",
749
- "cordoba Nicaragua"
750
- ],
751
- "NLG": [
752
- "NLG",
753
- "florin an Izelvroioù"
754
- ],
755
- "NOK": [
756
- "NOK",
757
- "kurunenn Norvegia"
758
- ],
759
- "NPR": [
760
- "NPR",
761
- "roupi Nepal"
762
- ],
763
- "NZD": [
764
- "$ ZN",
765
- "dollar Zeland-Nevez"
766
- ],
767
- "OMR": [
768
- "OMR",
769
- "rial Oman"
770
- ],
771
- "PAB": [
772
- "PAB",
773
- "balboa Panamá"
774
- ],
775
- "PEI": [
776
- "PEI",
777
- "PEI"
778
- ],
779
- "PEN": [
780
- "PEN",
781
- "sol Perou"
782
- ],
783
- "PES": [
784
- "PES",
785
- "sol Perou (1863–1965)"
786
- ],
787
- "PGK": [
788
- "PGK",
789
- "kina Papoua Ginea-Nevez"
790
- ],
791
- "PHP": [
792
- "PHP",
793
- "peso Filipinez"
794
- ],
795
- "PKR": [
796
- "PKR",
797
- "roupi Pakistan"
798
- ],
799
- "PLN": [
800
- "PLN",
801
- "zloty Polonia"
802
- ],
803
- "PLZ": [
804
- "PLZ",
805
- "zloty Polonia (1950–1995)"
806
- ],
807
- "PTE": [
808
- "PTE",
809
- "escudo Portugal"
810
- ],
811
- "PYG": [
812
- "PYG",
813
- "guarani Paraguay"
814
- ],
815
- "QAR": [
816
- "QAR",
817
- "rial Qatar"
818
- ],
819
- "RHD": [
820
- "RHD",
821
- "dollar Rodezia"
822
- ],
823
- "ROL": [
824
- "ROL",
825
- "leu Roumania (1952–2006)"
826
- ],
827
- "RON": [
828
- "RON",
829
- "leu Roumania"
830
- ],
831
- "RSD": [
832
- "RSD",
833
- "dinar Serbia"
834
- ],
835
- "RUB": [
836
- "RUB",
837
- "roubl Rusia"
838
- ],
839
- "RUR": [
840
- "RUR",
841
- "roubl Rusia (1991–1998)"
842
- ],
843
- "RWF": [
844
- "RWF",
845
- "lur Rwanda"
846
- ],
847
- "SAR": [
848
- "SAR",
849
- "riyal Arabia Saoudat"
850
- ],
851
- "SBD": [
852
- "SBD",
853
- "dollar Inizi Salomon"
854
- ],
855
- "SCR": [
856
- "SCR",
857
- "roupi Sechelez"
858
- ],
859
- "SDD": [
860
- "SDD",
861
- "dinar Soudan (1992–2007)"
862
- ],
863
- "SDG": [
864
- "SDG",
865
- "lur Soudan"
866
- ],
867
- "SDP": [
868
- "SDP",
869
- "lur Soudan (1957–1998)"
870
- ],
871
- "SEK": [
872
- "SEK",
873
- "kurunenn Sveden"
874
- ],
875
- "SGD": [
876
- "SGD",
877
- "dollar Singapour"
878
- ],
879
- "SHP": [
880
- "SHP",
881
- "lur Saint-Helena"
882
- ],
883
- "SIT": [
884
- "SIT",
885
- "tolar Slovenia"
886
- ],
887
- "SKK": [
888
- "SKK",
889
- "kurunenn Slovakia"
890
- ],
891
- "SLL": [
892
- "SLL",
893
- "leone Sierra Leone"
894
- ],
895
- "SOS": [
896
- "SOS",
897
- "shilling Somalia"
898
- ],
899
- "SRD": [
900
- "SRD",
901
- "dollar Surinam"
902
- ],
903
- "SRG": [
904
- "SRG",
905
- "florin Surinam"
906
- ],
907
- "SSP": [
908
- "SSP",
909
- "lur Susoudan"
910
- ],
911
- "STD": [
912
- "STD",
913
- "dobra São Tomé ha Príncipe (1977–2017)"
914
- ],
915
- "STN": [
916
- "STN",
917
- "dobra São Tomé ha Príncipe"
918
- ],
919
- "SUR": [
920
- "SUR",
921
- "roubl soviedel"
922
- ],
923
- "SVC": [
924
- "SVC",
925
- "colón Salvador"
926
- ],
927
- "SYP": [
928
- "SYP",
929
- "lur Siria"
930
- ],
931
- "SZL": [
932
- "SZL",
933
- "lilangeni Swaziland"
934
- ],
935
- "THB": [
936
- "THB",
937
- "baht Thailand"
938
- ],
939
- "TJR": [
940
- "TJR",
941
- "roubl Tadjikistan"
942
- ],
943
- "TJS": [
944
- "TJS",
945
- "somoni Tadjikistan"
946
- ],
947
- "TMM": [
948
- "TMM",
949
- "manat Turkmenistan (1993–2009)"
950
- ],
951
- "TMT": [
952
- "TMT",
953
- "manat Turkmenistan"
954
- ],
955
- "TND": [
956
- "TND",
957
- "dinar Tunizia"
958
- ],
959
- "TOP": [
960
- "TOP",
961
- "paʻanga Tonga"
962
- ],
963
- "TPE": [
964
- "TPE",
965
- "escudo Timor"
966
- ],
967
- "TRL": [
968
- "TRL",
969
- "lur Turkia (1922–2005)"
970
- ],
971
- "TRY": [
972
- "TRY",
973
- "lur Turkia"
974
- ],
975
- "TTD": [
976
- "TTD",
977
- "dollar Trinidad ha Tobago"
978
- ],
979
- "TWD": [
980
- "TWD",
981
- "dollar nevez Taiwan"
982
- ],
983
- "TZS": [
984
- "TZS",
985
- "shilling Tanzania"
986
- ],
987
- "UAH": [
988
- "UAH",
989
- "hryvnia Ukraina"
990
- ],
991
- "UAK": [
992
- "UAK",
993
- "UAK"
994
- ],
995
- "UGS": [
996
- "UGS",
997
- "shilling Ouganda (1966–1987)"
998
- ],
999
- "UGX": [
1000
- "UGX",
1001
- "shilling Ouganda"
1002
- ],
1003
- "USD": [
1004
- "$ SU",
1005
- "dollar SU"
1006
- ],
1007
- "USN": [
1008
- "USN",
1009
- "USN"
1010
- ],
1011
- "USS": [
1012
- "USS",
1013
- "USS"
1014
- ],
1015
- "UYI": [
1016
- "UYI",
1017
- "UYI"
1018
- ],
1019
- "UYP": [
1020
- "UYP",
1021
- "peso Uruguay (1975–1993)"
1022
- ],
1023
- "UYU": [
1024
- "UYU",
1025
- "peso Uruguay"
1026
- ],
1027
- "UZS": [
1028
- "UZS",
1029
- "som Ouzbekistan"
1030
- ],
1031
- "VEB": [
1032
- "VEB",
1033
- "bolivar Venezuela (1871–2008)"
1034
- ],
1035
- "VEF": [
1036
- "VEF",
1037
- "bolivar Venezuela (2008–2018)"
1038
- ],
1039
- "VES": [
1040
- "VES",
1041
- "bolivar Venezuela"
1042
- ],
1043
- "VND": [
1044
- "VND",
1045
- "dong Viêt Nam"
1046
- ],
1047
- "VNN": [
1048
- "VNN",
1049
- "dong Viêt Nam (1978–1985)"
1050
- ],
1051
- "VUV": [
1052
- "VUV",
1053
- "vatu Vanuatu"
1054
- ],
1055
- "WST": [
1056
- "WST",
1057
- "tala Samoa"
1058
- ],
1059
- "XAF": [
1060
- "FCFA",
1061
- "lur CFA Kreizafrika"
1062
- ],
1063
- "XCD": [
1064
- "XCD",
1065
- "dollar Karib ar reter"
1066
- ],
1067
- "XEU": [
1068
- "XEU",
1069
- "unanenn jediñ europat"
1070
- ],
1071
- "XFO": [
1072
- "XFO",
1073
- "lur aour Frañs"
1074
- ],
1075
- "XFU": [
1076
- "XFU",
1077
- "lur Unaniezh etrebroadel an hentoù-houarn"
1078
- ],
1079
- "XOF": [
1080
- "CFA",
1081
- "lur CFA Afrika ar Cʼhornôg"
1082
- ],
1083
- "XPF": [
1084
- "CFPF",
1085
- "lur CFP"
1086
- ],
1087
- "XRE": [
1088
- "XRE",
1089
- "XRE"
1090
- ],
1091
- "YDD": [
1092
- "YDD",
1093
- "dinar Yemen"
1094
- ],
1095
- "YER": [
1096
- "YER",
1097
- "rial Yemen"
1098
- ],
1099
- "YUD": [
1100
- "YUD",
1101
- "YUD"
1102
- ],
1103
- "YUM": [
1104
- "YUM",
1105
- "dinar nevez Yougoslavia (1994–2002)"
1106
- ],
1107
- "YUN": [
1108
- "YUN",
1109
- "dinar kemmadus Yougoslavia (1990–1992)"
1110
- ],
1111
- "YUR": [
1112
- "YUR",
1113
- "dinar adreizhet Yougoslavia (1992–1993)"
1114
- ],
1115
- "ZAL": [
1116
- "ZAL",
1117
- "ZAL"
1118
- ],
1119
- "ZAR": [
1120
- "ZAR",
1121
- "rand Suafrika"
1122
- ],
1123
- "ZMK": [
1124
- "ZMK",
1125
- "kwacha Zambia (1968–2012)"
1126
- ],
1127
- "ZMW": [
1128
- "ZMW",
1129
- "kwacha Zambia"
1130
- ],
1131
- "ZRN": [
1132
- "ZRN",
1133
- "ZRN"
1134
- ],
1135
- "ZRZ": [
1136
- "ZRZ",
1137
- "ZRZ"
1138
- ],
1139
- "ZWD": [
1140
- "ZWD",
1141
- "dollar Zimbabwe (1980–2008)"
1142
- ],
1143
- "ZWL": [
1144
- "ZWL",
1145
- "dollar Zimbabwe (2009)"
1146
- ],
1147
- "ZWR": [
1148
- "ZWR",
1149
- "dollar Zimbabwe (2008)"
1150
- ]
1151
- }
1152
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/bs.json DELETED
@@ -1,1116 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andorska pezeta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Dirham Ujedinjenih Arapskih Emirata"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Avganistanski avgani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Afganistanski afgan"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "Albanski lek (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "Albanski lek"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "Armenski dram"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "Holandskoantilski gulden"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "Angolska kvanza"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "Angolijska kvanza (1977–1991)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "Angolijska nova kvanza (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "Angolijska kvanza reajustado (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "Argentinski austral"
54
- ],
55
- "ARP": [
56
- "ARP",
57
- "Argentinski pezo (1983–1985)"
58
- ],
59
- "ARS": [
60
- "ARS",
61
- "Argentinski pezos"
62
- ],
63
- "ATS": [
64
- "ATS",
65
- "Austrijski šiling"
66
- ],
67
- "AUD": [
68
- "AUD",
69
- "Australijski dolar"
70
- ],
71
- "AWG": [
72
- "AWG",
73
- "Arubanski florin"
74
- ],
75
- "AZM": [
76
- "AZM",
77
- "Azerbejdžanski manat (1993–2006)"
78
- ],
79
- "AZN": [
80
- "AZN",
81
- "Azerbejdžanski manat"
82
- ],
83
- "BAD": [
84
- "BAD",
85
- "Bosansko-Hercegovački dinar"
86
- ],
87
- "BAM": [
88
- "KM",
89
- "Bosanskohercegovačka konvertibilna marka"
90
- ],
91
- "BBD": [
92
- "BBD",
93
- "Barbadoski dolar"
94
- ],
95
- "BDT": [
96
- "BDT",
97
- "Bangladeška taka"
98
- ],
99
- "BEC": [
100
- "BEC",
101
- "Belgijski frank (konvertibilni)"
102
- ],
103
- "BEF": [
104
- "BEF",
105
- "Belgijski franak"
106
- ],
107
- "BEL": [
108
- "BEL",
109
- "Belgijski frank (finansijski)"
110
- ],
111
- "BGL": [
112
- "BGL",
113
- "Bugarski tvrdi lev"
114
- ],
115
- "BGN": [
116
- "BGN",
117
- "Bugarski lev"
118
- ],
119
- "BGO": [
120
- "BGO",
121
- "Bugarski lev (1879–1952)"
122
- ],
123
- "BHD": [
124
- "BHD",
125
- "Bahreinski dinar"
126
- ],
127
- "BIF": [
128
- "BIF",
129
- "Burundski franak"
130
- ],
131
- "BMD": [
132
- "BMD",
133
- "Bermudski dolar"
134
- ],
135
- "BND": [
136
- "BND",
137
- "Brunejski dolar"
138
- ],
139
- "BOB": [
140
- "BOB",
141
- "Bolivijski boliviano"
142
- ],
143
- "BOL": [
144
- "BOL",
145
- "Bolivijski boliviano (1863–1963)"
146
- ],
147
- "BOP": [
148
- "BOP",
149
- "Bolivijski pezo"
150
- ],
151
- "BOV": [
152
- "BOV",
153
- "Bolivijski mvdol"
154
- ],
155
- "BRB": [
156
- "BRB",
157
- "Brazilski kruzeiro novo (1967–1986)"
158
- ],
159
- "BRC": [
160
- "BRC",
161
- "Brazilski kruzado (1986–1989)"
162
- ],
163
- "BRE": [
164
- "BRE",
165
- "Brazilski kruzeiro (1990–1993)"
166
- ],
167
- "BRL": [
168
- "BRL",
169
- "Brazilski real"
170
- ],
171
- "BRN": [
172
- "BRN",
173
- "Brazilski kruzado novo (1989–1990)"
174
- ],
175
- "BRR": [
176
- "BRR",
177
- "Brazilski kruzeiro (1993–1994)"
178
- ],
179
- "BRZ": [
180
- "BRZ",
181
- "Brazilski kruzeiro (1942–1967)"
182
- ],
183
- "BSD": [
184
- "BSD",
185
- "Bahamski dolar"
186
- ],
187
- "BTN": [
188
- "BTN",
189
- "Butanski ngultrum"
190
- ],
191
- "BUK": [
192
- "BUK",
193
- "Burmanski kjat"
194
- ],
195
- "BWP": [
196
- "BWP",
197
- "Bocvanska pula"
198
- ],
199
- "BYB": [
200
- "BYB",
201
- "Beloruska nova rublja (1994–1999)"
202
- ],
203
- "BYN": [
204
- "BYN",
205
- "Bjeloruska rublja"
206
- ],
207
- "BYR": [
208
- "BYR",
209
- "Bjeloruska rublja (2000–2016)"
210
- ],
211
- "BZD": [
212
- "BZD",
213
- "Belizeanski dolar"
214
- ],
215
- "CAD": [
216
- "CAD",
217
- "Kanadski dolar"
218
- ],
219
- "CDF": [
220
- "CDF",
221
- "Kongoanski franak"
222
- ],
223
- "CHE": [
224
- "CHE",
225
- "WIR Evro"
226
- ],
227
- "CHF": [
228
- "CHF",
229
- "Švicarski franak"
230
- ],
231
- "CHW": [
232
- "CHW",
233
- "WIR franak"
234
- ],
235
- "CLF": [
236
- "CLF",
237
- "Čileanski unidades de fomento"
238
- ],
239
- "CLP": [
240
- "CLP",
241
- "Čileanski pezos"
242
- ],
243
- "CNH": [
244
- "CNH",
245
- "Kineski juan (izvanteritorijalni)"
246
- ],
247
- "CNY": [
248
- "CNY",
249
- "Kineski juan"
250
- ],
251
- "COP": [
252
- "COP",
253
- "Kolumbijski pezos"
254
- ],
255
- "CRC": [
256
- "CRC",
257
- "Kostarikanski kolon"
258
- ],
259
- "CSD": [
260
- "CSD",
261
- "Srpski dinar (2002–2006)"
262
- ],
263
- "CSK": [
264
- "CSK",
265
- "Čehoslovačka tvrda koruna"
266
- ],
267
- "CUC": [
268
- "CUC",
269
- "Kubanski konvertibilni pezos"
270
- ],
271
- "CUP": [
272
- "CUP",
273
- "kubanski pezos"
274
- ],
275
- "CVE": [
276
- "CVE",
277
- "Zelenortski eskudo"
278
- ],
279
- "CYP": [
280
- "CYP",
281
- "Kipratska funta"
282
- ],
283
- "CZK": [
284
- "CZK",
285
- "Češka kruna"
286
- ],
287
- "DDM": [
288
- "DDM",
289
- "Istočnoevropska marka"
290
- ],
291
- "DEM": [
292
- "DEM",
293
- "Nemačka marka"
294
- ],
295
- "DJF": [
296
- "DJF",
297
- "Džibutski franak"
298
- ],
299
- "DKK": [
300
- "DKK",
301
- "Danska kruna"
302
- ],
303
- "DOP": [
304
- "DOP",
305
- "Dominikanski pezos"
306
- ],
307
- "DZD": [
308
- "DZD",
309
- "Alžirski dinar"
310
- ],
311
- "ECS": [
312
- "ECS",
313
- "Ekvadorijski sukr"
314
- ],
315
- "ECV": [
316
- "ECV",
317
- "Ekvadorski unidad de valor konstantin (UVC)"
318
- ],
319
- "EEK": [
320
- "EEK",
321
- "Estonska kruna"
322
- ],
323
- "EGP": [
324
- "EGP",
325
- "Egipatska funta"
326
- ],
327
- "ERN": [
328
- "ERN",
329
- "Eritrejska nakfa"
330
- ],
331
- "ESA": [
332
- "ESA",
333
- "Španska pezeta (račun) ESA"
334
- ],
335
- "ESB": [
336
- "ESB",
337
- "Španska pezeta (konvertibilni račun)"
338
- ],
339
- "ESP": [
340
- "ESP",
341
- "Španska pezeta"
342
- ],
343
- "ETB": [
344
- "ETB",
345
- "Etiopski bir"
346
- ],
347
- "EUR": [
348
- "€",
349
- "Euro"
350
- ],
351
- "FIM": [
352
- "FIM",
353
- "Finska marka"
354
- ],
355
- "FJD": [
356
- "FJD",
357
- "Fidžijski dolar"
358
- ],
359
- "FKP": [
360
- "FKP",
361
- "Folklandska funta"
362
- ],
363
- "FRF": [
364
- "FRF",
365
- "Francuski franak"
366
- ],
367
- "GBP": [
368
- "GBP",
369
- "Britanska funta"
370
- ],
371
- "GEK": [
372
- "GEK",
373
- "Gruzijski kupon larit"
374
- ],
375
- "GEL": [
376
- "GEL",
377
- "Gruzijski lari"
378
- ],
379
- "GHC": [
380
- "GHC",
381
- "Ganijski cedi (1979–2007)"
382
- ],
383
- "GHS": [
384
- "GHS",
385
- "Ganski cedi"
386
- ],
387
- "GIP": [
388
- "GIP",
389
- "Gibraltarska funta"
390
- ],
391
- "GMD": [
392
- "GMD",
393
- "Gambijski dalasi"
394
- ],
395
- "GNF": [
396
- "GNF",
397
- "Gvinejski franak"
398
- ],
399
- "GNS": [
400
- "GNS",
401
- "Gvinejski sili"
402
- ],
403
- "GQE": [
404
- "GQE",
405
- "Evatorijalna gvineja ekvele"
406
- ],
407
- "GRD": [
408
- "GRD",
409
- "Drahma"
410
- ],
411
- "GTQ": [
412
- "GTQ",
413
- "Gvatemalski kecal"
414
- ],
415
- "GWE": [
416
- "GWE",
417
- "Portugalska Gvineja eskudo"
418
- ],
419
- "GWP": [
420
- "GWP",
421
- "Gvineja bisao pezo"
422
- ],
423
- "GYD": [
424
- "GYD",
425
- "Gvajanski dolar"
426
- ],
427
- "HKD": [
428
- "HKD",
429
- "Honkonški dolar"
430
- ],
431
- "HNL": [
432
- "HNL",
433
- "Honduraška lempira"
434
- ],
435
- "HRD": [
436
- "HRD",
437
- "Hrvatski dinar"
438
- ],
439
- "HRK": [
440
- "kn",
441
- "Hrvatska kuna"
442
- ],
443
- "HTG": [
444
- "HTG",
445
- "Haićanski gurd"
446
- ],
447
- "HUF": [
448
- "HUF",
449
- "Mađarska forinta"
450
- ],
451
- "IDR": [
452
- "IDR",
453
- "Indonežanska rupija"
454
- ],
455
- "IEP": [
456
- "IEP",
457
- "Irska funta"
458
- ],
459
- "ILP": [
460
- "ILP",
461
- "Izraelska funta"
462
- ],
463
- "ILR": [
464
- "ILR",
465
- "stari izraelski šekeli"
466
- ],
467
- "ILS": [
468
- "ILS",
469
- "Izraelski novi šekel"
470
- ],
471
- "INR": [
472
- "₹",
473
- "Indijska rupija"
474
- ],
475
- "IQD": [
476
- "IQD",
477
- "Irački dinar"
478
- ],
479
- "IRR": [
480
- "IRR",
481
- "Iranski rijal"
482
- ],
483
- "ISJ": [
484
- "ISJ",
485
- "stara islandska kruna"
486
- ],
487
- "ISK": [
488
- "ISK",
489
- "Islandska kruna"
490
- ],
491
- "ITL": [
492
- "ITL",
493
- "Italijanska lira"
494
- ],
495
- "JMD": [
496
- "JMD",
497
- "Jamajčanski dolar"
498
- ],
499
- "JOD": [
500
- "JOD",
501
- "Jordanski dinar"
502
- ],
503
- "JPY": [
504
- "¥",
505
- "Japanski jen"
506
- ],
507
- "KES": [
508
- "KES",
509
- "Kenijski šiling"
510
- ],
511
- "KGS": [
512
- "KGS",
513
- "Kirgistanski som"
514
- ],
515
- "KHR": [
516
- "KHR",
517
- "Kambodžanski rijel"
518
- ],
519
- "KMF": [
520
- "KMF",
521
- "Komorski franak"
522
- ],
523
- "KPW": [
524
- "KPW",
525
- "Sjevernokorejski von"
526
- ],
527
- "KRH": [
528
- "KRH",
529
- "Južno-korejski hvan (1953–1962)"
530
- ],
531
- "KRO": [
532
- "KRO",
533
- "Južno-korejski Von (1945–1953)"
534
- ],
535
- "KRW": [
536
- "₩",
537
- "Južnokorejski von"
538
- ],
539
- "KWD": [
540
- "KWD",
541
- "Kuvajtski dinar"
542
- ],
543
- "KYD": [
544
- "KYD",
545
- "Kajmanski dolar"
546
- ],
547
- "KZT": [
548
- "KZT",
549
- "Kazahstanski tenge"
550
- ],
551
- "LAK": [
552
- "LAK",
553
- "Laoski kip"
554
- ],
555
- "LBP": [
556
- "LBP",
557
- "Libanska funta"
558
- ],
559
- "LKR": [
560
- "LKR",
561
- "Šrilankanska rupija"
562
- ],
563
- "LRD": [
564
- "LRD",
565
- "Liberijski dolar"
566
- ],
567
- "LSL": [
568
- "LSL",
569
- "Lesotski loti"
570
- ],
571
- "LTL": [
572
- "LTL",
573
- "Litvanski litas"
574
- ],
575
- "LTT": [
576
- "LTT",
577
- "Litvanski talonas"
578
- ],
579
- "LUC": [
580
- "LUC",
581
- "Luksemburški konvertibilni franak"
582
- ],
583
- "LUF": [
584
- "LUF",
585
- "Luksemburški franak"
586
- ],
587
- "LUL": [
588
- "LUL",
589
- "Luksemburški finansijski franak"
590
- ],
591
- "LVL": [
592
- "LVL",
593
- "Letonski lats"
594
- ],
595
- "LVR": [
596
- "LVR",
597
- "Latvijska rublja"
598
- ],
599
- "LYD": [
600
- "LYD",
601
- "Libijski dinar"
602
- ],
603
- "MAD": [
604
- "MAD",
605
- "Marokanski dirham"
606
- ],
607
- "MAF": [
608
- "MAF",
609
- "Marokanski franak"
610
- ],
611
- "MDL": [
612
- "MDL",
613
- "Moldavski lej"
614
- ],
615
- "MGA": [
616
- "MGA",
617
- "Malagaški arijari"
618
- ],
619
- "MGF": [
620
- "MGF",
621
- "Malagasijski franak"
622
- ],
623
- "MKD": [
624
- "MKD",
625
- "Makedonski denar"
626
- ],
627
- "MKN": [
628
- "MKN",
629
- "Makedonski denar (1992–1993)"
630
- ],
631
- "MLF": [
632
- "MLF",
633
- "Malijanski franak"
634
- ],
635
- "MMK": [
636
- "MMK",
637
- "Mijanmarski kjat"
638
- ],
639
- "MNT": [
640
- "MNT",
641
- "Mongolski tugrik"
642
- ],
643
- "MOP": [
644
- "MOP",
645
- "Makaonska pataka"
646
- ],
647
- "MRO": [
648
- "MRO",
649
- "Mauritanijska ugvija (1973–2017)"
650
- ],
651
- "MRU": [
652
- "MRU",
653
- "Mauritanijska ugvija"
654
- ],
655
- "MTL": [
656
- "MTL",
657
- "Malteška lira"
658
- ],
659
- "MTP": [
660
- "MTP",
661
- "Malteška funta"
662
- ],
663
- "MUR": [
664
- "MUR",
665
- "Mauricijska rupija"
666
- ],
667
- "MVR": [
668
- "MVR",
669
- "Maldivska rufija"
670
- ],
671
- "MWK": [
672
- "MWK",
673
- "Malavijska kvača"
674
- ],
675
- "MXN": [
676
- "MXN",
677
- "Meksički pezos"
678
- ],
679
- "MXP": [
680
- "MXP",
681
- "Meksijski srebrno pezo (1861–1992)"
682
- ],
683
- "MXV": [
684
- "MXV",
685
- "Meksijski unidad de inverzion"
686
- ],
687
- "MYR": [
688
- "MYR",
689
- "Malezijski ringit"
690
- ],
691
- "MZE": [
692
- "MZE",
693
- "Mozambijski eskudo"
694
- ],
695
- "MZM": [
696
- "MZM",
697
- "Mozambijski metikal (1980–2006)"
698
- ],
699
- "MZN": [
700
- "MZN",
701
- "Mozambijski metikal"
702
- ],
703
- "NAD": [
704
- "NAD",
705
- "Namibijski dolar"
706
- ],
707
- "NGN": [
708
- "NGN",
709
- "Nigerijska naira"
710
- ],
711
- "NIC": [
712
- "NIC",
713
- "Nikaragvanška kordoba (1988–1991)"
714
- ],
715
- "NIO": [
716
- "NIO",
717
- "Nikaragvanska kordoba"
718
- ],
719
- "NLG": [
720
- "NLG",
721
- "Holandski gulden"
722
- ],
723
- "NOK": [
724
- "NOK",
725
- "Norveška kruna"
726
- ],
727
- "NPR": [
728
- "NPR",
729
- "Nepalska rupija"
730
- ],
731
- "NZD": [
732
- "NZD",
733
- "Novozelandski dolar"
734
- ],
735
- "OMR": [
736
- "OMR",
737
- "Omanski rijal"
738
- ],
739
- "PAB": [
740
- "PAB",
741
- "Panamska balboa"
742
- ],
743
- "PEI": [
744
- "PEI",
745
- "Peruvijski inti"
746
- ],
747
- "PEN": [
748
- "PEN",
749
- "Peruanski sol"
750
- ],
751
- "PES": [
752
- "PES",
753
- "Peruvijski sol (1863–1965)"
754
- ],
755
- "PGK": [
756
- "PGK",
757
- "Kina Papue Nove Gvineje"
758
- ],
759
- "PHP": [
760
- "PHP",
761
- "Filipinski pezos"
762
- ],
763
- "PKR": [
764
- "PKR",
765
- "Pakistanska rupija"
766
- ],
767
- "PLN": [
768
- "PLN",
769
- "Poljski zlot"
770
- ],
771
- "PLZ": [
772
- "PLZ",
773
- "Poljski zloti (1950–1995)"
774
- ],
775
- "PTE": [
776
- "PTE",
777
- "Portugalski eskudo"
778
- ],
779
- "PYG": [
780
- "PYG",
781
- "Paragvajski gvarani"
782
- ],
783
- "QAR": [
784
- "QAR",
785
- "Katarski rijal"
786
- ],
787
- "RHD": [
788
- "RHD",
789
- "Rodizijski dolar"
790
- ],
791
- "ROL": [
792
- "ROL",
793
- "Rumunski leu (1952–2006)"
794
- ],
795
- "RON": [
796
- "RON",
797
- "Rumunski lej"
798
- ],
799
- "RSD": [
800
- "din.",
801
- "Srpski dinar"
802
- ],
803
- "RUB": [
804
- "RUB",
805
- "Ruska rublja"
806
- ],
807
- "RUR": [
808
- "RUR",
809
- "Ruska rublja (1991–1998)"
810
- ],
811
- "RWF": [
812
- "RWF",
813
- "Ruandski franak"
814
- ],
815
- "SAR": [
816
- "SAR",
817
- "Saudijski rijal"
818
- ],
819
- "SBD": [
820
- "SBD",
821
- "Solomonski dolar"
822
- ],
823
- "SCR": [
824
- "SCR",
825
- "Sejšelska rupija"
826
- ],
827
- "SDD": [
828
- "SDD",
829
- "Sudanski dinar (1992–2007)"
830
- ],
831
- "SDG": [
832
- "SDG",
833
- "Sudanska funta"
834
- ],
835
- "SDP": [
836
- "SDP",
837
- "Sudanska funta (1957–1998)"
838
- ],
839
- "SEK": [
840
- "SEK",
841
- "Švedska kruna"
842
- ],
843
- "SGD": [
844
- "SGD",
845
- "Singapurski dolar"
846
- ],
847
- "SHP": [
848
- "SHP",
849
- "Svetohelenska funta"
850
- ],
851
- "SIT": [
852
- "SIT",
853
- "Slovenski tolar"
854
- ],
855
- "SKK": [
856
- "SKK",
857
- "Slovačka kruna"
858
- ],
859
- "SLL": [
860
- "SLL",
861
- "Sijeraleonski leone"
862
- ],
863
- "SOS": [
864
- "SOS",
865
- "Somalski šiling"
866
- ],
867
- "SRD": [
868
- "SRD",
869
- "Surinamski dolar"
870
- ],
871
- "SRG": [
872
- "SRG",
873
- "Surinamski gilder"
874
- ],
875
- "SSP": [
876
- "SSP",
877
- "Južnosudanska funta"
878
- ],
879
- "STD": [
880
- "STD",
881
- "Dobra Sao Toma i Principa (1977–2017)"
882
- ],
883
- "STN": [
884
- "STN",
885
- "Dobra Sao Toma i Principa"
886
- ],
887
- "SUR": [
888
- "SUR",
889
- "Sovjetska rublja"
890
- ],
891
- "SVC": [
892
- "SVC",
893
- "Salvadorski kolon"
894
- ],
895
- "SYP": [
896
- "SYP",
897
- "Sirijska funta"
898
- ],
899
- "SZL": [
900
- "SZL",
901
- "Svazilendski lilangeni"
902
- ],
903
- "THB": [
904
- "฿",
905
- "Tajlandski baht"
906
- ],
907
- "TJR": [
908
- "TJR",
909
- "Tadžakistanska rublja"
910
- ],
911
- "TJS": [
912
- "TJS",
913
- "Tadžikistanski somoni"
914
- ],
915
- "TMM": [
916
- "TMM",
917
- "Turkmenistanski manat (1993–2009)"
918
- ],
919
- "TMT": [
920
- "TMT",
921
- "Turkmenistanski manat"
922
- ],
923
- "TND": [
924
- "TND",
925
- "Tuniški dinar"
926
- ],
927
- "TOP": [
928
- "TOP",
929
- "Tonganska panga"
930
- ],
931
- "TPE": [
932
- "TPE",
933
- "Timorški eskudo"
934
- ],
935
- "TRL": [
936
- "TRL",
937
- "Turska lira (1922–2005)"
938
- ],
939
- "TRY": [
940
- "TRY",
941
- "Turska lira"
942
- ],
943
- "TTD": [
944
- "TTD",
945
- "Trinidadtobaški dolar"
946
- ],
947
- "TWD": [
948
- "NT$",
949
- "Novi tajvanski dolar"
950
- ],
951
- "TZS": [
952
- "TZS",
953
- "Tanzanijski šiling"
954
- ],
955
- "UAH": [
956
- "UAH",
957
- "Ukrajinska hrivnja"
958
- ],
959
- "UAK": [
960
- "UAK",
961
- "Ukrajinski karbovaneti"
962
- ],
963
- "UGS": [
964
- "UGS",
965
- "Ugandijski šiling (1966–1987)"
966
- ],
967
- "UGX": [
968
- "UGX",
969
- "Ugandski šiling"
970
- ],
971
- "USD": [
972
- "USD",
973
- "Američki dolar"
974
- ],
975
- "USN": [
976
- "USN",
977
- "SAD dolar (sledeći dan)"
978
- ],
979
- "USS": [
980
- "USS",
981
- "SAD dolar (isti dan)"
982
- ],
983
- "UYI": [
984
- "UYI",
985
- "Urugvajski pezo en unidades indeksades"
986
- ],
987
- "UYP": [
988
- "UYP",
989
- "Urugvajski pezo (1975–1993)"
990
- ],
991
- "UYU": [
992
- "UYU",
993
- "Urugvajski pezos"
994
- ],
995
- "UZS": [
996
- "UZS",
997
- "Uzbekistanski som"
998
- ],
999
- "VEB": [
1000
- "VEB",
1001
- "Venecuelanski bolivar (1871–2008)"
1002
- ],
1003
- "VEF": [
1004
- "VEF",
1005
- "venecuelanski bolivar (2008–2018)"
1006
- ],
1007
- "VES": [
1008
- "VES",
1009
- "Venecuelanski bolivar"
1010
- ],
1011
- "VND": [
1012
- "₫",
1013
- "Vijetnamski dong"
1014
- ],
1015
- "VNN": [
1016
- "VNN",
1017
- "Vijetnamski dong (1978–1985)"
1018
- ],
1019
- "VUV": [
1020
- "VUV",
1021
- "Vanuatski vatu"
1022
- ],
1023
- "WST": [
1024
- "WST",
1025
- "Samoanska tala"
1026
- ],
1027
- "XAF": [
1028
- "FCFA",
1029
- "Centralnoafrički franak (CFA)"
1030
- ],
1031
- "XCD": [
1032
- "XCD",
1033
- "Istočnokaripski dolar"
1034
- ],
1035
- "XEU": [
1036
- "XEU",
1037
- "Evropska valutna jedinica"
1038
- ],
1039
- "XFO": [
1040
- "XFO",
1041
- "Francuski zlatni frank"
1042
- ],
1043
- "XFU": [
1044
- "XFU",
1045
- "Francuski UIC-frank"
1046
- ],
1047
- "XOF": [
1048
- "CFA",
1049
- "Zapadnoafrički franak (CFA)"
1050
- ],
1051
- "XPF": [
1052
- "XPF",
1053
- "Franak (CFP)"
1054
- ],
1055
- "XRE": [
1056
- "XRE",
1057
- "RINET fondovi"
1058
- ],
1059
- "YDD": [
1060
- "YDD",
1061
- "Jemenski dinar"
1062
- ],
1063
- "YER": [
1064
- "YER",
1065
- "Jemenski rijal"
1066
- ],
1067
- "YUD": [
1068
- "YUD",
1069
- "Jugoslovenski tvrdi dinar"
1070
- ],
1071
- "YUM": [
1072
- "YUM",
1073
- "Jugoslovenski novi dinar"
1074
- ],
1075
- "YUN": [
1076
- "YUN",
1077
- "Jugoslovenski konvertibilni dinar"
1078
- ],
1079
- "ZAL": [
1080
- "ZAL",
1081
- "Južnoafrički rand (finansijski)"
1082
- ],
1083
- "ZAR": [
1084
- "ZAR",
1085
- "Južnoafrički rand"
1086
- ],
1087
- "ZMK": [
1088
- "ZMK",
1089
- "Zambijska kvača (1968–2012)"
1090
- ],
1091
- "ZMW": [
1092
- "ZMW",
1093
- "Zambijska kvača"
1094
- ],
1095
- "ZRN": [
1096
- "ZRN",
1097
- "Zairski novi zair (1993–1998)"
1098
- ],
1099
- "ZRZ": [
1100
- "ZRZ",
1101
- "Zairski zair (1971–1993)"
1102
- ],
1103
- "ZWD": [
1104
- "ZWD",
1105
- "Zimbabvejski dolar (1980–2008)"
1106
- ],
1107
- "ZWL": [
1108
- "ZWL",
1109
- "Zimbabvejski dolar (2009)"
1110
- ],
1111
- "ZWR": [
1112
- "ZWR",
1113
- "Zimbabvejski dolar (2008)"
1114
- ]
1115
- }
1116
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/bs_Cyrl.json DELETED
@@ -1,1088 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Андорска пезета"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Уједињени арапски емирати дирхам"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Авганистански авган (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Афганистански афгани"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "Албански лек"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "Арменски драм"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "Холандски антили гилдер"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "Анголска кванза"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "анголијска кванза (1977–1990)"
38
- ],
39
- "AON": [
40
- "AON",
41
- "Анголијска нова кванза (1990–2000)"
42
- ],
43
- "AOR": [
44
- "AOR",
45
- "Анголска кванза реађустадо (1995–1999)"
46
- ],
47
- "ARA": [
48
- "ARA",
49
- "Аргентински аустрал"
50
- ],
51
- "ARP": [
52
- "ARP",
53
- "аргентински пезо (1983–1985)"
54
- ],
55
- "ARS": [
56
- "ARS",
57
- "Аргентински пезос"
58
- ],
59
- "ATS": [
60
- "ATS",
61
- "Аустријски шилинг"
62
- ],
63
- "AUD": [
64
- "A$",
65
- "Аустралијски долар"
66
- ],
67
- "AWG": [
68
- "AWG",
69
- "Арубански флорин"
70
- ],
71
- "AZM": [
72
- "AZM",
73
- "Азербејџански манат (1993–2006)"
74
- ],
75
- "AZN": [
76
- "AZN",
77
- "Азербејџански манат"
78
- ],
79
- "BAD": [
80
- "BAD",
81
- "Босанско-Херцеговачки динар"
82
- ],
83
- "BAM": [
84
- "КМ",
85
- "Конвертибилна марка"
86
- ],
87
- "BBD": [
88
- "BBD",
89
- "Барбадоски долар"
90
- ],
91
- "BDT": [
92
- "BDT",
93
- "Бангладешка така"
94
- ],
95
- "BEC": [
96
- "BEC",
97
- "Белгијски франак (конвертибилни)"
98
- ],
99
- "BEF": [
100
- "BEF",
101
- "Белгијски франак"
102
- ],
103
- "BEL": [
104
- "BEL",
105
- "Белгијски франак (финансијски)"
106
- ],
107
- "BGL": [
108
- "BGL",
109
- "Бугарски тврди лев"
110
- ],
111
- "BGN": [
112
- "BGN",
113
- "Бугарски лев"
114
- ],
115
- "BHD": [
116
- "BHD",
117
- "Бахреински динар"
118
- ],
119
- "BIF": [
120
- "BIF",
121
- "Бурундски франак"
122
- ],
123
- "BMD": [
124
- "BMD",
125
- "Бермудски долар"
126
- ],
127
- "BND": [
128
- "BND",
129
- "Брунејски долар"
130
- ],
131
- "BOB": [
132
- "BOB",
133
- "Боливијски боливиано"
134
- ],
135
- "BOP": [
136
- "BOP",
137
- "Боливијски пезо"
138
- ],
139
- "BOV": [
140
- "BOV",
141
- "Боливијски мвдол"
142
- ],
143
- "BRB": [
144
- "BRB",
145
- "Бразилски нови крузеиро (1967–1986)"
146
- ],
147
- "BRC": [
148
- "BRC",
149
- "Бразилијски крузадо"
150
- ],
151
- "BRE": [
152
- "BRE",
153
- "Бразилски крузеиро (1990–1993)"
154
- ],
155
- "BRL": [
156
- "R$",
157
- "Бразилски реал"
158
- ],
159
- "BRN": [
160
- "BRN",
161
- "Бразилијски нови крузадо"
162
- ],
163
- "BRR": [
164
- "BRR",
165
- "Бразилски крузеиро"
166
- ],
167
- "BSD": [
168
- "BSD",
169
- "Бахамски долар"
170
- ],
171
- "BTN": [
172
- "BTN",
173
- "Бутански нгултрум"
174
- ],
175
- "BUK": [
176
- "BUK",
177
- "Бурмански кјат"
178
- ],
179
- "BWP": [
180
- "BWP",
181
- "Боцванска пула"
182
- ],
183
- "BYB": [
184
- "BYB",
185
- "Белоруска нова рубља (1994–1999)"
186
- ],
187
- "BYN": [
188
- "BYN",
189
- "Белоруска рубља"
190
- ],
191
- "BYR": [
192
- "BYR",
193
- "Белоруска рубља (2000–2016)"
194
- ],
195
- "BZD": [
196
- "BZD",
197
- "Белизеански долар"
198
- ],
199
- "CAD": [
200
- "CA$",
201
- "Канадски долар"
202
- ],
203
- "CDF": [
204
- "CDF",
205
- "Конгоански франак"
206
- ],
207
- "CHE": [
208
- "CHE",
209
- "WIR евро"
210
- ],
211
- "CHF": [
212
- "CHF",
213
- "Швајцарски франак"
214
- ],
215
- "CHW": [
216
- "CHW",
217
- "WIR франак"
218
- ],
219
- "CLF": [
220
- "CLF",
221
- "Чилеовски унидадес се фоменто"
222
- ],
223
- "CLP": [
224
- "CLP",
225
- "Чилеански пезос"
226
- ],
227
- "CNH": [
228
- "CNH",
229
- "Кинески јуан (острвски)"
230
- ],
231
- "CNY": [
232
- "CN¥",
233
- "Кинески јуан"
234
- ],
235
- "COP": [
236
- "COP",
237
- "Колумбијски пезос"
238
- ],
239
- "COU": [
240
- "COU",
241
- "Унидад де валоршки реал"
242
- ],
243
- "CRC": [
244
- "CRC",
245
- "Костарикански колон"
246
- ],
247
- "CSD": [
248
- "CSD",
249
- "Стари српски динар"
250
- ],
251
- "CSK": [
252
- "CSK",
253
- "Чехословачка тврда круна"
254
- ],
255
- "CUC": [
256
- "CUC",
257
- "кубански конвертибилни пезос"
258
- ],
259
- "CUP": [
260
- "CUP",
261
- "Кубански пезос"
262
- ],
263
- "CVE": [
264
- "CVE",
265
- "Зеленортски ескудо"
266
- ],
267
- "CYP": [
268
- "CYP",
269
- "Кипарска фунта"
270
- ],
271
- "CZK": [
272
- "Кч",
273
- "Чешка круна"
274
- ],
275
- "DDM": [
276
- "DDM",
277
- "Источно-немачка марка"
278
- ],
279
- "DEM": [
280
- "DEM",
281
- "Немачка марка"
282
- ],
283
- "DJF": [
284
- "DJF",
285
- "Џибутски франак"
286
- ],
287
- "DKK": [
288
- "DKK",
289
- "Данска круна"
290
- ],
291
- "DOP": [
292
- "DOP",
293
- "Доминикански пезос"
294
- ],
295
- "DZD": [
296
- "DZD",
297
- "Алжирски динар"
298
- ],
299
- "ECS": [
300
- "ECS",
301
- "Еквадорски сакр"
302
- ],
303
- "ECV": [
304
- "ECV",
305
- "Еквадорски унидад де валор константе"
306
- ],
307
- "EEK": [
308
- "EEK",
309
- "Естонска кроон"
310
- ],
311
- "EGP": [
312
- "EGP",
313
- "Египатска фунта"
314
- ],
315
- "ERN": [
316
- "ERN",
317
- "Еритрејска накфа"
318
- ],
319
- "ESA": [
320
- "ESA",
321
- "Шпанска пезета (рачун)"
322
- ],
323
- "ESB": [
324
- "ESB",
325
- "Шпанска пезета (конвертибилнирачун)"
326
- ],
327
- "ESP": [
328
- "ESP",
329
- "Шпанска пезета"
330
- ],
331
- "ETB": [
332
- "ETB",
333
- "Етиопијски бир"
334
- ],
335
- "EUR": [
336
- "€",
337
- "Евро"
338
- ],
339
- "FIM": [
340
- "FIM",
341
- "Финска марка"
342
- ],
343
- "FJD": [
344
- "FJD",
345
- "Фиџи долар"
346
- ],
347
- "FKP": [
348
- "FKP",
349
- "Фолкландска фунта"
350
- ],
351
- "FRF": [
352
- "FRF",
353
- "Француски франак"
354
- ],
355
- "GBP": [
356
- "£",
357
- "Британска фунта"
358
- ],
359
- "GEK": [
360
- "GEK",
361
- "Грузијски купон ларит"
362
- ],
363
- "GEL": [
364
- "GEL",
365
- "Грузијски лари"
366
- ],
367
- "GHC": [
368
- "GHC",
369
- "Гански цеди (1979–2007)"
370
- ],
371
- "GHS": [
372
- "GHS",
373
- "Гански цеди"
374
- ],
375
- "GIP": [
376
- "GIP",
377
- "Гибралтаска фунта"
378
- ],
379
- "GMD": [
380
- "GMD",
381
- "Гамбијски даласи"
382
- ],
383
- "GNF": [
384
- "GNF",
385
- "Гвинејски франак"
386
- ],
387
- "GNS": [
388
- "GNS",
389
- "Гвинејски сили"
390
- ],
391
- "GQE": [
392
- "GQE",
393
- "Екваторијално-гвинејски еквеле"
394
- ],
395
- "GRD": [
396
- "GRD",
397
- "Грчка драхма"
398
- ],
399
- "GTQ": [
400
- "GTQ",
401
- "Гватемалски квецал"
402
- ],
403
- "GWE": [
404
- "GWE",
405
- "португалска гвинеја ескудо"
406
- ],
407
- "GWP": [
408
- "GWP",
409
- "Гвинеја Бисао Пезо"
410
- ],
411
- "GYD": [
412
- "GYD",
413
- "Гвајански долар"
414
- ],
415
- "HKD": [
416
- "HK$",
417
- "Хонгконшки долар"
418
- ],
419
- "HNL": [
420
- "HNL",
421
- "Хондурашка лемпира"
422
- ],
423
- "HRD": [
424
- "HRD",
425
- "Хрватски динар"
426
- ],
427
- "HRK": [
428
- "HRK",
429
- "Хрватска куна"
430
- ],
431
- "HTG": [
432
- "HTG",
433
- "Хаићански гурд"
434
- ],
435
- "HUF": [
436
- "HUF",
437
- "Мађарска форинта"
438
- ],
439
- "IDR": [
440
- "IDR",
441
- "Индонежанска рупија"
442
- ],
443
- "IEP": [
444
- "IEP",
445
- "Ирска фунта"
446
- ],
447
- "ILP": [
448
- "ILP",
449
- "Израелска фунта"
450
- ],
451
- "ILR": [
452
- "ILR",
453
- "стари израелски шекели"
454
- ],
455
- "ILS": [
456
- "₪",
457
- "Израелски нови шекел"
458
- ],
459
- "INR": [
460
- "₹",
461
- "Индијска рупија"
462
- ],
463
- "IQD": [
464
- "IQD",
465
- "Ирачки динар"
466
- ],
467
- "IRR": [
468
- "IRR",
469
- "Ирански ријал"
470
- ],
471
- "ISJ": [
472
- "ISJ",
473
- "стара исландска круна"
474
- ],
475
- "ISK": [
476
- "ISK",
477
- "Исландска круна"
478
- ],
479
- "ITL": [
480
- "ITL",
481
- "Италијанска лира"
482
- ],
483
- "JMD": [
484
- "JMD",
485
- "Јамајски долар"
486
- ],
487
- "JOD": [
488
- "JOD",
489
- "Јордански динар"
490
- ],
491
- "JPY": [
492
- "¥",
493
- "Јапански јен"
494
- ],
495
- "KES": [
496
- "KES",
497
- "Кенијски шилинг"
498
- ],
499
- "KGS": [
500
- "KGS",
501
- "Киргистански сом"
502
- ],
503
- "KHR": [
504
- "KHR",
505
- "Камбоџански ријел"
506
- ],
507
- "KMF": [
508
- "KMF",
509
- "Коморски франак"
510
- ],
511
- "KPW": [
512
- "KPW",
513
- "Севернокорејски вон"
514
- ],
515
- "KRW": [
516
- "₩",
517
- "Јужнокорејски вон"
518
- ],
519
- "KWD": [
520
- "KWD",
521
- "Кувајтски динар"
522
- ],
523
- "KYD": [
524
- "KYD",
525
- "Кајмански долар"
526
- ],
527
- "KZT": [
528
- "KZT",
529
- "Казахстански тенге"
530
- ],
531
- "LAK": [
532
- "LAK",
533
- "Лаоски кип"
534
- ],
535
- "LBP": [
536
- "LBP",
537
- "Либанска фунта"
538
- ],
539
- "LKR": [
540
- "LKR",
541
- "Шриланканска рупија"
542
- ],
543
- "LRD": [
544
- "LRD",
545
- "Либеријски долар"
546
- ],
547
- "LSL": [
548
- "LSL",
549
- "Лесото лоти"
550
- ],
551
- "LTL": [
552
- "LTL",
553
- "Литвански литас"
554
- ],
555
- "LTT": [
556
- "LTT",
557
- "Литвански талонас"
558
- ],
559
- "LUC": [
560
- "LUC",
561
- "Луксембуршки конвертибилни франак"
562
- ],
563
- "LUF": [
564
- "LUF",
565
- "Луксембуршки франак"
566
- ],
567
- "LUL": [
568
- "LUL",
569
- "Луксембуршки финансијски франак"
570
- ],
571
- "LVL": [
572
- "LVL",
573
- "Латвијски лати"
574
- ],
575
- "LVR": [
576
- "LVR",
577
- "атвијска рубља"
578
- ],
579
- "LYD": [
580
- "LYD",
581
- "Либијски динар"
582
- ],
583
- "MAD": [
584
- "MAD",
585
- "Марокански дирхам"
586
- ],
587
- "MAF": [
588
- "MAF",
589
- "Марокански франак"
590
- ],
591
- "MDL": [
592
- "MDL",
593
- "Молдавски леј"
594
- ],
595
- "MGA": [
596
- "MGA",
597
- "Мадагаскарски аријари"
598
- ],
599
- "MGF": [
600
- "MGF",
601
- "Малагасијски франак"
602
- ],
603
- "MKD": [
604
- "MKD",
605
- "Македонски денар"
606
- ],
607
- "MLF": [
608
- "MLF",
609
- "Малијански франак"
610
- ],
611
- "MMK": [
612
- "MMK",
613
- "Мијанмарски кјат"
614
- ],
615
- "MNT": [
616
- "MNT",
617
- "Монголски тугрик"
618
- ],
619
- "MOP": [
620
- "MOP",
621
- "Макаоска патака"
622
- ],
623
- "MRO": [
624
- "MRO",
625
- "Мауританијска угвија (1973–2017)"
626
- ],
627
- "MRU": [
628
- "MRU",
629
- "Мауританска огија"
630
- ],
631
- "MTL": [
632
- "MTL",
633
- "Малтешка лира"
634
- ],
635
- "MTP": [
636
- "MTP",
637
- "Малтешка фунта"
638
- ],
639
- "MUR": [
640
- "MUR",
641
- "Маурицијска рупија"
642
- ],
643
- "MVR": [
644
- "MVR",
645
- "Малдивска руфија"
646
- ],
647
- "MWK": [
648
- "MWK",
649
- "Малавијска квача"
650
- ],
651
- "MXN": [
652
- "MX$",
653
- "Мексички пезос"
654
- ],
655
- "MXP": [
656
- "MXP",
657
- "Мексички сребрни пезо (1861–1992)"
658
- ],
659
- "MXV": [
660
- "MXV",
661
- "Мексички унидад де инверсион (UDI)"
662
- ],
663
- "MYR": [
664
- "MYR",
665
- "Малезијски рингит"
666
- ],
667
- "MZE": [
668
- "MZE",
669
- "Мозамбијски ескудо"
670
- ],
671
- "MZM": [
672
- "MZM",
673
- "Стари мозамбијски метикал"
674
- ],
675
- "MZN": [
676
- "MZN",
677
- "Мозамбијски метикал"
678
- ],
679
- "NAD": [
680
- "NAD",
681
- "Намибијски долар"
682
- ],
683
- "NGN": [
684
- "NGN",
685
- "Нигеријска наира"
686
- ],
687
- "NIC": [
688
- "NIC",
689
- "Никарагванска кордоба"
690
- ],
691
- "NIO": [
692
- "NIO",
693
- "Никарагванска златна кордоба"
694
- ],
695
- "NLG": [
696
- "NLG",
697
- "Холандски гулден"
698
- ],
699
- "NOK": [
700
- "NOK",
701
- "Норвешка круна"
702
- ],
703
- "NPR": [
704
- "NPR",
705
- "Непалска рупија"
706
- ],
707
- "NZD": [
708
- "NZ$",
709
- "Новозеландски долар"
710
- ],
711
- "OMR": [
712
- "OMR",
713
- "Омански ријал"
714
- ],
715
- "PAB": [
716
- "PAB",
717
- "Панамска балбоа"
718
- ],
719
- "PEI": [
720
- "PEI",
721
- "Перуански инти"
722
- ],
723
- "PEN": [
724
- "PEN",
725
- "Перуански сол"
726
- ],
727
- "PES": [
728
- "PES",
729
- "Перуански сол (1863–1965)"
730
- ],
731
- "PGK": [
732
- "PGK",
733
- "Папуанска кина"
734
- ],
735
- "PHP": [
736
- "PHP",
737
- "Филипински пезос"
738
- ],
739
- "PKR": [
740
- "PKR",
741
- "Пакистанска рупија"
742
- ],
743
- "PLN": [
744
- "зл",
745
- "Пољски злот"
746
- ],
747
- "PLZ": [
748
- "PLZ",
749
- "Пољски злоти (1950–1995)"
750
- ],
751
- "PTE": [
752
- "PTE",
753
- "Португалски ескудо"
754
- ],
755
- "PYG": [
756
- "PYG",
757
- "Парагвајски гварани"
758
- ],
759
- "QAR": [
760
- "QAR",
761
- "Катарски ријал"
762
- ],
763
- "RHD": [
764
- "RHD",
765
- "Родејскидолар"
766
- ],
767
- "ROL": [
768
- "ROL",
769
- "Стари румунски љу"
770
- ],
771
- "RON": [
772
- "RON",
773
- "Румунски леј"
774
- ],
775
- "RSD": [
776
- "дин.",
777
- "Српски динар"
778
- ],
779
- "RUB": [
780
- "RUB",
781
- "Руска рубља"
782
- ],
783
- "RUR": [
784
- "RUR",
785
- "Руска рубља (1991–1998)"
786
- ],
787
- "RWF": [
788
- "RWF",
789
- "Руандски франак"
790
- ],
791
- "SAR": [
792
- "SAR",
793
- "Саудијски ријал"
794
- ],
795
- "SBD": [
796
- "SBD",
797
- "Соломонски долар"
798
- ],
799
- "SCR": [
800
- "SCR",
801
- "Сејшелска рупија"
802
- ],
803
- "SDD": [
804
- "SDD",
805
- "Стари судански динар"
806
- ],
807
- "SDG": [
808
- "SDG",
809
- "Суданска фунта"
810
- ],
811
- "SDP": [
812
- "SDP",
813
- "Стара суданска фунта"
814
- ],
815
- "SEK": [
816
- "SEK",
817
- "Шведска круна"
818
- ],
819
- "SGD": [
820
- "SGD",
821
- "Сингапурски долар"
822
- ],
823
- "SHP": [
824
- "SHP",
825
- "Света Јелена фунта"
826
- ],
827
- "SIT": [
828
- "SIT",
829
- "Словеначки толар"
830
- ],
831
- "SKK": [
832
- "SKK",
833
- "Словачка круна"
834
- ],
835
- "SLL": [
836
- "SLL",
837
- "Сијералеонски леоне"
838
- ],
839
- "SOS": [
840
- "SOS",
841
- "Сомалијски шилинг"
842
- ],
843
- "SRD": [
844
- "SRD",
845
- "Суринамски долар"
846
- ],
847
- "SRG": [
848
- "SRG",
849
- "Суринамски гилдер"
850
- ],
851
- "SSP": [
852
- "SSP",
853
- "Јужносуданска фунта"
854
- ],
855
- "STD": [
856
- "STD",
857
- "Сао Томе и Принципе добра (1977–2017)"
858
- ],
859
- "STN": [
860
- "STN",
861
- "Сао Томе и Принципе добра"
862
- ],
863
- "SUR": [
864
- "SUR",
865
- "Совјетска рубља"
866
- ],
867
- "SVC": [
868
- "SVC",
869
- "Салвадорски колон"
870
- ],
871
- "SYP": [
872
- "SYP",
873
- "Сиријска фунта"
874
- ],
875
- "SZL": [
876
- "SZL",
877
- "Свазилендски лилангени"
878
- ],
879
- "THB": [
880
- "THB",
881
- "Тајски бахт"
882
- ],
883
- "TJR": [
884
- "TJR",
885
- "Таџихистанска рубља"
886
- ],
887
- "TJS": [
888
- "TJS",
889
- "Таџикистански сомони"
890
- ],
891
- "TMM": [
892
- "TMM",
893
- "Туркменистански манат (1993–2009)"
894
- ],
895
- "TMT": [
896
- "TMT",
897
- "Туркменистански манат"
898
- ],
899
- "TND": [
900
- "TND",
901
- "Туниски динар"
902
- ],
903
- "TOP": [
904
- "TOP",
905
- "Тонгоанска панга"
906
- ],
907
- "TPE": [
908
- "TPE",
909
- "Тиморшки ескудо"
910
- ],
911
- "TRL": [
912
- "TRL",
913
- "Стара турска лира"
914
- ],
915
- "TRY": [
916
- "Тл",
917
- "Турска лира"
918
- ],
919
- "TTD": [
920
- "TTD",
921
- "Тринидад-тобагошки долар"
922
- ],
923
- "TWD": [
924
- "NT$",
925
- "Нови тајвански долар"
926
- ],
927
- "TZS": [
928
- "TZS",
929
- "Танзанијски шилинг"
930
- ],
931
- "UAH": [
932
- "UAH",
933
- "Украјинска хривња"
934
- ],
935
- "UAK": [
936
- "UAK",
937
- "Украјински карбованети"
938
- ],
939
- "UGS": [
940
- "UGS",
941
- "Угандски шилинг (1966–1987)"
942
- ],
943
- "UGX": [
944
- "UGX",
945
- "Угандски шилинг"
946
- ],
947
- "USD": [
948
- "US$",
949
- "Амерички долар"
950
- ],
951
- "USN": [
952
- "USN",
953
- "САД долар (следећи дан)"
954
- ],
955
- "USS": [
956
- "USS",
957
- "САД долар (исти дан)"
958
- ],
959
- "UYI": [
960
- "UYI",
961
- "Уругвајски пезо ен унидадес индексадас"
962
- ],
963
- "UYP": [
964
- "UYP",
965
- "Уругвајски пезо (1975–1993)"
966
- ],
967
- "UYU": [
968
- "UYU",
969
- "Уругвајски пезос"
970
- ],
971
- "UZS": [
972
- "UZS",
973
- "Узбекистански сом"
974
- ],
975
- "VEB": [
976
- "VEB",
977
- "Венецуелански боливар (1871–2008)"
978
- ],
979
- "VEF": [
980
- "VEF",
981
- "Венецуелански боливар (2008–2018)"
982
- ],
983
- "VES": [
984
- "VES",
985
- "Венецуелански боливар"
986
- ],
987
- "VND": [
988
- "₫",
989
- "Вијетнамски донг"
990
- ],
991
- "VUV": [
992
- "VUV",
993
- "Вануатски вату"
994
- ],
995
- "WST": [
996
- "WST",
997
- "Самоанска тала"
998
- ],
999
- "XAF": [
1000
- "FCFA",
1001
- "CFA франак BEAC"
1002
- ],
1003
- "XCD": [
1004
- "EC$",
1005
- "Источно-карибски долар"
1006
- ],
1007
- "XEU": [
1008
- "XEU",
1009
- "Европска валутна јединица"
1010
- ],
1011
- "XFO": [
1012
- "XFO",
1013
- "Француски златни франак"
1014
- ],
1015
- "XFU": [
1016
- "XFU",
1017
- "Француски UIC-франак"
1018
- ],
1019
- "XOF": [
1020
- "CFA",
1021
- "CFA франак BCEAO"
1022
- ],
1023
- "XPF": [
1024
- "CFPF",
1025
- "CFP франак"
1026
- ],
1027
- "XRE": [
1028
- "XRE",
1029
- "RINET фонд"
1030
- ],
1031
- "YDD": [
1032
- "YDD",
1033
- "Јеменски динар"
1034
- ],
1035
- "YER": [
1036
- "YER",
1037
- "Јеменски ријал"
1038
- ],
1039
- "YUD": [
1040
- "YUD",
1041
- "Југословенски тврди динар"
1042
- ],
1043
- "YUM": [
1044
- "YUM",
1045
- "Југословенски нови динар"
1046
- ],
1047
- "YUN": [
1048
- "YUN",
1049
- "Југословенски конвертибилни динар"
1050
- ],
1051
- "ZAL": [
1052
- "ZAL",
1053
- "Јужно-афрички ранд (финансијски)"
1054
- ],
1055
- "ZAR": [
1056
- "ZAR",
1057
- "Јужноафрички ранд"
1058
- ],
1059
- "ZMK": [
1060
- "ZMK",
1061
- "Замбијска квача (1968–2012)"
1062
- ],
1063
- "ZMW": [
1064
- "ZMW",
1065
- "Замбијска квача"
1066
- ],
1067
- "ZRN": [
1068
- "ZRN",
1069
- "Заирски нови заир"
1070
- ],
1071
- "ZRZ": [
1072
- "ZRZ",
1073
- "Заирски заир"
1074
- ],
1075
- "ZWD": [
1076
- "ZWD",
1077
- "Зимбабвејски долар"
1078
- ],
1079
- "ZWL": [
1080
- "ZWL",
1081
- "Зимбабвеански долар (2009)"
1082
- ],
1083
- "ZWR": [
1084
- "ZWR",
1085
- "Зимбабвеански долар (2008)"
1086
- ]
1087
- }
1088
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ca.json DELETED
@@ -1,1153 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "pesseta andorrana"
6
- ],
7
- "AED": [
8
- "AED",
9
- "dírham de la UEA"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "afgani afganès (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "afgani afganès"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "lek albanès (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "lek albanès"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "dram armeni"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "florí de les Antilles Neerlandeses"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "kwanza angolès"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "kwanza angolès (1977–1991)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "nou kwanza angolès (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "kwanza angolès reajustat (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "austral argentí"
54
- ],
55
- "ARL": [
56
- "ARL",
57
- "peso ley argentí (1970–1983)"
58
- ],
59
- "ARM": [
60
- "ARM",
61
- "peso argentí (1981–1970)"
62
- ],
63
- "ARP": [
64
- "ARP",
65
- "peso argentí (1983–1985)"
66
- ],
67
- "ARS": [
68
- "ARS",
69
- "peso argentí"
70
- ],
71
- "ATS": [
72
- "ATS",
73
- "xíling austríac"
74
- ],
75
- "AUD": [
76
- "AU$",
77
- "dòlar australià"
78
- ],
79
- "AWG": [
80
- "AWG",
81
- "florí d’Aruba"
82
- ],
83
- "AZM": [
84
- "AZM",
85
- "manat azerbaidjanès (1993–2006)"
86
- ],
87
- "AZN": [
88
- "AZN",
89
- "manat azerbaidjanès"
90
- ],
91
- "BAD": [
92
- "BAD",
93
- "dinar de Bòsnia i Hercegovina (1992–1994)"
94
- ],
95
- "BAM": [
96
- "BAM",
97
- "marc convertible de Bòsnia i Hercegovina"
98
- ],
99
- "BAN": [
100
- "BAN",
101
- "nou dinar de Bòsnia i Hercegovina (1994–1997)"
102
- ],
103
- "BBD": [
104
- "BBD",
105
- "dòlar de Barbados"
106
- ],
107
- "BDT": [
108
- "BDT",
109
- "taka de Bangla Desh"
110
- ],
111
- "BEC": [
112
- "BEC",
113
- "franc belga (convertible)"
114
- ],
115
- "BEF": [
116
- "BEF",
117
- "franc belga"
118
- ],
119
- "BEL": [
120
- "BEL",
121
- "franc belga (financer)"
122
- ],
123
- "BGL": [
124
- "BGL",
125
- "lev fort búlgar"
126
- ],
127
- "BGM": [
128
- "BGM",
129
- "lev socialista búlgar"
130
- ],
131
- "BGN": [
132
- "BGN",
133
- "lev búlgar"
134
- ],
135
- "BGO": [
136
- "BGO",
137
- "lev búlgar (1879–1952)"
138
- ],
139
- "BHD": [
140
- "BHD",
141
- "dinar de Bahrain"
142
- ],
143
- "BIF": [
144
- "BIF",
145
- "franc de Burundi"
146
- ],
147
- "BMD": [
148
- "BMD",
149
- "dòlar de les Bermudes"
150
- ],
151
- "BND": [
152
- "BND",
153
- "dòlar de Brunei"
154
- ],
155
- "BOB": [
156
- "BOB",
157
- "bolivià"
158
- ],
159
- "BOL": [
160
- "BOL",
161
- "boliviano bolivià (1863–1963)"
162
- ],
163
- "BOP": [
164
- "BOP",
165
- "peso bolivià"
166
- ],
167
- "BOV": [
168
- "BOV",
169
- "MVDOL bolivià"
170
- ],
171
- "BRB": [
172
- "BRB",
173
- "cruzeiro novo brasiler (1967–1986)"
174
- ],
175
- "BRC": [
176
- "BRC",
177
- "cruzado brasiler"
178
- ],
179
- "BRE": [
180
- "BRE",
181
- "cruzeiro brasiler (1990–1993)"
182
- ],
183
- "BRL": [
184
- "BRL",
185
- "real brasiler"
186
- ],
187
- "BRN": [
188
- "BRN",
189
- "cruzado novo brasiler"
190
- ],
191
- "BRR": [
192
- "BRR",
193
- "cruzeiro brasiler"
194
- ],
195
- "BRZ": [
196
- "BRZ",
197
- "antic cruzeiro brasiler"
198
- ],
199
- "BSD": [
200
- "BSD",
201
- "dòlar de les Bahames"
202
- ],
203
- "BTN": [
204
- "BTN",
205
- "ngultrum de Bhutan"
206
- ],
207
- "BUK": [
208
- "BUK",
209
- "kyat birmà"
210
- ],
211
- "BWP": [
212
- "BWP",
213
- "pula de Botswana"
214
- ],
215
- "BYB": [
216
- "BYB",
217
- "nou ruble bielorús (1994–1999)"
218
- ],
219
- "BYN": [
220
- "BYN",
221
- "ruble bielorús"
222
- ],
223
- "BYR": [
224
- "BYR",
225
- "ruble bielorús (2000–2016)"
226
- ],
227
- "BZD": [
228
- "BZD",
229
- "dòlar de Belize"
230
- ],
231
- "CAD": [
232
- "CAD",
233
- "dòlar canadenc"
234
- ],
235
- "CDF": [
236
- "CDF",
237
- "franc congolès"
238
- ],
239
- "CHE": [
240
- "CHE",
241
- "euro WIR"
242
- ],
243
- "CHF": [
244
- "CHF",
245
- "franc suís"
246
- ],
247
- "CHW": [
248
- "CHW",
249
- "franc WIR"
250
- ],
251
- "CLE": [
252
- "CLE",
253
- "escut xilè"
254
- ],
255
- "CLF": [
256
- "CLF",
257
- "unidad de fomento xilena"
258
- ],
259
- "CLP": [
260
- "CLP",
261
- "peso xilè"
262
- ],
263
- "CNH": [
264
- "CNH",
265
- "iuan xinès extracontinental"
266
- ],
267
- "CNY": [
268
- "CNY",
269
- "iuan xinès"
270
- ],
271
- "COP": [
272
- "COP",
273
- "peso colombià"
274
- ],
275
- "COU": [
276
- "COU",
277
- "unidad de valor real colombiana"
278
- ],
279
- "CRC": [
280
- "CRC",
281
- "colon costa-riqueny"
282
- ],
283
- "CSD": [
284
- "CSD",
285
- "dinar serbi antic"
286
- ],
287
- "CSK": [
288
- "CSK",
289
- "corona forta txecoslovaca"
290
- ],
291
- "CUC": [
292
- "CUC",
293
- "peso convertible cubà"
294
- ],
295
- "CUP": [
296
- "CUP",
297
- "peso cubà"
298
- ],
299
- "CVE": [
300
- "CVE",
301
- "escut de Cap Verd"
302
- ],
303
- "CYP": [
304
- "CYP",
305
- "lliura xipriota"
306
- ],
307
- "CZK": [
308
- "CZK",
309
- "corona txeca"
310
- ],
311
- "DDM": [
312
- "DDM",
313
- "marc de l’Alemanya Oriental"
314
- ],
315
- "DEM": [
316
- "DEM",
317
- "marc alemany"
318
- ],
319
- "DJF": [
320
- "DJF",
321
- "franc de Djibouti"
322
- ],
323
- "DKK": [
324
- "DKK",
325
- "corona danesa"
326
- ],
327
- "DOP": [
328
- "DOP",
329
- "peso dominicà"
330
- ],
331
- "DZD": [
332
- "DZD",
333
- "dinar algerià"
334
- ],
335
- "ECS": [
336
- "ECS",
337
- "sucre equatorià"
338
- ],
339
- "ECV": [
340
- "ECV",
341
- "unidad de valor constante (UVC) equatoriana"
342
- ],
343
- "EEK": [
344
- "EEK",
345
- "corona estoniana"
346
- ],
347
- "EGP": [
348
- "EGP",
349
- "lliura egípcia"
350
- ],
351
- "ERN": [
352
- "ERN",
353
- "nakfa eritreu"
354
- ],
355
- "ESA": [
356
- "ESA",
357
- "pesseta espanyola (compte A)"
358
- ],
359
- "ESB": [
360
- "ESB",
361
- "pesseta espanyola (compte convertible)"
362
- ],
363
- "ESP": [
364
- "₧",
365
- "pesseta espanyola",
366
- {}
367
- ],
368
- "ETB": [
369
- "ETB",
370
- "birr etíop"
371
- ],
372
- "EUR": [
373
- "€",
374
- "euro"
375
- ],
376
- "FIM": [
377
- "FIM",
378
- "marc finlandès"
379
- ],
380
- "FJD": [
381
- "FJD",
382
- "dòlar fijià"
383
- ],
384
- "FKP": [
385
- "FKP",
386
- "lliura de les illes Malvines"
387
- ],
388
- "FRF": [
389
- "FRF",
390
- "franc francès"
391
- ],
392
- "GBP": [
393
- "£",
394
- "lliura esterlina britànica"
395
- ],
396
- "GEK": [
397
- "GEK",
398
- "cupó de lari georgià"
399
- ],
400
- "GEL": [
401
- "GEL",
402
- "lari georgià"
403
- ],
404
- "GHC": [
405
- "GHC",
406
- "cedi ghanès (1979–2007)"
407
- ],
408
- "GHS": [
409
- "GHS",
410
- "cedi ghanès"
411
- ],
412
- "GIP": [
413
- "GIP",
414
- "lliura de Gibraltar"
415
- ],
416
- "GMD": [
417
- "GMD",
418
- "dalasi gambià"
419
- ],
420
- "GNF": [
421
- "GNF",
422
- "franc guineà"
423
- ],
424
- "GNS": [
425
- "GNS",
426
- "syli guineà"
427
- ],
428
- "GQE": [
429
- "GQE",
430
- "ekwele de Guinea Equatorial"
431
- ],
432
- "GRD": [
433
- "GRD",
434
- "dracma grega"
435
- ],
436
- "GTQ": [
437
- "GTQ",
438
- "quetzal guatemalenc"
439
- ],
440
- "GWE": [
441
- "GWE",
442
- "escut de la Guinea Portuguesa"
443
- ],
444
- "GWP": [
445
- "GWP",
446
- "peso de Guinea Bissau"
447
- ],
448
- "GYD": [
449
- "GYD",
450
- "dòlar de Guyana"
451
- ],
452
- "HKD": [
453
- "HK$",
454
- "dòlar de Hong Kong"
455
- ],
456
- "HNL": [
457
- "HNL",
458
- "lempira hondurenya"
459
- ],
460
- "HRD": [
461
- "HRD",
462
- "dinar croat"
463
- ],
464
- "HRK": [
465
- "HRK",
466
- "kuna croata"
467
- ],
468
- "HTG": [
469
- "HTG",
470
- "gourde haitià"
471
- ],
472
- "HUF": [
473
- "HUF",
474
- "fòrint hongarès"
475
- ],
476
- "IDR": [
477
- "IDR",
478
- "rupia indonèsia"
479
- ],
480
- "IEP": [
481
- "IEP",
482
- "lliura irlandesa"
483
- ],
484
- "ILP": [
485
- "ILP",
486
- "lliura israeliana"
487
- ],
488
- "ILR": [
489
- "ILR",
490
- "xéquel israelià"
491
- ],
492
- "ILS": [
493
- "₪",
494
- "nou xéquel israelià"
495
- ],
496
- "INR": [
497
- "₹",
498
- "rupia índia"
499
- ],
500
- "IQD": [
501
- "IQD",
502
- "dinar iraquià"
503
- ],
504
- "IRR": [
505
- "IRR",
506
- "rial iranià"
507
- ],
508
- "ISJ": [
509
- "ISJ",
510
- "corona islandesa antiga"
511
- ],
512
- "ISK": [
513
- "ISK",
514
- "corona islandesa"
515
- ],
516
- "ITL": [
517
- "ITL",
518
- "lira italiana"
519
- ],
520
- "JMD": [
521
- "JMD",
522
- "dòlar jamaicà"
523
- ],
524
- "JOD": [
525
- "JOD",
526
- "dinar jordà"
527
- ],
528
- "JPY": [
529
- "¥",
530
- "ien japonès"
531
- ],
532
- "KES": [
533
- "KES",
534
- "xíling kenyà"
535
- ],
536
- "KGS": [
537
- "KGS",
538
- "som kirguís"
539
- ],
540
- "KHR": [
541
- "KHR",
542
- "riel cambodjà"
543
- ],
544
- "KMF": [
545
- "KMF",
546
- "franc de les Comores"
547
- ],
548
- "KPW": [
549
- "KPW",
550
- "won nord-coreà"
551
- ],
552
- "KRH": [
553
- "KRH",
554
- "hwan sud-coreà (1953–1962)"
555
- ],
556
- "KRO": [
557
- "KRO",
558
- "antic won sud-coreà"
559
- ],
560
- "KRW": [
561
- "₩",
562
- "won sud-coreà"
563
- ],
564
- "KWD": [
565
- "KWD",
566
- "dinar kuwaitià"
567
- ],
568
- "KYD": [
569
- "KYD",
570
- "dòlar de les illes Caiman"
571
- ],
572
- "KZT": [
573
- "KZT",
574
- "tenge kazakh"
575
- ],
576
- "LAK": [
577
- "LAK",
578
- "kip laosià"
579
- ],
580
- "LBP": [
581
- "LBP",
582
- "lliura libanesa"
583
- ],
584
- "LKR": [
585
- "LKR",
586
- "rupia de Sri Lanka"
587
- ],
588
- "LRD": [
589
- "LRD",
590
- "dòlar liberià"
591
- ],
592
- "LSL": [
593
- "LSL",
594
- "loti de Lesotho"
595
- ],
596
- "LTL": [
597
- "LTL",
598
- "litas lituà"
599
- ],
600
- "LTT": [
601
- "LTT",
602
- "talonas lituà"
603
- ],
604
- "LUC": [
605
- "LUC",
606
- "franc convertible luxemburguès"
607
- ],
608
- "LUF": [
609
- "LUF",
610
- "franc luxemburguès"
611
- ],
612
- "LUL": [
613
- "LUL",
614
- "franc financer luxemburguès"
615
- ],
616
- "LVL": [
617
- "LVL",
618
- "lats letó"
619
- ],
620
- "LVR": [
621
- "LVR",
622
- "ruble letó"
623
- ],
624
- "LYD": [
625
- "LYD",
626
- "dinar libi"
627
- ],
628
- "MAD": [
629
- "MAD",
630
- "dírham marroquí"
631
- ],
632
- "MAF": [
633
- "MAF",
634
- "franc marroquí"
635
- ],
636
- "MCF": [
637
- "MCF",
638
- "franc monegasc"
639
- ],
640
- "MDC": [
641
- "MDC",
642
- "cupó moldau"
643
- ],
644
- "MDL": [
645
- "MDL",
646
- "leu moldau"
647
- ],
648
- "MGA": [
649
- "MGA",
650
- "ariary malgaix"
651
- ],
652
- "MGF": [
653
- "MGF",
654
- "franc malgaix"
655
- ],
656
- "MKD": [
657
- "MKD",
658
- "denar macedoni"
659
- ],
660
- "MKN": [
661
- "MKN",
662
- "denar macedoni (1992–1993)"
663
- ],
664
- "MLF": [
665
- "MLF",
666
- "franc malià"
667
- ],
668
- "MMK": [
669
- "MMK",
670
- "kyat de Myanmar"
671
- ],
672
- "MNT": [
673
- "MNT",
674
- "tögrög mongol"
675
- ],
676
- "MOP": [
677
- "MOP",
678
- "pataca de Macau"
679
- ],
680
- "MRO": [
681
- "MRO",
682
- "ouguiya maurità (1973–2017)"
683
- ],
684
- "MRU": [
685
- "MRU",
686
- "ouguiya maurità"
687
- ],
688
- "MTL": [
689
- "MTL",
690
- "lira maltesa"
691
- ],
692
- "MTP": [
693
- "MTP",
694
- "lliura maltesa"
695
- ],
696
- "MUR": [
697
- "MUR",
698
- "rupia mauriciana"
699
- ],
700
- "MVR": [
701
- "MVR",
702
- "rupia de les Maldives"
703
- ],
704
- "MWK": [
705
- "MWK",
706
- "kwacha malawià"
707
- ],
708
- "MXN": [
709
- "MXN",
710
- "peso mexicà"
711
- ],
712
- "MXP": [
713
- "MXP",
714
- "peso de plata mexicà (1861–1992)"
715
- ],
716
- "MXV": [
717
- "MXV",
718
- "unidad de inversión (UDI) mexicana"
719
- ],
720
- "MYR": [
721
- "MYR",
722
- "ringgit de Malàisia"
723
- ],
724
- "MZE": [
725
- "MZE",
726
- "escut moçambiquès"
727
- ],
728
- "MZM": [
729
- "MZM",
730
- "antic metical moçambiquès"
731
- ],
732
- "MZN": [
733
- "MZN",
734
- "metical moçambiquès"
735
- ],
736
- "NAD": [
737
- "NAD",
738
- "dòlar namibià"
739
- ],
740
- "NGN": [
741
- "NGN",
742
- "naira nigerià"
743
- ],
744
- "NIC": [
745
- "NIC",
746
- "córdoba nicaragüenca"
747
- ],
748
- "NIO": [
749
- "NIO",
750
- "córdoba nicaragüenc"
751
- ],
752
- "NLG": [
753
- "NLG",
754
- "florí neerlandès"
755
- ],
756
- "NOK": [
757
- "NOK",
758
- "corona noruega"
759
- ],
760
- "NPR": [
761
- "NPR",
762
- "rupia nepalesa"
763
- ],
764
- "NZD": [
765
- "NZ$",
766
- "dòlar neozelandès"
767
- ],
768
- "OMR": [
769
- "OMR",
770
- "rial omanita"
771
- ],
772
- "PAB": [
773
- "PAB",
774
- "balboa panameny"
775
- ],
776
- "PEI": [
777
- "PEI",
778
- "inti peruà"
779
- ],
780
- "PEN": [
781
- "PEN",
782
- "sol peruà"
783
- ],
784
- "PES": [
785
- "PES",
786
- "sol peruà (1863–1965)"
787
- ],
788
- "PGK": [
789
- "PGK",
790
- "kina de Papua Nova Guinea"
791
- ],
792
- "PHP": [
793
- "PHP",
794
- "peso filipí"
795
- ],
796
- "PKR": [
797
- "PKR",
798
- "rupia pakistanesa"
799
- ],
800
- "PLN": [
801
- "PLN",
802
- "zloty polonès"
803
- ],
804
- "PLZ": [
805
- "PLZ",
806
- "zloty polonès (1950–1995)"
807
- ],
808
- "PTE": [
809
- "PTE",
810
- "escut portuguès"
811
- ],
812
- "PYG": [
813
- "PYG",
814
- "guaraní paraguaià"
815
- ],
816
- "QAR": [
817
- "QAR",
818
- "rial de Qatar"
819
- ],
820
- "RHD": [
821
- "RHD",
822
- "dòlar rhodesià"
823
- ],
824
- "ROL": [
825
- "ROL",
826
- "antic leu romanès"
827
- ],
828
- "RON": [
829
- "RON",
830
- "leu romanès"
831
- ],
832
- "RSD": [
833
- "RSD",
834
- "dinar serbi"
835
- ],
836
- "RUB": [
837
- "RUB",
838
- "ruble rus"
839
- ],
840
- "RUR": [
841
- "RUR",
842
- "ruble rus (1991–1998)"
843
- ],
844
- "RWF": [
845
- "RWF",
846
- "franc de Ruanda"
847
- ],
848
- "SAR": [
849
- "SAR",
850
- "rial saudita"
851
- ],
852
- "SBD": [
853
- "SBD",
854
- "dòlar de les illes Salomó"
855
- ],
856
- "SCR": [
857
- "SCR",
858
- "rupia de les Seychelles"
859
- ],
860
- "SDD": [
861
- "SDD",
862
- "dinar sudanès"
863
- ],
864
- "SDG": [
865
- "SDG",
866
- "lliura sudanesa"
867
- ],
868
- "SDP": [
869
- "SDP",
870
- "antiga lliura sudanesa"
871
- ],
872
- "SEK": [
873
- "SEK",
874
- "corona sueca"
875
- ],
876
- "SGD": [
877
- "SGD",
878
- "dòlar de Singapur"
879
- ],
880
- "SHP": [
881
- "SHP",
882
- "lliura de Santa Helena"
883
- ],
884
- "SIT": [
885
- "SIT",
886
- "tolar eslovè"
887
- ],
888
- "SKK": [
889
- "SKK",
890
- "corona eslovaca"
891
- ],
892
- "SLL": [
893
- "SLL",
894
- "leone de Sierra Leone"
895
- ],
896
- "SOS": [
897
- "SOS",
898
- "xíling somali"
899
- ],
900
- "SRD": [
901
- "SRD",
902
- "dòlar de Surinam"
903
- ],
904
- "SRG": [
905
- "SRG",
906
- "florí de Surinam"
907
- ],
908
- "SSP": [
909
- "SSP",
910
- "lliura del Sudan del Sud"
911
- ],
912
- "STD": [
913
- "STD",
914
- "dobra de São Tomé i Príncipe (1977–2017)"
915
- ],
916
- "STN": [
917
- "STN",
918
- "dobra de São Tomé i Príncipe"
919
- ],
920
- "SUR": [
921
- "SUR",
922
- "ruble soviètic"
923
- ],
924
- "SVC": [
925
- "SVC",
926
- "colon salvadorenc"
927
- ],
928
- "SYP": [
929
- "SYP",
930
- "lliura siriana"
931
- ],
932
- "SZL": [
933
- "SZL",
934
- "lilangeni swazi"
935
- ],
936
- "THB": [
937
- "฿",
938
- "baht tailandès"
939
- ],
940
- "TJR": [
941
- "TJR",
942
- "ruble tadjik"
943
- ],
944
- "TJS": [
945
- "TJS",
946
- "somoni tadjik"
947
- ],
948
- "TMM": [
949
- "TMM",
950
- "manat turcman (1993–2009)"
951
- ],
952
- "TMT": [
953
- "TMT",
954
- "manat turcman"
955
- ],
956
- "TND": [
957
- "TND",
958
- "dinar tunisià"
959
- ],
960
- "TOP": [
961
- "TOP",
962
- "pa‘anga tongà"
963
- ],
964
- "TPE": [
965
- "TPE",
966
- "escut de Timor"
967
- ],
968
- "TRL": [
969
- "TRL",
970
- "lira turca (1922–2005)"
971
- ],
972
- "TRY": [
973
- "TRY",
974
- "lira turca"
975
- ],
976
- "TTD": [
977
- "TTD",
978
- "dòlar de Trinitat i Tobago"
979
- ],
980
- "TWD": [
981
- "NT$",
982
- "nou dòlar de Taiwan"
983
- ],
984
- "TZS": [
985
- "TZS",
986
- "xíling tanzà"
987
- ],
988
- "UAH": [
989
- "UAH",
990
- "hrívnia ucraïnesa"
991
- ],
992
- "UAK": [
993
- "UAK",
994
- "karbóvanets ucraïnès"
995
- ],
996
- "UGS": [
997
- "UGS",
998
- "xíling ugandès (1966–1987)"
999
- ],
1000
- "UGX": [
1001
- "UGX",
1002
- "xíling ugandès"
1003
- ],
1004
- "USD": [
1005
- "USD",
1006
- "dòlar dels Estats Units"
1007
- ],
1008
- "USN": [
1009
- "USN",
1010
- "dòlar dels Estats Units (dia següent)"
1011
- ],
1012
- "USS": [
1013
- "USS",
1014
- "dòlar dels Estats Units (mateix dia)"
1015
- ],
1016
- "UYI": [
1017
- "UYI",
1018
- "peso uruguaià en unitats indexades"
1019
- ],
1020
- "UYP": [
1021
- "UYP",
1022
- "peso uruguaià (1975–1993)"
1023
- ],
1024
- "UYU": [
1025
- "UYU",
1026
- "peso uruguaià"
1027
- ],
1028
- "UZS": [
1029
- "UZS",
1030
- "som uzbek"
1031
- ],
1032
- "VEB": [
1033
- "VEB",
1034
- "bolívar veneçolà (1871–2008)"
1035
- ],
1036
- "VEF": [
1037
- "VEF",
1038
- "bolívar veneçolà (2008–2018)"
1039
- ],
1040
- "VES": [
1041
- "VES",
1042
- "bolívar veneçolà"
1043
- ],
1044
- "VND": [
1045
- "₫",
1046
- "dong vietnamita"
1047
- ],
1048
- "VNN": [
1049
- "VNN",
1050
- "dong vietnamita (1978–1985)"
1051
- ],
1052
- "VUV": [
1053
- "VUV",
1054
- "vatu de Vanuatu"
1055
- ],
1056
- "WST": [
1057
- "WST",
1058
- "tala samoà"
1059
- ],
1060
- "XAF": [
1061
- "FCFA",
1062
- "franc CFA BEAC"
1063
- ],
1064
- "XCD": [
1065
- "XCD",
1066
- "dòlar del Carib Oriental"
1067
- ],
1068
- "XEU": [
1069
- "XEU",
1070
- "unitat de moneda europea"
1071
- ],
1072
- "XFO": [
1073
- "XFO",
1074
- "franc or francès"
1075
- ],
1076
- "XFU": [
1077
- "XFU",
1078
- "franc UIC francès"
1079
- ],
1080
- "XOF": [
1081
- "CFA",
1082
- "franc CFA BCEAO"
1083
- ],
1084
- "XPF": [
1085
- "CFPF",
1086
- "franc CFP"
1087
- ],
1088
- "XRE": [
1089
- "XRE",
1090
- "fons RINET"
1091
- ],
1092
- "YDD": [
1093
- "YDD",
1094
- "dinar iemenita"
1095
- ],
1096
- "YER": [
1097
- "YER",
1098
- "rial iemenita"
1099
- ],
1100
- "YUD": [
1101
- "YUD",
1102
- "dinar fort iugoslau"
1103
- ],
1104
- "YUM": [
1105
- "YUM",
1106
- "nou dinar iugoslau"
1107
- ],
1108
- "YUN": [
1109
- "YUN",
1110
- "dinar convertible iugoslau"
1111
- ],
1112
- "YUR": [
1113
- "YUR",
1114
- "dinar iugoslau reformat (1992–1993)"
1115
- ],
1116
- "ZAL": [
1117
- "ZAL",
1118
- "rand sud-africà (financer)"
1119
- ],
1120
- "ZAR": [
1121
- "ZAR",
1122
- "rand sud-africà"
1123
- ],
1124
- "ZMK": [
1125
- "ZMK",
1126
- "kwacha zambià (1968–2012)"
1127
- ],
1128
- "ZMW": [
1129
- "ZMW",
1130
- "kwacha zambià"
1131
- ],
1132
- "ZRN": [
1133
- "ZRN",
1134
- "nou zaire zairès"
1135
- ],
1136
- "ZRZ": [
1137
- "ZRZ",
1138
- "zaire zairès"
1139
- ],
1140
- "ZWD": [
1141
- "ZWD",
1142
- "dòlar zimbabuès (1980–2008)"
1143
- ],
1144
- "ZWL": [
1145
- "ZWL",
1146
- "dòlar zimbabuès (2009)"
1147
- ],
1148
- "ZWR": [
1149
- "ZWR",
1150
- "dòlar zimbabuès (2008)"
1151
- ]
1152
- }
1153
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ca_FR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "FRF": [
4
- "F",
5
- "franc francès"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ce.json DELETED
@@ -1,636 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "Дирхам ӀЦЭ"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "ОвхӀан-пачхьалкхан афгани"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "Албанин лек"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "Эрмалойчоьнан драм"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "Нидерландин Антилин гульден"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "Анголан кванза"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "Аргентинан песо"
30
- ],
31
- "AUD": [
32
- "A$",
33
- "Австралин доллар"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "Арубан флорин"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "Азербайджанан манат"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "Боснин а, Герцеговинан а хийцалун марка"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "Барбадосан доллар"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "Бангладешан така"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "Болгарин лев"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "Бахрейнан динар"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "Бурундин франк"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "Бермудан доллар"
70
- ],
71
- "BND": [
72
- "BND",
73
- "Брунейн доллар"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "Боливин боливиано"
78
- ],
79
- "BRL": [
80
- "R$",
81
- "Бразилин реал"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "Багаман доллар"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "Бутанан нгултрум"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "Ботсванан пула"
94
- ],
95
- "BYN": [
96
- "BYN",
97
- "Белоруссин сом"
98
- ],
99
- "BYR": [
100
- "BYR",
101
- "Белоруссин сом (2000–2016)"
102
- ],
103
- "BZD": [
104
- "BZD",
105
- "Белизин доллар"
106
- ],
107
- "CAD": [
108
- "CA$",
109
- "Канадан доллар"
110
- ],
111
- "CDF": [
112
- "CDF",
113
- "Конголезин франк"
114
- ],
115
- "CHF": [
116
- "CHF",
117
- "Швейцарин франк"
118
- ],
119
- "CLP": [
120
- "CLP",
121
- "Чилин песо"
122
- ],
123
- "CNY": [
124
- "CN¥",
125
- "Китайн юань"
126
- ],
127
- "COP": [
128
- "COP",
129
- "Колумбин песо"
130
- ],
131
- "CRC": [
132
- "CRC",
133
- "Костарикан колон"
134
- ],
135
- "CUC": [
136
- "CUC",
137
- "Кубан хийцалун песо"
138
- ],
139
- "CUP": [
140
- "CUP",
141
- "Кубан песо"
142
- ],
143
- "CVE": [
144
- "CVE",
145
- "Кабо-Верден эскудо"
146
- ],
147
- "CZK": [
148
- "CZK",
149
- "Чехин крона"
150
- ],
151
- "DJF": [
152
- "DJF",
153
- "Джибутин франк"
154
- ],
155
- "DKK": [
156
- "DKK",
157
- "Данин крона"
158
- ],
159
- "DOP": [
160
- "DOP",
161
- "Доминикан песо"
162
- ],
163
- "DZD": [
164
- "DZD",
165
- "Алжиран динар"
166
- ],
167
- "EGP": [
168
- "EGP",
169
- "Мисаран фунт"
170
- ],
171
- "ERN": [
172
- "ERN",
173
- "Эритрейн накфа"
174
- ],
175
- "ETB": [
176
- "ETB",
177
- "Эфиопин быр"
178
- ],
179
- "EUR": [
180
- "€",
181
- "Евро"
182
- ],
183
- "FJD": [
184
- "FJD",
185
- "Фиджин доллар"
186
- ],
187
- "FKP": [
188
- "FKP",
189
- "Фолклендан гӀайренийн фунт"
190
- ],
191
- "GBP": [
192
- "£",
193
- "Англин фунт"
194
- ],
195
- "GEL": [
196
- "GEL",
197
- "Гуьржийчоьнан лари"
198
- ],
199
- "GHS": [
200
- "GHS",
201
- "Ганан седи"
202
- ],
203
- "GIP": [
204
- "GIP",
205
- "Гибралтаран фунт"
206
- ],
207
- "GMD": [
208
- "GMD",
209
- "Гамбин даласи"
210
- ],
211
- "GNF": [
212
- "GNF",
213
- "Гвинейн франк"
214
- ],
215
- "GTQ": [
216
- "GTQ",
217
- "Гватемалан кетсаль"
218
- ],
219
- "GYD": [
220
- "GYD",
221
- "Гайанан доллар"
222
- ],
223
- "HKD": [
224
- "HK$",
225
- "Гонконган доллар"
226
- ],
227
- "HNL": [
228
- "HNL",
229
- "Гондурасан лемпира"
230
- ],
231
- "HRK": [
232
- "HRK",
233
- "Хорватин куна"
234
- ],
235
- "HTG": [
236
- "HTG",
237
- "Гаитин гурд"
238
- ],
239
- "HUF": [
240
- "HUF",
241
- "Венгрин форинт"
242
- ],
243
- "IDR": [
244
- "IDR",
245
- "Индонезин рупи"
246
- ],
247
- "ILS": [
248
- "₪",
249
- "Израилан керла шекель"
250
- ],
251
- "INR": [
252
- "₹",
253
- "Индин рупи"
254
- ],
255
- "IQD": [
256
- "IQD",
257
- "Ӏиракъан динар"
258
- ],
259
- "IRR": [
260
- "IRR",
261
- "ГӀажарийчоьнан риал"
262
- ],
263
- "ISK": [
264
- "ISK",
265
- "Исландин крона"
266
- ],
267
- "JMD": [
268
- "JMD",
269
- "Ямайн доллар"
270
- ],
271
- "JOD": [
272
- "JOD",
273
- "Урданан динар"
274
- ],
275
- "JPY": [
276
- "JP¥",
277
- "Японин иена"
278
- ],
279
- "KES": [
280
- "KES",
281
- "Кенин шиллинг"
282
- ],
283
- "KGS": [
284
- "KGS",
285
- "Киргизин сом"
286
- ],
287
- "KHR": [
288
- "KHR",
289
- "Камбоджан риель"
290
- ],
291
- "KMF": [
292
- "KMF",
293
- "Коморийн гӀайренийн франк"
294
- ],
295
- "KPW": [
296
- "KPW",
297
- "Къилбаседа Корейн вона"
298
- ],
299
- "KRW": [
300
- "₩",
301
- "Къилба Корейн вона"
302
- ],
303
- "KWD": [
304
- "KWD",
305
- "Кувейтан динар"
306
- ],
307
- "KYD": [
308
- "KYD",
309
- "Кайманийн гӀайренийн доллар"
310
- ],
311
- "KZT": [
312
- "KZT",
313
- "Кхазакхстанан тенге"
314
- ],
315
- "LAK": [
316
- "LAK",
317
- "Лаосан кип"
318
- ],
319
- "LBP": [
320
- "LBP",
321
- "Ливанан фунт"
322
- ],
323
- "LKR": [
324
- "LKR",
325
- "Шри-Ланкан рупи"
326
- ],
327
- "LRD": [
328
- "LRD",
329
- "Либерин доллар"
330
- ],
331
- "LYD": [
332
- "LYD",
333
- "Ливин динар"
334
- ],
335
- "MAD": [
336
- "MAD",
337
- "Мароккон дирхам"
338
- ],
339
- "MDL": [
340
- "MDL",
341
- "Молдавин лей"
342
- ],
343
- "MGA": [
344
- "MGA",
345
- "Малагасийн ариари"
346
- ],
347
- "MKD": [
348
- "MKD",
349
- "Македонин динар"
350
- ],
351
- "MMK": [
352
- "MMK",
353
- "Мьянман кьят"
354
- ],
355
- "MNT": [
356
- "MNT",
357
- "Монголин тугрик"
358
- ],
359
- "MOP": [
360
- "MOP",
361
- "Макаон патака"
362
- ],
363
- "MRO": [
364
- "MRO",
365
- "Мавританин уги (1973–2017)"
366
- ],
367
- "MRU": [
368
- "MRU",
369
- "Мавританин уги"
370
- ],
371
- "MUR": [
372
- "MUR",
373
- "Маврикин рупи"
374
- ],
375
- "MVR": [
376
- "MVR",
377
- "Мальдивийн руфи"
378
- ],
379
- "MWK": [
380
- "MWK",
381
- "Малавин квача"
382
- ],
383
- "MXN": [
384
- "MX$",
385
- "Мексикан песо"
386
- ],
387
- "MYR": [
388
- "MYR",
389
- "Малайзин ринггит"
390
- ],
391
- "MZN": [
392
- "MZN",
393
- "Мозамбикан метикал"
394
- ],
395
- "NAD": [
396
- "NAD",
397
- "Намибин доллар"
398
- ],
399
- "NGN": [
400
- "NGN",
401
- "Нигерин найра"
402
- ],
403
- "NIO": [
404
- "NIO",
405
- "Никарагуан кордоба"
406
- ],
407
- "NOK": [
408
- "NOK",
409
- "Норвегин крона"
410
- ],
411
- "NPR": [
412
- "NPR",
413
- "Непалан рупи"
414
- ],
415
- "NZD": [
416
- "NZ$",
417
- "Керла Зеландин доллар"
418
- ],
419
- "OMR": [
420
- "OMR",
421
- "Оманан риал"
422
- ],
423
- "PAB": [
424
- "PAB",
425
- "Панаман бальбоа"
426
- ],
427
- "PEN": [
428
- "PEN",
429
- "Перун соль"
430
- ],
431
- "PGK": [
432
- "PGK",
433
- "Папуа — Керла Гвинейн кина"
434
- ],
435
- "PHP": [
436
- "PHP",
437
- "Филиппинийн песо"
438
- ],
439
- "PKR": [
440
- "PKR",
441
- "Пакистанан рупи"
442
- ],
443
- "PLN": [
444
- "PLN",
445
- "Польшан злотый"
446
- ],
447
- "PYG": [
448
- "PYG",
449
- "Парагвайн гуарани"
450
- ],
451
- "QAR": [
452
- "QAR",
453
- "Катаран риал"
454
- ],
455
- "RON": [
456
- "RON",
457
- "Румынин лей"
458
- ],
459
- "RSD": [
460
- "RSD",
461
- "Сербин динар"
462
- ],
463
- "RUB": [
464
- "₽",
465
- "Российн сом"
466
- ],
467
- "RWF": [
468
- "RWF",
469
- "Руандан франк"
470
- ],
471
- "SAR": [
472
- "SAR",
473
- "СаӀудийн Ӏаьрбийчоьнан риал"
474
- ],
475
- "SBD": [
476
- "SBD",
477
- "Соломонан гӀайренийн доллар"
478
- ],
479
- "SCR": [
480
- "SCR",
481
- "Сейшелан рупи"
482
- ],
483
- "SDG": [
484
- "SDG",
485
- "Суданан фунт"
486
- ],
487
- "SEK": [
488
- "SEK",
489
- "Швецин крона"
490
- ],
491
- "SGD": [
492
- "SGD",
493
- "Сингапуран доллар"
494
- ],
495
- "SHP": [
496
- "SHP",
497
- "Сийлахьчу Еленин гӀайрен фунт"
498
- ],
499
- "SLL": [
500
- "SLL",
501
- "Леоне"
502
- ],
503
- "SOS": [
504
- "SOS",
505
- "Сомалин шиллинг"
506
- ],
507
- "SRD": [
508
- "SRD",
509
- "Суринаман доллар"
510
- ],
511
- "SSP": [
512
- "SSP",
513
- "Къилба Суданан фунт"
514
- ],
515
- "STD": [
516
- "STD",
517
- "Сан-Томен а, Принсипин а добра (1977–2017)"
518
- ],
519
- "STN": [
520
- "STN",
521
- "Сан-Томен а, Принсипин а добра"
522
- ],
523
- "SYP": [
524
- "SYP",
525
- "Шеман фунт"
526
- ],
527
- "SZL": [
528
- "SZL",
529
- "Свазилендан лилангени"
530
- ],
531
- "THB": [
532
- "THB",
533
- "Таиландан бат"
534
- ],
535
- "TJS": [
536
- "TJS",
537
- "Таджикистанан сомони"
538
- ],
539
- "TMT": [
540
- "TMT",
541
- "Туркменин керла манат"
542
- ],
543
- "TND": [
544
- "TND",
545
- "Тунисан динар"
546
- ],
547
- "TOP": [
548
- "TOP",
549
- "Тонганан паанга"
550
- ],
551
- "TRY": [
552
- "TRY",
553
- "Туркойчоьнан лира"
554
- ],
555
- "TTD": [
556
- "TTD",
557
- "Тринидадан а, Тобагон а доллар"
558
- ],
559
- "TWD": [
560
- "NT$",
561
- "Тайванан керла доллар"
562
- ],
563
- "TZS": [
564
- "TZS",
565
- "Танзанин шиллинг"
566
- ],
567
- "UAH": [
568
- "UAH",
569
- "Украинан гривна"
570
- ],
571
- "UGX": [
572
- "UGX",
573
- "Угандан шиллинг"
574
- ],
575
- "USD": [
576
- "US$",
577
- "АЦШн доллар"
578
- ],
579
- "UYU": [
580
- "UYU",
581
- "Уругвайн песо"
582
- ],
583
- "UZS": [
584
- "UZS",
585
- "Узбекистанан сом"
586
- ],
587
- "VEF": [
588
- "VEF",
589
- "Венесуэлан боливар (2008–2018)"
590
- ],
591
- "VES": [
592
- "VES",
593
- "Венесуэлан боливар"
594
- ],
595
- "VND": [
596
- "₫",
597
- "Вьетнаман донг"
598
- ],
599
- "VUV": [
600
- "VUV",
601
- "Вануатун вату"
602
- ],
603
- "WST": [
604
- "WST",
605
- "Самоанан тала"
606
- ],
607
- "XAF": [
608
- "FCFA",
609
- "Юккъерчу Африкан КФА франк"
610
- ],
611
- "XCD": [
612
- "EC$",
613
- "Малхбален Карибийн доллар"
614
- ],
615
- "XOF": [
616
- "CFA",
617
- "Малхбузен Африкан КФА франк"
618
- ],
619
- "XPF": [
620
- "CFPF",
621
- "Французийн Тийна океанан франк"
622
- ],
623
- "YER": [
624
- "YER",
625
- "Йеменан риал"
626
- ],
627
- "ZAR": [
628
- "ZAR",
629
- "Къилба-Африкин рэнд"
630
- ],
631
- "ZMW": [
632
- "ZMW",
633
- "Замбин квача"
634
- ]
635
- }
636
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/cs.json DELETED
@@ -1,1160 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "andorrská peseta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "SAE dirham"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "afghánský afghán (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "afghánský afghán"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "albánský lek (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "albánský lek"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "arménský dram"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "nizozemskoantilský gulden"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "angolská kwanza"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "angolská kwanza (1977–1991)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "angolská kwanza (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "angolská kwanza (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "argentinský austral"
54
- ],
55
- "ARL": [
56
- "ARL",
57
- "argentinské peso ley (1970–1983)"
58
- ],
59
- "ARM": [
60
- "ARM",
61
- "argentinské peso (1881–1970)"
62
- ],
63
- "ARP": [
64
- "ARP",
65
- "argentinské peso (1983–1985)"
66
- ],
67
- "ARS": [
68
- "ARS",
69
- "argentinské peso"
70
- ],
71
- "ATS": [
72
- "ATS",
73
- "rakouský šilink"
74
- ],
75
- "AUD": [
76
- "AU$",
77
- "australský dolar"
78
- ],
79
- "AWG": [
80
- "AWG",
81
- "arubský zlatý"
82
- ],
83
- "AZM": [
84
- "AZM",
85
- "ázerbájdžánský manat (1993–2006)"
86
- ],
87
- "AZN": [
88
- "AZN",
89
- "ázerbájdžánský manat"
90
- ],
91
- "BAD": [
92
- "BAD",
93
- "bosenský dinár (1992–1994)"
94
- ],
95
- "BAM": [
96
- "BAM",
97
- "bosenská konvertibilní marka"
98
- ],
99
- "BAN": [
100
- "BAN",
101
- "bosenský nový dinár (1994–1997)"
102
- ],
103
- "BBD": [
104
- "BBD",
105
- "barbadoský dolar"
106
- ],
107
- "BDT": [
108
- "BDT",
109
- "bangladéšská taka"
110
- ],
111
- "BEC": [
112
- "BEC",
113
- "belgický konvertibilní frank"
114
- ],
115
- "BEF": [
116
- "BEF",
117
- "belgický frank"
118
- ],
119
- "BEL": [
120
- "BEL",
121
- "belgický finanční frank"
122
- ],
123
- "BGL": [
124
- "BGL",
125
- "bulharský tvrdý leva"
126
- ],
127
- "BGM": [
128
- "BGM",
129
- "bulharský socialistický leva"
130
- ],
131
- "BGN": [
132
- "BGN",
133
- "bulharský leva"
134
- ],
135
- "BGO": [
136
- "BGO",
137
- "bulharský lev (1879–1952)"
138
- ],
139
- "BHD": [
140
- "BHD",
141
- "bahrajnský dinár"
142
- ],
143
- "BIF": [
144
- "BIF",
145
- "burundský frank"
146
- ],
147
- "BMD": [
148
- "BMD",
149
- "bermudský dolar"
150
- ],
151
- "BND": [
152
- "BND",
153
- "brunejský dolar"
154
- ],
155
- "BOB": [
156
- "BOB",
157
- "bolivijský boliviano"
158
- ],
159
- "BOL": [
160
- "BOL",
161
- "bolivijský boliviano (1863–1963)"
162
- ],
163
- "BOP": [
164
- "BOP",
165
- "bolivijské peso"
166
- ],
167
- "BOV": [
168
- "BOV",
169
- "bolivijský mvdol"
170
- ],
171
- "BRB": [
172
- "BRB",
173
- "brazilské nové cruzeiro (1967–1986)"
174
- ],
175
- "BRC": [
176
- "BRC",
177
- "brazilské cruzado (1986–1989)"
178
- ],
179
- "BRE": [
180
- "BRE",
181
- "brazilské cruzeiro (1990–1993)"
182
- ],
183
- "BRL": [
184
- "R$",
185
- "brazilský real"
186
- ],
187
- "BRN": [
188
- "BRN",
189
- "brazilské nové cruzado (1989–1990)"
190
- ],
191
- "BRR": [
192
- "BRR",
193
- "brazilské cruzeiro (1993–1994)"
194
- ],
195
- "BRZ": [
196
- "BRZ",
197
- "brazilské cruzeiro (1942–1967)"
198
- ],
199
- "BSD": [
200
- "BSD",
201
- "bahamský dolar"
202
- ],
203
- "BTN": [
204
- "BTN",
205
- "bhútánský ngultrum"
206
- ],
207
- "BUK": [
208
- "BUK",
209
- "barmský kyat"
210
- ],
211
- "BWP": [
212
- "BWP",
213
- "botswanská pula"
214
- ],
215
- "BYB": [
216
- "BYB",
217
- "běloruský rubl (1994–1999)"
218
- ],
219
- "BYN": [
220
- "BYN",
221
- "běloruský rubl"
222
- ],
223
- "BYR": [
224
- "BYR",
225
- "běloruský rubl (2000–2016)"
226
- ],
227
- "BZD": [
228
- "BZD",
229
- "belizský dolar"
230
- ],
231
- "CAD": [
232
- "CA$",
233
- "kanadský dolar"
234
- ],
235
- "CDF": [
236
- "CDF",
237
- "konžský frank"
238
- ],
239
- "CHE": [
240
- "CHE",
241
- "švýcarské WIR-euro"
242
- ],
243
- "CHF": [
244
- "CHF",
245
- "švýcarský frank"
246
- ],
247
- "CHW": [
248
- "CHW",
249
- "švýcarský WIR-frank"
250
- ],
251
- "CLE": [
252
- "CLE",
253
- "chilské escudo"
254
- ],
255
- "CLF": [
256
- "CLF",
257
- "chilská účetní jednotka (UF)"
258
- ],
259
- "CLP": [
260
- "CLP",
261
- "chilské peso"
262
- ],
263
- "CNH": [
264
- "CNH",
265
- "čínský jüan (offshore)"
266
- ],
267
- "CNX": [
268
- "CNX",
269
- "čínský dolar ČLB"
270
- ],
271
- "CNY": [
272
- "CN¥",
273
- "čínský jüan"
274
- ],
275
- "COP": [
276
- "COP",
277
- "kolumbijské peso"
278
- ],
279
- "COU": [
280
- "COU",
281
- "kolumbijská jednotka reálné hodnoty"
282
- ],
283
- "CRC": [
284
- "CRC",
285
- "kostarický colón"
286
- ],
287
- "CSD": [
288
- "CSD",
289
- "srbský dinár (2002–2006)"
290
- ],
291
- "CSK": [
292
- "Kčs",
293
- "československá koruna"
294
- ],
295
- "CUC": [
296
- "CUC",
297
- "kubánské konvertibilní peso"
298
- ],
299
- "CUP": [
300
- "CUP",
301
- "kubánské peso"
302
- ],
303
- "CVE": [
304
- "CVE",
305
- "kapverdské escudo"
306
- ],
307
- "CYP": [
308
- "CYP",
309
- "kyperská libra"
310
- ],
311
- "CZK": [
312
- "Kč",
313
- "česká koruna"
314
- ],
315
- "DDM": [
316
- "DDM",
317
- "východoněmecká marka"
318
- ],
319
- "DEM": [
320
- "DEM",
321
- "německá marka"
322
- ],
323
- "DJF": [
324
- "DJF",
325
- "džibutský frank"
326
- ],
327
- "DKK": [
328
- "DKK",
329
- "dánská koruna"
330
- ],
331
- "DOP": [
332
- "DOP",
333
- "dominikánské peso"
334
- ],
335
- "DZD": [
336
- "DZD",
337
- "alžírský dinár"
338
- ],
339
- "ECS": [
340
- "ECS",
341
- "ekvádorský sucre"
342
- ],
343
- "ECV": [
344
- "ECV",
345
- "ekvádorská jednotka konstantní hodnoty"
346
- ],
347
- "EEK": [
348
- "EEK",
349
- "estonská koruna"
350
- ],
351
- "EGP": [
352
- "EGP",
353
- "egyptská libra"
354
- ],
355
- "ERN": [
356
- "ERN",
357
- "eritrejská nakfa"
358
- ],
359
- "ESA": [
360
- "ESA",
361
- "španělská peseta („A“ účet)"
362
- ],
363
- "ESB": [
364
- "ESB",
365
- "španělská peseta (konvertibilní účet)"
366
- ],
367
- "ESP": [
368
- "ESP",
369
- "španělská peseta"
370
- ],
371
- "ETB": [
372
- "ETB",
373
- "etiopský birr"
374
- ],
375
- "EUR": [
376
- "€",
377
- "euro"
378
- ],
379
- "FIM": [
380
- "FIM",
381
- "finská marka"
382
- ],
383
- "FJD": [
384
- "FJD",
385
- "fidžijský dolar"
386
- ],
387
- "FKP": [
388
- "FKP",
389
- "falklandská libra"
390
- ],
391
- "FRF": [
392
- "FRF",
393
- "francouzský frank"
394
- ],
395
- "GBP": [
396
- "£",
397
- "britská libra"
398
- ],
399
- "GEK": [
400
- "GEK",
401
- "gruzínské kuponové lari"
402
- ],
403
- "GEL": [
404
- "GEL",
405
- "gruzínské lari"
406
- ],
407
- "GHC": [
408
- "GHC",
409
- "ghanský cedi (1979–2007)"
410
- ],
411
- "GHS": [
412
- "GHS",
413
- "ghanský cedi"
414
- ],
415
- "GIP": [
416
- "GIP",
417
- "gibraltarská libra"
418
- ],
419
- "GMD": [
420
- "GMD",
421
- "gambijský dalasi"
422
- ],
423
- "GNF": [
424
- "GNF",
425
- "guinejský frank"
426
- ],
427
- "GNS": [
428
- "GNS",
429
- "guinejský syli"
430
- ],
431
- "GQE": [
432
- "GQE",
433
- "rovníkovoguinejský ekwele"
434
- ],
435
- "GRD": [
436
- "GRD",
437
- "řecká drachma"
438
- ],
439
- "GTQ": [
440
- "GTQ",
441
- "guatemalský quetzal"
442
- ],
443
- "GWE": [
444
- "GWE",
445
- "portugalskoguinejské escudo"
446
- ],
447
- "GWP": [
448
- "GWP",
449
- "guinejsko-bissauské peso"
450
- ],
451
- "GYD": [
452
- "GYD",
453
- "guyanský dolar"
454
- ],
455
- "HKD": [
456
- "HK$",
457
- "hongkongský dolar"
458
- ],
459
- "HNL": [
460
- "HNL",
461
- "honduraská lempira"
462
- ],
463
- "HRD": [
464
- "HRD",
465
- "chorvatský dinár"
466
- ],
467
- "HRK": [
468
- "HRK",
469
- "chorvatská kuna"
470
- ],
471
- "HTG": [
472
- "HTG",
473
- "haitský gourde"
474
- ],
475
- "HUF": [
476
- "HUF",
477
- "maďarský forint"
478
- ],
479
- "IDR": [
480
- "IDR",
481
- "indonéská rupie"
482
- ],
483
- "IEP": [
484
- "IEP",
485
- "irská libra"
486
- ],
487
- "ILP": [
488
- "ILP",
489
- "izraelská libra"
490
- ],
491
- "ILR": [
492
- "ILR",
493
- "izraelský šekel (1980–1985)"
494
- ],
495
- "ILS": [
496
- "ILS",
497
- "izraelský nový šekel"
498
- ],
499
- "INR": [
500
- "INR",
501
- "indická rupie"
502
- ],
503
- "IQD": [
504
- "IQD",
505
- "irácký dinár"
506
- ],
507
- "IRR": [
508
- "IRR",
509
- "íránský rijál"
510
- ],
511
- "ISJ": [
512
- "ISJ",
513
- "islandská koruna (1918–1981)"
514
- ],
515
- "ISK": [
516
- "ISK",
517
- "islandská koruna"
518
- ],
519
- "ITL": [
520
- "ITL",
521
- "italská lira"
522
- ],
523
- "JMD": [
524
- "JMD",
525
- "jamajský dolar"
526
- ],
527
- "JOD": [
528
- "JOD",
529
- "jordánský dinár"
530
- ],
531
- "JPY": [
532
- "JP¥",
533
- "japonský jen"
534
- ],
535
- "KES": [
536
- "KES",
537
- "keňský šilink"
538
- ],
539
- "KGS": [
540
- "KGS",
541
- "kyrgyzský som"
542
- ],
543
- "KHR": [
544
- "KHR",
545
- "kambodžský riel"
546
- ],
547
- "KMF": [
548
- "KMF",
549
- "komorský frank"
550
- ],
551
- "KPW": [
552
- "KPW",
553
- "severokorejský won"
554
- ],
555
- "KRH": [
556
- "KRH",
557
- "jihokorejský hwan (1953–1962)"
558
- ],
559
- "KRO": [
560
- "KRO",
561
- "jihokorejský won (1945–1953)"
562
- ],
563
- "KRW": [
564
- "₩",
565
- "jihokorejský won"
566
- ],
567
- "KWD": [
568
- "KWD",
569
- "kuvajtský dinár"
570
- ],
571
- "KYD": [
572
- "KYD",
573
- "kajmanský dolar"
574
- ],
575
- "KZT": [
576
- "KZT",
577
- "kazašské tenge"
578
- ],
579
- "LAK": [
580
- "LAK",
581
- "laoský kip"
582
- ],
583
- "LBP": [
584
- "LBP",
585
- "libanonská libra"
586
- ],
587
- "LKR": [
588
- "LKR",
589
- "srílanská rupie"
590
- ],
591
- "LRD": [
592
- "LRD",
593
- "liberijský dolar"
594
- ],
595
- "LSL": [
596
- "LSL",
597
- "lesothský loti"
598
- ],
599
- "LTL": [
600
- "LTL",
601
- "litevský litas"
602
- ],
603
- "LTT": [
604
- "LTT",
605
- "litevský talonas"
606
- ],
607
- "LUC": [
608
- "LUC",
609
- "lucemburský konvertibilní frank"
610
- ],
611
- "LUF": [
612
- "LUF",
613
- "lucemburský frank"
614
- ],
615
- "LUL": [
616
- "LUL",
617
- "lucemburský finanční frank"
618
- ],
619
- "LVL": [
620
- "LVL",
621
- "lotyšský lat"
622
- ],
623
- "LVR": [
624
- "LVR",
625
- "lotyšský rubl"
626
- ],
627
- "LYD": [
628
- "LYD",
629
- "libyjský dinár"
630
- ],
631
- "MAD": [
632
- "MAD",
633
- "marocký dinár"
634
- ],
635
- "MAF": [
636
- "MAF",
637
- "marocký frank"
638
- ],
639
- "MCF": [
640
- "MCF",
641
- "monacký frank"
642
- ],
643
- "MDC": [
644
- "MDC",
645
- "moldavský kupon"
646
- ],
647
- "MDL": [
648
- "MDL",
649
- "moldavský leu"
650
- ],
651
- "MGA": [
652
- "MGA",
653
- "madagaskarský ariary"
654
- ],
655
- "MGF": [
656
- "MGF",
657
- "madagaskarský frank"
658
- ],
659
- "MKD": [
660
- "MKD",
661
- "makedonský denár"
662
- ],
663
- "MKN": [
664
- "MKN",
665
- "makedonský denár (1992–1993)"
666
- ],
667
- "MLF": [
668
- "MLF",
669
- "malijský frank"
670
- ],
671
- "MMK": [
672
- "MMK",
673
- "myanmarský kyat"
674
- ],
675
- "MNT": [
676
- "MNT",
677
- "mongolský tugrik"
678
- ],
679
- "MOP": [
680
- "MOP",
681
- "macajská pataca"
682
- ],
683
- "MRO": [
684
- "MRO",
685
- "mauritánská ouguiya (1973–2017)"
686
- ],
687
- "MRU": [
688
- "MRU",
689
- "mauritánská ouguiya"
690
- ],
691
- "MTL": [
692
- "MTL",
693
- "maltská lira"
694
- ],
695
- "MTP": [
696
- "MTP",
697
- "maltská libra"
698
- ],
699
- "MUR": [
700
- "MUR",
701
- "mauricijská rupie"
702
- ],
703
- "MVP": [
704
- "MVP",
705
- "maledivská rupie (1947–1981)"
706
- ],
707
- "MVR": [
708
- "MVR",
709
- "maledivská rupie"
710
- ],
711
- "MWK": [
712
- "MWK",
713
- "malawijská kwacha"
714
- ],
715
- "MXN": [
716
- "MX$",
717
- "mexické peso"
718
- ],
719
- "MXP": [
720
- "MXP",
721
- "mexické stříbrné peso (1861–1992)"
722
- ],
723
- "MXV": [
724
- "MXV",
725
- "mexická investiční jednotka"
726
- ],
727
- "MYR": [
728
- "MYR",
729
- "malajsijský ringgit"
730
- ],
731
- "MZE": [
732
- "MZE",
733
- "mosambický escudo"
734
- ],
735
- "MZM": [
736
- "MZM",
737
- "mosambický metical (1980–2006)"
738
- ],
739
- "MZN": [
740
- "MZN",
741
- "mozambický metical"
742
- ],
743
- "NAD": [
744
- "NAD",
745
- "namibijský dolar"
746
- ],
747
- "NGN": [
748
- "NGN",
749
- "nigerijská naira"
750
- ],
751
- "NIC": [
752
- "NIC",
753
- "nikaragujská córdoba (1988–1991)"
754
- ],
755
- "NIO": [
756
- "NIO",
757
- "nikaragujská córdoba"
758
- ],
759
- "NLG": [
760
- "NLG",
761
- "nizozemský gulden"
762
- ],
763
- "NOK": [
764
- "NOK",
765
- "norská koruna"
766
- ],
767
- "NPR": [
768
- "NPR",
769
- "nepálská rupie"
770
- ],
771
- "NZD": [
772
- "NZ$",
773
- "novozélandský dolar"
774
- ],
775
- "OMR": [
776
- "OMR",
777
- "ománský rijál"
778
- ],
779
- "PAB": [
780
- "PAB",
781
- "panamská balboa"
782
- ],
783
- "PEI": [
784
- "PEI",
785
- "peruánská inti"
786
- ],
787
- "PEN": [
788
- "PEN",
789
- "peruánský sol"
790
- ],
791
- "PES": [
792
- "PES",
793
- "peruánský sol (1863–1965)"
794
- ],
795
- "PGK": [
796
- "PGK",
797
- "papuánská nová kina"
798
- ],
799
- "PHP": [
800
- "PHP",
801
- "filipínské peso"
802
- ],
803
- "PKR": [
804
- "PKR",
805
- "pákistánská rupie"
806
- ],
807
- "PLN": [
808
- "PLN",
809
- "polský zlotý"
810
- ],
811
- "PLZ": [
812
- "PLZ",
813
- "polský zlotý (1950–1995)"
814
- ],
815
- "PTE": [
816
- "PTE",
817
- "portugalské escudo"
818
- ],
819
- "PYG": [
820
- "PYG",
821
- "paraguajské guarani"
822
- ],
823
- "QAR": [
824
- "QAR",
825
- "katarský rijál"
826
- ],
827
- "RHD": [
828
- "RHD",
829
- "rhodéský dolar"
830
- ],
831
- "ROL": [
832
- "ROL",
833
- "rumunské leu (1952–2006)"
834
- ],
835
- "RON": [
836
- "RON",
837
- "rumunský leu"
838
- ],
839
- "RSD": [
840
- "RSD",
841
- "srbský dinár"
842
- ],
843
- "RUB": [
844
- "RUB",
845
- "ruský rubl"
846
- ],
847
- "RUR": [
848
- "RUR",
849
- "ruský rubl (1991–1998)"
850
- ],
851
- "RWF": [
852
- "RWF",
853
- "rwandský frank"
854
- ],
855
- "SAR": [
856
- "SAR",
857
- "saúdský rijál"
858
- ],
859
- "SBD": [
860
- "SBD",
861
- "šalamounský dolar"
862
- ],
863
- "SCR": [
864
- "SCR",
865
- "seychelská rupie"
866
- ],
867
- "SDD": [
868
- "SDD",
869
- "súdánský dinár (1992–2007)"
870
- ],
871
- "SDG": [
872
- "SDG",
873
- "súdánská libra"
874
- ],
875
- "SDP": [
876
- "SDP",
877
- "súdánská libra (1957–1998)"
878
- ],
879
- "SEK": [
880
- "SEK",
881
- "švédská koruna"
882
- ],
883
- "SGD": [
884
- "SGD",
885
- "singapurský dolar"
886
- ],
887
- "SHP": [
888
- "SHP",
889
- "svatohelenská libra"
890
- ],
891
- "SIT": [
892
- "SIT",
893
- "slovinský tolar"
894
- ],
895
- "SKK": [
896
- "SKK",
897
- "slovenská koruna"
898
- ],
899
- "SLL": [
900
- "SLL",
901
- "sierro-leonský leone"
902
- ],
903
- "SOS": [
904
- "SOS",
905
- "somálský šilink"
906
- ],
907
- "SRD": [
908
- "SRD",
909
- "surinamský dolar"
910
- ],
911
- "SRG": [
912
- "SRG",
913
- "surinamský zlatý"
914
- ],
915
- "SSP": [
916
- "SSP",
917
- "jihosúdánská libra"
918
- ],
919
- "STD": [
920
- "STD",
921
- "svatotomášská dobra (1977–2017)"
922
- ],
923
- "STN": [
924
- "STN",
925
- "svatotomášská dobra"
926
- ],
927
- "SUR": [
928
- "SUR",
929
- "sovětský rubl"
930
- ],
931
- "SVC": [
932
- "SVC",
933
- "salvadorský colón"
934
- ],
935
- "SYP": [
936
- "SYP",
937
- "syrská libra"
938
- ],
939
- "SZL": [
940
- "SZL",
941
- "svazijský lilangeni"
942
- ],
943
- "THB": [
944
- "THB",
945
- "thajský baht"
946
- ],
947
- "TJR": [
948
- "TJR",
949
- "tádžický rubl"
950
- ],
951
- "TJS": [
952
- "TJS",
953
- "tádžické somoni"
954
- ],
955
- "TMM": [
956
- "TMM",
957
- "turkmenský manat (1993–2009)"
958
- ],
959
- "TMT": [
960
- "TMT",
961
- "turkmenský manat"
962
- ],
963
- "TND": [
964
- "TND",
965
- "tuniský dinár"
966
- ],
967
- "TOP": [
968
- "TOP",
969
- "tonžská paanga"
970
- ],
971
- "TPE": [
972
- "TPE",
973
- "timorské escudo"
974
- ],
975
- "TRL": [
976
- "TRL",
977
- "turecká lira (1922–2005)"
978
- ],
979
- "TRY": [
980
- "TRY",
981
- "turecká lira"
982
- ],
983
- "TTD": [
984
- "TTD",
985
- "trinidadský dolar"
986
- ],
987
- "TWD": [
988
- "NT$",
989
- "tchajwanský dolar"
990
- ],
991
- "TZS": [
992
- "TZS",
993
- "tanzanský šilink"
994
- ],
995
- "UAH": [
996
- "UAH",
997
- "ukrajinská hřivna"
998
- ],
999
- "UAK": [
1000
- "UAK",
1001
- "ukrajinský karbovanec"
1002
- ],
1003
- "UGS": [
1004
- "UGS",
1005
- "ugandský šilink (1966–1987)"
1006
- ],
1007
- "UGX": [
1008
- "UGX",
1009
- "ugandský šilink"
1010
- ],
1011
- "USD": [
1012
- "US$",
1013
- "americký dolar"
1014
- ],
1015
- "USN": [
1016
- "USN",
1017
- "americký dolar (příští den)"
1018
- ],
1019
- "USS": [
1020
- "USS",
1021
- "americký dolar (týž den)"
1022
- ],
1023
- "UYI": [
1024
- "UYI",
1025
- "uruguayské peso (v indexovaných jednotkách)"
1026
- ],
1027
- "UYP": [
1028
- "UYP",
1029
- "uruguayské peso (1975–1993)"
1030
- ],
1031
- "UYU": [
1032
- "UYU",
1033
- "uruguayské peso"
1034
- ],
1035
- "UZS": [
1036
- "UZS",
1037
- "uzbecký sum"
1038
- ],
1039
- "VEB": [
1040
- "VEB",
1041
- "venezuelský bolívar (1871–2008)"
1042
- ],
1043
- "VEF": [
1044
- "VEF",
1045
- "venezuelský bolívar (2008–2018)"
1046
- ],
1047
- "VES": [
1048
- "VES",
1049
- "venezuelský bolívar"
1050
- ],
1051
- "VND": [
1052
- "VND",
1053
- "vietnamský dong"
1054
- ],
1055
- "VNN": [
1056
- "VNN",
1057
- "vietnamský dong (1978–1985)"
1058
- ],
1059
- "VUV": [
1060
- "VUV",
1061
- "vanuatský vatu"
1062
- ],
1063
- "WST": [
1064
- "WST",
1065
- "samojská tala"
1066
- ],
1067
- "XAF": [
1068
- "FCFA",
1069
- "CFA\/BEAC frank"
1070
- ],
1071
- "XCD": [
1072
- "EC$",
1073
- "východokaribský dolar"
1074
- ],
1075
- "XEU": [
1076
- "ECU",
1077
- "evropská měnová jednotka"
1078
- ],
1079
- "XFO": [
1080
- "XFO",
1081
- "francouzský zlatý frank"
1082
- ],
1083
- "XFU": [
1084
- "XFU",
1085
- "francouzský UIC frank"
1086
- ],
1087
- "XOF": [
1088
- "CFA",
1089
- "CFA\/BCEAO frank"
1090
- ],
1091
- "XPF": [
1092
- "CFPF",
1093
- "CFP frank"
1094
- ],
1095
- "XRE": [
1096
- "XRE",
1097
- "kód fondů RINET"
1098
- ],
1099
- "YDD": [
1100
- "YDD",
1101
- "jemenský dinár"
1102
- ],
1103
- "YER": [
1104
- "YER",
1105
- "jemenský rijál"
1106
- ],
1107
- "YUD": [
1108
- "YUD",
1109
- "jugoslávský dinár (1966–1990)"
1110
- ],
1111
- "YUM": [
1112
- "YUM",
1113
- "jugoslávský nový dinár (1994–2002)"
1114
- ],
1115
- "YUN": [
1116
- "YUN",
1117
- "jugoslávský konvertibilní dinár (1990–1992)"
1118
- ],
1119
- "YUR": [
1120
- "YUR",
1121
- "jugoslávský reformovaný dinár (1992–1993)"
1122
- ],
1123
- "ZAL": [
1124
- "ZAL",
1125
- "jihoafrický finanční rand"
1126
- ],
1127
- "ZAR": [
1128
- "ZAR",
1129
- "jihoafrický rand"
1130
- ],
1131
- "ZMK": [
1132
- "ZMK",
1133
- "zambijská kwacha (1968–2012)"
1134
- ],
1135
- "ZMW": [
1136
- "ZMW",
1137
- "zambijská kwacha"
1138
- ],
1139
- "ZRN": [
1140
- "ZRN",
1141
- "zairský nový zaire (1993–1998)"
1142
- ],
1143
- "ZRZ": [
1144
- "ZRZ",
1145
- "zairský zaire (1971–1993)"
1146
- ],
1147
- "ZWD": [
1148
- "ZWD",
1149
- "zimbabwský dolar (1980–2008)"
1150
- ],
1151
- "ZWL": [
1152
- "ZWL",
1153
- "zimbabwský dolar (2009)"
1154
- ],
1155
- "ZWR": [
1156
- "ZWR",
1157
- "zimbabwský dolar (2008)"
1158
- ]
1159
- }
1160
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/cy.json DELETED
@@ -1,1084 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "Dirham Yr Emiradau Arabaidd Unedig"
6
- ],
7
- "AFA": [
8
- "AFA",
9
- "Afghani Afghanistan (1927–2002)"
10
- ],
11
- "AFN": [
12
- "AFN",
13
- "Afghani Afghanistan"
14
- ],
15
- "ALL": [
16
- "ALL",
17
- "Lek Albania"
18
- ],
19
- "AMD": [
20
- "AMD",
21
- "Dram Armenia"
22
- ],
23
- "ANG": [
24
- "ANG",
25
- "Guilder Antilles yr Iseldiroedd"
26
- ],
27
- "AOA": [
28
- "AOA",
29
- "Kwanza Angola"
30
- ],
31
- "AOK": [
32
- "AOK",
33
- "Kwanza Angola (1977–1991)"
34
- ],
35
- "AON": [
36
- "AON",
37
- "Kwanza Newydd Angola (1990–2000)"
38
- ],
39
- "AOR": [
40
- "AOR",
41
- "Kwanza Ailgymhwysedig Angola (1995–1999)"
42
- ],
43
- "ARA": [
44
- "ARA",
45
- "Austral yr Ariannin"
46
- ],
47
- "ARL": [
48
- "ARL",
49
- "Peso Ley yr Ariannin (1970–1983)"
50
- ],
51
- "ARM": [
52
- "ARM",
53
- "Peso yr Ariannin (1881–1970)"
54
- ],
55
- "ARP": [
56
- "ARP",
57
- "Peso yr Ariannin (1983–1985)"
58
- ],
59
- "ARS": [
60
- "ARS",
61
- "Peso yr Ariannin"
62
- ],
63
- "ATS": [
64
- "ATS",
65
- "Swllt Awstria"
66
- ],
67
- "AUD": [
68
- "A$",
69
- "Doler Awstralia"
70
- ],
71
- "AWG": [
72
- "AWG",
73
- "Fflorin Aruba"
74
- ],
75
- "AZM": [
76
- "AZM",
77
- "Manat Azerbaijan (1993–2006)"
78
- ],
79
- "AZN": [
80
- "AZN",
81
- "Manat Azerbaijan"
82
- ],
83
- "BAM": [
84
- "BAM",
85
- "Marc Trosadwy Bosnia a Hercegovina"
86
- ],
87
- "BBD": [
88
- "BBD",
89
- "Doler Barbados"
90
- ],
91
- "BDT": [
92
- "BDT",
93
- "Taka Bangladesh"
94
- ],
95
- "BEC": [
96
- "BEC",
97
- "Ffranc Gwlad Belg (arnewidiol)"
98
- ],
99
- "BEF": [
100
- "BEF",
101
- "Ffranc Gwlad Belg"
102
- ],
103
- "BEL": [
104
- "BEL",
105
- "Ffranc Gwlad Belg (ariannol)"
106
- ],
107
- "BGM": [
108
- "BGM",
109
- "Lev Sosialaidd Bwlgaria"
110
- ],
111
- "BGN": [
112
- "BGN",
113
- "Lev Bwlgaria"
114
- ],
115
- "BGO": [
116
- "BGO",
117
- "Lev Bwlgaria (1879–1952)"
118
- ],
119
- "BHD": [
120
- "BHD",
121
- "Dinar Bahrain"
122
- ],
123
- "BIF": [
124
- "BIF",
125
- "Ffranc Burundi"
126
- ],
127
- "BMD": [
128
- "BMD",
129
- "Doler Bermuda"
130
- ],
131
- "BND": [
132
- "BND",
133
- "Doler Brunei"
134
- ],
135
- "BOB": [
136
- "BOB",
137
- "Boliviano Bolifia"
138
- ],
139
- "BOL": [
140
- "BOL",
141
- "Boliviano Bolifia (1863–1963)"
142
- ],
143
- "BOP": [
144
- "BOP",
145
- "Peso Bolifia"
146
- ],
147
- "BOV": [
148
- "BOV",
149
- "Mvdol Bolifia"
150
- ],
151
- "BRB": [
152
- "BRB",
153
- "Cruzeiro Newydd Brasil (1967–1986)"
154
- ],
155
- "BRC": [
156
- "BRC",
157
- "Cruzado Brasil (1986–1989)"
158
- ],
159
- "BRE": [
160
- "BRE",
161
- "Cruzeiro Brasil (1990–1993)"
162
- ],
163
- "BRL": [
164
- "R$",
165
- "Real Brasil"
166
- ],
167
- "BRN": [
168
- "BRN",
169
- "Cruzado Newydd Brasil (1989–1990)"
170
- ],
171
- "BRR": [
172
- "BRR",
173
- "Cruzeiro Brasil (1993–1994)"
174
- ],
175
- "BRZ": [
176
- "BRZ",
177
- "Cruzeiro Brasil (1942–1967)"
178
- ],
179
- "BSD": [
180
- "BSD",
181
- "Doler y Bahamas"
182
- ],
183
- "BTN": [
184
- "BTN",
185
- "Ngultrum Bhutan"
186
- ],
187
- "BUK": [
188
- "BUK",
189
- "Kyat Byrma"
190
- ],
191
- "BWP": [
192
- "BWP",
193
- "Pula Botswana"
194
- ],
195
- "BYN": [
196
- "BYN",
197
- "Rwbl Belarws"
198
- ],
199
- "BYR": [
200
- "BYR",
201
- "Rwbl Belarws (2000–2016)"
202
- ],
203
- "BZD": [
204
- "BZD",
205
- "Doler Belize"
206
- ],
207
- "CAD": [
208
- "CA$",
209
- "Doler Canada"
210
- ],
211
- "CDF": [
212
- "CDF",
213
- "Ffranc Congo"
214
- ],
215
- "CHE": [
216
- "CHE",
217
- "Ewro WIR"
218
- ],
219
- "CHF": [
220
- "CHF",
221
- "Ffranc y Swistir"
222
- ],
223
- "CHW": [
224
- "CHW",
225
- "Ffranc WIR"
226
- ],
227
- "CLE": [
228
- "CLE",
229
- "Escudo Chile"
230
- ],
231
- "CLF": [
232
- "CLF",
233
- "Uned Cyfrifo Chile (UF)"
234
- ],
235
- "CLP": [
236
- "CLP",
237
- "Peso Chile"
238
- ],
239
- "CNH": [
240
- "CNH",
241
- "Yuan Tsieina (ar y môr)"
242
- ],
243
- "CNX": [
244
- "CNX",
245
- "Doler Banc Pobl Tsieina"
246
- ],
247
- "CNY": [
248
- "CN¥",
249
- "Yuan Tsieina"
250
- ],
251
- "COP": [
252
- "COP",
253
- "Peso Colombia"
254
- ],
255
- "COU": [
256
- "COU",
257
- "Uned Gwir Werth Colombia"
258
- ],
259
- "CRC": [
260
- "CRC",
261
- "Colón Costa Rica"
262
- ],
263
- "CSD": [
264
- "CSD",
265
- "CSD"
266
- ],
267
- "CUC": [
268
- "CUC",
269
- "Peso Trosadwy Ciwba"
270
- ],
271
- "CUP": [
272
- "CUP",
273
- "Peso Ciwba"
274
- ],
275
- "CVE": [
276
- "CVE",
277
- "Esgwdo Cabo Verde"
278
- ],
279
- "CYP": [
280
- "CYP",
281
- "Punt Cyprus"
282
- ],
283
- "CZK": [
284
- "CZK",
285
- "Koruna’r Weriniaeth Tsiec"
286
- ],
287
- "DDM": [
288
- "DDM",
289
- "Marc Dwyrain yr Almaen"
290
- ],
291
- "DEM": [
292
- "DEM",
293
- "Marc yr Almaen"
294
- ],
295
- "DJF": [
296
- "DJF",
297
- "Ffranc Djibouti"
298
- ],
299
- "DKK": [
300
- "DKK",
301
- "Krone Denmarc"
302
- ],
303
- "DOP": [
304
- "DOP",
305
- "Peso Gweriniaeth Dominica"
306
- ],
307
- "DZD": [
308
- "DZD",
309
- "Dinar Algeria"
310
- ],
311
- "ECS": [
312
- "ECS",
313
- "Sucre Ecuador"
314
- ],
315
- "ECV": [
316
- "ECV",
317
- "Uned Gwerth Gyson Ecuador"
318
- ],
319
- "EEK": [
320
- "EEK",
321
- "Kroon Estonia"
322
- ],
323
- "EGP": [
324
- "EGP",
325
- "Punt Yr Aifft"
326
- ],
327
- "ERN": [
328
- "ERN",
329
- "Nakfa Eritrea"
330
- ],
331
- "ESP": [
332
- "ESP",
333
- "ESP"
334
- ],
335
- "ETB": [
336
- "ETB",
337
- "Birr Ethiopia"
338
- ],
339
- "EUR": [
340
- "€",
341
- "Ewro"
342
- ],
343
- "FIM": [
344
- "FIM",
345
- "Markka’r Ffindir"
346
- ],
347
- "FJD": [
348
- "FJD",
349
- "Doler Ffiji"
350
- ],
351
- "FKP": [
352
- "FKP",
353
- "Punt Ynysoedd Falkland\/Malvinas"
354
- ],
355
- "FRF": [
356
- "FRF",
357
- "Ffranc Ffrainc"
358
- ],
359
- "GBP": [
360
- "£",
361
- "Punt Prydain"
362
- ],
363
- "GEK": [
364
- "GEK",
365
- "Kupon Larit Georgia"
366
- ],
367
- "GEL": [
368
- "GEL",
369
- "Lari Georgia"
370
- ],
371
- "GHC": [
372
- "GHC",
373
- "Cedi Ghana (1979–2007)"
374
- ],
375
- "GHS": [
376
- "GHS",
377
- "Cedi Ghana"
378
- ],
379
- "GIP": [
380
- "GIP",
381
- "Punt Gibraltar"
382
- ],
383
- "GMD": [
384
- "GMD",
385
- "Dalasi Gambia"
386
- ],
387
- "GNF": [
388
- "GNF",
389
- "Ffranc Guinée"
390
- ],
391
- "GNS": [
392
- "GNS",
393
- "Syli Guinée"
394
- ],
395
- "GQE": [
396
- "GQE",
397
- "Ekwele Guinea Gyhydeddol"
398
- ],
399
- "GRD": [
400
- "GRD",
401
- "GRD"
402
- ],
403
- "GTQ": [
404
- "GTQ",
405
- "Quetzal Guatemala"
406
- ],
407
- "GWE": [
408
- "GWE",
409
- "GWE"
410
- ],
411
- "GWP": [
412
- "GWP",
413
- "Peso Guiné-Bissau"
414
- ],
415
- "GYD": [
416
- "GYD",
417
- "Doler Guyana"
418
- ],
419
- "HKD": [
420
- "HK$",
421
- "Doler Hong Kong"
422
- ],
423
- "HNL": [
424
- "HNL",
425
- "Lempira Honduras"
426
- ],
427
- "HRD": [
428
- "HRD",
429
- "HRD"
430
- ],
431
- "HRK": [
432
- "HRK",
433
- "Kuna Croatia"
434
- ],
435
- "HTG": [
436
- "HTG",
437
- "Gourde Haiti"
438
- ],
439
- "HUF": [
440
- "HUF",
441
- "Fforint Hwngari"
442
- ],
443
- "IDR": [
444
- "IDR",
445
- "Rupiah Indonesia"
446
- ],
447
- "IEP": [
448
- "IEP",
449
- "Punt Iwerddon"
450
- ],
451
- "ILP": [
452
- "ILP",
453
- "Punt Israel"
454
- ],
455
- "ILR": [
456
- "ILR",
457
- "Shegel Israel (1980–1985)"
458
- ],
459
- "ILS": [
460
- "₪",
461
- "Shegel Newydd Israel"
462
- ],
463
- "INR": [
464
- "₹",
465
- "Rwpî India"
466
- ],
467
- "IQD": [
468
- "IQD",
469
- "Dinar Irac"
470
- ],
471
- "IRR": [
472
- "IRR",
473
- "Rial Iran"
474
- ],
475
- "ISJ": [
476
- "ISJ",
477
- "Króna Gwlad yr Iâ (1918 – 1981)"
478
- ],
479
- "ISK": [
480
- "ISK",
481
- "Króna Gwlad yr Iâ"
482
- ],
483
- "ITL": [
484
- "ITL",
485
- "ITL"
486
- ],
487
- "JMD": [
488
- "JMD",
489
- "Doler Jamaica"
490
- ],
491
- "JOD": [
492
- "JOD",
493
- "Dinar Gwlad yr Iorddonen"
494
- ],
495
- "JPY": [
496
- "JP¥",
497
- "Yen Japan"
498
- ],
499
- "KES": [
500
- "KES",
501
- "Swllt Kenya"
502
- ],
503
- "KGS": [
504
- "KGS",
505
- "Som Kyrgyzstan"
506
- ],
507
- "KHR": [
508
- "KHR",
509
- "Riel Cambodia"
510
- ],
511
- "KMF": [
512
- "KMF",
513
- "Ffranc Comoros"
514
- ],
515
- "KPW": [
516
- "KPW",
517
- "Won Gogledd Corea"
518
- ],
519
- "KRH": [
520
- "KRH",
521
- "Hwan De Corea (1953–1962)"
522
- ],
523
- "KRO": [
524
- "KRO",
525
- "Won De Corea (1945–1953)"
526
- ],
527
- "KRW": [
528
- "KRW",
529
- "Won De Corea"
530
- ],
531
- "KWD": [
532
- "KWD",
533
- "Dinar Kuwait"
534
- ],
535
- "KYD": [
536
- "KYD",
537
- "Doler Ynysoedd Cayman"
538
- ],
539
- "KZT": [
540
- "KZT",
541
- "Tenge Kazakstan"
542
- ],
543
- "LAK": [
544
- "LAK",
545
- "Kip Laos"
546
- ],
547
- "LBP": [
548
- "LBP",
549
- "Punt Libanus"
550
- ],
551
- "LKR": [
552
- "LKR",
553
- "Rwpî Sri Lanka"
554
- ],
555
- "LRD": [
556
- "LRD",
557
- "Doler Liberia"
558
- ],
559
- "LSL": [
560
- "LSL",
561
- "Loti Lesotho"
562
- ],
563
- "LTL": [
564
- "LTL",
565
- "Litas Lithwania"
566
- ],
567
- "LTT": [
568
- "LTT",
569
- "Talonas Lithwania"
570
- ],
571
- "LUC": [
572
- "LUC",
573
- "LUC"
574
- ],
575
- "LUF": [
576
- "LUF",
577
- "Ffranc Lwcsembwrg"
578
- ],
579
- "LUL": [
580
- "LUL",
581
- "LUL"
582
- ],
583
- "LVL": [
584
- "LVL",
585
- "Lats Latfia"
586
- ],
587
- "LVR": [
588
- "LVR",
589
- "Rwbl Latfia"
590
- ],
591
- "LYD": [
592
- "LYD",
593
- "Dinar Libya"
594
- ],
595
- "MAD": [
596
- "MAD",
597
- "Dirham Moroco"
598
- ],
599
- "MAF": [
600
- "MAF",
601
- "Ffranc Moroco"
602
- ],
603
- "MCF": [
604
- "MCF",
605
- "Ffranc Monaco"
606
- ],
607
- "MDL": [
608
- "MDL",
609
- "Leu Moldofa"
610
- ],
611
- "MGA": [
612
- "MGA",
613
- "Ariary Madagascar"
614
- ],
615
- "MGF": [
616
- "MGF",
617
- "Ffranc Madagascar"
618
- ],
619
- "MKD": [
620
- "MKD",
621
- "Denar Macedonia"
622
- ],
623
- "MKN": [
624
- "MKN",
625
- "MKN"
626
- ],
627
- "MLF": [
628
- "MLF",
629
- "Ffranc Mali"
630
- ],
631
- "MMK": [
632
- "MMK",
633
- "Kyat Myanmar"
634
- ],
635
- "MNT": [
636
- "MNT",
637
- "Tugrik Mongolia"
638
- ],
639
- "MOP": [
640
- "MOP",
641
- "Pataca Macau"
642
- ],
643
- "MRO": [
644
- "MRO",
645
- "Ouguiya Mauritania (1973–2017)"
646
- ],
647
- "MRU": [
648
- "MRU",
649
- "Ouguiya Mauritania"
650
- ],
651
- "MTL": [
652
- "MTL",
653
- "MTL"
654
- ],
655
- "MTP": [
656
- "MTP",
657
- "MTP"
658
- ],
659
- "MUR": [
660
- "MUR",
661
- "Rwpî Mauritius"
662
- ],
663
- "MVP": [
664
- "MVP",
665
- "Rwpî’r Maldives (1947–1981)"
666
- ],
667
- "MVR": [
668
- "MVR",
669
- "Rufiyaa’r Maldives"
670
- ],
671
- "MWK": [
672
- "MWK",
673
- "Kwacha Malawi"
674
- ],
675
- "MXN": [
676
- "MX$",
677
- "Peso Mecsico"
678
- ],
679
- "MXP": [
680
- "MXP",
681
- "Peso Arian México (1861–1992)"
682
- ],
683
- "MXV": [
684
- "MXV",
685
- "Uned Fuddsoddi México"
686
- ],
687
- "MYR": [
688
- "MYR",
689
- "Ringgit Malaysia"
690
- ],
691
- "MZE": [
692
- "MZE",
693
- "Escudo Mozambique"
694
- ],
695
- "MZM": [
696
- "MZM",
697
- "Metical Mozambique (1980–2006)"
698
- ],
699
- "MZN": [
700
- "MZN",
701
- "Metical Mozambique"
702
- ],
703
- "NAD": [
704
- "NAD",
705
- "Doler Namibia"
706
- ],
707
- "NGN": [
708
- "NGN",
709
- "Naira Nigeria"
710
- ],
711
- "NIC": [
712
- "NIC",
713
- "Córdoba Nicaragua (1988–1991)"
714
- ],
715
- "NIO": [
716
- "NIO",
717
- "Cordoba Nicaragwa"
718
- ],
719
- "NLG": [
720
- "NLG",
721
- "Guilder yr Iseldiroedd"
722
- ],
723
- "NOK": [
724
- "NOK",
725
- "Krone Norwy"
726
- ],
727
- "NPR": [
728
- "NPR",
729
- "Rwpî Nepal"
730
- ],
731
- "NZD": [
732
- "NZ$",
733
- "Doler Seland Newydd"
734
- ],
735
- "OMR": [
736
- "OMR",
737
- "Rial Oman"
738
- ],
739
- "PAB": [
740
- "PAB",
741
- "Balboa Panama"
742
- ],
743
- "PEI": [
744
- "PEI",
745
- "Inti Periw"
746
- ],
747
- "PEN": [
748
- "PEN",
749
- "Sol Periw"
750
- ],
751
- "PES": [
752
- "PES",
753
- "Sol Periw (1863–1965)"
754
- ],
755
- "PGK": [
756
- "PGK",
757
- "Kina Papua Guinea Newydd"
758
- ],
759
- "PHP": [
760
- "PHP",
761
- "Peso Philipinas"
762
- ],
763
- "PKR": [
764
- "PKR",
765
- "Rwpî Pacistan"
766
- ],
767
- "PLN": [
768
- "PLN",
769
- "Zloty Gwlad Pwyl"
770
- ],
771
- "PTE": [
772
- "PTE",
773
- "PTE"
774
- ],
775
- "PYG": [
776
- "PYG",
777
- "Guarani Paraguay"
778
- ],
779
- "QAR": [
780
- "QAR",
781
- "Rial Qatar"
782
- ],
783
- "RHD": [
784
- "RHD",
785
- "Doler Rhodesia"
786
- ],
787
- "RON": [
788
- "RON",
789
- "Leu Rwmania"
790
- ],
791
- "RSD": [
792
- "RSD",
793
- "Dinar Serbia"
794
- ],
795
- "RUB": [
796
- "RUB",
797
- "Rwbl Rwsia"
798
- ],
799
- "RWF": [
800
- "RWF",
801
- "Ffranc Rwanda"
802
- ],
803
- "SAR": [
804
- "SAR",
805
- "Riyal Saudi Arabia"
806
- ],
807
- "SBD": [
808
- "SBD",
809
- "Doler Ynysoedd Solomon"
810
- ],
811
- "SCR": [
812
- "SCR",
813
- "Rwpî Seychelles"
814
- ],
815
- "SDD": [
816
- "SDD",
817
- "Dinar Sudan (1992–2007)"
818
- ],
819
- "SDG": [
820
- "SDG",
821
- "Punt Sudan"
822
- ],
823
- "SDP": [
824
- "SDP",
825
- "Punt Sudan (1957–1998)"
826
- ],
827
- "SEK": [
828
- "SEK",
829
- "Krona Sweden"
830
- ],
831
- "SGD": [
832
- "SGD",
833
- "Doler Singapore"
834
- ],
835
- "SHP": [
836
- "SHP",
837
- "Punt St Helena"
838
- ],
839
- "SIT": [
840
- "SIT",
841
- "SIT"
842
- ],
843
- "SLL": [
844
- "SLL",
845
- "Leone Sierra Leone"
846
- ],
847
- "SOS": [
848
- "SOS",
849
- "Swllt Somalia"
850
- ],
851
- "SRD": [
852
- "SRD",
853
- "Doler Surinam"
854
- ],
855
- "SRG": [
856
- "SRG",
857
- "Guilder Surinam"
858
- ],
859
- "SSP": [
860
- "SSP",
861
- "Punt De Sudan"
862
- ],
863
- "STD": [
864
- "STD",
865
- "Dobra São Tomé a Príncipe (1977–2017)"
866
- ],
867
- "STN": [
868
- "STN",
869
- "Dobra São Tomé a Príncipe"
870
- ],
871
- "SVC": [
872
- "SVC",
873
- "Colón El Salvador"
874
- ],
875
- "SYP": [
876
- "SYP",
877
- "Punt Syria"
878
- ],
879
- "SZL": [
880
- "SZL",
881
- "Lilangeni Gwlad Swazi"
882
- ],
883
- "THB": [
884
- "฿",
885
- "Baht Gwlad Thai"
886
- ],
887
- "TJR": [
888
- "TJR",
889
- "Rwbl Tajikistan"
890
- ],
891
- "TJS": [
892
- "TJS",
893
- "Somoni Tajikistan"
894
- ],
895
- "TMM": [
896
- "TMM",
897
- "Manat Turkmenistan (1993–2009)"
898
- ],
899
- "TMT": [
900
- "TMT",
901
- "Manat Turkmenistan"
902
- ],
903
- "TND": [
904
- "TND",
905
- "Dinar Tunisia"
906
- ],
907
- "TOP": [
908
- "TOP",
909
- "Paʻanga Tonga"
910
- ],
911
- "TPE": [
912
- "TPE",
913
- "Escudo Timor"
914
- ],
915
- "TRL": [
916
- "TRL",
917
- "Lira Twrci (1922–2005)"
918
- ],
919
- "TRY": [
920
- "TRY",
921
- "Lira Twrci"
922
- ],
923
- "TTD": [
924
- "TTD",
925
- "Doler Trinidad a Tobago"
926
- ],
927
- "TWD": [
928
- "NT$",
929
- "Doler Newydd Taiwan"
930
- ],
931
- "TZS": [
932
- "TZS",
933
- "Swllt Tanzania"
934
- ],
935
- "UAH": [
936
- "UAH",
937
- "Hryvnia Wcráin"
938
- ],
939
- "UGS": [
940
- "UGS",
941
- "Swllt Uganda (1966–1987)"
942
- ],
943
- "UGX": [
944
- "UGX",
945
- "Swllt Uganda"
946
- ],
947
- "USD": [
948
- "US$",
949
- "Doler UDA"
950
- ],
951
- "USN": [
952
- "USN",
953
- "Doler UDA (y diwrnod nesaf)"
954
- ],
955
- "USS": [
956
- "USS",
957
- "Doler UDA (yr un diwrnod)"
958
- ],
959
- "UYI": [
960
- "UYI",
961
- "UYI"
962
- ],
963
- "UYP": [
964
- "UYP",
965
- "Peso Uruguay (1975–1993)"
966
- ],
967
- "UYU": [
968
- "UYU",
969
- "Peso Uruguay"
970
- ],
971
- "UZS": [
972
- "UZS",
973
- "Som Uzbekistan"
974
- ],
975
- "VEB": [
976
- "VEB",
977
- "Bolívar Venezuela (1871–2008)"
978
- ],
979
- "VEF": [
980
- "VEF",
981
- "Bolívar Venezuela (2008–2018)"
982
- ],
983
- "VES": [
984
- "VES",
985
- "Bolívar Venezuela"
986
- ],
987
- "VND": [
988
- "₫",
989
- "Dong Fietnam"
990
- ],
991
- "VNN": [
992
- "VNN",
993
- "Dong Fietnam (1978–1985)"
994
- ],
995
- "VUV": [
996
- "VUV",
997
- "Vatu Vanuatu"
998
- ],
999
- "WST": [
1000
- "WST",
1001
- "Tala Samoa"
1002
- ],
1003
- "XAF": [
1004
- "FCFA",
1005
- "Ffranc CFA Canol Affrica"
1006
- ],
1007
- "XCD": [
1008
- "EC$",
1009
- "Doler Dwyrain y Caribî"
1010
- ],
1011
- "XEU": [
1012
- "XEU",
1013
- "Uned Arian Cyfred Ewropeaidd"
1014
- ],
1015
- "XOF": [
1016
- "CFA",
1017
- "Ffranc CFA Gorllewin Affrica"
1018
- ],
1019
- "XPF": [
1020
- "CFPF",
1021
- "Ffranc CFP"
1022
- ],
1023
- "YDD": [
1024
- "YDD",
1025
- "Dinar Yemen"
1026
- ],
1027
- "YER": [
1028
- "YER",
1029
- "Rial Yemen"
1030
- ],
1031
- "YUD": [
1032
- "YUD",
1033
- "YUD"
1034
- ],
1035
- "YUM": [
1036
- "YUM",
1037
- "YUM"
1038
- ],
1039
- "YUN": [
1040
- "YUN",
1041
- "YUN"
1042
- ],
1043
- "YUR": [
1044
- "YUR",
1045
- "YUR"
1046
- ],
1047
- "ZAL": [
1048
- "ZAL",
1049
- "Rand (ariannol) De Affrica"
1050
- ],
1051
- "ZAR": [
1052
- "ZAR",
1053
- "Rand De Affrica"
1054
- ],
1055
- "ZMK": [
1056
- "ZMK",
1057
- "Kwacha Zambia (1968–2012)"
1058
- ],
1059
- "ZMW": [
1060
- "ZMW",
1061
- "Kwacha Zambia"
1062
- ],
1063
- "ZRN": [
1064
- "ZRN",
1065
- "Zaire Newydd Zaire (1993–1998)"
1066
- ],
1067
- "ZRZ": [
1068
- "ZRZ",
1069
- "Zaire Zaire (1971–1993)"
1070
- ],
1071
- "ZWD": [
1072
- "ZWD",
1073
- "Doler Zimbabwe (1980–2008)"
1074
- ],
1075
- "ZWL": [
1076
- "ZWL",
1077
- "Doler Zimbabwe (2009)"
1078
- ],
1079
- "ZWR": [
1080
- "ZWR",
1081
- "Doler Zimbabwe (2008)"
1082
- ]
1083
- }
1084
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/da.json DELETED
@@ -1,1056 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andorransk peseta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "dirham fra de Forenede Arabiske Emirater"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Afghansk afghani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "afghansk afghani"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "albansk lek"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "armensk dram"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "Nederlandske Antiller-gylden"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "angolansk kwanza"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "Angolansk kwanza (1977–1990)"
38
- ],
39
- "AON": [
40
- "AON",
41
- "Angolansk nye kwanza (1990–2000)"
42
- ],
43
- "AOR": [
44
- "AOR",
45
- "Angolansk kwanza (1995–1999)"
46
- ],
47
- "ARA": [
48
- "ARA",
49
- "Argentinsk austral"
50
- ],
51
- "ARP": [
52
- "ARP",
53
- "Argentinsk peso (1983–1985)"
54
- ],
55
- "ARS": [
56
- "ARS",
57
- "argentinsk peso"
58
- ],
59
- "ATS": [
60
- "ATS",
61
- "Østrigsk schilling"
62
- ],
63
- "AUD": [
64
- "AU$",
65
- "australsk dollar"
66
- ],
67
- "AWG": [
68
- "AWG",
69
- "arubansk florin"
70
- ],
71
- "AZM": [
72
- "AZM",
73
- "Aserbajdsjansk manat (1993–2006)"
74
- ],
75
- "AZN": [
76
- "AZN",
77
- "aserbajdsjansk manat"
78
- ],
79
- "BAD": [
80
- "BAD",
81
- "Bosnien-Hercegovinsk dinar"
82
- ],
83
- "BAM": [
84
- "BAM",
85
- "bosnien-hercegovinsk konvertibel mark"
86
- ],
87
- "BBD": [
88
- "BBD",
89
- "barbadisk dollar"
90
- ],
91
- "BDT": [
92
- "BDT",
93
- "bangladeshisk taka"
94
- ],
95
- "BEC": [
96
- "BEC",
97
- "Belgisk franc (konvertibel)"
98
- ],
99
- "BEF": [
100
- "BEF",
101
- "Belgisk franc"
102
- ],
103
- "BEL": [
104
- "BEL",
105
- "Belgisk franc (financial)"
106
- ],
107
- "BGL": [
108
- "BGL",
109
- "Bulgarsk hard lev"
110
- ],
111
- "BGN": [
112
- "BGN",
113
- "bulgarsk lev"
114
- ],
115
- "BHD": [
116
- "BHD",
117
- "bahrainsk dinar"
118
- ],
119
- "BIF": [
120
- "BIF",
121
- "burundisk franc"
122
- ],
123
- "BMD": [
124
- "BMD",
125
- "bermudansk dollar"
126
- ],
127
- "BND": [
128
- "BND",
129
- "bruneisk dollar"
130
- ],
131
- "BOB": [
132
- "BOB",
133
- "boliviansk boliviano"
134
- ],
135
- "BOP": [
136
- "BOP",
137
- "Boliviansk peso"
138
- ],
139
- "BOV": [
140
- "BOV",
141
- "Boliviansk mvdol"
142
- ],
143
- "BRB": [
144
- "BRB",
145
- "Brasiliansk cruzeiro novo (1967–1986)"
146
- ],
147
- "BRC": [
148
- "BRC",
149
- "Brasiliansk cruzado (1986–1989)"
150
- ],
151
- "BRE": [
152
- "BRE",
153
- "Brasiliansk cruzeiro (1990–1993)"
154
- ],
155
- "BRL": [
156
- "R$",
157
- "brasiliansk real"
158
- ],
159
- "BRN": [
160
- "BRN",
161
- "Brasiliansk cruzado novo (1989–1990)"
162
- ],
163
- "BRR": [
164
- "BRR",
165
- "Brasiliansk cruzeiro (1993–1994)"
166
- ],
167
- "BSD": [
168
- "BSD",
169
- "bahamansk dollar"
170
- ],
171
- "BTN": [
172
- "BTN",
173
- "bhutansk ngultrum"
174
- ],
175
- "BUK": [
176
- "BUK",
177
- "Burmesisk kyat"
178
- ],
179
- "BWP": [
180
- "BWP",
181
- "botswansk pula"
182
- ],
183
- "BYB": [
184
- "BYB",
185
- "Hviderussisk rubel (1994–1999)"
186
- ],
187
- "BYN": [
188
- "BYN",
189
- "hviderussisk rubel"
190
- ],
191
- "BYR": [
192
- "BYR",
193
- "hviderussisk rubel (2000–2016)"
194
- ],
195
- "BZD": [
196
- "BZD",
197
- "belizisk dollar"
198
- ],
199
- "CAD": [
200
- "CA$",
201
- "canadisk dollar"
202
- ],
203
- "CDF": [
204
- "CDF",
205
- "congolesisk franc"
206
- ],
207
- "CHE": [
208
- "CHE",
209
- "WIR euro"
210
- ],
211
- "CHF": [
212
- "CHF",
213
- "schweizerfranc"
214
- ],
215
- "CHW": [
216
- "CHW",
217
- "WIR franc"
218
- ],
219
- "CLP": [
220
- "CLP",
221
- "chilensk peso"
222
- ],
223
- "CNH": [
224
- "CNH",
225
- "kinesisk yuan (offshore)"
226
- ],
227
- "CNY": [
228
- "CN¥",
229
- "kinesisk yuan"
230
- ],
231
- "COP": [
232
- "COP",
233
- "colombiansk peso"
234
- ],
235
- "CRC": [
236
- "CRC",
237
- "costaricansk colón"
238
- ],
239
- "CSD": [
240
- "CSD",
241
- "Serbisk dinar (2002–2006)"
242
- ],
243
- "CSK": [
244
- "CSK",
245
- "Tjekkoslovakisk hard koruna"
246
- ],
247
- "CUC": [
248
- "CUC",
249
- "cubansk konvertibel peso"
250
- ],
251
- "CUP": [
252
- "CUP",
253
- "cubansk peso"
254
- ],
255
- "CVE": [
256
- "CVE",
257
- "kapverdisk escudo"
258
- ],
259
- "CYP": [
260
- "CYP",
261
- "Cypriotisk pund"
262
- ],
263
- "CZK": [
264
- "CZK",
265
- "tjekkisk koruna"
266
- ],
267
- "DDM": [
268
- "DDM",
269
- "Østtysk mark"
270
- ],
271
- "DEM": [
272
- "DEM",
273
- "Tysk mark"
274
- ],
275
- "DJF": [
276
- "DJF",
277
- "djiboutisk franc"
278
- ],
279
- "DKK": [
280
- "kr.",
281
- "dansk krone"
282
- ],
283
- "DOP": [
284
- "DOP",
285
- "dominikansk peso"
286
- ],
287
- "DZD": [
288
- "DZD",
289
- "algerisk dinar"
290
- ],
291
- "ECS": [
292
- "ECS",
293
- "Ecuadoriansk sucre"
294
- ],
295
- "EEK": [
296
- "EEK",
297
- "Estisk kroon"
298
- ],
299
- "EGP": [
300
- "EGP",
301
- "egyptisk pund"
302
- ],
303
- "ERN": [
304
- "ERN",
305
- "eritreisk nakfa"
306
- ],
307
- "ESA": [
308
- "ESA",
309
- "Spansk peseta (A–konto)"
310
- ],
311
- "ESB": [
312
- "ESB",
313
- "Spansk peseta (konvertibel konto)"
314
- ],
315
- "ESP": [
316
- "ESP",
317
- "Spansk peseta"
318
- ],
319
- "ETB": [
320
- "ETB",
321
- "etiopisk birr"
322
- ],
323
- "EUR": [
324
- "€",
325
- "euro"
326
- ],
327
- "FIM": [
328
- "FIM",
329
- "Finsk mark"
330
- ],
331
- "FJD": [
332
- "FJD",
333
- "fijiansk dollar"
334
- ],
335
- "FKP": [
336
- "FKP",
337
- "pund fra Falklandsøerne"
338
- ],
339
- "FRF": [
340
- "FRF",
341
- "Fransk franc"
342
- ],
343
- "GBP": [
344
- "£",
345
- "britisk pund"
346
- ],
347
- "GEK": [
348
- "GEK",
349
- "Georgisk kupon larit"
350
- ],
351
- "GEL": [
352
- "GEL",
353
- "georgisk lari"
354
- ],
355
- "GHC": [
356
- "GHC",
357
- "Ghanesisk cedi (1979–2007)"
358
- ],
359
- "GHS": [
360
- "GHS",
361
- "ghanesisk cedi"
362
- ],
363
- "GIP": [
364
- "GIP",
365
- "gibraltarisk pund"
366
- ],
367
- "GMD": [
368
- "GMD",
369
- "gambisk dalasi"
370
- ],
371
- "GNF": [
372
- "GNF",
373
- "guineansk franc"
374
- ],
375
- "GNS": [
376
- "GNS",
377
- "Guineansk syli"
378
- ],
379
- "GQE": [
380
- "GQE",
381
- "Ækvatorialguineask ekwele"
382
- ],
383
- "GRD": [
384
- "GRD",
385
- "Græsk drakme"
386
- ],
387
- "GTQ": [
388
- "GTQ",
389
- "guatemalansk quetzal"
390
- ],
391
- "GWE": [
392
- "GWE",
393
- "Portugisisk guinea escudo"
394
- ],
395
- "GWP": [
396
- "GWP",
397
- "Guineansk peso"
398
- ],
399
- "GYD": [
400
- "GYD",
401
- "guyansk dollar"
402
- ],
403
- "HKD": [
404
- "HK$",
405
- "hongkongsk dollar"
406
- ],
407
- "HNL": [
408
- "HNL",
409
- "honduransk lempira"
410
- ],
411
- "HRD": [
412
- "HRD",
413
- "Kroatisk dinar"
414
- ],
415
- "HRK": [
416
- "HRK",
417
- "kroatisk kuna"
418
- ],
419
- "HTG": [
420
- "HTG",
421
- "haitisk gourde"
422
- ],
423
- "HUF": [
424
- "HUF",
425
- "ungarsk forint"
426
- ],
427
- "IDR": [
428
- "IDR",
429
- "indonesisk rupiah"
430
- ],
431
- "IEP": [
432
- "IEP",
433
- "Irsk pund"
434
- ],
435
- "ILP": [
436
- "ILP",
437
- "Israelsk pund"
438
- ],
439
- "ILS": [
440
- "₪",
441
- "ny israelsk shekel"
442
- ],
443
- "INR": [
444
- "₹",
445
- "indisk rupee"
446
- ],
447
- "IQD": [
448
- "IQD",
449
- "irakisk dinar"
450
- ],
451
- "IRR": [
452
- "IRR",
453
- "iransk rial"
454
- ],
455
- "ISK": [
456
- "ISK",
457
- "islandsk krone"
458
- ],
459
- "ITL": [
460
- "ITL",
461
- "Italiensk lire"
462
- ],
463
- "JMD": [
464
- "JMD",
465
- "jamaicansk dollar"
466
- ],
467
- "JOD": [
468
- "JOD",
469
- "jordansk dinar"
470
- ],
471
- "JPY": [
472
- "JP¥",
473
- "japansk yen"
474
- ],
475
- "KES": [
476
- "KES",
477
- "kenyansk shilling"
478
- ],
479
- "KGS": [
480
- "KGS",
481
- "kirgisisk som"
482
- ],
483
- "KHR": [
484
- "KHR",
485
- "cambodjansk riel"
486
- ],
487
- "KMF": [
488
- "KMF",
489
- "comorisk franc"
490
- ],
491
- "KPW": [
492
- "KPW",
493
- "nordkoreansk won"
494
- ],
495
- "KRW": [
496
- "₩",
497
- "sydkoreansk won"
498
- ],
499
- "KWD": [
500
- "KWD",
501
- "kuwaitisk dinar"
502
- ],
503
- "KYD": [
504
- "KYD",
505
- "caymansk dollar"
506
- ],
507
- "KZT": [
508
- "KZT",
509
- "kasakhisk tenge"
510
- ],
511
- "LAK": [
512
- "LAK",
513
- "laotisk kip"
514
- ],
515
- "LBP": [
516
- "LBP",
517
- "libanesisk pund"
518
- ],
519
- "LKR": [
520
- "LKR",
521
- "srilankansk rupee"
522
- ],
523
- "LRD": [
524
- "LRD",
525
- "liberisk dollar"
526
- ],
527
- "LSL": [
528
- "LSL",
529
- "Lesothisk loti"
530
- ],
531
- "LTL": [
532
- "LTL",
533
- "Litauisk litas"
534
- ],
535
- "LTT": [
536
- "LTT",
537
- "Litauisk talonas"
538
- ],
539
- "LUC": [
540
- "LUC",
541
- "Luxembourgsk konvertibel franc"
542
- ],
543
- "LUF": [
544
- "LUF",
545
- "Luxembourgsk franc"
546
- ],
547
- "LUL": [
548
- "LUL",
549
- "Luxembourgsk finansiel franc"
550
- ],
551
- "LVL": [
552
- "LVL",
553
- "Lettisk lat"
554
- ],
555
- "LVR": [
556
- "LVR",
557
- "Lettisk rubel"
558
- ],
559
- "LYD": [
560
- "LYD",
561
- "libysk dinar"
562
- ],
563
- "MAD": [
564
- "MAD",
565
- "marokkansk dirham"
566
- ],
567
- "MAF": [
568
- "MAF",
569
- "Marokkansk franc"
570
- ],
571
- "MDL": [
572
- "MDL",
573
- "moldovisk leu"
574
- ],
575
- "MGA": [
576
- "MGA",
577
- "madagaskisk ariary"
578
- ],
579
- "MGF": [
580
- "MGF",
581
- "Madagaskisk franc"
582
- ],
583
- "MKD": [
584
- "MKD",
585
- "makedonsk denar"
586
- ],
587
- "MLF": [
588
- "MLF",
589
- "Malisk franc"
590
- ],
591
- "MMK": [
592
- "MMK",
593
- "myanmarsk kyat"
594
- ],
595
- "MNT": [
596
- "MNT",
597
- "mongolsk tugrik"
598
- ],
599
- "MOP": [
600
- "MOP",
601
- "macaosk pataca"
602
- ],
603
- "MRO": [
604
- "MRO",
605
- "mauritansk ouguiya (1973–2017)"
606
- ],
607
- "MRU": [
608
- "MRU",
609
- "mauritansk ouguiya"
610
- ],
611
- "MTL": [
612
- "MTL",
613
- "Maltesisk lira"
614
- ],
615
- "MTP": [
616
- "MTP",
617
- "Maltesisk pund"
618
- ],
619
- "MUR": [
620
- "MUR",
621
- "mauritisk rupee"
622
- ],
623
- "MVR": [
624
- "MVR",
625
- "maldivisk rufiyaa"
626
- ],
627
- "MWK": [
628
- "MWK",
629
- "malawisk kwacha"
630
- ],
631
- "MXN": [
632
- "MX$",
633
- "mexicansk peso"
634
- ],
635
- "MXP": [
636
- "MXP",
637
- "Mexicansk silver peso (1861–1992)"
638
- ],
639
- "MYR": [
640
- "MYR",
641
- "malaysisk ringgit"
642
- ],
643
- "MZE": [
644
- "MZE",
645
- "Mozambiquisk escudo"
646
- ],
647
- "MZM": [
648
- "MZM",
649
- "Mozambiquisk metical (1980–2006)"
650
- ],
651
- "MZN": [
652
- "MZN",
653
- "mozambiquisk metical"
654
- ],
655
- "NAD": [
656
- "NAD",
657
- "namibisk dollar"
658
- ],
659
- "NGN": [
660
- "NGN",
661
- "nigeriansk naira"
662
- ],
663
- "NIC": [
664
- "NIC",
665
- "Nicaraguansk cordoba (1988–1991)"
666
- ],
667
- "NIO": [
668
- "NIO",
669
- "nicaraguansk cordoba"
670
- ],
671
- "NLG": [
672
- "NLG",
673
- "Hollandsk guilder"
674
- ],
675
- "NOK": [
676
- "NOK",
677
- "norsk krone"
678
- ],
679
- "NPR": [
680
- "NPR",
681
- "nepalesisk rupee"
682
- ],
683
- "NZD": [
684
- "NZ$",
685
- "newzealandsk dollar"
686
- ],
687
- "OMR": [
688
- "OMR",
689
- "omansk rial"
690
- ],
691
- "PAB": [
692
- "PAB",
693
- "panamansk balboa"
694
- ],
695
- "PEI": [
696
- "PEI",
697
- "peruviansk inti"
698
- ],
699
- "PEN": [
700
- "PEN",
701
- "peruansk sol"
702
- ],
703
- "PES": [
704
- "PES",
705
- "peruviansk sol (1863–1965)"
706
- ],
707
- "PGK": [
708
- "PGK",
709
- "papuansk kina"
710
- ],
711
- "PHP": [
712
- "PHP",
713
- "filippinsk peso"
714
- ],
715
- "PKR": [
716
- "PKR",
717
- "pakistansk rupee"
718
- ],
719
- "PLN": [
720
- "PLN",
721
- "polsk zloty"
722
- ],
723
- "PLZ": [
724
- "PLZ",
725
- "Polsk zloty (1950–1995)"
726
- ],
727
- "PTE": [
728
- "PTE",
729
- "Portugisisk escudo"
730
- ],
731
- "PYG": [
732
- "PYG",
733
- "paraguaysk guarani"
734
- ],
735
- "QAR": [
736
- "QAR",
737
- "qatarsk rial"
738
- ],
739
- "ROL": [
740
- "ROL",
741
- "Rumænsk leu (1952–2006)"
742
- ],
743
- "RON": [
744
- "RON",
745
- "rumænsk leu"
746
- ],
747
- "RSD": [
748
- "RSD",
749
- "serbisk dinar"
750
- ],
751
- "RUB": [
752
- "RUB",
753
- "russisk rubel"
754
- ],
755
- "RUR": [
756
- "RUR",
757
- "Russisk rubel (1991–1998)"
758
- ],
759
- "RWF": [
760
- "RWF",
761
- "rwandisk franc"
762
- ],
763
- "SAR": [
764
- "SAR",
765
- "saudiarabisk riyal"
766
- ],
767
- "SBD": [
768
- "SBD",
769
- "salomonsk dollar"
770
- ],
771
- "SCR": [
772
- "SCR",
773
- "seychellisk rupee"
774
- ],
775
- "SDD": [
776
- "SDD",
777
- "Sudansk dinar (1992–2007)"
778
- ],
779
- "SDG": [
780
- "SDG",
781
- "sudansk pund"
782
- ],
783
- "SDP": [
784
- "SDP",
785
- "Sudansk pund (1957–1998)"
786
- ],
787
- "SEK": [
788
- "SEK",
789
- "svensk krone"
790
- ],
791
- "SGD": [
792
- "SGD",
793
- "singaporeansk dollar"
794
- ],
795
- "SHP": [
796
- "SHP",
797
- "pund fra Saint Helena"
798
- ],
799
- "SIT": [
800
- "SIT",
801
- "Slovensk tolar"
802
- ],
803
- "SKK": [
804
- "SKK",
805
- "Slovakisk koruna"
806
- ],
807
- "SLL": [
808
- "SLL",
809
- "sierraleonsk leone"
810
- ],
811
- "SOS": [
812
- "SOS",
813
- "somalisk shilling"
814
- ],
815
- "SRD": [
816
- "SRD",
817
- "surinamsk dollar"
818
- ],
819
- "SRG": [
820
- "SRG",
821
- "Surinamsk guilder"
822
- ],
823
- "SSP": [
824
- "SSP",
825
- "sydsudansk pund"
826
- ],
827
- "STD": [
828
- "STD",
829
- "dobra fra Sao Tome og Principe (1977–2017)"
830
- ],
831
- "STN": [
832
- "STN",
833
- "dobra fra Sao Tome og Principe"
834
- ],
835
- "SUR": [
836
- "SUR",
837
- "Sovjetisk rubel"
838
- ],
839
- "SVC": [
840
- "SVC",
841
- "Salvadoransk colon"
842
- ],
843
- "SYP": [
844
- "SYP",
845
- "syrisk pund"
846
- ],
847
- "SZL": [
848
- "SZL",
849
- "swazilandsk lilangeni"
850
- ],
851
- "THB": [
852
- "฿",
853
- "thailandsk baht"
854
- ],
855
- "TJR": [
856
- "TJR",
857
- "Tadsjikisk rubel"
858
- ],
859
- "TJS": [
860
- "TJS",
861
- "tadsjikisk somoni"
862
- ],
863
- "TMM": [
864
- "TMM",
865
- "Turkmensk manat (1993–2009)"
866
- ],
867
- "TMT": [
868
- "TMT",
869
- "turkmensk manat"
870
- ],
871
- "TND": [
872
- "TND",
873
- "tunesisk dinar"
874
- ],
875
- "TOP": [
876
- "TOP",
877
- "tongansk paʻanga"
878
- ],
879
- "TPE": [
880
- "TPE",
881
- "Escudo fra Timor"
882
- ],
883
- "TRL": [
884
- "TRL",
885
- "Tyrkisk lire (1922–2005)"
886
- ],
887
- "TRY": [
888
- "TRY",
889
- "tyrkisk lira"
890
- ],
891
- "TTD": [
892
- "TTD",
893
- "dollar fra Trinidad og Tobago"
894
- ],
895
- "TWD": [
896
- "NT$",
897
- "ny taiwansk dollar"
898
- ],
899
- "TZS": [
900
- "TZS",
901
- "tanzanisk shilling"
902
- ],
903
- "UAH": [
904
- "UAH",
905
- "ukrainsk grynia"
906
- ],
907
- "UAK": [
908
- "UAK",
909
- "Ukrainsk karbovanetz"
910
- ],
911
- "UGS": [
912
- "UGS",
913
- "Ugandisk shilling (1966–1987)"
914
- ],
915
- "UGX": [
916
- "UGX",
917
- "ugandisk shilling"
918
- ],
919
- "USD": [
920
- "US$",
921
- "amerikansk dollar"
922
- ],
923
- "USN": [
924
- "USN",
925
- "Amerikansk dollar (næste dag)"
926
- ],
927
- "USS": [
928
- "USS",
929
- "Amerikansk dollar (samme dag)"
930
- ],
931
- "UYP": [
932
- "UYP",
933
- "Uruguayansk peso (1975–1993)"
934
- ],
935
- "UYU": [
936
- "UYU",
937
- "uruguayansk peso"
938
- ],
939
- "UZS": [
940
- "UZS",
941
- "usbekisk sum"
942
- ],
943
- "VEB": [
944
- "VEB",
945
- "Venezuelansk bolivar (1871–2008)"
946
- ],
947
- "VEF": [
948
- "VEF",
949
- "venezuelansk bolivar (2008–2018)"
950
- ],
951
- "VES": [
952
- "VES",
953
- "venezuelansk bolivar"
954
- ],
955
- "VND": [
956
- "₫",
957
- "vietnamesisk dong"
958
- ],
959
- "VUV": [
960
- "VUV",
961
- "vanuaisk vatu"
962
- ],
963
- "WST": [
964
- "WST",
965
- "samoansk tala"
966
- ],
967
- "XAF": [
968
- "FCFA",
969
- "CFA-franc (BEAC)"
970
- ],
971
- "XCD": [
972
- "EC$",
973
- "østkaribisk dollar"
974
- ],
975
- "XEU": [
976
- "XEU",
977
- "ECU"
978
- ],
979
- "XFO": [
980
- "XFO",
981
- "Fransk guldfranc"
982
- ],
983
- "XFU": [
984
- "XFU",
985
- "Fransk UIC-franc"
986
- ],
987
- "XOF": [
988
- "CFA",
989
- "CFA-franc BCEAO"
990
- ],
991
- "XPF": [
992
- "CFPF",
993
- "CFP-franc"
994
- ],
995
- "XRE": [
996
- "XRE",
997
- "RINET-fond"
998
- ],
999
- "YDD": [
1000
- "YDD",
1001
- "Yemenitisk dinar"
1002
- ],
1003
- "YER": [
1004
- "YER",
1005
- "yemenitisk rial"
1006
- ],
1007
- "YUD": [
1008
- "YUD",
1009
- "Jugoslavisk hard dinar (1966–1990)"
1010
- ],
1011
- "YUM": [
1012
- "YUM",
1013
- "Jugoslavisk noviy dinar (1994–2002)"
1014
- ],
1015
- "YUN": [
1016
- "YUN",
1017
- "Jugoslavisk konvertibel dinar (1990–1992)"
1018
- ],
1019
- "ZAL": [
1020
- "ZAL",
1021
- "Sydafrikansk rand (financial)"
1022
- ],
1023
- "ZAR": [
1024
- "ZAR",
1025
- "sydafrikansk rand"
1026
- ],
1027
- "ZMK": [
1028
- "ZMK",
1029
- "Zambisk kwacha (1968–2012)"
1030
- ],
1031
- "ZMW": [
1032
- "ZMW",
1033
- "zambisk kwacha"
1034
- ],
1035
- "ZRN": [
1036
- "ZRN",
1037
- "Ny zairisk zaire (1993–1998)"
1038
- ],
1039
- "ZRZ": [
1040
- "ZRZ",
1041
- "Zairisk zaire (1971–1993)"
1042
- ],
1043
- "ZWD": [
1044
- "ZWD",
1045
- "Zimbabwisk dollar (1980–2008)"
1046
- ],
1047
- "ZWL": [
1048
- "ZWL",
1049
- "Zimbabwisk dollar (2009)"
1050
- ],
1051
- "ZWR": [
1052
- "ZWR",
1053
- "Zimbabwisk dollar (2008)"
1054
- ]
1055
- }
1056
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/de.json DELETED
@@ -1,1160 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andorranische Pesete"
6
- ],
7
- "AED": [
8
- "AED",
9
- "VAE-Dirham"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Afghanische Afghani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Afghanischer Afghani"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "Albanischer Lek (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "Albanischer Lek"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "Armenischer Dram"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "Niederländische-Antillen-Gulden"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "Angolanischer Kwanza"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "Angolanischer Kwanza (1977–1990)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "Angolanischer Neuer Kwanza (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "Angolanischer Kwanza Reajustado (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "Argentinischer Austral"
54
- ],
55
- "ARL": [
56
- "ARL",
57
- "Argentinischer Peso Ley (1970–1983)"
58
- ],
59
- "ARM": [
60
- "ARM",
61
- "Argentinischer Peso (1881–1970)"
62
- ],
63
- "ARP": [
64
- "ARP",
65
- "Argentinischer Peso (1983–1985)"
66
- ],
67
- "ARS": [
68
- "ARS",
69
- "Argentinischer Peso"
70
- ],
71
- "ATS": [
72
- "öS",
73
- "Österreichischer Schilling"
74
- ],
75
- "AUD": [
76
- "AU$",
77
- "Australischer Dollar"
78
- ],
79
- "AWG": [
80
- "AWG",
81
- "Aruba-Florin"
82
- ],
83
- "AZM": [
84
- "AZM",
85
- "Aserbaidschan-Manat (1993–2006)"
86
- ],
87
- "AZN": [
88
- "AZN",
89
- "Aserbaidschan-Manat"
90
- ],
91
- "BAD": [
92
- "BAD",
93
- "Bosnien und Herzegowina Dinar (1992–1994)"
94
- ],
95
- "BAM": [
96
- "BAM",
97
- "Bosnien und Herzegowina Konvertierbare Mark"
98
- ],
99
- "BAN": [
100
- "BAN",
101
- "Bosnien und Herzegowina Neuer Dinar (1994–1997)"
102
- ],
103
- "BBD": [
104
- "BBD",
105
- "Barbados-Dollar"
106
- ],
107
- "BDT": [
108
- "BDT",
109
- "Bangladesch-Taka"
110
- ],
111
- "BEC": [
112
- "BEC",
113
- "Belgischer Franc (konvertibel)"
114
- ],
115
- "BEF": [
116
- "BEF",
117
- "Belgischer Franc"
118
- ],
119
- "BEL": [
120
- "BEL",
121
- "Belgischer Finanz-Franc"
122
- ],
123
- "BGL": [
124
- "BGL",
125
- "Bulgarische Lew (1962–1999)"
126
- ],
127
- "BGM": [
128
- "BGK",
129
- "Bulgarischer Lew (1952–1962)"
130
- ],
131
- "BGN": [
132
- "BGN",
133
- "Bulgarischer Lew"
134
- ],
135
- "BGO": [
136
- "BGJ",
137
- "Bulgarischer Lew (1879–1952)"
138
- ],
139
- "BHD": [
140
- "BHD",
141
- "Bahrain-Dinar"
142
- ],
143
- "BIF": [
144
- "BIF",
145
- "Burundi-Franc"
146
- ],
147
- "BMD": [
148
- "BMD",
149
- "Bermuda-Dollar"
150
- ],
151
- "BND": [
152
- "BND",
153
- "Brunei-Dollar"
154
- ],
155
- "BOB": [
156
- "BOB",
157
- "Bolivianischer Boliviano"
158
- ],
159
- "BOL": [
160
- "BOL",
161
- "Bolivianischer Boliviano (1863–1963)"
162
- ],
163
- "BOP": [
164
- "BOP",
165
- "Bolivianischer Peso"
166
- ],
167
- "BOV": [
168
- "BOV",
169
- "Boliviansiche Mvdol"
170
- ],
171
- "BRB": [
172
- "BRB",
173
- "Brasilianischer Cruzeiro Novo (1967–1986)"
174
- ],
175
- "BRC": [
176
- "BRC",
177
- "Brasilianischer Cruzado (1986–1989)"
178
- ],
179
- "BRE": [
180
- "BRE",
181
- "Brasilianischer Cruzeiro (1990–1993)"
182
- ],
183
- "BRL": [
184
- "R$",
185
- "Brasilianischer Real"
186
- ],
187
- "BRN": [
188
- "BRN",
189
- "Brasilianischer Cruzado Novo (1989–1990)"
190
- ],
191
- "BRR": [
192
- "BRR",
193
- "Brasilianischer Cruzeiro (1993–1994)"
194
- ],
195
- "BRZ": [
196
- "BRZ",
197
- "Brasilianischer Cruzeiro (1942–1967)"
198
- ],
199
- "BSD": [
200
- "BSD",
201
- "Bahamas-Dollar"
202
- ],
203
- "BTN": [
204
- "BTN",
205
- "Bhutan-Ngultrum"
206
- ],
207
- "BUK": [
208
- "BUK",
209
- "Birmanischer Kyat"
210
- ],
211
- "BWP": [
212
- "BWP",
213
- "Botswanischer Pula"
214
- ],
215
- "BYB": [
216
- "BYB",
217
- "Belarus-Rubel (1994–1999)"
218
- ],
219
- "BYN": [
220
- "BYN",
221
- "Weißrussischer Rubel"
222
- ],
223
- "BYR": [
224
- "BYR",
225
- "Weißrussischer Rubel (2000–2016)"
226
- ],
227
- "BZD": [
228
- "BZD",
229
- "Belize-Dollar"
230
- ],
231
- "CAD": [
232
- "CA$",
233
- "Kanadischer Dollar"
234
- ],
235
- "CDF": [
236
- "CDF",
237
- "Kongo-Franc"
238
- ],
239
- "CHE": [
240
- "CHE",
241
- "WIR-Euro"
242
- ],
243
- "CHF": [
244
- "CHF",
245
- "Schweizer Franken"
246
- ],
247
- "CHW": [
248
- "CHW",
249
- "WIR Franken"
250
- ],
251
- "CLE": [
252
- "CLE",
253
- "Chilenischer Escudo"
254
- ],
255
- "CLF": [
256
- "CLF",
257
- "Chilenische Unidades de Fomento"
258
- ],
259
- "CLP": [
260
- "CLP",
261
- "Chilenischer Peso"
262
- ],
263
- "CNH": [
264
- "CNH",
265
- "Renminbi Yuan (Off–Shore)"
266
- ],
267
- "CNX": [
268
- "CNX",
269
- "Dollar der Chinesischen Volksbank"
270
- ],
271
- "CNY": [
272
- "CN¥",
273
- "Renminbi Yuan"
274
- ],
275
- "COP": [
276
- "COP",
277
- "Kolumbianischer Peso"
278
- ],
279
- "COU": [
280
- "COU",
281
- "Kolumbianische Unidades de valor real"
282
- ],
283
- "CRC": [
284
- "CRC",
285
- "Costa-Rica-Colón"
286
- ],
287
- "CSD": [
288
- "CSD",
289
- "Serbischer Dinar (2002–2006)"
290
- ],
291
- "CSK": [
292
- "CSK",
293
- "Tschechoslowakische Krone"
294
- ],
295
- "CUC": [
296
- "CUC",
297
- "Kubanischer Peso (konvertibel)"
298
- ],
299
- "CUP": [
300
- "CUP",
301
- "Kubanischer Peso"
302
- ],
303
- "CVE": [
304
- "CVE",
305
- "Cabo-Verde-Escudo"
306
- ],
307
- "CYP": [
308
- "CYP",
309
- "Zypern-Pfund"
310
- ],
311
- "CZK": [
312
- "CZK",
313
- "Tschechische Krone"
314
- ],
315
- "DDM": [
316
- "DDM",
317
- "Mark der DDR"
318
- ],
319
- "DEM": [
320
- "DM",
321
- "Deutsche Mark"
322
- ],
323
- "DJF": [
324
- "DJF",
325
- "Dschibuti-Franc"
326
- ],
327
- "DKK": [
328
- "DKK",
329
- "Dänische Krone"
330
- ],
331
- "DOP": [
332
- "DOP",
333
- "Dominikanischer Peso"
334
- ],
335
- "DZD": [
336
- "DZD",
337
- "Algerischer Dinar"
338
- ],
339
- "ECS": [
340
- "ECS",
341
- "Ecuadorianischer Sucre"
342
- ],
343
- "ECV": [
344
- "ECV",
345
- "Verrechnungseinheit für Ecuador"
346
- ],
347
- "EEK": [
348
- "EEK",
349
- "Estnische Krone"
350
- ],
351
- "EGP": [
352
- "EGP",
353
- "Ägyptisches Pfund"
354
- ],
355
- "ERN": [
356
- "ERN",
357
- "Eritreischer Nakfa"
358
- ],
359
- "ESA": [
360
- "ESA",
361
- "Spanische Peseta (A–Konten)"
362
- ],
363
- "ESB": [
364
- "ESB",
365
- "Spanische Peseta (konvertibel)"
366
- ],
367
- "ESP": [
368
- "ESP",
369
- "Spanische Peseta"
370
- ],
371
- "ETB": [
372
- "ETB",
373
- "Äthiopischer Birr"
374
- ],
375
- "EUR": [
376
- "€",
377
- "Euro"
378
- ],
379
- "FIM": [
380
- "FIM",
381
- "Finnische Mark"
382
- ],
383
- "FJD": [
384
- "FJD",
385
- "Fidschi-Dollar"
386
- ],
387
- "FKP": [
388
- "FKP",
389
- "Falkland-Pfund"
390
- ],
391
- "FRF": [
392
- "FRF",
393
- "Französischer Franc"
394
- ],
395
- "GBP": [
396
- "£",
397
- "Britisches Pfund"
398
- ],
399
- "GEK": [
400
- "GEK",
401
- "Georgischer Kupon Larit"
402
- ],
403
- "GEL": [
404
- "GEL",
405
- "Georgischer Lari"
406
- ],
407
- "GHC": [
408
- "GHC",
409
- "Ghanaischer Cedi (1979–2007)"
410
- ],
411
- "GHS": [
412
- "GHS",
413
- "Ghanaischer Cedi"
414
- ],
415
- "GIP": [
416
- "GIP",
417
- "Gibraltar-Pfund"
418
- ],
419
- "GMD": [
420
- "GMD",
421
- "Gambia-Dalasi"
422
- ],
423
- "GNF": [
424
- "GNF",
425
- "Guinea-Franc"
426
- ],
427
- "GNS": [
428
- "GNS",
429
- "Guineischer Syli"
430
- ],
431
- "GQE": [
432
- "GQE",
433
- "Äquatorialguinea-Ekwele"
434
- ],
435
- "GRD": [
436
- "GRD",
437
- "Griechische Drachme"
438
- ],
439
- "GTQ": [
440
- "GTQ",
441
- "Guatemaltekischer Quetzal"
442
- ],
443
- "GWE": [
444
- "GWE",
445
- "Portugiesisch Guinea Escudo"
446
- ],
447
- "GWP": [
448
- "GWP",
449
- "Guinea-Bissau Peso"
450
- ],
451
- "GYD": [
452
- "GYD",
453
- "Guyana-Dollar"
454
- ],
455
- "HKD": [
456
- "HK$",
457
- "Hongkong-Dollar"
458
- ],
459
- "HNL": [
460
- "HNL",
461
- "Honduras-Lempira"
462
- ],
463
- "HRD": [
464
- "HRD",
465
- "Kroatischer Dinar"
466
- ],
467
- "HRK": [
468
- "HRK",
469
- "Kroatischer Kuna"
470
- ],
471
- "HTG": [
472
- "HTG",
473
- "Haitianische Gourde"
474
- ],
475
- "HUF": [
476
- "HUF",
477
- "Ungarischer Forint"
478
- ],
479
- "IDR": [
480
- "IDR",
481
- "Indonesische Rupiah"
482
- ],
483
- "IEP": [
484
- "IEP",
485
- "Irisches Pfund"
486
- ],
487
- "ILP": [
488
- "ILP",
489
- "Israelisches Pfund"
490
- ],
491
- "ILR": [
492
- "ILR",
493
- "Israelischer Schekel (1980–1985)"
494
- ],
495
- "ILS": [
496
- "₪",
497
- "Israelischer Neuer Schekel"
498
- ],
499
- "INR": [
500
- "₹",
501
- "Indische Rupie"
502
- ],
503
- "IQD": [
504
- "IQD",
505
- "Irakischer Dinar"
506
- ],
507
- "IRR": [
508
- "IRR",
509
- "Iranischer Rial"
510
- ],
511
- "ISJ": [
512
- "ISJ",
513
- "Isländische Krone (1918–1981)"
514
- ],
515
- "ISK": [
516
- "ISK",
517
- "Isländische Krone"
518
- ],
519
- "ITL": [
520
- "ITL",
521
- "Italienische Lira"
522
- ],
523
- "JMD": [
524
- "JMD",
525
- "Jamaika-Dollar"
526
- ],
527
- "JOD": [
528
- "JOD",
529
- "Jordanischer Dinar"
530
- ],
531
- "JPY": [
532
- "¥",
533
- "Japanischer Yen"
534
- ],
535
- "KES": [
536
- "KES",
537
- "Kenia-Schilling"
538
- ],
539
- "KGS": [
540
- "KGS",
541
- "Kirgisischer Som"
542
- ],
543
- "KHR": [
544
- "KHR",
545
- "Kambodschanischer Riel"
546
- ],
547
- "KMF": [
548
- "KMF",
549
- "Komoren-Franc"
550
- ],
551
- "KPW": [
552
- "KPW",
553
- "Nordkoreanischer Won"
554
- ],
555
- "KRH": [
556
- "KRH",
557
- "Südkoreanischer Hwan (1953–1962)"
558
- ],
559
- "KRO": [
560
- "KRO",
561
- "Südkoreanischer Won (1945–1953)"
562
- ],
563
- "KRW": [
564
- "₩",
565
- "Südkoreanischer Won"
566
- ],
567
- "KWD": [
568
- "KWD",
569
- "Kuwait-Dinar"
570
- ],
571
- "KYD": [
572
- "KYD",
573
- "Kaiman-Dollar"
574
- ],
575
- "KZT": [
576
- "KZT",
577
- "Kasachischer Tenge"
578
- ],
579
- "LAK": [
580
- "LAK",
581
- "Laotischer Kip"
582
- ],
583
- "LBP": [
584
- "LBP",
585
- "Libanesisches Pfund"
586
- ],
587
- "LKR": [
588
- "LKR",
589
- "Sri-Lanka-Rupie"
590
- ],
591
- "LRD": [
592
- "LRD",
593
- "Liberianischer Dollar"
594
- ],
595
- "LSL": [
596
- "LSL",
597
- "Loti"
598
- ],
599
- "LTL": [
600
- "LTL",
601
- "Litauischer Litas"
602
- ],
603
- "LTT": [
604
- "LTT",
605
- "Litauischer Talonas"
606
- ],
607
- "LUC": [
608
- "LUC",
609
- "Luxemburgischer Franc (konvertibel)"
610
- ],
611
- "LUF": [
612
- "LUF",
613
- "Luxemburgischer Franc"
614
- ],
615
- "LUL": [
616
- "LUL",
617
- "Luxemburgischer Finanz-Franc"
618
- ],
619
- "LVL": [
620
- "LVL",
621
- "Lettischer Lats"
622
- ],
623
- "LVR": [
624
- "LVR",
625
- "Lettischer Rubel"
626
- ],
627
- "LYD": [
628
- "LYD",
629
- "Libyscher Dinar"
630
- ],
631
- "MAD": [
632
- "MAD",
633
- "Marokkanischer Dirham"
634
- ],
635
- "MAF": [
636
- "MAF",
637
- "Marokkanischer Franc"
638
- ],
639
- "MCF": [
640
- "MCF",
641
- "Monegassischer Franc"
642
- ],
643
- "MDC": [
644
- "MDC",
645
- "Moldau-Cupon"
646
- ],
647
- "MDL": [
648
- "MDL",
649
- "Moldau-Leu"
650
- ],
651
- "MGA": [
652
- "MGA",
653
- "Madagaskar-Ariary"
654
- ],
655
- "MGF": [
656
- "MGF",
657
- "Madagaskar-Franc"
658
- ],
659
- "MKD": [
660
- "MKD",
661
- "Mazedonischer Denar"
662
- ],
663
- "MKN": [
664
- "MKN",
665
- "Mazedonischer Denar (1992–1993)"
666
- ],
667
- "MLF": [
668
- "MLF",
669
- "Malischer Franc"
670
- ],
671
- "MMK": [
672
- "MMK",
673
- "Myanmarischer Kyat"
674
- ],
675
- "MNT": [
676
- "MNT",
677
- "Mongolischer Tögrög"
678
- ],
679
- "MOP": [
680
- "MOP",
681
- "Macao-Pataca"
682
- ],
683
- "MRO": [
684
- "MRO",
685
- "Mauretanischer Ouguiya (1973–2017)"
686
- ],
687
- "MRU": [
688
- "MRU",
689
- "Mauretanischer Ouguiya"
690
- ],
691
- "MTL": [
692
- "MTL",
693
- "Maltesische Lira"
694
- ],
695
- "MTP": [
696
- "MTP",
697
- "Maltesisches Pfund"
698
- ],
699
- "MUR": [
700
- "MUR",
701
- "Mauritius-Rupie"
702
- ],
703
- "MVP": [
704
- "MVP",
705
- "Malediven-Rupie (alt)"
706
- ],
707
- "MVR": [
708
- "MVR",
709
- "Malediven-Rufiyaa"
710
- ],
711
- "MWK": [
712
- "MWK",
713
- "Malawi-Kwacha"
714
- ],
715
- "MXN": [
716
- "MX$",
717
- "Mexikanischer Peso"
718
- ],
719
- "MXP": [
720
- "MXP",
721
- "Mexikanischer Silber-Peso (1861–1992)"
722
- ],
723
- "MXV": [
724
- "MXV",
725
- "Mexicanischer Unidad de Inversion (UDI)"
726
- ],
727
- "MYR": [
728
- "MYR",
729
- "Malaysischer Ringgit"
730
- ],
731
- "MZE": [
732
- "MZE",
733
- "Mosambikanischer Escudo"
734
- ],
735
- "MZM": [
736
- "MZM",
737
- "Mosambikanischer Metical (1980–2006)"
738
- ],
739
- "MZN": [
740
- "MZN",
741
- "Mosambikanischer Metical"
742
- ],
743
- "NAD": [
744
- "NAD",
745
- "Namibia-Dollar"
746
- ],
747
- "NGN": [
748
- "NGN",
749
- "Nigerianischer Naira"
750
- ],
751
- "NIC": [
752
- "NIC",
753
- "Nicaraguanischer Córdoba (1988–1991)"
754
- ],
755
- "NIO": [
756
- "NIO",
757
- "Nicaragua-Córdoba"
758
- ],
759
- "NLG": [
760
- "NLG",
761
- "Niederländischer Gulden"
762
- ],
763
- "NOK": [
764
- "NOK",
765
- "Norwegische Krone"
766
- ],
767
- "NPR": [
768
- "NPR",
769
- "Nepalesische Rupie"
770
- ],
771
- "NZD": [
772
- "NZ$",
773
- "Neuseeland-Dollar"
774
- ],
775
- "OMR": [
776
- "OMR",
777
- "Omanischer Rial"
778
- ],
779
- "PAB": [
780
- "PAB",
781
- "Panamaischer Balboa"
782
- ],
783
- "PEI": [
784
- "PEI",
785
- "Peruanischer Inti"
786
- ],
787
- "PEN": [
788
- "PEN",
789
- "Peruanischer Sol"
790
- ],
791
- "PES": [
792
- "PES",
793
- "Peruanischer Sol (1863–1965)"
794
- ],
795
- "PGK": [
796
- "PGK",
797
- "Papua-Neuguineischer Kina"
798
- ],
799
- "PHP": [
800
- "PHP",
801
- "Philippinischer Peso"
802
- ],
803
- "PKR": [
804
- "PKR",
805
- "Pakistanische Rupie"
806
- ],
807
- "PLN": [
808
- "PLN",
809
- "Polnischer Złoty"
810
- ],
811
- "PLZ": [
812
- "PLZ",
813
- "Polnischer Zloty (1950–1995)"
814
- ],
815
- "PTE": [
816
- "PTE",
817
- "Portugiesischer Escudo"
818
- ],
819
- "PYG": [
820
- "PYG",
821
- "Paraguayischer Guaraní"
822
- ],
823
- "QAR": [
824
- "QAR",
825
- "Katar-Riyal"
826
- ],
827
- "RHD": [
828
- "RHD",
829
- "Rhodesischer Dollar"
830
- ],
831
- "ROL": [
832
- "ROL",
833
- "Rumänischer Leu (1952–2006)"
834
- ],
835
- "RON": [
836
- "RON",
837
- "Rumänischer Leu"
838
- ],
839
- "RSD": [
840
- "RSD",
841
- "Serbischer Dinar"
842
- ],
843
- "RUB": [
844
- "RUB",
845
- "Russischer Rubel"
846
- ],
847
- "RUR": [
848
- "RUR",
849
- "Russischer Rubel (1991–1998)"
850
- ],
851
- "RWF": [
852
- "RWF",
853
- "Ruanda-Franc"
854
- ],
855
- "SAR": [
856
- "SAR",
857
- "Saudi-Rial"
858
- ],
859
- "SBD": [
860
- "SBD",
861
- "Salomonen-Dollar"
862
- ],
863
- "SCR": [
864
- "SCR",
865
- "Seychellen-Rupie"
866
- ],
867
- "SDD": [
868
- "SDD",
869
- "Sudanesischer Dinar (1992–2007)"
870
- ],
871
- "SDG": [
872
- "SDG",
873
- "Sudanesisches Pfund"
874
- ],
875
- "SDP": [
876
- "SDP",
877
- "Sudanesisches Pfund (1957–1998)"
878
- ],
879
- "SEK": [
880
- "SEK",
881
- "Schwedische Krone"
882
- ],
883
- "SGD": [
884
- "SGD",
885
- "Singapur-Dollar"
886
- ],
887
- "SHP": [
888
- "SHP",
889
- "St. Helena-Pfund"
890
- ],
891
- "SIT": [
892
- "SIT",
893
- "Slowenischer Tolar"
894
- ],
895
- "SKK": [
896
- "SKK",
897
- "Slowakische Krone"
898
- ],
899
- "SLL": [
900
- "SLL",
901
- "Sierra-leonischer Leone"
902
- ],
903
- "SOS": [
904
- "SOS",
905
- "Somalia-Schilling"
906
- ],
907
- "SRD": [
908
- "SRD",
909
- "Suriname-Dollar"
910
- ],
911
- "SRG": [
912
- "SRG",
913
- "Suriname Gulden"
914
- ],
915
- "SSP": [
916
- "SSP",
917
- "Südsudanesisches Pfund"
918
- ],
919
- "STD": [
920
- "STD",
921
- "São-toméischer Dobra (1977–2017)"
922
- ],
923
- "STN": [
924
- "STN",
925
- "São-toméischer Dobra"
926
- ],
927
- "SUR": [
928
- "SUR",
929
- "Sowjetischer Rubel"
930
- ],
931
- "SVC": [
932
- "SVC",
933
- "El Salvador Colon"
934
- ],
935
- "SYP": [
936
- "SYP",
937
- "Syrisches Pfund"
938
- ],
939
- "SZL": [
940
- "SZL",
941
- "Swasiländischer Lilangeni"
942
- ],
943
- "THB": [
944
- "฿",
945
- "Thailändischer Baht"
946
- ],
947
- "TJR": [
948
- "TJR",
949
- "Tadschikistan Rubel"
950
- ],
951
- "TJS": [
952
- "TJS",
953
- "Tadschikistan-Somoni"
954
- ],
955
- "TMM": [
956
- "TMM",
957
- "Turkmenistan-Manat (1993–2009)"
958
- ],
959
- "TMT": [
960
- "TMT",
961
- "Turkmenistan-Manat"
962
- ],
963
- "TND": [
964
- "TND",
965
- "Tunesischer Dinar"
966
- ],
967
- "TOP": [
968
- "TOP",
969
- "Tongaischer Paʻanga"
970
- ],
971
- "TPE": [
972
- "TPE",
973
- "Timor-Escudo"
974
- ],
975
- "TRL": [
976
- "TRL",
977
- "Türkische Lira (1922–2005)"
978
- ],
979
- "TRY": [
980
- "TRY",
981
- "Türkische Lira"
982
- ],
983
- "TTD": [
984
- "TTD",
985
- "Trinidad und Tobago-Dollar"
986
- ],
987
- "TWD": [
988
- "NT$",
989
- "Neuer Taiwan-Dollar"
990
- ],
991
- "TZS": [
992
- "TZS",
993
- "Tansania-Schilling"
994
- ],
995
- "UAH": [
996
- "UAH",
997
- "Ukrainische Hrywnja"
998
- ],
999
- "UAK": [
1000
- "UAK",
1001
- "Ukrainischer Karbovanetz"
1002
- ],
1003
- "UGS": [
1004
- "UGS",
1005
- "Uganda-Schilling (1966–1987)"
1006
- ],
1007
- "UGX": [
1008
- "UGX",
1009
- "Uganda-Schilling"
1010
- ],
1011
- "USD": [
1012
- "$",
1013
- "US-Dollar"
1014
- ],
1015
- "USN": [
1016
- "USN",
1017
- "US Dollar (Nächster Tag)"
1018
- ],
1019
- "USS": [
1020
- "USS",
1021
- "US Dollar (Gleicher Tag)"
1022
- ],
1023
- "UYI": [
1024
- "UYI",
1025
- "Uruguayischer Peso (Indexierte Rechnungseinheiten)"
1026
- ],
1027
- "UYP": [
1028
- "UYP",
1029
- "Uruguayischer Peso (1975–1993)"
1030
- ],
1031
- "UYU": [
1032
- "UYU",
1033
- "Uruguayischer Peso"
1034
- ],
1035
- "UZS": [
1036
- "UZS",
1037
- "Usbekistan-Sum"
1038
- ],
1039
- "VEB": [
1040
- "VEB",
1041
- "Venezolanischer Bolívar (1871–2008)"
1042
- ],
1043
- "VEF": [
1044
- "VEF",
1045
- "Venezolanischer Bolívar (2008–2018)"
1046
- ],
1047
- "VES": [
1048
- "VES",
1049
- "Venezolanischer Bolívar"
1050
- ],
1051
- "VND": [
1052
- "₫",
1053
- "Vietnamesischer Dong"
1054
- ],
1055
- "VNN": [
1056
- "VNN",
1057
- "Vietnamesischer Dong(1978–1985)"
1058
- ],
1059
- "VUV": [
1060
- "VUV",
1061
- "Vanuatu-Vatu"
1062
- ],
1063
- "WST": [
1064
- "WST",
1065
- "Samoanischer Tala"
1066
- ],
1067
- "XAF": [
1068
- "FCFA",
1069
- "CFA-Franc (BEAC)"
1070
- ],
1071
- "XCD": [
1072
- "EC$",
1073
- "Ostkaribischer Dollar"
1074
- ],
1075
- "XEU": [
1076
- "XEU",
1077
- "Europäische Währungseinheit (XEU)"
1078
- ],
1079
- "XFO": [
1080
- "XFO",
1081
- "Französischer Gold-Franc"
1082
- ],
1083
- "XFU": [
1084
- "XFU",
1085
- "Französischer UIC-Franc"
1086
- ],
1087
- "XOF": [
1088
- "CFA",
1089
- "CFA-Franc (BCEAO)"
1090
- ],
1091
- "XPF": [
1092
- "CFPF",
1093
- "CFP-Franc"
1094
- ],
1095
- "XRE": [
1096
- "XRE",
1097
- "RINET Funds"
1098
- ],
1099
- "YDD": [
1100
- "YDD",
1101
- "Jemen-Dinar"
1102
- ],
1103
- "YER": [
1104
- "YER",
1105
- "Jemen-Rial"
1106
- ],
1107
- "YUD": [
1108
- "YUD",
1109
- "Jugoslawischer Dinar (1966–1990)"
1110
- ],
1111
- "YUM": [
1112
- "YUM",
1113
- "Jugoslawischer Neuer Dinar (1994–2002)"
1114
- ],
1115
- "YUN": [
1116
- "YUN",
1117
- "Jugoslawischer Dinar (konvertibel)"
1118
- ],
1119
- "YUR": [
1120
- "YUR",
1121
- "Jugoslawischer reformierter Dinar (1992–1993)"
1122
- ],
1123
- "ZAL": [
1124
- "ZAL",
1125
- "Südafrikanischer Rand (Finanz)"
1126
- ],
1127
- "ZAR": [
1128
- "ZAR",
1129
- "Südafrikanischer Rand"
1130
- ],
1131
- "ZMK": [
1132
- "ZMK",
1133
- "Kwacha (1968–2012)"
1134
- ],
1135
- "ZMW": [
1136
- "ZMW",
1137
- "Kwacha"
1138
- ],
1139
- "ZRN": [
1140
- "ZRN",
1141
- "Zaire-Neuer Zaïre (1993–1998)"
1142
- ],
1143
- "ZRZ": [
1144
- "ZRZ",
1145
- "Zaire-Zaïre (1971–1993)"
1146
- ],
1147
- "ZWD": [
1148
- "ZWD",
1149
- "Simbabwe-Dollar (1980–2008)"
1150
- ],
1151
- "ZWL": [
1152
- "ZWL",
1153
- "Simbabwe-Dollar (2009)"
1154
- ],
1155
- "ZWR": [
1156
- "ZWR",
1157
- "Simbabwe-Dollar (2008)"
1158
- ]
1159
- }
1160
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/de_CH.json DELETED
@@ -1,20 +0,0 @@
1
- {
2
- "Names": {
3
- "BYN": [
4
- "BYN",
5
- "Weissrussischer Rubel"
6
- ],
7
- "BYR": [
8
- "BYR",
9
- "Weissrussischer Rubel (2000–2016)"
10
- ],
11
- "EUR": [
12
- "EUR",
13
- "Euro"
14
- ],
15
- "STN": [
16
- "STN",
17
- "São-toméischer Dobra (2018)"
18
- ]
19
- }
20
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/de_LI.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "EUR": [
4
- "EUR",
5
- "Euro"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/de_LU.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "Names": {
3
- "LUF": [
4
- "F",
5
- "Luxemburgischer Franc",
6
- {}
7
- ]
8
- }
9
- }
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/dz.json DELETED
@@ -1,304 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "ཡུ་ནཱའི་ཊེཌ་ ཨ་རབ་ ཨེ་མེ་རེཊས་ཀྱི་དངུལ་ ཌིར་ཧཱམ"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "ཨཕ་གཱན་གྱི་དངུལ་ ཨཕ་ག་ནི"
10
- ],
11
- "AUD": [
12
- "AU$",
13
- "ཨཱོས་ཊྲེ་ལི་ཡ་གི་དངུལ་ ཌོ་ལར"
14
- ],
15
- "BDT": [
16
- "BDT",
17
- "བྷང་ལ་དེཤ་གི་དངུལ་ ཏ་ཀ"
18
- ],
19
- "BMD": [
20
- "BMD",
21
- "བར་མུ་ཌ་གི་དངུལ་ ཌོ་ལར"
22
- ],
23
- "BRL": [
24
- "R$",
25
- "བྲ་ཛིལ་གྱི་དངུལ་ རེ་ཡལ"
26
- ],
27
- "BTN": [
28
- "Nu.",
29
- "དངུལ་ཀྲམ"
30
- ],
31
- "CAD": [
32
- "CA$",
33
- "ཀེ་ན་ཌ་གི་དངུལ་ ཌོ་ལར"
34
- ],
35
- "CHF": [
36
- "CHF",
37
- "སུ་ཡིས་ཀྱི་དངུལ་ ཕྲངཀ"
38
- ],
39
- "CLP": [
40
- "CLP",
41
- "ཅི་ལི་གི་དངུལ་ པེ་སོ"
42
- ],
43
- "CNY": [
44
- "CN¥",
45
- "རྒྱ་ནག་གི་དངུལ་ ཡུ་ཝཱན"
46
- ],
47
- "COP": [
48
- "COP",
49
- "ཀོ་ལོམ་བྷི་ཡ་གི་དངུལ་ པེ་སོ"
50
- ],
51
- "CUP": [
52
- "CUP",
53
- "ཀིའུ་བྷ་གི་དངུལ་ པེ་སོ"
54
- ],
55
- "DKK": [
56
- "DKK",
57
- "ཌེན་མཱཀ་གི་དངུལ་ ཀྲོན"
58
- ],
59
- "DZD": [
60
- "DZD",
61
- "ཨཱལ་ཇི་རི་ཡ་གི་དངུལ་ ཌའི་ནར"
62
- ],
63
- "EGP": [
64
- "EGP",
65
- "ཨི་ཇིབཊ་གི་དངུལ་ པ་འུནཌ"
66
- ],
67
- "EUR": [
68
- "€",
69
- "ཡུ་རོ༌དངུལ་"
70
- ],
71
- "GBP": [
72
- "£",
73
- "བྲི་ཊིཤ་ པ་འུནཌ་ ཨིས་ཊར་ལིང"
74
- ],
75
- "HKD": [
76
- "HK$",
77
- "ཧོང་ཀོང་གི་དངུལ་ ཌོ་ལར"
78
- ],
79
- "IDR": [
80
- "IDR",
81
- "ཨིན་ཌོ་ནེ་ཤི་ཡ་གི་དངུལ་ རུ་པི་ཡ"
82
- ],
83
- "ILS": [
84
- "ILS",
85
- "ཨིས་རེལ་གྱི་དངུལ་གསརཔ་ ཤེ་ཀེལ"
86
- ],
87
- "INR": [
88
- "₹",
89
- "རྒྱ་གར་གྱི་དངུལ་ རུ་པི"
90
- ],
91
- "IQD": [
92
- "IQD",
93
- "ཨི་རཱཀ་གི་དངུལ་ ཌི་ན"
94
- ],
95
- "IRR": [
96
- "IRR",
97
- "ཨི་རཱན་གྱི་དངུལ་ རི་ཨཱལ"
98
- ],
99
- "ISK": [
100
- "ISK",
101
- "ཨཱཡིས་ལེནཌ་གི་དངུལ་ ཀྲོ་ན"
102
- ],
103
- "JMD": [
104
- "JMD",
105
- "ཇཱ་མཻ་ཀ་གི་དངུལ་ ཌོ་ལར"
106
- ],
107
- "JOD": [
108
- "JOD",
109
- "ཇོར་ཌན་གྱི་དངུལ་ ཌི་ན"
110
- ],
111
- "JPY": [
112
- "JP¥",
113
- "ཇཱ་པཱན་གྱི་དངུལ་ ཡེན"
114
- ],
115
- "KES": [
116
- "KES",
117
- "ཀེན་ཡ་གི་དངུལ་ ཤི་ལིང"
118
- ],
119
- "KHR": [
120
- "KHR",
121
- "ཀེམ་བྷོ་ཌི་ཡ་གི་དངུལ་ རི་ཨཱལ"
122
- ],
123
- "KPW": [
124
- "KPW",
125
- "ནོརཐ་ ཀོ་རི་ཡ་གི་དངུལ་ ཝོན"
126
- ],
127
- "KRW": [
128
- "KR₩",
129
- "སཱའུཐ་ ཀོ་རི་ཡ་གི་དངུལ་ ཝོན"
130
- ],
131
- "KWD": [
132
- "KWD",
133
- "ཀུ་ཝེཊ་གི་དངུལ་ ཌི་ན"
134
- ],
135
- "KZT": [
136
- "KZT",
137
- "ཀ་ཛགས་ཏཱན་གྱི་དངུལ་ ཏེང་གེ"
138
- ],
139
- "LAK": [
140
- "LAK",
141
- "ལཱ་ཝོས་ཀྱི་དངུལ་ ཀིཔ"
142
- ],
143
- "LBP": [
144
- "LBP",
145
- "ལེ་བ་ནོན་གྱི་དངུལ་ པ་འུནཌ"
146
- ],
147
- "LKR": [
148
- "LKR",
149
- "ཤྲི་ ལང་ཀ་གི་དངུལ་ རུ་པི"
150
- ],
151
- "LRD": [
152
- "LRD",
153
- "ལཱའི་བེ་རི་ཡ་གི་དངུལ་ ཌོ་ལར"
154
- ],
155
- "LYD": [
156
- "LYD",
157
- "ལི་བི་ཡ་གི་དངུལ་ ཌི་ན"
158
- ],
159
- "MAD": [
160
- "MAD",
161
- "མོ་རོ་ཀོ་གི་དངུལ་ ཌིར་ཧཱམ"
162
- ],
163
- "MMK": [
164
- "MMK",
165
- "མི་ཡཱན་མར་གྱི་དངུལ་ ཅཱཏ"
166
- ],
167
- "MNT": [
168
- "MNT",
169
- "སོག་པོའི་དངུལ་ ཏུ་གྲིཀ"
170
- ],
171
- "MVR": [
172
- "MVR",
173
- "མཱལ་དིབས་ཀྱི་དངུལ་ རུ་ཕི་ཡ"
174
- ],
175
- "MXN": [
176
- "MX$",
177
- "མེཀ་སི་ཀོ་གི་དངུལ་ པེ་སོ"
178
- ],
179
- "MYR": [
180
- "MYR",
181
- "མ་ལེ་ཤི་ཡ་གི་དངུལ་ རིང་གིཊ"
182
- ],
183
- "NOK": [
184
- "NOK",
185
- "ནོར་ཝེ་གི་དངུལ་ ཀྲོ་ན"
186
- ],
187
- "NPR": [
188
- "NPR",
189
- "བལ་པོའི་དངུལ་ རུ་པི"
190
- ],
191
- "NZD": [
192
- "NZ$",
193
- "ནིའུ་ཛི་ལེནཌ་གི་དངུལ་ ཌོ་ལར"
194
- ],
195
- "OMR": [
196
- "OMR",
197
- "ཨོ་མཱན་གྱི་དངུལ་ རི་ཨཱལ"
198
- ],
199
- "PAB": [
200
- "PAB",
201
- "པ་ན་མ་གི་དངུལ་ བཱལ་བོ་ཝ"
202
- ],
203
- "PEN": [
204
- "PEN",
205
- "པ་རུ་གི་དངུལ་ ནུ་བོ་ སཱོལ"
206
- ],
207
- "PHP": [
208
- "PHP",
209
- "ཕི་ལི་པིནས་གྱི་དངུལ་ པེ་སོ"
210
- ],
211
- "PKR": [
212
- "PKR",
213
- "པ་ཀིས་ཏཱན་གྱི་དངུལ་ རུ་པི"
214
- ],
215
- "PLN": [
216
- "PLN",
217
- "པོ་ལེནཌ་ཀྱི་དངུལ ཛ྄ལོ་ཊི"
218
- ],
219
- "QAR": [
220
- "QAR",
221
- "ཀ་ཊར་གྱི་དངུལ་ རི་ཨཱལ"
222
- ],
223
- "RUB": [
224
- "RUB",
225
- "ཨུ་རུ་སུ་གི་དངུལ་ རུ་བཱལ"
226
- ],
227
- "SAR": [
228
- "SAR",
229
- "སཱཝ་དིའི་དངུལ་ རི་ཡཱལ"
230
- ],
231
- "SCR": [
232
- "SCR",
233
- "སེ་ཤཱལས་ཀྱི་དངུལ་ རུ་པི"
234
- ],
235
- "SEK": [
236
- "SEK",
237
- "སུའི་ཌེན་གྱི་དངུལ་ ཀྲོ་ན"
238
- ],
239
- "SGD": [
240
- "SGD",
241
- "སིང་ག་པོར་གྱི་དངུལ་ ཌོ་ལར"
242
- ],
243
- "SYP": [
244
- "SYP",
245
- "སི་རི་ཡ་གི་དངུལ་ པ་འུནཌ"
246
- ],
247
- "THB": [
248
- "TH฿",
249
- "ཐཱའི་ལེནཌ་གི་དངུལ་ བཱཏ"
250
- ],
251
- "TJS": [
252
- "TJS",
253
- "ཏ་ཇི་ཀིས་ཏཱན་གྱི་དངུལ་ སོ་མོ་ནི"
254
- ],
255
- "TRY": [
256
- "TRY",
257
- "ཊཱར་ཀི་གི་དངུལ་ ལི་ར"
258
- ],
259
- "TWD": [
260
- "NT$",
261
- "ཊཱའི་ཝཱན་གི་དངུལ ཌོ་ལར"
262
- ],
263
- "TZS": [
264
- "TZS",
265
- "ཊཱན་ཛཱ་ནི་ཡ་གི་དངུལ་ ཤི་ལིང"
266
- ],
267
- "UGX": [
268
- "UGX",
269
- "ཡུ་གྷེན་ཌ་གི་དངུལ་ ཤི་ལིང"
270
- ],
271
- "USD": [
272
- "US$",
273
- "ཡུ་ཨེས་ ཌོ་ལར"
274
- ],
275
- "UYU": [
276
- "UYU",
277
- "ཡུ་རུ་གུ་ཝའི་གི་དངུལ་ པེ་སོ"
278
- ],
279
- "UZS": [
280
- "UZS",
281
- "ཨུས་བེ་ཀིས་ཏཱན་གྱི་དངུལ་ སོམ"
282
- ],
283
- "VEF": [
284
- "VEF",
285
- "བེ་ནི་ཛུ་ཝེ་ལ་གི་དངུལ་ བོ་ལི་བར (2008–2018)"
286
- ],
287
- "VES": [
288
- "VES",
289
- "བེ་ནི་ཛུ་ཝེ་ལ་གི་དངུལ་ བོ་ལི་བར"
290
- ],
291
- "VND": [
292
- "₫",
293
- "བེཊ་ནཱམ་གྱི་དངུལ་ ཌོང"
294
- ],
295
- "XAF": [
296
- "XAF",
297
- "XAF"
298
- ],
299
- "ZAR": [
300
- "ZAR",
301
- "སཱའུཐ་ ཨཕ་རི་ཀ་གི་དངུལ་ རཱནད"
302
- ]
303
- }
304
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ee.json DELETED
@@ -1,1120 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "andorraga peseta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "united arab emiratesga dirham"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "afghanistanga afghani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "afghanistanga afghani"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "albaniaga lek (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "albaniaga lek"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "armeniaga dram"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "netherlands antilleaga guilder"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "angolaga kwanza"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "angolaga kwanza (1977–1991)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "angolaga kwanza (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "angolaga kwanza xoxotɔ (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "argentinaga austral"
54
- ],
55
- "ARL": [
56
- "ARL",
57
- "argentinaga peso ley (1970–1983)"
58
- ],
59
- "ARM": [
60
- "ARM",
61
- "argentinaga peso (1881–1970)"
62
- ],
63
- "ARP": [
64
- "ARP",
65
- "argentinaga peso (1983–1985)"
66
- ],
67
- "ARS": [
68
- "ARS",
69
- "argentinaga peso"
70
- ],
71
- "ATS": [
72
- "ATS",
73
- "ɔstriaga schilling"
74
- ],
75
- "AUD": [
76
- "AU$",
77
- "Australiaga dollar"
78
- ],
79
- "AWG": [
80
- "AWG",
81
- "arubaga lorin"
82
- ],
83
- "AZM": [
84
- "AZM",
85
- "azerbaidzanga manat (1993–2006)"
86
- ],
87
- "AZN": [
88
- "AZN",
89
- "azerbaidzanga manat"
90
- ],
91
- "BAD": [
92
- "BAD",
93
- "bosnia-herzegovinaga dinar (1992–1994)"
94
- ],
95
- "BAM": [
96
- "BAM",
97
- "bosnia-herzegovinaga convertible mark"
98
- ],
99
- "BAN": [
100
- "BAN",
101
- "bosnia kple herzegovinaga dinar yeyètɔ (1994–1997)"
102
- ],
103
- "BBD": [
104
- "BBD",
105
- "barbadosga dollar"
106
- ],
107
- "BDT": [
108
- "BDT",
109
- "bangladeshga taka"
110
- ],
111
- "BEC": [
112
- "BEC",
113
- "beldziumga franc (convertible)"
114
- ],
115
- "BEF": [
116
- "BEF",
117
- "beldziumga franc"
118
- ],
119
- "BEL": [
120
- "BEL",
121
- "beldziumga franc (financial)"
122
- ],
123
- "BGL": [
124
- "BGL",
125
- "bɔlgariaga hard lev"
126
- ],
127
- "BGM": [
128
- "BGM",
129
- "bɔlgariaga socialist lev"
130
- ],
131
- "BGN": [
132
- "BGN",
133
- "bulgariaga lev"
134
- ],
135
- "BGO": [
136
- "BGO",
137
- "bulgariaga lev (1879–1952)"
138
- ],
139
- "BHD": [
140
- "BHD",
141
- "bahrainga dinar"
142
- ],
143
- "BIF": [
144
- "BIF",
145
- "burundiga franc"
146
- ],
147
- "BMD": [
148
- "BMD",
149
- "bermudaga dollar"
150
- ],
151
- "BND": [
152
- "BND",
153
- "bruneiga dollar"
154
- ],
155
- "BOB": [
156
- "BOB",
157
- "boliviaga boliviano"
158
- ],
159
- "BOL": [
160
- "BOL",
161
- "boliviaga boliviano (1863–1963)"
162
- ],
163
- "BOP": [
164
- "BOP",
165
- "boliviaga peso"
166
- ],
167
- "BOV": [
168
- "BOV",
169
- "boliviaga mvdol"
170
- ],
171
- "BRB": [
172
- "BRB",
173
- "braziliaga cruzeiro xoxotɔ (1967–1986)"
174
- ],
175
- "BRC": [
176
- "BRC",
177
- "brazilia cruzado (1986–1989)"
178
- ],
179
- "BRE": [
180
- "BRE",
181
- "braziliaga cruzeiro xoxotɔ gbãtɔ (1990–1993)"
182
- ],
183
- "BRL": [
184
- "R$",
185
- "braziliaga real"
186
- ],
187
- "BRN": [
188
- "BRN",
189
- "brazilia cruzado xoxotɔ (1989–1990)"
190
- ],
191
- "BRR": [
192
- "BRR",
193
- "braziliaga cruzeiro (1993–1994)"
194
- ],
195
- "BRZ": [
196
- "BRZ",
197
- "braziliaga cruzeiro (1942–1967)"
198
- ],
199
- "BSD": [
200
- "BSD",
201
- "bahamasga dollar"
202
- ],
203
- "BTN": [
204
- "BTN",
205
- "bhutanga ngultrum"
206
- ],
207
- "BUK": [
208
- "BUK",
209
- "burmaga kyat"
210
- ],
211
- "BWP": [
212
- "BWP",
213
- "botswanaga pula"
214
- ],
215
- "BYB": [
216
- "BYB",
217
- "belarusiaga ruble yeytɔ (1994–1999)"
218
- ],
219
- "BYN": [
220
- "BYN",
221
- "belarusiaga ruble"
222
- ],
223
- "BYR": [
224
- "BYR",
225
- "belarusiaga ruble (2000–2016)"
226
- ],
227
- "BZD": [
228
- "BZD",
229
- "belizega dollar"
230
- ],
231
- "CAD": [
232
- "CA$",
233
- "canadaga dollar"
234
- ],
235
- "CDF": [
236
- "CDF",
237
- "kongoga franc"
238
- ],
239
- "CHE": [
240
- "CHE",
241
- "WIR euro CHE"
242
- ],
243
- "CHF": [
244
- "CHF",
245
- "switzerlandga franc"
246
- ],
247
- "CHW": [
248
- "CHW",
249
- "WIR euro CHW"
250
- ],
251
- "CLE": [
252
- "CLE",
253
- "tsilega escudo"
254
- ],
255
- "CLF": [
256
- "CLF",
257
- "tsilegakɔnta dzidzenu UF"
258
- ],
259
- "CLP": [
260
- "CLP",
261
- "chilega peso"
262
- ],
263
- "CNX": [
264
- "CNX",
265
- "tsainatɔwo ƒe gadzraɖoƒe dollar"
266
- ],
267
- "CNY": [
268
- "CN¥",
269
- "Chinesega yuan"
270
- ],
271
- "COP": [
272
- "COP",
273
- "colombiaga peso"
274
- ],
275
- "COU": [
276
- "COU",
277
- "kolombiaga vavãtɔ"
278
- ],
279
- "CRC": [
280
- "CRC",
281
- "costa ricaga colón"
282
- ],
283
- "CSD": [
284
- "CSD",
285
- "serbiaga dinar (2002–2006)"
286
- ],
287
- "CSK": [
288
- "CSK",
289
- "tsɛkoslovakiaga hard koruna"
290
- ],
291
- "CUC": [
292
- "CUC",
293
- "cubaga convertible peso"
294
- ],
295
- "CUP": [
296
- "CUP",
297
- "cubaga peso"
298
- ],
299
- "CVE": [
300
- "CVE",
301
- "kape verdega escudo"
302
- ],
303
- "CYP": [
304
- "CYP",
305
- "saipriɔtga pound"
306
- ],
307
- "CZK": [
308
- "CZK",
309
- "czechga koruna"
310
- ],
311
- "DDM": [
312
- "DDM",
313
- "ɣedzeƒe germaniaga mark"
314
- ],
315
- "DEM": [
316
- "DEM",
317
- "germaniaga mark"
318
- ],
319
- "DJF": [
320
- "DJF",
321
- "dziboutiga franc"
322
- ],
323
- "DKK": [
324
- "DKK",
325
- "denmarkga krone"
326
- ],
327
- "DOP": [
328
- "DOP",
329
- "dominicaga peso"
330
- ],
331
- "DZD": [
332
- "DZD",
333
- "aldzeriaga dinar"
334
- ],
335
- "ECS": [
336
- "ECS",
337
- "ekuadɔga sucre"
338
- ],
339
- "ECV": [
340
- "ECV",
341
- "ekuadɔ dzidzenu matrɔmatrɔ"
342
- ],
343
- "EEK": [
344
- "EEK",
345
- "estoniaga kroon"
346
- ],
347
- "EGP": [
348
- "EGP",
349
- "egyptega pound"
350
- ],
351
- "ERN": [
352
- "ERN",
353
- "eritreaga nakfa"
354
- ],
355
- "ESA": [
356
- "ESA",
357
- "spaniaga peseta (A)"
358
- ],
359
- "ESB": [
360
- "ESB",
361
- "spaniaga peseta (Convertible)"
362
- ],
363
- "ESP": [
364
- "ESP",
365
- "spaniaga peseta"
366
- ],
367
- "ETB": [
368
- "ETB",
369
- "ethiopiaga birr"
370
- ],
371
- "EUR": [
372
- "€",
373
- "EUR"
374
- ],
375
- "FIM": [
376
- "FIM",
377
- "finlandga markka"
378
- ],
379
- "FJD": [
380
- "FJD",
381
- "fidziga dollar"
382
- ],
383
- "FKP": [
384
- "FKP",
385
- "falkland islands pound"
386
- ],
387
- "FRF": [
388
- "FRF",
389
- "frentsiga franc"
390
- ],
391
- "GBP": [
392
- "£",
393
- "britainga pound"
394
- ],
395
- "GEK": [
396
- "GEK",
397
- "dzɔdziaga kupon larit"
398
- ],
399
- "GEL": [
400
- "GEL",
401
- "dzɔdziaga lari"
402
- ],
403
- "GHC": [
404
- "GHC",
405
- "ghana siɖi (1979–2007)"
406
- ],
407
- "GHS": [
408
- "GH₵",
409
- "ghana siɖi"
410
- ],
411
- "GIP": [
412
- "GIP",
413
- "gilbratarga pound"
414
- ],
415
- "GMD": [
416
- "GMD",
417
- "gambiaga dalasi"
418
- ],
419
- "GNF": [
420
- "GNF",
421
- "giniga franc"
422
- ],
423
- "GNS": [
424
- "GNS",
425
- "giniga syli"
426
- ],
427
- "GQE": [
428
- "GQE",
429
- "ekuatorial giniga ekwele"
430
- ],
431
- "GRD": [
432
- "GRD",
433
- "grisiga drachma"
434
- ],
435
- "GTQ": [
436
- "GTQ",
437
- "guatemalaga quetzal"
438
- ],
439
- "GWE": [
440
- "GWE",
441
- "pɔtugaltɔwo ƒe giniga escudo"
442
- ],
443
- "GWP": [
444
- "GWP",
445
- "gini-bisau peso"
446
- ],
447
- "GYD": [
448
- "GYD",
449
- "guyanaga dollar"
450
- ],
451
- "HKD": [
452
- "HK$",
453
- "Hong Kongga dollar"
454
- ],
455
- "HNL": [
456
- "HNL",
457
- "honduraga lempira"
458
- ],
459
- "HRD": [
460
- "HRD",
461
- "kroatiaga dinar"
462
- ],
463
- "HRK": [
464
- "HRK",
465
- "croatiaga kuna"
466
- ],
467
- "HTG": [
468
- "HTG",
469
- "haitiga gourde"
470
- ],
471
- "HUF": [
472
- "HUF",
473
- "hungariaga forint"
474
- ],
475
- "IDR": [
476
- "IDR",
477
- "Indonesiaga rupiah"
478
- ],
479
- "IEP": [
480
- "IEP",
481
- "ireland pound"
482
- ],
483
- "ILP": [
484
- "ILP",
485
- "israelga pound"
486
- ],
487
- "ILR": [
488
- "ILR",
489
- "israelga sheqel (1980–1985)"
490
- ],
491
- "ILS": [
492
- "₪",
493
- "israelga yeyetɔ sheqel"
494
- ],
495
- "INR": [
496
- "₹",
497
- "Indiaga rupee"
498
- ],
499
- "IQD": [
500
- "IQD",
501
- "irakga dinar"
502
- ],
503
- "IRR": [
504
- "IRR",
505
- "iranga rial"
506
- ],
507
- "ISJ": [
508
- "ISJ",
509
- "aiselandga króna (1918–1981)"
510
- ],
511
- "ISK": [
512
- "ISK",
513
- "icelandga króna"
514
- ],
515
- "ITL": [
516
- "ITL",
517
- "italiaga lira"
518
- ],
519
- "JMD": [
520
- "JMD",
521
- "jamaicaga dollar"
522
- ],
523
- "JOD": [
524
- "JOD",
525
- "yɔdanga dinar"
526
- ],
527
- "JPY": [
528
- "JP¥",
529
- "Japanesega yen"
530
- ],
531
- "KES": [
532
- "KES",
533
- "kenyaga shilling"
534
- ],
535
- "KGS": [
536
- "KGS",
537
- "kirgistanga som"
538
- ],
539
- "KHR": [
540
- "KHR",
541
- "kambodiaga riel"
542
- ],
543
- "KMF": [
544
- "KMF",
545
- "komoroga franc"
546
- ],
547
- "KPW": [
548
- "KPW",
549
- "dziehe koreaga won"
550
- ],
551
- "KRH": [
552
- "KRH",
553
- "anyiehe koreaga hwan (1953–1962)"
554
- ],
555
- "KRO": [
556
- "KRO",
557
- "anyiehe koreaga won (1945–1953)"
558
- ],
559
- "KRW": [
560
- "₩",
561
- "South Koreaga won"
562
- ],
563
- "KWD": [
564
- "KWD",
565
- "kuwaitga dinar"
566
- ],
567
- "KYD": [
568
- "KYD",
569
- "cayman islandsga dollar"
570
- ],
571
- "KZT": [
572
- "KZT",
573
- "kazakhstanga tenge"
574
- ],
575
- "LAK": [
576
- "LAK",
577
- "laosga kip"
578
- ],
579
- "LBP": [
580
- "LBP",
581
- "lebanonga pound"
582
- ],
583
- "LKR": [
584
- "LKR",
585
- "sri lankaga rupee"
586
- ],
587
- "LRD": [
588
- "LRD",
589
- "liberiaga dollar"
590
- ],
591
- "LSL": [
592
- "LSL",
593
- "lesotoga loti"
594
- ],
595
- "LTL": [
596
- "LTL",
597
- "lithuaniaga litas"
598
- ],
599
- "LTT": [
600
- "LTT",
601
- "lithuaniaga talonas"
602
- ],
603
- "LUC": [
604
- "LUC",
605
- "lazembɔgga convertible franc"
606
- ],
607
- "LUF": [
608
- "LUF",
609
- "lazembɔgga franc"
610
- ],
611
- "LUL": [
612
- "LUL",
613
- "lazembɔgga gadzikpɔ franc"
614
- ],
615
- "LVL": [
616
- "LVL",
617
- "latviaga lats"
618
- ],
619
- "LVR": [
620
- "LVR",
621
- "latviaga ruble"
622
- ],
623
- "LYD": [
624
- "LYD",
625
- "libyaga dinar"
626
- ],
627
- "MAD": [
628
- "MAD",
629
- "morokoga dirham"
630
- ],
631
- "MAF": [
632
- "MAF",
633
- "morokoga franc"
634
- ],
635
- "MCF": [
636
- "MCF",
637
- "monegaskga franc"
638
- ],
639
- "MDC": [
640
- "MDC",
641
- "moldovaga cupon"
642
- ],
643
- "MDL": [
644
- "MDL",
645
- "moldovaga leu"
646
- ],
647
- "MGA": [
648
- "MGA",
649
- "malagasega ariary"
650
- ],
651
- "MGF": [
652
- "MGF",
653
- "malagasega franc"
654
- ],
655
- "MKD": [
656
- "MKD",
657
- "marcedoniaga denar"
658
- ],
659
- "MKN": [
660
- "MKN",
661
- "makedoniaga denar (1992–1993)"
662
- ],
663
- "MLF": [
664
- "MLF",
665
- "maliga franc"
666
- ],
667
- "MMK": [
668
- "MMK",
669
- "myanmaga kyat"
670
- ],
671
- "MNT": [
672
- "MNT",
673
- "mongoliaga tugrik"
674
- ],
675
- "MOP": [
676
- "MOP",
677
- "makanesega pataca"
678
- ],
679
- "MRO": [
680
- "MRO",
681
- "mɔritaniaga ouguiya (1973–2017)"
682
- ],
683
- "MRU": [
684
- "MRU",
685
- "mɔritaniaga ouguiya"
686
- ],
687
- "MTL": [
688
- "MTL",
689
- "maltaga lira"
690
- ],
691
- "MTP": [
692
- "MTP",
693
- "maltaga pound"
694
- ],
695
- "MUR": [
696
- "MUR",
697
- "mɔritiusga rupee"
698
- ],
699
- "MVR": [
700
- "MVR",
701
- "maldiviaga rufiyaa"
702
- ],
703
- "MXN": [
704
- "MX$",
705
- "mexicoga peso"
706
- ],
707
- "MYR": [
708
- "MYR",
709
- "malaysiaga ringit"
710
- ],
711
- "NGN": [
712
- "NGN",
713
- "naidzeriaga naira"
714
- ],
715
- "NIC": [
716
- "NIC",
717
- "nikaraguaga córdoba (1988–1991)"
718
- ],
719
- "NIO": [
720
- "NIO",
721
- "nicaraguaga córdoba"
722
- ],
723
- "NLG": [
724
- "NLG",
725
- "hollandga guilder"
726
- ],
727
- "NOK": [
728
- "NOK",
729
- "norwayga krone"
730
- ],
731
- "NPR": [
732
- "NPR",
733
- "nepalga rupee"
734
- ],
735
- "NZD": [
736
- "NZ$",
737
- "new zealanɖga dollar"
738
- ],
739
- "OMR": [
740
- "OMR",
741
- "omanga rial"
742
- ],
743
- "PAB": [
744
- "PAB",
745
- "panamaga balboa"
746
- ],
747
- "PEI": [
748
- "PEI",
749
- "peruga inti"
750
- ],
751
- "PEN": [
752
- "PEN",
753
- "peruga sol"
754
- ],
755
- "PES": [
756
- "PES",
757
- "peruga sol (1863–1965)"
758
- ],
759
- "PGK": [
760
- "PGK",
761
- "papua new guineaga kina"
762
- ],
763
- "PHP": [
764
- "PHP",
765
- "filipiniga peso"
766
- ],
767
- "PKR": [
768
- "PKR",
769
- "pakistaniga rupee"
770
- ],
771
- "PLN": [
772
- "PLN",
773
- "polandga zloty"
774
- ],
775
- "PLZ": [
776
- "PLZ",
777
- "polanɖga zloty (1950–1995)"
778
- ],
779
- "PTE": [
780
- "PTE",
781
- "pɔtugalga escudo"
782
- ],
783
- "PYG": [
784
- "PYG",
785
- "paraguayga guarani"
786
- ],
787
- "QAR": [
788
- "QAR",
789
- "katarga rial"
790
- ],
791
- "RHD": [
792
- "RHD",
793
- "rhodesiaga dollar"
794
- ],
795
- "ROL": [
796
- "ROL",
797
- "romaniaga leu (1952–2006)"
798
- ],
799
- "RON": [
800
- "RON",
801
- "romaniaga leu"
802
- ],
803
- "RSD": [
804
- "RSD",
805
- "serbiaga dinar"
806
- ],
807
- "RUB": [
808
- "RUB",
809
- "russiaga ruble"
810
- ],
811
- "RUR": [
812
- "RUR",
813
- "rɔtsiaga ruble (1991–1998)"
814
- ],
815
- "RWF": [
816
- "RWF",
817
- "rwandaga franc"
818
- ],
819
- "SAR": [
820
- "SAR",
821
- "Saudi Arabiaga riyal"
822
- ],
823
- "SBD": [
824
- "SBD",
825
- "solomon ƒudomekpo dukɔwo ƒe ga dollar"
826
- ],
827
- "SCR": [
828
- "SCR",
829
- "sɛtselsga rupee"
830
- ],
831
- "SDD": [
832
- "SDD",
833
- "sudanga dinar (1992–2007)"
834
- ],
835
- "SDG": [
836
- "SDG",
837
- "sudanga pound"
838
- ],
839
- "SDP": [
840
- "SDP",
841
- "sudanga pound (1957–1998)"
842
- ],
843
- "SEK": [
844
- "SEK",
845
- "swedenga krone"
846
- ],
847
- "SGD": [
848
- "SGD",
849
- "singapɔga dollar"
850
- ],
851
- "SHP": [
852
- "SHP",
853
- "saint helenaga pound"
854
- ],
855
- "SIT": [
856
- "SIT",
857
- "slovaniaga tolar"
858
- ],
859
- "SKK": [
860
- "SKK",
861
- "slovakga koruna"
862
- ],
863
- "SLL": [
864
- "SLL",
865
- "sierra leonega leone"
866
- ],
867
- "SOS": [
868
- "SOS",
869
- "somaliaga shilling"
870
- ],
871
- "SRD": [
872
- "SRD",
873
- "surinamga dollar"
874
- ],
875
- "SRG": [
876
- "SRG",
877
- "surinamega guilder"
878
- ],
879
- "STD": [
880
- "STD",
881
- "são tomé kple príncipega dobra (1977–2017)"
882
- ],
883
- "STN": [
884
- "STN",
885
- "são tomé kple príncipega dobra"
886
- ],
887
- "SUR": [
888
- "SUR",
889
- "sovietga rouble"
890
- ],
891
- "SVC": [
892
- "SVC",
893
- "salvadɔga colón"
894
- ],
895
- "SYP": [
896
- "SYP",
897
- "syriaga pound"
898
- ],
899
- "SZL": [
900
- "SZL",
901
- "swaziga lilangeni"
902
- ],
903
- "THB": [
904
- "฿",
905
- "Thailandga baht"
906
- ],
907
- "TJR": [
908
- "TJR",
909
- "tajikistanga ruble"
910
- ],
911
- "TJS": [
912
- "TJS",
913
- "tajikistanga somoni"
914
- ],
915
- "TMM": [
916
- "TMM",
917
- "turkmenistanga manat (1993–2009)"
918
- ],
919
- "TMT": [
920
- "TMT",
921
- "turkmenistanga manat"
922
- ],
923
- "TND": [
924
- "TND",
925
- "tunisiaga dinar"
926
- ],
927
- "TOP": [
928
- "TOP",
929
- "tonagaga pa’anga"
930
- ],
931
- "TPE": [
932
- "TPE",
933
- "timɔga escudo"
934
- ],
935
- "TRL": [
936
- "TRL",
937
- "tɛkiiga lira (1922–2005)"
938
- ],
939
- "TRY": [
940
- "TRY",
941
- "Turkishga lira"
942
- ],
943
- "TTD": [
944
- "TTD",
945
- "trinidad & tobagoga dollar"
946
- ],
947
- "TWD": [
948
- "NT$",
949
- "Taiwanga dollar"
950
- ],
951
- "TZS": [
952
- "TZS",
953
- "Tanzaniatɔwofɛgadudu"
954
- ],
955
- "UAH": [
956
- "UAH",
957
- "ukrainega hryvnia"
958
- ],
959
- "UAK": [
960
- "UAK",
961
- "ukrainega karbovanet"
962
- ],
963
- "UGS": [
964
- "UGS",
965
- "ugandaga shilling (1966–1987)"
966
- ],
967
- "UGX": [
968
- "UGX",
969
- "ugandaga shilling"
970
- ],
971
- "USD": [
972
- "US$",
973
- "us ga dollar"
974
- ],
975
- "USN": [
976
- "USN",
977
- "us ga dollar (ŋkeke si gbɔna tɔ)"
978
- ],
979
- "USS": [
980
- "USS",
981
- "us ga dollar (ŋkeke ma ke tɔ)"
982
- ],
983
- "UYI": [
984
- "UYI",
985
- "uruguayga peso UYI"
986
- ],
987
- "UYP": [
988
- "UYP",
989
- "uruguayga peso (1975–1993)"
990
- ],
991
- "UYU": [
992
- "UYU",
993
- "uruguayga peso"
994
- ],
995
- "UZS": [
996
- "UZS",
997
- "uzbekistanga som"
998
- ],
999
- "VEB": [
1000
- "VEB",
1001
- "venezuelaga bolívar (1871–2008)"
1002
- ],
1003
- "VEF": [
1004
- "VEF",
1005
- "venezuelaga bolívar (2008–2018)"
1006
- ],
1007
- "VES": [
1008
- "VES",
1009
- "venezuelaga bolívar"
1010
- ],
1011
- "VND": [
1012
- "₫",
1013
- "vietnamga dong"
1014
- ],
1015
- "VNN": [
1016
- "VNN",
1017
- "vietnamga dong (1978–1985)"
1018
- ],
1019
- "VUV": [
1020
- "VUV",
1021
- "vanuatuga vatu"
1022
- ],
1023
- "WST": [
1024
- "WST",
1025
- "samaoga tala"
1026
- ],
1027
- "XAF": [
1028
- "FCFA",
1029
- "ɣetoɖofe afrikaga CFA franc BEAC"
1030
- ],
1031
- "XCD": [
1032
- "EC$",
1033
- "east caribbeanga dollar"
1034
- ],
1035
- "XEU": [
1036
- "XEU",
1037
- "europa gaɖuɖu"
1038
- ],
1039
- "XFO": [
1040
- "XFO",
1041
- "fransemega sika franc"
1042
- ],
1043
- "XFU": [
1044
- "XFU",
1045
- "frentsi UIC-franc"
1046
- ],
1047
- "XOF": [
1048
- "CFA",
1049
- "ɣetoɖofe afrikaga CFA franc BCEAO"
1050
- ],
1051
- "XPF": [
1052
- "CFPF",
1053
- "CFP ga franc"
1054
- ],
1055
- "XRE": [
1056
- "XRE",
1057
- "RINET gadodo XRE"
1058
- ],
1059
- "YDD": [
1060
- "YDD",
1061
- "yemeniga dinar"
1062
- ],
1063
- "YER": [
1064
- "YER",
1065
- "yemeniga rial"
1066
- ],
1067
- "YUD": [
1068
- "YUD",
1069
- "yugoslaviaga hard dinar (1966–1990)"
1070
- ],
1071
- "YUM": [
1072
- "YUM",
1073
- "yugoslaviaga yeyetɔ dinar (1994–2002)"
1074
- ],
1075
- "YUN": [
1076
- "YUN",
1077
- "yugoslaviaga convertible dinar (1990–1992)"
1078
- ],
1079
- "YUR": [
1080
- "YUR",
1081
- "yugoslaviaga dinar (1992–1993)"
1082
- ],
1083
- "ZAL": [
1084
- "ZAL",
1085
- "anyiehe afrikaga rand (gadzikpɔtɔ)"
1086
- ],
1087
- "ZAR": [
1088
- "ZAR",
1089
- "South Africaga rand"
1090
- ],
1091
- "ZMK": [
1092
- "ZMK",
1093
- "zambiaga kwacha (1968–2012)"
1094
- ],
1095
- "ZMW": [
1096
- "ZMW",
1097
- "zambiaga kwacha"
1098
- ],
1099
- "ZRN": [
1100
- "ZRN",
1101
- "zairega yeyetɔ zaire"
1102
- ],
1103
- "ZRZ": [
1104
- "ZRZ",
1105
- "zairega zaire (1971–1993)"
1106
- ],
1107
- "ZWD": [
1108
- "ZWD",
1109
- "zimbabwega dollar (1980–2008)"
1110
- ],
1111
- "ZWL": [
1112
- "ZWL",
1113
- "zimbabwega dollar (2009)"
1114
- ],
1115
- "ZWR": [
1116
- "ZWR",
1117
- "zimbabwega dollar (2008)"
1118
- ]
1119
- }
1120
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/el.json DELETED
@@ -1,1061 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Πεσέτα Ανδόρας"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Ντιράμ Ηνωμένων Αραβικών Εμιράτων"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Αφγανί Αφγανιστάν (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Αφγάνι Αφγανιστάν"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "Λεκ Αλβανίας"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "Ντραμ Αρμενίας"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "Γκίλντα Ολλανδικών Αντιλλών"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "Κουάνζα Ανγκόλας"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "Κουάνζα Ανγκόλας (1977–1990)"
38
- ],
39
- "AON": [
40
- "AON",
41
- "Νέα Κουάνζα Ανγκόλας (1990–2000)"
42
- ],
43
- "ARA": [
44
- "ARA",
45
- "Ωστράλ Αργετινής"
46
- ],
47
- "ARP": [
48
- "ARP",
49
- "Πέσο Αργεντινής (1983–1985)"
50
- ],
51
- "ARS": [
52
- "ARS",
53
- "Πέσο Αργεντινής"
54
- ],
55
- "ATS": [
56
- "ATS",
57
- "Σελίνι Αυστρίας"
58
- ],
59
- "AUD": [
60
- "A$",
61
- "Δολάριο Αυστραλίας"
62
- ],
63
- "AWG": [
64
- "AWG",
65
- "Φλορίνι Αρούμπας"
66
- ],
67
- "AZM": [
68
- "AZM",
69
- "Μανάτ Αζερμπαϊτζάν (1993–2006)"
70
- ],
71
- "AZN": [
72
- "AZN",
73
- "Μανάτ Αζερμπαϊτζάν"
74
- ],
75
- "BAD": [
76
- "BAD",
77
- "Δηνάριο Βοσνίας-Ερζεγοβίνης"
78
- ],
79
- "BAM": [
80
- "BAM",
81
- "Μετατρέψιμο Μάρκο Βοσνίας-Ερζεγοβίνης"
82
- ],
83
- "BBD": [
84
- "BBD",
85
- "Δολάριο Μπαρμπέιντος"
86
- ],
87
- "BDT": [
88
- "BDT",
89
- "Τάκα Μπαγκλαντές"
90
- ],
91
- "BEC": [
92
- "BEC",
93
- "Φράγκο Βελγίου (μετατρέψιμο)"
94
- ],
95
- "BEF": [
96
- "BEF",
97
- "Φράγκο Βελγίου"
98
- ],
99
- "BEL": [
100
- "BEL",
101
- "Φράγκο Βελγίου (οικονομικό)"
102
- ],
103
- "BGL": [
104
- "BGL",
105
- "Μεταλλικό Λεβ Βουλγαρίας"
106
- ],
107
- "BGN": [
108
- "BGN",
109
- "Λεβ Βουλγαρίας"
110
- ],
111
- "BHD": [
112
- "BHD",
113
- "Δηνάριο Μπαχρέιν"
114
- ],
115
- "BIF": [
116
- "BIF",
117
- "Φράγκο Μπουρούντι"
118
- ],
119
- "BMD": [
120
- "BMD",
121
- "Δολάριο Βερμούδων"
122
- ],
123
- "BND": [
124
- "BND",
125
- "Δολάριο Μπρουνέι"
126
- ],
127
- "BOB": [
128
- "BOB",
129
- "Μπολιβιάνο Βολιβίας"
130
- ],
131
- "BOP": [
132
- "BOP",
133
- "Πέσο Βολιβίας"
134
- ],
135
- "BOV": [
136
- "BOV",
137
- "Μβδολ Βολιβίας"
138
- ],
139
- "BRB": [
140
- "BRB",
141
- "Νέο Κρουζιέρο Βραζιλίας (1967–1986)"
142
- ],
143
- "BRC": [
144
- "BRC",
145
- "Κρουζάντο Βραζιλίας"
146
- ],
147
- "BRE": [
148
- "BRE",
149
- "Κρουζιέρο Βραζιλίας (1990–1993)"
150
- ],
151
- "BRL": [
152
- "R$",
153
- "Ρεάλ Βραζιλίας"
154
- ],
155
- "BRN": [
156
- "BRN",
157
- "Νέο Κρουζάντο Βραζιλίας"
158
- ],
159
- "BRR": [
160
- "BRR",
161
- "Κρουζιέρο Βραζιλίας"
162
- ],
163
- "BSD": [
164
- "BSD",
165
- "Δολάριο Μπαχαμών"
166
- ],
167
- "BTN": [
168
- "BTN",
169
- "Νγκούλτρουμ Μπουτάν"
170
- ],
171
- "BUK": [
172
- "BUK",
173
- "Κιατ Βιρμανίας"
174
- ],
175
- "BWP": [
176
- "BWP",
177
- "Πούλα Μποτσουάνας"
178
- ],
179
- "BYB": [
180
- "BYB",
181
- "Νέο Ρούβλι Λευκορωσίας (1994–1999)"
182
- ],
183
- "BYN": [
184
- "BYN",
185
- "Ρούβλι Λευκορωσίας"
186
- ],
187
- "BYR": [
188
- "BYR",
189
- "Ρούβλι Λευκορωσίας (2000–2016)"
190
- ],
191
- "BZD": [
192
- "BZD",
193
- "Δολάριο Μπελίζ"
194
- ],
195
- "CAD": [
196
- "CA$",
197
- "Δολάριο Καναδά"
198
- ],
199
- "CDF": [
200
- "CDF",
201
- "Φράγκο Κονγκό"
202
- ],
203
- "CHE": [
204
- "CHE",
205
- "Ευρώ WIR"
206
- ],
207
- "CHF": [
208
- "CHF",
209
- "Φράγκο Ελβετίας"
210
- ],
211
- "CHW": [
212
- "CHW",
213
- "Φράγκο WIR"
214
- ],
215
- "CLF": [
216
- "CLF",
217
- "Ουνιδάδες ντε φομέντο Χιλής"
218
- ],
219
- "CLP": [
220
- "CLP",
221
- "Πέσο Χιλής"
222
- ],
223
- "CNH": [
224
- "CNH",
225
- "Γουάν Κίνας (υπεράκτιο)"
226
- ],
227
- "CNY": [
228
- "CN¥",
229
- "Γουάν Κίνας"
230
- ],
231
- "COP": [
232
- "COP",
233
- "Πέσο Κολομβίας"
234
- ],
235
- "CRC": [
236
- "CRC",
237
- "Κολόν Κόστα Ρίκα"
238
- ],
239
- "CSD": [
240
- "CSD",
241
- "Παλαιό Δηνάριο Σερβίας"
242
- ],
243
- "CSK": [
244
- "CSK",
245
- "Σκληρή Κορόνα Τσεχοσλοβακίας"
246
- ],
247
- "CUC": [
248
- "CUC",
249
- "Μετατρέψιμο πέσο Κούβας"
250
- ],
251
- "CUP": [
252
- "CUP",
253
- "Πέσο Κούβας"
254
- ],
255
- "CVE": [
256
- "CVE",
257
- "Εσκούδο Πράσινου Ακρωτηρίου"
258
- ],
259
- "CYP": [
260
- "CYP",
261
- "Λίρα Κύπρου"
262
- ],
263
- "CZK": [
264
- "CZK",
265
- "Κορόνα Τσεχίας"
266
- ],
267
- "DDM": [
268
- "DDM",
269
- "Οστμάρκ Ανατολικής Γερμανίας"
270
- ],
271
- "DEM": [
272
- "DEM",
273
- "Μάρκο Γερμανίας"
274
- ],
275
- "DJF": [
276
- "DJF",
277
- "Φράγκο Τζιμπουτί"
278
- ],
279
- "DKK": [
280
- "DKK",
281
- "Κορόνα Δανίας"
282
- ],
283
- "DOP": [
284
- "DOP",
285
- "Πέσο Δομινικανής Δημοκρατίας"
286
- ],
287
- "DZD": [
288
- "DZD",
289
- "Δηνάριο Αλγερίας"
290
- ],
291
- "ECS": [
292
- "ECS",
293
- "Σούκρε Εκουαδόρ"
294
- ],
295
- "EEK": [
296
- "EEK",
297
- "Κορόνα Εσθονίας"
298
- ],
299
- "EGP": [
300
- "EGP",
301
- "Λίρα Αιγύπτου"
302
- ],
303
- "ERN": [
304
- "ERN",
305
- "Νάκφα Ερυθραίας"
306
- ],
307
- "ESA": [
308
- "ESA",
309
- "πεσέτα Ισπανίας (λογαριασμός Α)"
310
- ],
311
- "ESB": [
312
- "ESB",
313
- "πεσέτα Ισπανίας (μετατρέψιμος λογαριασμός)"
314
- ],
315
- "ESP": [
316
- "ESP",
317
- "Πεσέτα Ισπανίας"
318
- ],
319
- "ETB": [
320
- "ETB",
321
- "Μπιρ Αιθιοπίας"
322
- ],
323
- "EUR": [
324
- "€",
325
- "Ευρώ"
326
- ],
327
- "FIM": [
328
- "FIM",
329
- "Μάρκο Φινλανδίας"
330
- ],
331
- "FJD": [
332
- "FJD",
333
- "Δολάριο Φίτζι"
334
- ],
335
- "FKP": [
336
- "FKP",
337
- "Λίρα Νήσων Φόκλαντ"
338
- ],
339
- "FRF": [
340
- "FRF",
341
- "Φράγκο Γαλλίας"
342
- ],
343
- "GBP": [
344
- "£",
345
- "Λίρα Στερλίνα Βρετανίας"
346
- ],
347
- "GEK": [
348
- "GEK",
349
- "Κούπον Λάρι Γεωργίας"
350
- ],
351
- "GEL": [
352
- "GEL",
353
- "Λάρι Γεωργίας"
354
- ],
355
- "GHC": [
356
- "GHC",
357
- "Σέντι Γκάνας (1979–2007)"
358
- ],
359
- "GHS": [
360
- "GHS",
361
- "Σέντι Γκάνας"
362
- ],
363
- "GIP": [
364
- "GIP",
365
- "Λίρα Γιβραλτάρ"
366
- ],
367
- "GMD": [
368
- "GMD",
369
- "Νταλάσι Γκάμπιας"
370
- ],
371
- "GNF": [
372
- "GNF",
373
- "Φράγκο Γουινέας"
374
- ],
375
- "GNS": [
376
- "GNS",
377
- "Συλί Γουινέας"
378
- ],
379
- "GQE": [
380
- "GQE",
381
- "Εκγουέλε Ισημερινής Γουινέας"
382
- ],
383
- "GRD": [
384
- "Δρχ",
385
- "Δραχμή Ελλάδας",
386
- {}
387
- ],
388
- "GTQ": [
389
- "GTQ",
390
- "Κουετσάλ Γουατεμάλας"
391
- ],
392
- "GWE": [
393
- "GWE",
394
- "Γκινέα Εσκούδο Πορτογαλίας"
395
- ],
396
- "GWP": [
397
- "GWP",
398
- "Πέσο Γουινέας-Μπισάου"
399
- ],
400
- "GYD": [
401
- "GYD",
402
- "Δολάριο Γουιάνας"
403
- ],
404
- "HKD": [
405
- "HK$",
406
- "Δολάριο Χονγκ Κονγκ"
407
- ],
408
- "HNL": [
409
- "HNL",
410
- "Λεμπίρα Ονδούρας"
411
- ],
412
- "HRD": [
413
- "HRD",
414
- "Δηνάριο Κροατίας"
415
- ],
416
- "HRK": [
417
- "HRK",
418
- "Κούνα Κροατίας"
419
- ],
420
- "HTG": [
421
- "HTG",
422
- "Γκουρντ Αϊτής"
423
- ],
424
- "HUF": [
425
- "HUF",
426
- "Φιορίνι Ουγγαρίας"
427
- ],
428
- "IDR": [
429
- "IDR",
430
- "Ρουπία Ινδονησίας"
431
- ],
432
- "IEP": [
433
- "IEP",
434
- "Λίρα Ιρλανδίας"
435
- ],
436
- "ILP": [
437
- "ILP",
438
- "Λίρα Ισραήλ"
439
- ],
440
- "ILR": [
441
- "ILR",
442
- "παλιό σεκέλ Ισραήλ"
443
- ],
444
- "ILS": [
445
- "₪",
446
- "Νέο Σέκελ Ισραήλ"
447
- ],
448
- "INR": [
449
- "₹",
450
- "Ρουπία Ινδίας"
451
- ],
452
- "IQD": [
453
- "IQD",
454
- "Δηνάριο Ιράκ"
455
- ],
456
- "IRR": [
457
- "IRR",
458
- "Ριάλ Ιράν"
459
- ],
460
- "ISJ": [
461
- "ISJ",
462
- "Παλιά κορόνα Ισλανδίας"
463
- ],
464
- "ISK": [
465
- "ISK",
466
- "Κορόνα Ισλανδίας"
467
- ],
468
- "ITL": [
469
- "ITL",
470
- "Λιρέτα Ιταλίας"
471
- ],
472
- "JMD": [
473
- "JMD",
474
- "Δολάριο Τζαμάικας"
475
- ],
476
- "JOD": [
477
- "JOD",
478
- "Δηνάριο Ιορδανίας"
479
- ],
480
- "JPY": [
481
- "JP¥",
482
- "Γιεν Ιαπωνίας"
483
- ],
484
- "KES": [
485
- "KES",
486
- "Σελίνι Κένυας"
487
- ],
488
- "KGS": [
489
- "KGS",
490
- "Σομ Κιργιζίας"
491
- ],
492
- "KHR": [
493
- "KHR",
494
- "Ρίελ Καμπότζης"
495
- ],
496
- "KMF": [
497
- "KMF",
498
- "Φράγκο Κομορών"
499
- ],
500
- "KPW": [
501
- "KPW",
502
- "Γουόν Βόρειας Κορέας"
503
- ],
504
- "KRW": [
505
- "₩",
506
- "Γουόν Νότιας Κορέας"
507
- ],
508
- "KWD": [
509
- "KWD",
510
- "Δηνάριο Κουβέιτ"
511
- ],
512
- "KYD": [
513
- "KYD",
514
- "Δολάριο Νήσων Κέιμαν"
515
- ],
516
- "KZT": [
517
- "KZT",
518
- "Τένγκε Καζακστάν"
519
- ],
520
- "LAK": [
521
- "LAK",
522
- "Κιπ Λάος"
523
- ],
524
- "LBP": [
525
- "LBP",
526
- "Λίρα Λιβάνου"
527
- ],
528
- "LKR": [
529
- "LKR",
530
- "Ρουπία Σρι Λάνκα"
531
- ],
532
- "LRD": [
533
- "LRD",
534
- "Δολάριο Λιβερίας"
535
- ],
536
- "LSL": [
537
- "LSL",
538
- "Λότι Λεσότο"
539
- ],
540
- "LTL": [
541
- "LTL",
542
- "Λίτα Λιθουανίας"
543
- ],
544
- "LTT": [
545
- "LTT",
546
- "Ταλόνας Λιθουανίας"
547
- ],
548
- "LUC": [
549
- "LUC",
550
- "Μετατρέψιμο Φράγκο Λουξεμβούργου"
551
- ],
552
- "LUF": [
553
- "LUF",
554
- "Φράγκο Λουξεμβούργου"
555
- ],
556
- "LUL": [
557
- "LUL",
558
- "Οικονομικό Φράγκο Λουξεμβούργου"
559
- ],
560
- "LVL": [
561
- "LVL",
562
- "Λατς Λετονίας"
563
- ],
564
- "LVR": [
565
- "LVR",
566
- "Ρούβλι Λετονίας"
567
- ],
568
- "LYD": [
569
- "LYD",
570
- "Δηνάριο Λιβύης"
571
- ],
572
- "MAD": [
573
- "MAD",
574
- "Ντιράμ Μαρόκου"
575
- ],
576
- "MAF": [
577
- "MAF",
578
- "Φράγκο Μαρόκου"
579
- ],
580
- "MDL": [
581
- "MDL",
582
- "Λέου Μολδαβίας"
583
- ],
584
- "MGA": [
585
- "MGA",
586
- "Αριάρι Μαδαγασκάρης"
587
- ],
588
- "MGF": [
589
- "MGF",
590
- "Φράγκο Μαδαγασκάρης"
591
- ],
592
- "MKD": [
593
- "MKD",
594
- "Δηνάριο ΠΓΔΜ"
595
- ],
596
- "MLF": [
597
- "MLF",
598
- "Φράγκο Μαλί"
599
- ],
600
- "MMK": [
601
- "MMK",
602
- "Κιάτ Μιανμάρ"
603
- ],
604
- "MNT": [
605
- "MNT",
606
- "Τουγκρίκ Μογγολίας"
607
- ],
608
- "MOP": [
609
- "MOP",
610
- "Πατάκα Μακάο"
611
- ],
612
- "MRO": [
613
- "MRO",
614
- "Ουγκίγια Μαυριτανίας (1973–2017)"
615
- ],
616
- "MRU": [
617
- "MRU",
618
- "Ουγκίγια Μαυριτανίας"
619
- ],
620
- "MTL": [
621
- "MTL",
622
- "Λιρέτα Μάλτας"
623
- ],
624
- "MTP": [
625
- "MTP",
626
- "Λίρα Μάλτας"
627
- ],
628
- "MUR": [
629
- "MUR",
630
- "Ρουπία Μαυρικίου"
631
- ],
632
- "MVR": [
633
- "MVR",
634
- "Ρουφίγια Μαλδίβων"
635
- ],
636
- "MWK": [
637
- "MWK",
638
- "Κουάτσα Μαλάουι"
639
- ],
640
- "MXN": [
641
- "MX$",
642
- "Πέσο Μεξικού"
643
- ],
644
- "MXP": [
645
- "MXP",
646
- "Ασημένιο Πέσο Μεξικού (1861–1992)"
647
- ],
648
- "MYR": [
649
- "MYR",
650
- "Ρινγκίτ Μαλαισίας"
651
- ],
652
- "MZE": [
653
- "MZE",
654
- "Εσκούδο Μοζαμβίκης"
655
- ],
656
- "MZM": [
657
- "MZM",
658
- "Παλαιό Μετικάλ Μοζαμβίκης"
659
- ],
660
- "MZN": [
661
- "MZN",
662
- "Μετικάλ Μοζαμβίκης"
663
- ],
664
- "NAD": [
665
- "NAD",
666
- "Δολάριο Ναμίμπιας"
667
- ],
668
- "NGN": [
669
- "NGN",
670
- "Νάιρα Νιγηρίας"
671
- ],
672
- "NIC": [
673
- "NIC",
674
- "Κόρδοβα Νικαράγουας"
675
- ],
676
- "NIO": [
677
- "NIO",
678
- "Χρυσή Κόρδοβα Νικαράγουας"
679
- ],
680
- "NLG": [
681
- "NLG",
682
- "Γκίλντα Ολλανδίας"
683
- ],
684
- "NOK": [
685
- "NOK",
686
- "Κορόνα Νορβηγίας"
687
- ],
688
- "NPR": [
689
- "NPR",
690
- "Ρουπία Νεπάλ"
691
- ],
692
- "NZD": [
693
- "NZ$",
694
- "Δολάριο Νέας Ζηλανδίας"
695
- ],
696
- "OMR": [
697
- "OMR",
698
- "Ριάλ Ομάν"
699
- ],
700
- "PAB": [
701
- "PAB",
702
- "Μπαλμπόα Παναμά"
703
- ],
704
- "PEI": [
705
- "PEI",
706
- "Ίντι Περού"
707
- ],
708
- "PEN": [
709
- "PEN",
710
- "Σολ Περού"
711
- ],
712
- "PES": [
713
- "PES",
714
- "Σολ Περού (1863–1965)"
715
- ],
716
- "PGK": [
717
- "PGK",
718
- "Κίνα Παπούας Νέας Γουινέας"
719
- ],
720
- "PHP": [
721
- "PHP",
722
- "Πέσο Φιλιππίνων"
723
- ],
724
- "PKR": [
725
- "PKR",
726
- "Ρουπία Πακιστάν"
727
- ],
728
- "PLN": [
729
- "PLN",
730
- "Ζλότι Πολωνίας"
731
- ],
732
- "PLZ": [
733
- "PLZ",
734
- "Ζλότυ Πολωνίας (1950–1995)"
735
- ],
736
- "PTE": [
737
- "PTE",
738
- "Εσκούδο Πορτογαλίας"
739
- ],
740
- "PYG": [
741
- "PYG",
742
- "Γκουαρανί Παραγουάης"
743
- ],
744
- "QAR": [
745
- "QAR",
746
- "Ριάλ Κατάρ"
747
- ],
748
- "RHD": [
749
- "RHD",
750
- "Δολάριο Ροδεσίας"
751
- ],
752
- "ROL": [
753
- "ROL",
754
- "Λέι Ρουμανίας"
755
- ],
756
- "RON": [
757
- "RON",
758
- "Λέου Ρουμανίας"
759
- ],
760
- "RSD": [
761
- "RSD",
762
- "Δηνάριο Σερβίας"
763
- ],
764
- "RUB": [
765
- "RUB",
766
- "Ρούβλι Ρωσίας"
767
- ],
768
- "RUR": [
769
- "RUR",
770
- "Ρούβλι Ρωσίας (1991–1998)"
771
- ],
772
- "RWF": [
773
- "RWF",
774
- "Φράγκο Ρουάντας"
775
- ],
776
- "SAR": [
777
- "SAR",
778
- "Ριάλ Σαουδικής Αραβίας"
779
- ],
780
- "SBD": [
781
- "SBD",
782
- "Δολάριο Νήσων Σολομώντος"
783
- ],
784
- "SCR": [
785
- "SCR",
786
- "Ρουπία Σεϋχελλών"
787
- ],
788
- "SDD": [
789
- "SDD",
790
- "Δηνάριο Σουδάν"
791
- ],
792
- "SDG": [
793
- "SDG",
794
- "Λίρα Σουδάν"
795
- ],
796
- "SDP": [
797
- "SDP",
798
- "Παλαιά Λίρα Σουδάν"
799
- ],
800
- "SEK": [
801
- "SEK",
802
- "Κορόνα Σουηδίας"
803
- ],
804
- "SGD": [
805
- "SGD",
806
- "Δολάριο Σιγκαπούρης"
807
- ],
808
- "SHP": [
809
- "SHP",
810
- "Λίρα Αγίας Ελένης"
811
- ],
812
- "SIT": [
813
- "SIT",
814
- "Τόλαρ Σλοβενίας"
815
- ],
816
- "SKK": [
817
- "SKK",
818
- "Κορόνα Σλοβενίας"
819
- ],
820
- "SLL": [
821
- "SLL",
822
- "Λεόνε Σιέρα Λεόνε"
823
- ],
824
- "SOS": [
825
- "SOS",
826
- "Σελίνι Σομαλίας"
827
- ],
828
- "SRD": [
829
- "SRD",
830
- "Δολάριο Σουρινάμ"
831
- ],
832
- "SRG": [
833
- "SRG",
834
- "Γκίλντα Σουρινάμ"
835
- ],
836
- "SSP": [
837
- "SSP",
838
- "Λίρα Νότιου Σουδάν"
839
- ],
840
- "STD": [
841
- "STD",
842
- "Ντόμπρα Σάο Τομέ και Πρίνσιπε (1977–2017)"
843
- ],
844
- "STN": [
845
- "STN",
846
- "Ντόμπρα Σάο Τομέ και Πρίνσιπε"
847
- ],
848
- "SUR": [
849
- "SUR",
850
- "Σοβιετικό Ρούβλι"
851
- ],
852
- "SVC": [
853
- "SVC",
854
- "Κολόν Ελ Σαλβαδόρ"
855
- ],
856
- "SYP": [
857
- "SYP",
858
- "Λίρα Συρίας"
859
- ],
860
- "SZL": [
861
- "SZL",
862
- "Λιλανγκένι Σουαζιλάνδης"
863
- ],
864
- "THB": [
865
- "฿",
866
- "Μπατ Ταϊλάνδης"
867
- ],
868
- "TJR": [
869
- "TJR",
870
- "Ρούβλι Τατζικιστάν"
871
- ],
872
- "TJS": [
873
- "TJS",
874
- "Σομόνι Τατζικιστάν"
875
- ],
876
- "TMM": [
877
- "TMM",
878
- "Μανάτ Τουρκμενιστάν"
879
- ],
880
- "TMT": [
881
- "TMT",
882
- "Μάνατ Τουρκμενιστάν"
883
- ],
884
- "TND": [
885
- "TND",
886
- "Δηνάριο Τυνησίας"
887
- ],
888
- "TOP": [
889
- "TOP",
890
- "Παάγκα Τόνγκα"
891
- ],
892
- "TPE": [
893
- "TPE",
894
- "Εσκούδο Τιμόρ"
895
- ],
896
- "TRL": [
897
- "TRL",
898
- "Παλιά Λίρα Τουρκίας"
899
- ],
900
- "TRY": [
901
- "TRY",
902
- "Λίρα Τουρκίας"
903
- ],
904
- "TTD": [
905
- "TTD",
906
- "Δολάριο Τρινιντάντ και Τομπάγκο"
907
- ],
908
- "TWD": [
909
- "NT$",
910
- "Νέο δολάριο Ταϊβάν"
911
- ],
912
- "TZS": [
913
- "TZS",
914
- "Σελίνι Τανζανίας"
915
- ],
916
- "UAH": [
917
- "UAH",
918
- "Γρίβνα Ουκρανίας"
919
- ],
920
- "UAK": [
921
- "UAK",
922
- "Καρμποβανέτς Ουκρανίας"
923
- ],
924
- "UGS": [
925
- "UGS",
926
- "Σελίνι Ουγκάντας (1966–1987)"
927
- ],
928
- "UGX": [
929
- "UGX",
930
- "Σελίνι Ουγκάντας"
931
- ],
932
- "USD": [
933
- "$",
934
- "Δολάριο ΗΠΑ"
935
- ],
936
- "USN": [
937
- "USN",
938
- "Δολάριο ΗΠΑ (επόμενη ημέρα)"
939
- ],
940
- "USS": [
941
- "USS",
942
- "Δολάριο ΗΠΑ (ίδια ημέρα)"
943
- ],
944
- "UYP": [
945
- "UYP",
946
- "Πέσο Ουρουγουάης (1975–1993)"
947
- ],
948
- "UYU": [
949
- "UYU",
950
- "Πέσο Ουρουγουάης"
951
- ],
952
- "UZS": [
953
- "UZS",
954
- "Σομ Ουζμπεκιστάν"
955
- ],
956
- "VEB": [
957
- "VEB",
958
- "Μπολιβάρ Βενεζουέλας (1871–2008)"
959
- ],
960
- "VEF": [
961
- "VEF",
962
- "Μπολιβάρ Βενεζουέλας (2008–2018)"
963
- ],
964
- "VES": [
965
- "VES",
966
- "Μπολιβάρ Βενεζουέλας"
967
- ],
968
- "VND": [
969
- "₫",
970
- "Ντονγκ Βιετνάμ"
971
- ],
972
- "VUV": [
973
- "VUV",
974
- "Βατού Βανουάτου"
975
- ],
976
- "WST": [
977
- "WST",
978
- "Τάλα Σαμόα"
979
- ],
980
- "XAF": [
981
- "FCFA",
982
- "Φράγκο CFA Κεντρικής Αφρικής"
983
- ],
984
- "XCD": [
985
- "EC$",
986
- "Δολάριο Ανατολικής Καραϊβικής"
987
- ],
988
- "XEU": [
989
- "XEU",
990
- "Ευρωπαϊκή Συναλλαγματική Μονάδα"
991
- ],
992
- "XFO": [
993
- "XFO",
994
- "Χρυσό Φράγκο Γαλλίας"
995
- ],
996
- "XFU": [
997
- "XFU",
998
- "UIC-Φράγκο Γαλλίας"
999
- ],
1000
- "XOF": [
1001
- "CFA",
1002
- "Φράγκο CFA Δυτικής Αφρικής"
1003
- ],
1004
- "XPF": [
1005
- "CFPF",
1006
- "Φράγκο CFP"
1007
- ],
1008
- "YDD": [
1009
- "YDD",
1010
- "Δηνάριο Υεμένης"
1011
- ],
1012
- "YER": [
1013
- "YER",
1014
- "Ριάλ Υεμένης"
1015
- ],
1016
- "YUD": [
1017
- "YUD",
1018
- "Μεταλλικό Δηνάριο Γιουγκοσλαβίας"
1019
- ],
1020
- "YUM": [
1021
- "YUM",
1022
- "Νέο Δηνάριο Γιουγκοσλαβίας"
1023
- ],
1024
- "YUN": [
1025
- "YUN",
1026
- "Μετατρέψιμο Δηνάριο Γιουγκοσλαβίας"
1027
- ],
1028
- "ZAL": [
1029
- "ZAL",
1030
- "Ραντ Νότιας Αφρικής (οικονομικό)"
1031
- ],
1032
- "ZAR": [
1033
- "ZAR",
1034
- "Ραντ Νότιας Αφρικής"
1035
- ],
1036
- "ZMK": [
1037
- "ZMK",
1038
- "Κουάνζα Ζαΐρ (1968–2012)"
1039
- ],
1040
- "ZMW": [
1041
- "ZMW",
1042
- "Κουάτσα Ζάμπιας"
1043
- ],
1044
- "ZRN": [
1045
- "ZRN",
1046
- "Νέο Ζαΐρ Ζαΐρ"
1047
- ],
1048
- "ZRZ": [
1049
- "ZRZ",
1050
- "Ζαΐρ Ζαΐρ"
1051
- ],
1052
- "ZWD": [
1053
- "ZWD",
1054
- "Δολάριο Ζιμπάμπουε"
1055
- ],
1056
- "ZWL": [
1057
- "ZWL",
1058
- "Δολάριο Ζιμπάμπουε (2009)"
1059
- ]
1060
- }
1061
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en.json DELETED
@@ -1,1164 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andorran Peseta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "United Arab Emirates Dirham"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Afghan Afghani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Afghan Afghani"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "Albanian Lek (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "Albanian Lek"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "Armenian Dram"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "Netherlands Antillean Guilder"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "Angolan Kwanza"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "Angolan Kwanza (1977–1991)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "Angolan New Kwanza (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "Angolan Readjusted Kwanza (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "Argentine Austral"
54
- ],
55
- "ARL": [
56
- "ARL",
57
- "Argentine Peso Ley (1970–1983)"
58
- ],
59
- "ARM": [
60
- "ARM",
61
- "Argentine Peso (1881–1970)"
62
- ],
63
- "ARP": [
64
- "ARP",
65
- "Argentine Peso (1983–1985)"
66
- ],
67
- "ARS": [
68
- "ARS",
69
- "Argentine Peso"
70
- ],
71
- "ATS": [
72
- "ATS",
73
- "Austrian Schilling"
74
- ],
75
- "AUD": [
76
- "A$",
77
- "Australian Dollar"
78
- ],
79
- "AWG": [
80
- "AWG",
81
- "Aruban Florin"
82
- ],
83
- "AZM": [
84
- "AZM",
85
- "Azerbaijani Manat (1993–2006)"
86
- ],
87
- "AZN": [
88
- "AZN",
89
- "Azerbaijani Manat"
90
- ],
91
- "BAD": [
92
- "BAD",
93
- "Bosnia-Herzegovina Dinar (1992–1994)"
94
- ],
95
- "BAM": [
96
- "BAM",
97
- "Bosnia-Herzegovina Convertible Mark"
98
- ],
99
- "BAN": [
100
- "BAN",
101
- "Bosnia-Herzegovina New Dinar (1994–1997)"
102
- ],
103
- "BBD": [
104
- "BBD",
105
- "Barbadian Dollar"
106
- ],
107
- "BDT": [
108
- "BDT",
109
- "Bangladeshi Taka"
110
- ],
111
- "BEC": [
112
- "BEC",
113
- "Belgian Franc (convertible)"
114
- ],
115
- "BEF": [
116
- "BEF",
117
- "Belgian Franc"
118
- ],
119
- "BEL": [
120
- "BEL",
121
- "Belgian Franc (financial)"
122
- ],
123
- "BGL": [
124
- "BGL",
125
- "Bulgarian Hard Lev"
126
- ],
127
- "BGM": [
128
- "BGM",
129
- "Bulgarian Socialist Lev"
130
- ],
131
- "BGN": [
132
- "BGN",
133
- "Bulgarian Lev"
134
- ],
135
- "BGO": [
136
- "BGO",
137
- "Bulgarian Lev (1879–1952)"
138
- ],
139
- "BHD": [
140
- "BHD",
141
- "Bahraini Dinar"
142
- ],
143
- "BIF": [
144
- "BIF",
145
- "Burundian Franc"
146
- ],
147
- "BMD": [
148
- "BMD",
149
- "Bermudan Dollar"
150
- ],
151
- "BND": [
152
- "BND",
153
- "Brunei Dollar"
154
- ],
155
- "BOB": [
156
- "BOB",
157
- "Bolivian Boliviano"
158
- ],
159
- "BOL": [
160
- "BOL",
161
- "Bolivian Boliviano (1863–1963)"
162
- ],
163
- "BOP": [
164
- "BOP",
165
- "Bolivian Peso"
166
- ],
167
- "BOV": [
168
- "BOV",
169
- "Bolivian Mvdol"
170
- ],
171
- "BRB": [
172
- "BRB",
173
- "Brazilian New Cruzeiro (1967–1986)"
174
- ],
175
- "BRC": [
176
- "BRC",
177
- "Brazilian Cruzado (1986–1989)"
178
- ],
179
- "BRE": [
180
- "BRE",
181
- "Brazilian Cruzeiro (1990–1993)"
182
- ],
183
- "BRL": [
184
- "R$",
185
- "Brazilian Real"
186
- ],
187
- "BRN": [
188
- "BRN",
189
- "Brazilian New Cruzado (1989–1990)"
190
- ],
191
- "BRR": [
192
- "BRR",
193
- "Brazilian Cruzeiro (1993–1994)"
194
- ],
195
- "BRZ": [
196
- "BRZ",
197
- "Brazilian Cruzeiro (1942–1967)"
198
- ],
199
- "BSD": [
200
- "BSD",
201
- "Bahamian Dollar"
202
- ],
203
- "BTN": [
204
- "BTN",
205
- "Bhutanese Ngultrum"
206
- ],
207
- "BUK": [
208
- "BUK",
209
- "Burmese Kyat"
210
- ],
211
- "BWP": [
212
- "BWP",
213
- "Botswanan Pula"
214
- ],
215
- "BYB": [
216
- "BYB",
217
- "Belarusian Ruble (1994–1999)"
218
- ],
219
- "BYN": [
220
- "BYN",
221
- "Belarusian Ruble"
222
- ],
223
- "BYR": [
224
- "BYR",
225
- "Belarusian Ruble (2000–2016)"
226
- ],
227
- "BZD": [
228
- "BZD",
229
- "Belize Dollar"
230
- ],
231
- "CAD": [
232
- "CA$",
233
- "Canadian Dollar"
234
- ],
235
- "CDF": [
236
- "CDF",
237
- "Congolese Franc"
238
- ],
239
- "CHE": [
240
- "CHE",
241
- "WIR Euro"
242
- ],
243
- "CHF": [
244
- "CHF",
245
- "Swiss Franc"
246
- ],
247
- "CHW": [
248
- "CHW",
249
- "WIR Franc"
250
- ],
251
- "CLE": [
252
- "CLE",
253
- "Chilean Escudo"
254
- ],
255
- "CLF": [
256
- "CLF",
257
- "Chilean Unit of Account (UF)"
258
- ],
259
- "CLP": [
260
- "CLP",
261
- "Chilean Peso"
262
- ],
263
- "CNH": [
264
- "CNH",
265
- "Chinese Yuan (offshore)"
266
- ],
267
- "CNX": [
268
- "CNX",
269
- "Chinese People’s Bank Dollar"
270
- ],
271
- "CNY": [
272
- "CN¥",
273
- "Chinese Yuan"
274
- ],
275
- "COP": [
276
- "COP",
277
- "Colombian Peso"
278
- ],
279
- "COU": [
280
- "COU",
281
- "Colombian Real Value Unit"
282
- ],
283
- "CRC": [
284
- "CRC",
285
- "Costa Rican Colón"
286
- ],
287
- "CSD": [
288
- "CSD",
289
- "Serbian Dinar (2002–2006)"
290
- ],
291
- "CSK": [
292
- "CSK",
293
- "Czechoslovak Hard Koruna"
294
- ],
295
- "CUC": [
296
- "CUC",
297
- "Cuban Convertible Peso"
298
- ],
299
- "CUP": [
300
- "CUP",
301
- "Cuban Peso"
302
- ],
303
- "CVE": [
304
- "CVE",
305
- "Cape Verdean Escudo"
306
- ],
307
- "CYP": [
308
- "CYP",
309
- "Cypriot Pound"
310
- ],
311
- "CZK": [
312
- "CZK",
313
- "Czech Koruna"
314
- ],
315
- "DDM": [
316
- "DDM",
317
- "East German Mark"
318
- ],
319
- "DEM": [
320
- "DEM",
321
- "German Mark"
322
- ],
323
- "DJF": [
324
- "DJF",
325
- "Djiboutian Franc"
326
- ],
327
- "DKK": [
328
- "DKK",
329
- "Danish Krone"
330
- ],
331
- "DOP": [
332
- "DOP",
333
- "Dominican Peso"
334
- ],
335
- "DZD": [
336
- "DZD",
337
- "Algerian Dinar"
338
- ],
339
- "ECS": [
340
- "ECS",
341
- "Ecuadorian Sucre"
342
- ],
343
- "ECV": [
344
- "ECV",
345
- "Ecuadorian Unit of Constant Value"
346
- ],
347
- "EEK": [
348
- "EEK",
349
- "Estonian Kroon"
350
- ],
351
- "EGP": [
352
- "EGP",
353
- "Egyptian Pound"
354
- ],
355
- "ERN": [
356
- "ERN",
357
- "Eritrean Nakfa"
358
- ],
359
- "ESA": [
360
- "ESA",
361
- "Spanish Peseta (A account)"
362
- ],
363
- "ESB": [
364
- "ESB",
365
- "Spanish Peseta (convertible account)"
366
- ],
367
- "ESP": [
368
- "ESP",
369
- "Spanish Peseta"
370
- ],
371
- "ETB": [
372
- "ETB",
373
- "Ethiopian Birr"
374
- ],
375
- "EUR": [
376
- "€",
377
- "Euro"
378
- ],
379
- "FIM": [
380
- "FIM",
381
- "Finnish Markka"
382
- ],
383
- "FJD": [
384
- "FJD",
385
- "Fijian Dollar"
386
- ],
387
- "FKP": [
388
- "FKP",
389
- "Falkland Islands Pound"
390
- ],
391
- "FRF": [
392
- "FRF",
393
- "French Franc"
394
- ],
395
- "GBP": [
396
- "£",
397
- "British Pound"
398
- ],
399
- "GEK": [
400
- "GEK",
401
- "Georgian Kupon Larit"
402
- ],
403
- "GEL": [
404
- "GEL",
405
- "Georgian Lari"
406
- ],
407
- "GHC": [
408
- "GHC",
409
- "Ghanaian Cedi (1979–2007)"
410
- ],
411
- "GHS": [
412
- "GHS",
413
- "Ghanaian Cedi"
414
- ],
415
- "GIP": [
416
- "GIP",
417
- "Gibraltar Pound"
418
- ],
419
- "GMD": [
420
- "GMD",
421
- "Gambian Dalasi"
422
- ],
423
- "GNF": [
424
- "GNF",
425
- "Guinean Franc"
426
- ],
427
- "GNS": [
428
- "GNS",
429
- "Guinean Syli"
430
- ],
431
- "GQE": [
432
- "GQE",
433
- "Equatorial Guinean Ekwele"
434
- ],
435
- "GRD": [
436
- "GRD",
437
- "Greek Drachma"
438
- ],
439
- "GTQ": [
440
- "GTQ",
441
- "Guatemalan Quetzal"
442
- ],
443
- "GWE": [
444
- "GWE",
445
- "Portuguese Guinea Escudo"
446
- ],
447
- "GWP": [
448
- "GWP",
449
- "Guinea-Bissau Peso"
450
- ],
451
- "GYD": [
452
- "GYD",
453
- "Guyanaese Dollar"
454
- ],
455
- "HKD": [
456
- "HK$",
457
- "Hong Kong Dollar"
458
- ],
459
- "HNL": [
460
- "HNL",
461
- "Honduran Lempira"
462
- ],
463
- "HRD": [
464
- "HRD",
465
- "Croatian Dinar"
466
- ],
467
- "HRK": [
468
- "HRK",
469
- "Croatian Kuna"
470
- ],
471
- "HTG": [
472
- "HTG",
473
- "Haitian Gourde"
474
- ],
475
- "HUF": [
476
- "HUF",
477
- "Hungarian Forint"
478
- ],
479
- "IDR": [
480
- "IDR",
481
- "Indonesian Rupiah"
482
- ],
483
- "IEP": [
484
- "IEP",
485
- "Irish Pound"
486
- ],
487
- "ILP": [
488
- "ILP",
489
- "Israeli Pound"
490
- ],
491
- "ILR": [
492
- "ILR",
493
- "Israeli Shekel (1980–1985)"
494
- ],
495
- "ILS": [
496
- "₪",
497
- "Israeli New Shekel"
498
- ],
499
- "INR": [
500
- "₹",
501
- "Indian Rupee"
502
- ],
503
- "IQD": [
504
- "IQD",
505
- "Iraqi Dinar"
506
- ],
507
- "IRR": [
508
- "IRR",
509
- "Iranian Rial"
510
- ],
511
- "ISJ": [
512
- "ISJ",
513
- "Icelandic Króna (1918–1981)"
514
- ],
515
- "ISK": [
516
- "ISK",
517
- "Icelandic Króna"
518
- ],
519
- "ITL": [
520
- "ITL",
521
- "Italian Lira"
522
- ],
523
- "JMD": [
524
- "JMD",
525
- "Jamaican Dollar"
526
- ],
527
- "JOD": [
528
- "JOD",
529
- "Jordanian Dinar"
530
- ],
531
- "JPY": [
532
- "¥",
533
- "Japanese Yen"
534
- ],
535
- "KES": [
536
- "KES",
537
- "Kenyan Shilling"
538
- ],
539
- "KGS": [
540
- "KGS",
541
- "Kyrgystani Som"
542
- ],
543
- "KHR": [
544
- "KHR",
545
- "Cambodian Riel"
546
- ],
547
- "KMF": [
548
- "KMF",
549
- "Comorian Franc"
550
- ],
551
- "KPW": [
552
- "KPW",
553
- "North Korean Won"
554
- ],
555
- "KRH": [
556
- "KRH",
557
- "South Korean Hwan (1953–1962)"
558
- ],
559
- "KRO": [
560
- "KRO",
561
- "South Korean Won (1945–1953)"
562
- ],
563
- "KRW": [
564
- "₩",
565
- "South Korean Won"
566
- ],
567
- "KWD": [
568
- "KWD",
569
- "Kuwaiti Dinar"
570
- ],
571
- "KYD": [
572
- "KYD",
573
- "Cayman Islands Dollar"
574
- ],
575
- "KZT": [
576
- "KZT",
577
- "Kazakhstani Tenge"
578
- ],
579
- "LAK": [
580
- "LAK",
581
- "Laotian Kip"
582
- ],
583
- "LBP": [
584
- "LBP",
585
- "Lebanese Pound"
586
- ],
587
- "LKR": [
588
- "LKR",
589
- "Sri Lankan Rupee"
590
- ],
591
- "LRD": [
592
- "LRD",
593
- "Liberian Dollar"
594
- ],
595
- "LSL": [
596
- "LSL",
597
- "Lesotho Loti"
598
- ],
599
- "LTL": [
600
- "LTL",
601
- "Lithuanian Litas"
602
- ],
603
- "LTT": [
604
- "LTT",
605
- "Lithuanian Talonas"
606
- ],
607
- "LUC": [
608
- "LUC",
609
- "Luxembourgian Convertible Franc"
610
- ],
611
- "LUF": [
612
- "LUF",
613
- "Luxembourgian Franc"
614
- ],
615
- "LUL": [
616
- "LUL",
617
- "Luxembourg Financial Franc"
618
- ],
619
- "LVL": [
620
- "LVL",
621
- "Latvian Lats"
622
- ],
623
- "LVR": [
624
- "LVR",
625
- "Latvian Ruble"
626
- ],
627
- "LYD": [
628
- "LYD",
629
- "Libyan Dinar"
630
- ],
631
- "MAD": [
632
- "MAD",
633
- "Moroccan Dirham"
634
- ],
635
- "MAF": [
636
- "MAF",
637
- "Moroccan Franc"
638
- ],
639
- "MCF": [
640
- "MCF",
641
- "Monegasque Franc"
642
- ],
643
- "MDC": [
644
- "MDC",
645
- "Moldovan Cupon"
646
- ],
647
- "MDL": [
648
- "MDL",
649
- "Moldovan Leu"
650
- ],
651
- "MGA": [
652
- "MGA",
653
- "Malagasy Ariary"
654
- ],
655
- "MGF": [
656
- "MGF",
657
- "Malagasy Franc"
658
- ],
659
- "MKD": [
660
- "MKD",
661
- "Macedonian Denar"
662
- ],
663
- "MKN": [
664
- "MKN",
665
- "Macedonian Denar (1992–1993)"
666
- ],
667
- "MLF": [
668
- "MLF",
669
- "Malian Franc"
670
- ],
671
- "MMK": [
672
- "MMK",
673
- "Myanmar Kyat"
674
- ],
675
- "MNT": [
676
- "MNT",
677
- "Mongolian Tugrik"
678
- ],
679
- "MOP": [
680
- "MOP",
681
- "Macanese Pataca"
682
- ],
683
- "MRO": [
684
- "MRO",
685
- "Mauritanian Ouguiya (1973–2017)"
686
- ],
687
- "MRU": [
688
- "MRU",
689
- "Mauritanian Ouguiya"
690
- ],
691
- "MTL": [
692
- "MTL",
693
- "Maltese Lira"
694
- ],
695
- "MTP": [
696
- "MTP",
697
- "Maltese Pound"
698
- ],
699
- "MUR": [
700
- "MUR",
701
- "Mauritian Rupee"
702
- ],
703
- "MVP": [
704
- "MVP",
705
- "Maldivian Rupee (1947–1981)"
706
- ],
707
- "MVR": [
708
- "MVR",
709
- "Maldivian Rufiyaa"
710
- ],
711
- "MWK": [
712
- "MWK",
713
- "Malawian Kwacha"
714
- ],
715
- "MXN": [
716
- "MX$",
717
- "Mexican Peso"
718
- ],
719
- "MXP": [
720
- "MXP",
721
- "Mexican Silver Peso (1861–1992)"
722
- ],
723
- "MXV": [
724
- "MXV",
725
- "Mexican Investment Unit"
726
- ],
727
- "MYR": [
728
- "MYR",
729
- "Malaysian Ringgit"
730
- ],
731
- "MZE": [
732
- "MZE",
733
- "Mozambican Escudo"
734
- ],
735
- "MZM": [
736
- "MZM",
737
- "Mozambican Metical (1980–2006)"
738
- ],
739
- "MZN": [
740
- "MZN",
741
- "Mozambican Metical"
742
- ],
743
- "NAD": [
744
- "NAD",
745
- "Namibian Dollar"
746
- ],
747
- "NGN": [
748
- "NGN",
749
- "Nigerian Naira"
750
- ],
751
- "NIC": [
752
- "NIC",
753
- "Nicaraguan Córdoba (1988–1991)"
754
- ],
755
- "NIO": [
756
- "NIO",
757
- "Nicaraguan Córdoba"
758
- ],
759
- "NLG": [
760
- "NLG",
761
- "Dutch Guilder"
762
- ],
763
- "NOK": [
764
- "NOK",
765
- "Norwegian Krone"
766
- ],
767
- "NPR": [
768
- "NPR",
769
- "Nepalese Rupee"
770
- ],
771
- "NZD": [
772
- "NZ$",
773
- "New Zealand Dollar"
774
- ],
775
- "OMR": [
776
- "OMR",
777
- "Omani Rial"
778
- ],
779
- "PAB": [
780
- "PAB",
781
- "Panamanian Balboa"
782
- ],
783
- "PEI": [
784
- "PEI",
785
- "Peruvian Inti"
786
- ],
787
- "PEN": [
788
- "PEN",
789
- "Peruvian Sol"
790
- ],
791
- "PES": [
792
- "PES",
793
- "Peruvian Sol (1863–1965)"
794
- ],
795
- "PGK": [
796
- "PGK",
797
- "Papua New Guinean Kina"
798
- ],
799
- "PHP": [
800
- "PHP",
801
- "Philippine Piso"
802
- ],
803
- "PKR": [
804
- "PKR",
805
- "Pakistani Rupee"
806
- ],
807
- "PLN": [
808
- "PLN",
809
- "Polish Zloty"
810
- ],
811
- "PLZ": [
812
- "PLZ",
813
- "Polish Zloty (1950–1995)"
814
- ],
815
- "PTE": [
816
- "PTE",
817
- "Portuguese Escudo"
818
- ],
819
- "PYG": [
820
- "PYG",
821
- "Paraguayan Guarani"
822
- ],
823
- "QAR": [
824
- "QAR",
825
- "Qatari Rial"
826
- ],
827
- "RHD": [
828
- "RHD",
829
- "Rhodesian Dollar"
830
- ],
831
- "ROL": [
832
- "ROL",
833
- "Romanian Leu (1952–2006)"
834
- ],
835
- "RON": [
836
- "RON",
837
- "Romanian Leu"
838
- ],
839
- "RSD": [
840
- "RSD",
841
- "Serbian Dinar"
842
- ],
843
- "RUB": [
844
- "RUB",
845
- "Russian Ruble"
846
- ],
847
- "RUR": [
848
- "RUR",
849
- "Russian Ruble (1991–1998)"
850
- ],
851
- "RWF": [
852
- "RWF",
853
- "Rwandan Franc"
854
- ],
855
- "SAR": [
856
- "SAR",
857
- "Saudi Riyal"
858
- ],
859
- "SBD": [
860
- "SBD",
861
- "Solomon Islands Dollar"
862
- ],
863
- "SCR": [
864
- "SCR",
865
- "Seychellois Rupee"
866
- ],
867
- "SDD": [
868
- "SDD",
869
- "Sudanese Dinar (1992–2007)"
870
- ],
871
- "SDG": [
872
- "SDG",
873
- "Sudanese Pound"
874
- ],
875
- "SDP": [
876
- "SDP",
877
- "Sudanese Pound (1957–1998)"
878
- ],
879
- "SEK": [
880
- "SEK",
881
- "Swedish Krona"
882
- ],
883
- "SGD": [
884
- "SGD",
885
- "Singapore Dollar"
886
- ],
887
- "SHP": [
888
- "SHP",
889
- "St. Helena Pound"
890
- ],
891
- "SIT": [
892
- "SIT",
893
- "Slovenian Tolar"
894
- ],
895
- "SKK": [
896
- "SKK",
897
- "Slovak Koruna"
898
- ],
899
- "SLL": [
900
- "SLL",
901
- "Sierra Leonean Leone"
902
- ],
903
- "SOS": [
904
- "SOS",
905
- "Somali Shilling"
906
- ],
907
- "SRD": [
908
- "SRD",
909
- "Surinamese Dollar"
910
- ],
911
- "SRG": [
912
- "SRG",
913
- "Surinamese Guilder"
914
- ],
915
- "SSP": [
916
- "SSP",
917
- "South Sudanese Pound"
918
- ],
919
- "STD": [
920
- "STD",
921
- "São Tomé & Príncipe Dobra (1977–2017)"
922
- ],
923
- "STN": [
924
- "STN",
925
- "São Tomé & Príncipe Dobra"
926
- ],
927
- "SUR": [
928
- "SUR",
929
- "Soviet Rouble"
930
- ],
931
- "SVC": [
932
- "SVC",
933
- "Salvadoran Colón"
934
- ],
935
- "SYP": [
936
- "SYP",
937
- "Syrian Pound"
938
- ],
939
- "SZL": [
940
- "SZL",
941
- "Swazi Lilangeni"
942
- ],
943
- "THB": [
944
- "THB",
945
- "Thai Baht"
946
- ],
947
- "TJR": [
948
- "TJR",
949
- "Tajikistani Ruble"
950
- ],
951
- "TJS": [
952
- "TJS",
953
- "Tajikistani Somoni"
954
- ],
955
- "TMM": [
956
- "TMM",
957
- "Turkmenistani Manat (1993–2009)"
958
- ],
959
- "TMT": [
960
- "TMT",
961
- "Turkmenistani Manat"
962
- ],
963
- "TND": [
964
- "TND",
965
- "Tunisian Dinar"
966
- ],
967
- "TOP": [
968
- "TOP",
969
- "Tongan Paʻanga"
970
- ],
971
- "TPE": [
972
- "TPE",
973
- "Timorese Escudo"
974
- ],
975
- "TRL": [
976
- "TRL",
977
- "Turkish Lira (1922–2005)"
978
- ],
979
- "TRY": [
980
- "TRY",
981
- "Turkish Lira"
982
- ],
983
- "TTD": [
984
- "TTD",
985
- "Trinidad & Tobago Dollar"
986
- ],
987
- "TWD": [
988
- "NT$",
989
- "New Taiwan Dollar"
990
- ],
991
- "TZS": [
992
- "TZS",
993
- "Tanzanian Shilling"
994
- ],
995
- "UAH": [
996
- "UAH",
997
- "Ukrainian Hryvnia"
998
- ],
999
- "UAK": [
1000
- "UAK",
1001
- "Ukrainian Karbovanets"
1002
- ],
1003
- "UGS": [
1004
- "UGS",
1005
- "Ugandan Shilling (1966–1987)"
1006
- ],
1007
- "UGX": [
1008
- "UGX",
1009
- "Ugandan Shilling"
1010
- ],
1011
- "USD": [
1012
- "$",
1013
- "US Dollar"
1014
- ],
1015
- "USN": [
1016
- "USN",
1017
- "US Dollar (Next day)"
1018
- ],
1019
- "USS": [
1020
- "USS",
1021
- "US Dollar (Same day)"
1022
- ],
1023
- "UYI": [
1024
- "UYI",
1025
- "Uruguayan Peso (Indexed Units)"
1026
- ],
1027
- "UYP": [
1028
- "UYP",
1029
- "Uruguayan Peso (1975–1993)"
1030
- ],
1031
- "UYU": [
1032
- "UYU",
1033
- "Uruguayan Peso"
1034
- ],
1035
- "UYW": [
1036
- "UYW",
1037
- "Uruguayan Nominal Wage Index Unit"
1038
- ],
1039
- "UZS": [
1040
- "UZS",
1041
- "Uzbekistani Som"
1042
- ],
1043
- "VEB": [
1044
- "VEB",
1045
- "Venezuelan Bolívar (1871–2008)"
1046
- ],
1047
- "VEF": [
1048
- "VEF",
1049
- "Venezuelan Bolívar (2008–2018)"
1050
- ],
1051
- "VES": [
1052
- "VES",
1053
- "Venezuelan Bolívar"
1054
- ],
1055
- "VND": [
1056
- "₫",
1057
- "Vietnamese Dong"
1058
- ],
1059
- "VNN": [
1060
- "VNN",
1061
- "Vietnamese Dong (1978–1985)"
1062
- ],
1063
- "VUV": [
1064
- "VUV",
1065
- "Vanuatu Vatu"
1066
- ],
1067
- "WST": [
1068
- "WST",
1069
- "Samoan Tala"
1070
- ],
1071
- "XAF": [
1072
- "FCFA",
1073
- "Central African CFA Franc"
1074
- ],
1075
- "XCD": [
1076
- "EC$",
1077
- "East Caribbean Dollar"
1078
- ],
1079
- "XEU": [
1080
- "XEU",
1081
- "European Currency Unit"
1082
- ],
1083
- "XFO": [
1084
- "XFO",
1085
- "French Gold Franc"
1086
- ],
1087
- "XFU": [
1088
- "XFU",
1089
- "French UIC-Franc"
1090
- ],
1091
- "XOF": [
1092
- "CFA",
1093
- "West African CFA Franc"
1094
- ],
1095
- "XPF": [
1096
- "CFPF",
1097
- "CFP Franc"
1098
- ],
1099
- "XRE": [
1100
- "XRE",
1101
- "RINET Funds"
1102
- ],
1103
- "YDD": [
1104
- "YDD",
1105
- "Yemeni Dinar"
1106
- ],
1107
- "YER": [
1108
- "YER",
1109
- "Yemeni Rial"
1110
- ],
1111
- "YUD": [
1112
- "YUD",
1113
- "Yugoslavian Hard Dinar (1966–1990)"
1114
- ],
1115
- "YUM": [
1116
- "YUM",
1117
- "Yugoslavian New Dinar (1994–2002)"
1118
- ],
1119
- "YUN": [
1120
- "YUN",
1121
- "Yugoslavian Convertible Dinar (1990–1992)"
1122
- ],
1123
- "YUR": [
1124
- "YUR",
1125
- "Yugoslavian Reformed Dinar (1992–1993)"
1126
- ],
1127
- "ZAL": [
1128
- "ZAL",
1129
- "South African Rand (financial)"
1130
- ],
1131
- "ZAR": [
1132
- "ZAR",
1133
- "South African Rand"
1134
- ],
1135
- "ZMK": [
1136
- "ZMK",
1137
- "Zambian Kwacha (1968–2012)"
1138
- ],
1139
- "ZMW": [
1140
- "ZMW",
1141
- "Zambian Kwacha"
1142
- ],
1143
- "ZRN": [
1144
- "ZRN",
1145
- "Zairean New Zaire (1993–1998)"
1146
- ],
1147
- "ZRZ": [
1148
- "ZRZ",
1149
- "Zairean Zaire (1971–1993)"
1150
- ],
1151
- "ZWD": [
1152
- "ZWD",
1153
- "Zimbabwean Dollar (1980–2008)"
1154
- ],
1155
- "ZWL": [
1156
- "ZWL",
1157
- "Zimbabwean Dollar (2009)"
1158
- ],
1159
- "ZWR": [
1160
- "ZWR",
1161
- "Zimbabwean Dollar (2008)"
1162
- ]
1163
- }
1164
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_001.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "Names": {
3
- "BYB": [
4
- "BYB",
5
- "Belarusian New Rouble (1994–1999)"
6
- ],
7
- "BYN": [
8
- "BYN",
9
- "Belarusian Rouble"
10
- ],
11
- "BYR": [
12
- "BYR",
13
- "Belarusian Rouble (2000–2016)"
14
- ],
15
- "JPY": [
16
- "JP¥",
17
- "Japanese Yen"
18
- ],
19
- "LVR": [
20
- "LVR",
21
- "Latvian Rouble"
22
- ],
23
- "RUB": [
24
- "RUB",
25
- "Russian Rouble"
26
- ],
27
- "RUR": [
28
- "RUR",
29
- "Russian Rouble (1991–1998)"
30
- ],
31
- "SHP": [
32
- "SHP",
33
- "St Helena Pound"
34
- ],
35
- "TJR": [
36
- "TJR",
37
- "Tajikistani Rouble"
38
- ],
39
- "USD": [
40
- "US$",
41
- "US Dollar"
42
- ]
43
- }
44
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_150.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "Names": {
3
- "EUR": [
4
- "€",
5
- "Euro",
6
- {}
7
- ]
8
- }
9
- }
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_AE.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "United Arab Emirates Dirham"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_AG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_AI.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_AU.json DELETED
@@ -1,548 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "United Arab Emirates Dirham"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "Afghan Afghani"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "Albanian Lek"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "Armenian Dram"
18
- ],
19
- "AOA": [
20
- "AOA",
21
- "Angolan Kwanza"
22
- ],
23
- "ARS": [
24
- "ARS",
25
- "Argentine Peso"
26
- ],
27
- "AUD": [
28
- "$",
29
- "Australian Dollar"
30
- ],
31
- "AZN": [
32
- "AZN",
33
- "Azerbaijani Manat"
34
- ],
35
- "BAM": [
36
- "BAM",
37
- "Bosnia-Herzegovina Convertible Marka"
38
- ],
39
- "BBD": [
40
- "BBD",
41
- "Barbados Dollar"
42
- ],
43
- "BDT": [
44
- "BDT",
45
- "Bangladeshi Taka"
46
- ],
47
- "BGN": [
48
- "BGN",
49
- "Bulgarian Lev"
50
- ],
51
- "BHD": [
52
- "BHD",
53
- "Bahraini Dinar"
54
- ],
55
- "BIF": [
56
- "BIF",
57
- "Burundian Franc"
58
- ],
59
- "BMD": [
60
- "BMD",
61
- "Bermuda Dollar"
62
- ],
63
- "BND": [
64
- "BND",
65
- "Brunei Dollar"
66
- ],
67
- "BOB": [
68
- "BOB",
69
- "Boliviano"
70
- ],
71
- "BRL": [
72
- "BRL",
73
- "Brazilian Real"
74
- ],
75
- "BTN": [
76
- "BTN",
77
- "Bhutanese Ngultrum"
78
- ],
79
- "BWP": [
80
- "BWP",
81
- "Botswanan Pula"
82
- ],
83
- "CAD": [
84
- "CAD",
85
- "Canadian Dollar"
86
- ],
87
- "CDF": [
88
- "CDF",
89
- "Congolese Franc"
90
- ],
91
- "CHF": [
92
- "CHF",
93
- "Swiss Franc"
94
- ],
95
- "CLP": [
96
- "CLP",
97
- "Chilean Peso"
98
- ],
99
- "CNH": [
100
- "CNH",
101
- "CNH"
102
- ],
103
- "CNY": [
104
- "CNY",
105
- "Chinese Yuan"
106
- ],
107
- "COP": [
108
- "COP",
109
- "Colombian Peso"
110
- ],
111
- "CVE": [
112
- "CVE",
113
- "Cape Verdean Escudo"
114
- ],
115
- "CZK": [
116
- "CZK",
117
- "Czech Koruna"
118
- ],
119
- "DJF": [
120
- "DJF",
121
- "Djiboutian Franc"
122
- ],
123
- "DZD": [
124
- "DZD",
125
- "Algerian Dinar"
126
- ],
127
- "EGP": [
128
- "EGP",
129
- "Egyptian Pound"
130
- ],
131
- "ERN": [
132
- "ERN",
133
- "Eritrean Nakfa"
134
- ],
135
- "ETB": [
136
- "ETB",
137
- "Ethiopian Birr"
138
- ],
139
- "EUR": [
140
- "EUR",
141
- "Euro"
142
- ],
143
- "FJD": [
144
- "FJD",
145
- "Fijian Dollar"
146
- ],
147
- "FKP": [
148
- "FKP",
149
- "Falkland Islands Pound"
150
- ],
151
- "GBP": [
152
- "GBP",
153
- "British Pound"
154
- ],
155
- "GEL": [
156
- "GEL",
157
- "Georgian Lari"
158
- ],
159
- "GHS": [
160
- "GHS",
161
- "Ghanaian Cedi"
162
- ],
163
- "GIP": [
164
- "GIP",
165
- "Gibraltar Pound"
166
- ],
167
- "GMD": [
168
- "GMD",
169
- "Gambian Dalasi"
170
- ],
171
- "GNF": [
172
- "GNF",
173
- "Guinean Franc"
174
- ],
175
- "GYD": [
176
- "GYD",
177
- "Guyanaese Dollar"
178
- ],
179
- "HKD": [
180
- "HKD",
181
- "Hong Kong Dollar"
182
- ],
183
- "HRK": [
184
- "HRK",
185
- "Croatian Kuna"
186
- ],
187
- "HUF": [
188
- "HUF",
189
- "Hungarian Forint"
190
- ],
191
- "IDR": [
192
- "IDR",
193
- "Indonesian Rupiah"
194
- ],
195
- "ILS": [
196
- "ILS",
197
- "Israeli Shekel"
198
- ],
199
- "INR": [
200
- "INR",
201
- "Indian Rupee"
202
- ],
203
- "IQD": [
204
- "IQD",
205
- "Iraqi Dinar"
206
- ],
207
- "IRR": [
208
- "IRR",
209
- "Iranian Rial"
210
- ],
211
- "ISK": [
212
- "ISK",
213
- "Icelandic Króna"
214
- ],
215
- "JOD": [
216
- "JOD",
217
- "Jordanian Dinar"
218
- ],
219
- "JPY": [
220
- "JPY",
221
- "Japanese Yen"
222
- ],
223
- "KES": [
224
- "KES",
225
- "Kenyan Shilling"
226
- ],
227
- "KGS": [
228
- "KGS",
229
- "Kyrgystani Som"
230
- ],
231
- "KHR": [
232
- "KHR",
233
- "Cambodian Riel"
234
- ],
235
- "KMF": [
236
- "KMF",
237
- "Comorian Franc"
238
- ],
239
- "KPW": [
240
- "KPW",
241
- "North Korean Won"
242
- ],
243
- "KRW": [
244
- "KRW",
245
- "South Korean Won"
246
- ],
247
- "KWD": [
248
- "KWD",
249
- "Kuwaiti Dinar"
250
- ],
251
- "KZT": [
252
- "KZT",
253
- "Kazakhstani Tenge"
254
- ],
255
- "LAK": [
256
- "LAK",
257
- "Laotian Kip"
258
- ],
259
- "LBP": [
260
- "LBP",
261
- "Lebanese Pound"
262
- ],
263
- "LKR": [
264
- "LKR",
265
- "Sri Lankan Rupee"
266
- ],
267
- "LRD": [
268
- "LRD",
269
- "Liberian Dollar"
270
- ],
271
- "LSL": [
272
- "LSL",
273
- "Lesotho Loti"
274
- ],
275
- "LYD": [
276
- "LYD",
277
- "Libyan Dinar"
278
- ],
279
- "MAD": [
280
- "MAD",
281
- "Moroccan Dirham"
282
- ],
283
- "MDL": [
284
- "MDL",
285
- "Moldovan Leu"
286
- ],
287
- "MGA": [
288
- "MGA",
289
- "Malagasy Ariary"
290
- ],
291
- "MKD": [
292
- "MKD",
293
- "Macedonian Denar"
294
- ],
295
- "MMK": [
296
- "MMK",
297
- "Myanmar Kyat"
298
- ],
299
- "MNT": [
300
- "MNT",
301
- "Mongolian Tugrik"
302
- ],
303
- "MOP": [
304
- "MOP",
305
- "Macanese Pataca"
306
- ],
307
- "MRO": [
308
- "MRO",
309
- "Mauritanian Ouguiya (1973–2017)"
310
- ],
311
- "MUR": [
312
- "MUR",
313
- "Mauritian Rupee"
314
- ],
315
- "MVR": [
316
- "MVR",
317
- "Maldivian Rufiyaa"
318
- ],
319
- "MWK": [
320
- "MWK",
321
- "Malawian Kwacha"
322
- ],
323
- "MXN": [
324
- "MXN",
325
- "Mexican Peso"
326
- ],
327
- "MYR": [
328
- "MYR",
329
- "Malaysian Ringgit"
330
- ],
331
- "MZN": [
332
- "MZN",
333
- "Mozambican Metical"
334
- ],
335
- "NAD": [
336
- "NAD",
337
- "Namibian Dollar"
338
- ],
339
- "NGN": [
340
- "NGN",
341
- "Nigerian Naira"
342
- ],
343
- "NOK": [
344
- "NOK",
345
- "Norwegian Krone"
346
- ],
347
- "NPR": [
348
- "NPR",
349
- "Nepalese Rupee"
350
- ],
351
- "NZD": [
352
- "NZD",
353
- "New Zealand Dollar"
354
- ],
355
- "OMR": [
356
- "OMR",
357
- "Omani Rial"
358
- ],
359
- "PEN": [
360
- "PEN",
361
- "Peruvian Sol"
362
- ],
363
- "PGK": [
364
- "PGK",
365
- "Papua New Guinean Kina"
366
- ],
367
- "PHP": [
368
- "PHP",
369
- "Philippine Piso"
370
- ],
371
- "PLN": [
372
- "PLN",
373
- "Polish Zloty"
374
- ],
375
- "PYG": [
376
- "PYG",
377
- "Paraguayan Guarani"
378
- ],
379
- "QAR": [
380
- "QAR",
381
- "Qatari Riyal"
382
- ],
383
- "RON": [
384
- "RON",
385
- "Romanian Leu"
386
- ],
387
- "RSD": [
388
- "RSD",
389
- "Serbian Dinar"
390
- ],
391
- "RUB": [
392
- "RUB",
393
- "Russian Rouble"
394
- ],
395
- "RWF": [
396
- "RWF",
397
- "Rwandan Franc"
398
- ],
399
- "SAR": [
400
- "SAR",
401
- "Saudi Riyal"
402
- ],
403
- "SBD": [
404
- "SBD",
405
- "Solomon Islands Dollar"
406
- ],
407
- "SCR": [
408
- "Rs",
409
- "Seychellois Rupee"
410
- ],
411
- "SDG": [
412
- "SDG",
413
- "Sudanese Pound"
414
- ],
415
- "SEK": [
416
- "SEK",
417
- "Swedish Krona"
418
- ],
419
- "SGD": [
420
- "SGD",
421
- "Singapore Dollar"
422
- ],
423
- "SHP": [
424
- "SHP",
425
- "St Helena Pound"
426
- ],
427
- "SLL": [
428
- "SLL",
429
- "Sierra Leonean Leone"
430
- ],
431
- "SOS": [
432
- "SOS",
433
- "Somali Shilling"
434
- ],
435
- "SRD": [
436
- "SRD",
437
- "Suriname Dollar"
438
- ],
439
- "SSP": [
440
- "SSP",
441
- "South Sudanese Pound"
442
- ],
443
- "SYP": [
444
- "SYP",
445
- "Syrian Pound"
446
- ],
447
- "SZL": [
448
- "SZL",
449
- "Swazi Lilangeni"
450
- ],
451
- "TJS": [
452
- "TJS",
453
- "Tajikistani Somoni"
454
- ],
455
- "TMT": [
456
- "TMT",
457
- "Turkmenistani Manat"
458
- ],
459
- "TND": [
460
- "TND",
461
- "Tunisian Dinar"
462
- ],
463
- "TOP": [
464
- "TOP",
465
- "Tongan Paʻanga"
466
- ],
467
- "TRY": [
468
- "TRY",
469
- "Turkish Lira"
470
- ],
471
- "TWD": [
472
- "TWD",
473
- "New Taiwan Dollar"
474
- ],
475
- "TZS": [
476
- "TZS",
477
- "Tanzanian Shilling"
478
- ],
479
- "UAH": [
480
- "UAH",
481
- "Ukrainian Hryvnia"
482
- ],
483
- "UGX": [
484
- "UGX",
485
- "Ugandan Shilling"
486
- ],
487
- "USD": [
488
- "USD",
489
- "US Dollar"
490
- ],
491
- "UYU": [
492
- "UYU",
493
- "Peso Uruguayo"
494
- ],
495
- "UZS": [
496
- "UZS",
497
- "Uzbekistani Som"
498
- ],
499
- "VEF": [
500
- "VEF",
501
- "Venezuelan Bolívar (2008–2018)"
502
- ],
503
- "VES": [
504
- "VES",
505
- "VES"
506
- ],
507
- "VND": [
508
- "VND",
509
- "Vietnamese Dong"
510
- ],
511
- "VUV": [
512
- "VUV",
513
- "Vanuatu Vatu"
514
- ],
515
- "WST": [
516
- "WST",
517
- "Samoan Tala"
518
- ],
519
- "XAF": [
520
- "XAF",
521
- "Central African CFA Franc"
522
- ],
523
- "XCD": [
524
- "XCD",
525
- "East Caribbean Dollar"
526
- ],
527
- "XOF": [
528
- "XOF",
529
- "West African CFA Franc"
530
- ],
531
- "XPF": [
532
- "CFP",
533
- "CFP Franc"
534
- ],
535
- "YER": [
536
- "YER",
537
- "Yemeni Rial"
538
- ],
539
- "ZAR": [
540
- "ZAR",
541
- "South African Rand"
542
- ],
543
- "ZMW": [
544
- "ZMW",
545
- "Zambian Kwacha"
546
- ]
547
- }
548
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_BB.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BBD": [
4
- "$",
5
- "Barbadian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_BI.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BIF": [
4
- "FBu",
5
- "Burundian Franc"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_BM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BMD": [
4
- "$",
5
- "Bermudan Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_BS.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BSD": [
4
- "$",
5
- "Bahamian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_BW.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BWP": [
4
- "P",
5
- "Botswanan Pula"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_BZ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BZD": [
4
- "$",
5
- "Belize Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_CA.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "CAD": [
4
- "$",
5
- "Canadian Dollar"
6
- ],
7
- "VES": [
8
- "VES",
9
- "Venezuelan Bolívar"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_CC.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AUD": [
4
- "$",
5
- "Australian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_CK.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NZD": [
4
- "$",
5
- "New Zealand Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_CX.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AUD": [
4
- "$",
5
- "Australian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_DK.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "DKK": [
4
- "kr.",
5
- "Danish Krone"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_DM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_ER.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "ERN": [
4
- "Nfk",
5
- "Eritrean Nakfa"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_FJ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "FJD": [
4
- "$",
5
- "Fijian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_FK.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "FKP": [
4
- "£",
5
- "Falkland Islands Pound"
6
- ],
7
- "GBP": [
8
- "GB£",
9
- "British Pound"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_GD.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_GG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "£",
5
- "UK Pound"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_GH.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GHS": [
4
- "GH₵",
5
- "Ghanaian Cedi"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_GI.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "GB£",
5
- "British Pound"
6
- ],
7
- "GIP": [
8
- "£",
9
- "Gibraltar Pound"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_GM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GMD": [
4
- "D",
5
- "Gambian Dalasi"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_GY.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GYD": [
4
- "$",
5
- "Guyanaese Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_IM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "£",
5
- "UK Pound"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_IN.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "VEF": [
4
- "VEF",
5
- "Venezuelan Bolívar"
6
- ],
7
- "VES": [
8
- "VES",
9
- "VES"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_JE.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "£",
5
- "UK Pound"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_JM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "JMD": [
4
- "$",
5
- "Jamaican Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_KE.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "KES": [
4
- "Ksh",
5
- "Kenyan Shilling"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_KI.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AUD": [
4
- "$",
5
- "Australian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_KN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_KY.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "KYD": [
4
- "$",
5
- "Cayman Islands Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_LC.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_LR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "LRD": [
4
- "$",
5
- "Liberian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_LS.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "ZAR": [
4
- "R",
5
- "South African Rand"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_MG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MGA": [
4
- "Ar",
5
- "Malagasy Ariary"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_MO.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MOP": [
4
- "MOP$",
5
- "Macanese Pataca"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_MS.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_MT.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "GB£",
5
- "British Pound"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_MU.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MUR": [
4
- "Rs",
5
- "Mauritian Rupee"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_MW.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MWK": [
4
- "MK",
5
- "Malawian Kwacha"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_MY.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MYR": [
4
- "RM",
5
- "Malaysian Ringgit"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_NA.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NAD": [
4
- "$",
5
- "Namibian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_NF.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AUD": [
4
- "$",
5
- "Australian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_NG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NGN": [
4
- "₦",
5
- "Nigerian Naira"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_NH.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "VUV": [
4
- "VT",
5
- "Vanuatu Vatu"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_NR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AUD": [
4
- "$",
5
- "Australian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_NU.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NZD": [
4
- "$",
5
- "New Zealand Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_NZ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NZD": [
4
- "$",
5
- "New Zealand Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_PG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "PGK": [
4
- "K",
5
- "Papua New Guinean Kina"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_PH.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "PHP": [
4
- "₱",
5
- "Philippine Piso"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_PK.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "PKR": [
4
- "Rs",
5
- "Pakistani Rupee"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_PN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NZD": [
4
- "$",
5
- "New Zealand Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_RW.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "RWF": [
4
- "RF",
5
- "Rwandan Franc"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SB.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SBD": [
4
- "$",
5
- "Solomon Islands Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SC.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SCR": [
4
- "SR",
5
- "Seychellois Rupee"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SE.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SEK": [
4
- "kr",
5
- "Swedish Krona"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SGD": [
4
- "$",
5
- "Singapore Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SH.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "GB£",
5
- "British Pound"
6
- ],
7
- "SHP": [
8
- "£",
9
- "St Helena Pound"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SL.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SLL": [
4
- "Le",
5
- "Sierra Leonean Leone"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SS.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GBP": [
4
- "GB£",
5
- "British Pound"
6
- ],
7
- "SSP": [
8
- "£",
9
- "South Sudanese Pound"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SX.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "ANG": [
4
- "NAf.",
5
- "Netherlands Antillean Guilder"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_SZ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SZL": [
4
- "E",
5
- "Swazi Lilangeni"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_TK.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NZD": [
4
- "$",
5
- "New Zealand Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_TO.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "TOP": [
4
- "T$",
5
- "Tongan Paʻanga"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_TT.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "TTD": [
4
- "$",
5
- "Trinidad & Tobago Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_TV.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "AUD": [
4
- "$",
5
- "Australian Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_TZ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "TZS": [
4
- "TSh",
5
- "Tanzanian Shilling"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_UG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "UGX": [
4
- "USh",
5
- "Ugandan Shilling"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_VC.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XCD": [
4
- "$",
5
- "East Caribbean Dollar"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_VU.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "VUV": [
4
- "VT",
5
- "Vanuatu Vatu"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_WS.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "WST": [
4
- "WS$",
5
- "Samoan Tala"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_ZA.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "ZAR": [
4
- "R",
5
- "South African Rand"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/en_ZM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "ZMW": [
4
- "K",
5
- "Zambian Kwacha"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es.json DELETED
@@ -1,1080 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "peseta andorrana"
6
- ],
7
- "AED": [
8
- "AED",
9
- "dírham de los Emiratos Árabes Unidos"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "afgani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "afgani"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "lek"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "dram"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "florín de las Antillas Neerlandesas"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "kuanza"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "kwanza angoleño (1977–1990)"
38
- ],
39
- "AON": [
40
- "AON",
41
- "nuevo kwanza angoleño (1990–2000)"
42
- ],
43
- "AOR": [
44
- "AOR",
45
- "kwanza reajustado angoleño (1995–1999)"
46
- ],
47
- "ARA": [
48
- "ARA",
49
- "austral argentino"
50
- ],
51
- "ARP": [
52
- "ARP",
53
- "peso argentino (1983–1985)"
54
- ],
55
- "ARS": [
56
- "ARS",
57
- "peso argentino"
58
- ],
59
- "ATS": [
60
- "ATS",
61
- "chelín austriaco"
62
- ],
63
- "AUD": [
64
- "AUD",
65
- "dólar australiano"
66
- ],
67
- "AWG": [
68
- "AWG",
69
- "florín arubeño"
70
- ],
71
- "AZM": [
72
- "AZM",
73
- "manat azerí (1993–2006)"
74
- ],
75
- "AZN": [
76
- "AZN",
77
- "manat azerbaiyano"
78
- ],
79
- "BAD": [
80
- "BAD",
81
- "dinar bosnio"
82
- ],
83
- "BAM": [
84
- "BAM",
85
- "marco convertible de Bosnia y Herzegovina"
86
- ],
87
- "BBD": [
88
- "BBD",
89
- "dólar barbadense"
90
- ],
91
- "BDT": [
92
- "BDT",
93
- "taka"
94
- ],
95
- "BEC": [
96
- "BEC",
97
- "franco belga (convertible)"
98
- ],
99
- "BEF": [
100
- "BEF",
101
- "franco belga"
102
- ],
103
- "BEL": [
104
- "BEL",
105
- "franco belga (financiero)"
106
- ],
107
- "BGL": [
108
- "BGL",
109
- "lev fuerte búlgaro"
110
- ],
111
- "BGN": [
112
- "BGN",
113
- "lev búlgaro"
114
- ],
115
- "BHD": [
116
- "BHD",
117
- "dinar bahreiní"
118
- ],
119
- "BIF": [
120
- "BIF",
121
- "franco burundés"
122
- ],
123
- "BMD": [
124
- "BMD",
125
- "dólar de Bermudas"
126
- ],
127
- "BND": [
128
- "BND",
129
- "dólar bruneano"
130
- ],
131
- "BOB": [
132
- "BOB",
133
- "boliviano"
134
- ],
135
- "BOP": [
136
- "BOP",
137
- "peso boliviano"
138
- ],
139
- "BOV": [
140
- "BOV",
141
- "MVDOL boliviano"
142
- ],
143
- "BRB": [
144
- "BRB",
145
- "nuevo cruceiro brasileño (1967–1986)"
146
- ],
147
- "BRC": [
148
- "BRC",
149
- "cruzado brasileño"
150
- ],
151
- "BRE": [
152
- "BRE",
153
- "cruceiro brasileño (1990–1993)"
154
- ],
155
- "BRL": [
156
- "BRL",
157
- "real brasileño"
158
- ],
159
- "BRN": [
160
- "BRN",
161
- "nuevo cruzado brasileño"
162
- ],
163
- "BRR": [
164
- "BRR",
165
- "cruceiro brasileño"
166
- ],
167
- "BSD": [
168
- "BSD",
169
- "dólar bahameño"
170
- ],
171
- "BTN": [
172
- "BTN",
173
- "gultrum"
174
- ],
175
- "BUK": [
176
- "BUK",
177
- "kyat birmano"
178
- ],
179
- "BWP": [
180
- "BWP",
181
- "pula"
182
- ],
183
- "BYB": [
184
- "BYB",
185
- "nuevo rublo bielorruso (1994–1999)"
186
- ],
187
- "BYN": [
188
- "BYN",
189
- "rublo bielorruso"
190
- ],
191
- "BYR": [
192
- "BYR",
193
- "rublo bielorruso (2000–2016)"
194
- ],
195
- "BZD": [
196
- "BZD",
197
- "dólar beliceño"
198
- ],
199
- "CAD": [
200
- "CA$",
201
- "dólar canadiense"
202
- ],
203
- "CDF": [
204
- "CDF",
205
- "franco congoleño"
206
- ],
207
- "CHE": [
208
- "CHE",
209
- "euro WIR"
210
- ],
211
- "CHF": [
212
- "CHF",
213
- "franco suizo"
214
- ],
215
- "CHW": [
216
- "CHW",
217
- "franco WIR"
218
- ],
219
- "CLF": [
220
- "CLF",
221
- "unidad de fomento chilena"
222
- ],
223
- "CLP": [
224
- "CLP",
225
- "peso chileno"
226
- ],
227
- "CNH": [
228
- "CNH",
229
- "yuan chino (extracontinental)"
230
- ],
231
- "CNY": [
232
- "CNY",
233
- "yuan"
234
- ],
235
- "COP": [
236
- "COP",
237
- "peso colombiano"
238
- ],
239
- "COU": [
240
- "COU",
241
- "unidad de valor real colombiana"
242
- ],
243
- "CRC": [
244
- "CRC",
245
- "colón costarricense"
246
- ],
247
- "CSD": [
248
- "CSD",
249
- "antiguo dinar serbio"
250
- ],
251
- "CSK": [
252
- "CSK",
253
- "corona fuerte checoslovaca"
254
- ],
255
- "CUC": [
256
- "CUC",
257
- "peso cubano convertible"
258
- ],
259
- "CUP": [
260
- "CUP",
261
- "peso cubano"
262
- ],
263
- "CVE": [
264
- "CVE",
265
- "escudo de Cabo Verde"
266
- ],
267
- "CYP": [
268
- "CYP",
269
- "libra chipriota"
270
- ],
271
- "CZK": [
272
- "CZK",
273
- "corona checa"
274
- ],
275
- "DDM": [
276
- "DDM",
277
- "ostmark de Alemania del Este"
278
- ],
279
- "DEM": [
280
- "DEM",
281
- "marco alemán"
282
- ],
283
- "DJF": [
284
- "DJF",
285
- "franco yibutiano"
286
- ],
287
- "DKK": [
288
- "DKK",
289
- "corona danesa"
290
- ],
291
- "DOP": [
292
- "DOP",
293
- "peso dominicano"
294
- ],
295
- "DZD": [
296
- "DZD",
297
- "dinar argelino"
298
- ],
299
- "ECS": [
300
- "ECS",
301
- "sucre ecuatoriano"
302
- ],
303
- "ECV": [
304
- "ECV",
305
- "unidad de valor constante (UVC) ecuatoriana"
306
- ],
307
- "EEK": [
308
- "EEK",
309
- "corona estonia"
310
- ],
311
- "EGP": [
312
- "EGP",
313
- "libra egipcia"
314
- ],
315
- "ERN": [
316
- "ERN",
317
- "nakfa"
318
- ],
319
- "ESA": [
320
- "ESA",
321
- "peseta española (cuenta A)"
322
- ],
323
- "ESB": [
324
- "ESB",
325
- "peseta española (cuenta convertible)"
326
- ],
327
- "ESP": [
328
- "₧",
329
- "peseta española"
330
- ],
331
- "ETB": [
332
- "ETB",
333
- "bir"
334
- ],
335
- "EUR": [
336
- "€",
337
- "euro"
338
- ],
339
- "FIM": [
340
- "FIM",
341
- "marco finlandés"
342
- ],
343
- "FJD": [
344
- "FJD",
345
- "dólar fiyiano"
346
- ],
347
- "FKP": [
348
- "FKP",
349
- "libra malvinense"
350
- ],
351
- "FRF": [
352
- "FRF",
353
- "franco francés"
354
- ],
355
- "GBP": [
356
- "GBP",
357
- "libra esterlina"
358
- ],
359
- "GEK": [
360
- "GEK",
361
- "kupon larit georgiano"
362
- ],
363
- "GEL": [
364
- "GEL",
365
- "lari"
366
- ],
367
- "GHC": [
368
- "GHC",
369
- "cedi ghanés (1979–2007)"
370
- ],
371
- "GHS": [
372
- "GHS",
373
- "cedi"
374
- ],
375
- "GIP": [
376
- "GIP",
377
- "libra gibraltareña"
378
- ],
379
- "GMD": [
380
- "GMD",
381
- "dalasi"
382
- ],
383
- "GNF": [
384
- "GNF",
385
- "franco guineano"
386
- ],
387
- "GNS": [
388
- "GNS",
389
- "syli guineano"
390
- ],
391
- "GQE": [
392
- "GQE",
393
- "ekuele de Guinea Ecuatorial"
394
- ],
395
- "GRD": [
396
- "GRD",
397
- "dracma griego"
398
- ],
399
- "GTQ": [
400
- "GTQ",
401
- "quetzal guatemalteco"
402
- ],
403
- "GWE": [
404
- "GWE",
405
- "escudo de Guinea Portuguesa"
406
- ],
407
- "GWP": [
408
- "GWP",
409
- "peso de Guinea-Bissáu"
410
- ],
411
- "GYD": [
412
- "GYD",
413
- "dólar guyanés"
414
- ],
415
- "HKD": [
416
- "HKD",
417
- "dólar hongkonés"
418
- ],
419
- "HNL": [
420
- "HNL",
421
- "lempira hondureño"
422
- ],
423
- "HRD": [
424
- "HRD",
425
- "dinar croata"
426
- ],
427
- "HRK": [
428
- "HRK",
429
- "kuna"
430
- ],
431
- "HTG": [
432
- "HTG",
433
- "gourde haitiano"
434
- ],
435
- "HUF": [
436
- "HUF",
437
- "forinto húngaro"
438
- ],
439
- "IDR": [
440
- "IDR",
441
- "rupia indonesia"
442
- ],
443
- "IEP": [
444
- "IEP",
445
- "libra irlandesa"
446
- ],
447
- "ILP": [
448
- "ILP",
449
- "libra israelí"
450
- ],
451
- "ILS": [
452
- "ILS",
453
- "nuevo séquel israelí"
454
- ],
455
- "INR": [
456
- "INR",
457
- "rupia india"
458
- ],
459
- "IQD": [
460
- "IQD",
461
- "dinar iraquí"
462
- ],
463
- "IRR": [
464
- "IRR",
465
- "rial iraní"
466
- ],
467
- "ISK": [
468
- "ISK",
469
- "corona islandesa"
470
- ],
471
- "ITL": [
472
- "ITL",
473
- "lira italiana"
474
- ],
475
- "JMD": [
476
- "JMD",
477
- "dólar jamaicano"
478
- ],
479
- "JOD": [
480
- "JOD",
481
- "dinar jordano"
482
- ],
483
- "JPY": [
484
- "JPY",
485
- "yen"
486
- ],
487
- "KES": [
488
- "KES",
489
- "chelín keniano"
490
- ],
491
- "KGS": [
492
- "KGS",
493
- "som"
494
- ],
495
- "KHR": [
496
- "KHR",
497
- "riel"
498
- ],
499
- "KMF": [
500
- "KMF",
501
- "franco comorense"
502
- ],
503
- "KPW": [
504
- "KPW",
505
- "won norcoreano"
506
- ],
507
- "KRW": [
508
- "KRW",
509
- "won surcoreano"
510
- ],
511
- "KWD": [
512
- "KWD",
513
- "dinar kuwaití"
514
- ],
515
- "KYD": [
516
- "KYD",
517
- "dólar de las Islas Caimán"
518
- ],
519
- "KZT": [
520
- "KZT",
521
- "tenge kazako"
522
- ],
523
- "LAK": [
524
- "LAK",
525
- "kip"
526
- ],
527
- "LBP": [
528
- "LBP",
529
- "libra libanesa"
530
- ],
531
- "LKR": [
532
- "LKR",
533
- "rupia esrilanquesa"
534
- ],
535
- "LRD": [
536
- "LRD",
537
- "dólar liberiano"
538
- ],
539
- "LSL": [
540
- "LSL",
541
- "loti lesothense"
542
- ],
543
- "LTL": [
544
- "LTL",
545
- "litas lituano"
546
- ],
547
- "LTT": [
548
- "LTT",
549
- "talonas lituano"
550
- ],
551
- "LUC": [
552
- "LUC",
553
- "franco convertible luxemburgués"
554
- ],
555
- "LUF": [
556
- "LUF",
557
- "franco luxemburgués"
558
- ],
559
- "LUL": [
560
- "LUL",
561
- "franco financiero luxemburgués"
562
- ],
563
- "LVL": [
564
- "LVL",
565
- "lats letón"
566
- ],
567
- "LVR": [
568
- "LVR",
569
- "rublo letón"
570
- ],
571
- "LYD": [
572
- "LYD",
573
- "dinar libio"
574
- ],
575
- "MAD": [
576
- "MAD",
577
- "dírham marroquí"
578
- ],
579
- "MAF": [
580
- "MAF",
581
- "franco marroquí"
582
- ],
583
- "MDL": [
584
- "MDL",
585
- "leu moldavo"
586
- ],
587
- "MGA": [
588
- "MGA",
589
- "ariari"
590
- ],
591
- "MGF": [
592
- "MGF",
593
- "franco malgache"
594
- ],
595
- "MKD": [
596
- "MKD",
597
- "dinar macedonio"
598
- ],
599
- "MLF": [
600
- "MLF",
601
- "franco malí"
602
- ],
603
- "MMK": [
604
- "MMK",
605
- "kiat"
606
- ],
607
- "MNT": [
608
- "MNT",
609
- "tugrik"
610
- ],
611
- "MOP": [
612
- "MOP",
613
- "pataca de Macao"
614
- ],
615
- "MRO": [
616
- "MRO",
617
- "uguiya (1973–2017)"
618
- ],
619
- "MRU": [
620
- "MRU",
621
- "uguiya"
622
- ],
623
- "MTL": [
624
- "MTL",
625
- "lira maltesa"
626
- ],
627
- "MTP": [
628
- "MTP",
629
- "libra maltesa"
630
- ],
631
- "MUR": [
632
- "MUR",
633
- "rupia mauriciana"
634
- ],
635
- "MVR": [
636
- "MVR",
637
- "rufiya"
638
- ],
639
- "MWK": [
640
- "MWK",
641
- "kuacha malauí"
642
- ],
643
- "MXN": [
644
- "MXN",
645
- "peso mexicano"
646
- ],
647
- "MXP": [
648
- "MXP",
649
- "peso de plata mexicano (1861–1992)"
650
- ],
651
- "MXV": [
652
- "MXV",
653
- "unidad de inversión (UDI) mexicana"
654
- ],
655
- "MYR": [
656
- "MYR",
657
- "ringit"
658
- ],
659
- "MZE": [
660
- "MZE",
661
- "escudo mozambiqueño"
662
- ],
663
- "MZM": [
664
- "MZM",
665
- "antiguo metical mozambiqueño"
666
- ],
667
- "MZN": [
668
- "MZN",
669
- "metical"
670
- ],
671
- "NAD": [
672
- "NAD",
673
- "dólar namibio"
674
- ],
675
- "NGN": [
676
- "NGN",
677
- "naira"
678
- ],
679
- "NIC": [
680
- "NIC",
681
- "córdoba nicaragüense (1988–1991)"
682
- ],
683
- "NIO": [
684
- "NIO",
685
- "córdoba nicaragüense"
686
- ],
687
- "NLG": [
688
- "NLG",
689
- "florín neerlandés"
690
- ],
691
- "NOK": [
692
- "NOK",
693
- "corona noruega"
694
- ],
695
- "NPR": [
696
- "NPR",
697
- "rupia nepalí"
698
- ],
699
- "NZD": [
700
- "NZD",
701
- "dólar neozelandés"
702
- ],
703
- "OMR": [
704
- "OMR",
705
- "rial omaní"
706
- ],
707
- "PAB": [
708
- "PAB",
709
- "balboa panameño"
710
- ],
711
- "PEI": [
712
- "PEI",
713
- "inti peruano"
714
- ],
715
- "PEN": [
716
- "PEN",
717
- "sol peruano"
718
- ],
719
- "PES": [
720
- "PES",
721
- "sol peruano (1863–1965)"
722
- ],
723
- "PGK": [
724
- "PGK",
725
- "kina"
726
- ],
727
- "PHP": [
728
- "PHP",
729
- "peso filipino"
730
- ],
731
- "PKR": [
732
- "PKR",
733
- "rupia pakistaní"
734
- ],
735
- "PLN": [
736
- "PLN",
737
- "esloti"
738
- ],
739
- "PLZ": [
740
- "PLZ",
741
- "zloty polaco (1950–1995)"
742
- ],
743
- "PTE": [
744
- "PTE",
745
- "escudo portugués"
746
- ],
747
- "PYG": [
748
- "PYG",
749
- "guaraní paraguayo"
750
- ],
751
- "QAR": [
752
- "QAR",
753
- "rial catarí"
754
- ],
755
- "RHD": [
756
- "RHD",
757
- "dólar rodesiano"
758
- ],
759
- "ROL": [
760
- "ROL",
761
- "antiguo leu rumano"
762
- ],
763
- "RON": [
764
- "RON",
765
- "leu rumano"
766
- ],
767
- "RSD": [
768
- "RSD",
769
- "dinar serbio"
770
- ],
771
- "RUB": [
772
- "RUB",
773
- "rublo ruso"
774
- ],
775
- "RUR": [
776
- "RUR",
777
- "rublo ruso (1991–1998)"
778
- ],
779
- "RWF": [
780
- "RWF",
781
- "franco ruandés"
782
- ],
783
- "SAR": [
784
- "SAR",
785
- "rial saudí"
786
- ],
787
- "SBD": [
788
- "SBD",
789
- "dólar salomonense"
790
- ],
791
- "SCR": [
792
- "SCR",
793
- "rupia seychellense"
794
- ],
795
- "SDD": [
796
- "SDD",
797
- "dinar sudanés"
798
- ],
799
- "SDG": [
800
- "SDG",
801
- "libra sudanesa"
802
- ],
803
- "SDP": [
804
- "SDP",
805
- "libra sudanesa antigua"
806
- ],
807
- "SEK": [
808
- "SEK",
809
- "corona sueca"
810
- ],
811
- "SGD": [
812
- "SGD",
813
- "dólar singapurense"
814
- ],
815
- "SHP": [
816
- "SHP",
817
- "libra de Santa Elena"
818
- ],
819
- "SIT": [
820
- "SIT",
821
- "tólar esloveno"
822
- ],
823
- "SKK": [
824
- "SKK",
825
- "corona eslovaca"
826
- ],
827
- "SLL": [
828
- "SLL",
829
- "leona"
830
- ],
831
- "SOS": [
832
- "SOS",
833
- "chelín somalí"
834
- ],
835
- "SRD": [
836
- "SRD",
837
- "dólar surinamés"
838
- ],
839
- "SRG": [
840
- "SRG",
841
- "florín surinamés"
842
- ],
843
- "SSP": [
844
- "SSP",
845
- "libra sursudanesa"
846
- ],
847
- "STD": [
848
- "STD",
849
- "dobra (1977–2017)"
850
- ],
851
- "STN": [
852
- "STN",
853
- "dobra"
854
- ],
855
- "SUR": [
856
- "SUR",
857
- "rublo soviético"
858
- ],
859
- "SVC": [
860
- "SVC",
861
- "colón salvadoreño"
862
- ],
863
- "SYP": [
864
- "SYP",
865
- "libra siria"
866
- ],
867
- "SZL": [
868
- "SZL",
869
- "lilangeni"
870
- ],
871
- "THB": [
872
- "฿",
873
- "bat"
874
- ],
875
- "TJR": [
876
- "TJR",
877
- "rublo tayiko"
878
- ],
879
- "TJS": [
880
- "TJS",
881
- "somoni tayiko"
882
- ],
883
- "TMM": [
884
- "TMM",
885
- "manat turcomano (1993–2009)"
886
- ],
887
- "TMT": [
888
- "TMT",
889
- "manat turcomano"
890
- ],
891
- "TND": [
892
- "TND",
893
- "dinar tunecino"
894
- ],
895
- "TOP": [
896
- "TOP",
897
- "paanga"
898
- ],
899
- "TPE": [
900
- "TPE",
901
- "escudo timorense"
902
- ],
903
- "TRL": [
904
- "TRL",
905
- "lira turca (1922–2005)"
906
- ],
907
- "TRY": [
908
- "TRY",
909
- "lira turca"
910
- ],
911
- "TTD": [
912
- "TTD",
913
- "dólar de Trinidad y Tobago"
914
- ],
915
- "TWD": [
916
- "TWD",
917
- "nuevo dólar taiwanés"
918
- ],
919
- "TZS": [
920
- "TZS",
921
- "chelín tanzano"
922
- ],
923
- "UAH": [
924
- "UAH",
925
- "grivna"
926
- ],
927
- "UAK": [
928
- "UAK",
929
- "karbovanet ucraniano"
930
- ],
931
- "UGS": [
932
- "UGS",
933
- "chelín ugandés (1966–1987)"
934
- ],
935
- "UGX": [
936
- "UGX",
937
- "chelín ugandés"
938
- ],
939
- "USD": [
940
- "US$",
941
- "dólar estadounidense"
942
- ],
943
- "USN": [
944
- "USN",
945
- "dólar estadounidense (día siguiente)"
946
- ],
947
- "USS": [
948
- "USS",
949
- "dólar estadounidense (mismo día)"
950
- ],
951
- "UYI": [
952
- "UYI",
953
- "peso uruguayo en unidades indexadas"
954
- ],
955
- "UYP": [
956
- "UYP",
957
- "peso uruguayo (1975–1993)"
958
- ],
959
- "UYU": [
960
- "UYU",
961
- "peso uruguayo"
962
- ],
963
- "UYW": [
964
- "UYW",
965
- "unidad previsional uruguayo"
966
- ],
967
- "UZS": [
968
- "UZS",
969
- "sum"
970
- ],
971
- "VEB": [
972
- "VEB",
973
- "bolívar venezolano (1871–2008)"
974
- ],
975
- "VEF": [
976
- "VEF",
977
- "bolívar venezolano (2008–2018)"
978
- ],
979
- "VES": [
980
- "VES",
981
- "bolívar venezolano"
982
- ],
983
- "VND": [
984
- "₫",
985
- "dong"
986
- ],
987
- "VUV": [
988
- "VUV",
989
- "vatu"
990
- ],
991
- "WST": [
992
- "WST",
993
- "tala"
994
- ],
995
- "XAF": [
996
- "XAF",
997
- "franco CFA de África Central"
998
- ],
999
- "XCD": [
1000
- "XCD",
1001
- "dólar del Caribe Oriental"
1002
- ],
1003
- "XEU": [
1004
- "XEU",
1005
- "unidad de moneda europea"
1006
- ],
1007
- "XFO": [
1008
- "XFO",
1009
- "franco oro francés"
1010
- ],
1011
- "XFU": [
1012
- "XFU",
1013
- "franco UIC francés"
1014
- ],
1015
- "XOF": [
1016
- "XOF",
1017
- "franco CFA de África Occidental"
1018
- ],
1019
- "XPF": [
1020
- "CFPF",
1021
- "franco CFP"
1022
- ],
1023
- "XRE": [
1024
- "XRE",
1025
- "fondos RINET"
1026
- ],
1027
- "YDD": [
1028
- "YDD",
1029
- "dinar yemení"
1030
- ],
1031
- "YER": [
1032
- "YER",
1033
- "rial yemení"
1034
- ],
1035
- "YUD": [
1036
- "YUD",
1037
- "dinar fuerte yugoslavo"
1038
- ],
1039
- "YUM": [
1040
- "YUM",
1041
- "super dinar yugoslavo"
1042
- ],
1043
- "YUN": [
1044
- "YUN",
1045
- "dinar convertible yugoslavo"
1046
- ],
1047
- "ZAL": [
1048
- "ZAL",
1049
- "rand sudafricano (financiero)"
1050
- ],
1051
- "ZAR": [
1052
- "ZAR",
1053
- "rand"
1054
- ],
1055
- "ZMK": [
1056
- "ZMK",
1057
- "kwacha zambiano (1968–2012)"
1058
- ],
1059
- "ZMW": [
1060
- "ZMW",
1061
- "kuacha zambiano"
1062
- ],
1063
- "ZRN": [
1064
- "ZRN",
1065
- "nuevo zaire zaireño"
1066
- ],
1067
- "ZRZ": [
1068
- "ZRZ",
1069
- "zaire zaireño"
1070
- ],
1071
- "ZWD": [
1072
- "ZWD",
1073
- "dólar de Zimbabue"
1074
- ],
1075
- "ZWL": [
1076
- "ZWL",
1077
- "dólar zimbabuense"
1078
- ]
1079
- }
1080
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_419.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "Names": {
3
- "CAD": [
4
- "CAD",
5
- "dólar canadiense"
6
- ],
7
- "EUR": [
8
- "EUR",
9
- "euro"
10
- ],
11
- "MWK": [
12
- "MWK",
13
- "kwacha malauí"
14
- ],
15
- "THB": [
16
- "THB",
17
- "baht tailandes"
18
- ],
19
- "USD": [
20
- "USD",
21
- "dólar estadounidense"
22
- ],
23
- "UZS": [
24
- "UZS",
25
- "som uzbeko"
26
- ],
27
- "VND": [
28
- "VND",
29
- "dong"
30
- ]
31
- }
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_AR.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "ARS": [
4
- "$",
5
- "peso argentino"
6
- ],
7
- "USD": [
8
- "US$",
9
- "dólar estadounidense"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_BO.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BOB": [
4
- "Bs",
5
- "boliviano"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_BR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BRL": [
4
- "R$",
5
- "real brasileño"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_BZ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BZD": [
4
- "$",
5
- "dólar beliceño"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_CL.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "CLP": [
4
- "$",
5
- "Peso chileno"
6
- ],
7
- "USD": [
8
- "US$",
9
- "dólar estadounidense"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_CO.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "COP": [
4
- "$",
5
- "peso colombiano"
6
- ],
7
- "USD": [
8
- "US$",
9
- "dólar estadounidense"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_CR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "CRC": [
4
- "₡",
5
- "colón costarricense"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_CU.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "CUP": [
4
- "$",
5
- "peso cubano"
6
- ],
7
- "USD": [
8
- "US$",
9
- "dólar estadounidense"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_DO.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "DOP": [
4
- "RD$",
5
- "peso dominicano"
6
- ],
7
- "USD": [
8
- "US$",
9
- "dólar estadounidense"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_EC.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "USD": [
4
- "$",
5
- "dólar estadounidense"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_GQ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "XAF": [
4
- "FCFA",
5
- "franco CFA de África Central"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_GT.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GTQ": [
4
- "Q",
5
- "quetzal"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_HN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "HNL": [
4
- "L",
5
- "lempira hondureño"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_MX.json DELETED
@@ -1,56 +0,0 @@
1
- {
2
- "Names": {
3
- "BDT": [
4
- "BDT",
5
- "taka bangladesí"
6
- ],
7
- "BTN": [
8
- "BTN",
9
- "ngultrum butanés"
10
- ],
11
- "KGS": [
12
- "KGS",
13
- "som kirguís"
14
- ],
15
- "KHR": [
16
- "KHR",
17
- "riel camboyano"
18
- ],
19
- "LAK": [
20
- "LAK",
21
- "kip laosiano"
22
- ],
23
- "MRO": [
24
- "MRU",
25
- "uguiya (1973–2017)"
26
- ],
27
- "MRU": [
28
- "UM",
29
- "uguiya"
30
- ],
31
- "MVR": [
32
- "MVR",
33
- "rupia de Maldivas"
34
- ],
35
- "MXN": [
36
- "$",
37
- "peso mexicano"
38
- ],
39
- "STN": [
40
- "STN",
41
- "dobra santotomense"
42
- ],
43
- "THB": [
44
- "THB",
45
- "baht tailandés"
46
- ],
47
- "VND": [
48
- "VND",
49
- "dong vietnamita"
50
- ],
51
- "ZMW": [
52
- "ZMW",
53
- "kwacha zambiano"
54
- ]
55
- }
56
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_NI.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NIO": [
4
- "C$",
5
- "córdoba nicaragüense"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_PA.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "PAB": [
4
- "B\/.",
5
- "balboa panameño"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_PE.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "PEN": [
4
- "S\/",
5
- "sol peruano"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_PH.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "PHP": [
4
- "₱",
5
- "peso filipino"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_PR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "USD": [
4
- "$",
5
- "dólar estadounidense"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_PY.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "PYG": [
4
- "Gs.",
5
- "guaraní paraguayo"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_SV.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "USD": [
4
- "$",
5
- "dólar estadounidense"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_US.json DELETED
@@ -1,52 +0,0 @@
1
- {
2
- "Names": {
3
- "BDT": [
4
- "BDT",
5
- "taka bangladesí"
6
- ],
7
- "BTN": [
8
- "BTN",
9
- "ngultrum butanés"
10
- ],
11
- "JPY": [
12
- "¥",
13
- "yen"
14
- ],
15
- "KGS": [
16
- "KGS",
17
- "som kirguís"
18
- ],
19
- "LAK": [
20
- "LAK",
21
- "kip laosiano"
22
- ],
23
- "STN": [
24
- "STN",
25
- "dobra santotomense"
26
- ],
27
- "THB": [
28
- "THB",
29
- "bat"
30
- ],
31
- "USD": [
32
- "$",
33
- "dólar estadounidense"
34
- ],
35
- "UZS": [
36
- "UZS",
37
- "sum"
38
- ],
39
- "VND": [
40
- "VND",
41
- "dong vietnamita"
42
- ],
43
- "XAF": [
44
- "XAF",
45
- "franco CFA de África central"
46
- ],
47
- "ZMW": [
48
- "ZMW",
49
- "kwacha zambiano"
50
- ]
51
- }
52
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_UY.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "Names": {
3
- "USD": [
4
- "US$",
5
- "dólar estadounidense"
6
- ],
7
- "UYU": [
8
- "$",
9
- "peso uruguayo"
10
- ],
11
- "UYW": [
12
- "UP",
13
- "unidad previsional uruguayo"
14
- ]
15
- }
16
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/es_VE.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "VEF": [
4
- "Bs.",
5
- "bolívar venezolano (2008–2018)"
6
- ],
7
- "VES": [
8
- "Bs.S",
9
- "bolívar soberano"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/et.json DELETED
@@ -1,1057 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andorra peseeta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Araabia Ühendemiraatide dirhem"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Afganistani afgaani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Afganistani afgaani"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "Albaania lekk (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "Albaania lekk"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "Armeenia dramm"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "Hollandi Antillide kulden"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "Angola kvanza"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "Angola kvanza (1977–1990)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "Angola kvanza (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "Angola reformitud kvanza, 1995–1999"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "Argentina austral"
54
- ],
55
- "ARM": [
56
- "ARM",
57
- "Argentina peeso (1881–1970)"
58
- ],
59
- "ARP": [
60
- "ARP",
61
- "Argentina peeso (1983–1985)"
62
- ],
63
- "ARS": [
64
- "ARS",
65
- "Argentina peeso"
66
- ],
67
- "ATS": [
68
- "ATS",
69
- "Austria šilling"
70
- ],
71
- "AUD": [
72
- "AU$",
73
- "Austraalia dollar"
74
- ],
75
- "AWG": [
76
- "AWG",
77
- "Aruba kulden"
78
- ],
79
- "AZM": [
80
- "AZM",
81
- "Aserbaidžaani manat (1993–2006)"
82
- ],
83
- "AZN": [
84
- "AZN",
85
- "Aserbaidžaani manat"
86
- ],
87
- "BAD": [
88
- "BAD",
89
- "Bosnia ja Hertsegoviina dinaar (1992–1994)"
90
- ],
91
- "BAM": [
92
- "BAM",
93
- "Bosnia ja Hertsegoviina konverteeritav mark"
94
- ],
95
- "BAN": [
96
- "BAN",
97
- "Bosnia ja Hertsegoviina uus dinaar (1994–1997)"
98
- ],
99
- "BBD": [
100
- "BBD",
101
- "Barbadose dollar"
102
- ],
103
- "BDT": [
104
- "BDT",
105
- "Bangladeshi taka"
106
- ],
107
- "BEC": [
108
- "BEC",
109
- "Belgia konverteeritav frank"
110
- ],
111
- "BEF": [
112
- "BEF",
113
- "Belgia frank"
114
- ],
115
- "BEL": [
116
- "BEL",
117
- "Belgia arveldusfrank"
118
- ],
119
- "BGL": [
120
- "BGL",
121
- "Bulgaaria püsiv leev"
122
- ],
123
- "BGN": [
124
- "BGN",
125
- "Bulgaaria leev"
126
- ],
127
- "BGO": [
128
- "BGO",
129
- "Bulgaaria leev (1879–1952)"
130
- ],
131
- "BHD": [
132
- "BHD",
133
- "Bahreini dinaar"
134
- ],
135
- "BIF": [
136
- "BIF",
137
- "Burundi frank"
138
- ],
139
- "BMD": [
140
- "BMD",
141
- "Bermuda dollar"
142
- ],
143
- "BND": [
144
- "BND",
145
- "Brunei dollar"
146
- ],
147
- "BOB": [
148
- "BOB",
149
- "Boliivia boliviaano"
150
- ],
151
- "BOL": [
152
- "BOL",
153
- "Boliivia boliviaano (1863–1963)"
154
- ],
155
- "BOP": [
156
- "BOP",
157
- "Boliivia peeso"
158
- ],
159
- "BRB": [
160
- "BRB",
161
- "Brasiilia uus kruseiro (1967–1986)"
162
- ],
163
- "BRC": [
164
- "BRC",
165
- "Brasiilia krusado"
166
- ],
167
- "BRE": [
168
- "BRE",
169
- "Brasiilia kruseiro (1990–1993)"
170
- ],
171
- "BRL": [
172
- "R$",
173
- "Brasiilia reaal"
174
- ],
175
- "BRR": [
176
- "BRR",
177
- "Brasiilia kruseiro (1993–1994)"
178
- ],
179
- "BRZ": [
180
- "BRZ",
181
- "Brasiilia kruseiro (1942–1967)"
182
- ],
183
- "BSD": [
184
- "BSD",
185
- "Bahama dollar"
186
- ],
187
- "BTN": [
188
- "BTN",
189
- "Bhutani ngultrum"
190
- ],
191
- "BUK": [
192
- "BUK",
193
- "Birma kjatt"
194
- ],
195
- "BWP": [
196
- "BWP",
197
- "Botswana pula"
198
- ],
199
- "BYB": [
200
- "BYB",
201
- "Valgevene uus rubla (1994–1999)"
202
- ],
203
- "BYN": [
204
- "BYN",
205
- "Valgevene rubla"
206
- ],
207
- "BYR": [
208
- "BYR",
209
- "Valgevene rubla (2000–2016)"
210
- ],
211
- "BZD": [
212
- "BZD",
213
- "Belize’i dollar"
214
- ],
215
- "CAD": [
216
- "CA$",
217
- "Kanada dollar"
218
- ],
219
- "CDF": [
220
- "CDF",
221
- "Kongo frank"
222
- ],
223
- "CHF": [
224
- "CHF",
225
- "Šveitsi frank"
226
- ],
227
- "CLE": [
228
- "CLE",
229
- "Tšiili eskuudo"
230
- ],
231
- "CLP": [
232
- "CLP",
233
- "Tšiili peeso"
234
- ],
235
- "CNH": [
236
- "CNH",
237
- "Hiina jüaan (välismaine turg)"
238
- ],
239
- "CNY": [
240
- "CN¥",
241
- "Hiina jüaan"
242
- ],
243
- "COP": [
244
- "COP",
245
- "Colombia peeso"
246
- ],
247
- "CRC": [
248
- "CRC",
249
- "Costa Rica koloon"
250
- ],
251
- "CSD": [
252
- "CSD",
253
- "Serbia dinaar (2002–2006)"
254
- ],
255
- "CUC": [
256
- "CUC",
257
- "Kuuba konverteeritav peeso"
258
- ],
259
- "CUP": [
260
- "CUP",
261
- "Kuuba peeso"
262
- ],
263
- "CVE": [
264
- "CVE",
265
- "Cabo Verde eskuudo"
266
- ],
267
- "CYP": [
268
- "CYP",
269
- "Küprose nael"
270
- ],
271
- "CZK": [
272
- "CZK",
273
- "Tšehhi kroon"
274
- ],
275
- "DDM": [
276
- "DDM",
277
- "Ida-Saksa mark"
278
- ],
279
- "DEM": [
280
- "DEM",
281
- "Saksa mark"
282
- ],
283
- "DJF": [
284
- "DJF",
285
- "Djibouti frank"
286
- ],
287
- "DKK": [
288
- "DKK",
289
- "Taani kroon"
290
- ],
291
- "DOP": [
292
- "DOP",
293
- "Dominikaani peeso"
294
- ],
295
- "DZD": [
296
- "DZD",
297
- "Alžeeria dinaar"
298
- ],
299
- "ECS": [
300
- "ECS",
301
- "Ecuadori sukre"
302
- ],
303
- "EEK": [
304
- "kr",
305
- "Eesti kroon",
306
- {}
307
- ],
308
- "EGP": [
309
- "EGP",
310
- "Egiptuse nael"
311
- ],
312
- "ERN": [
313
- "ERN",
314
- "Eritrea nakfa"
315
- ],
316
- "ESP": [
317
- "ESP",
318
- "Hispaania peseeta"
319
- ],
320
- "ETB": [
321
- "ETB",
322
- "Etioopia birr"
323
- ],
324
- "EUR": [
325
- "€",
326
- "euro"
327
- ],
328
- "FIM": [
329
- "FIM",
330
- "Soome mark"
331
- ],
332
- "FJD": [
333
- "FJD",
334
- "Fidži dollar"
335
- ],
336
- "FKP": [
337
- "FKP",
338
- "Falklandi saarte nael"
339
- ],
340
- "FRF": [
341
- "FRF",
342
- "Prantsuse frank"
343
- ],
344
- "GBP": [
345
- "£",
346
- "Suurbritannia naelsterling"
347
- ],
348
- "GEL": [
349
- "GEL",
350
- "Gruusia lari"
351
- ],
352
- "GHC": [
353
- "GHC",
354
- "Ghana sedi (1979–2007)"
355
- ],
356
- "GHS": [
357
- "GHS",
358
- "Ghana sedi"
359
- ],
360
- "GIP": [
361
- "GIP",
362
- "Gibraltari nael"
363
- ],
364
- "GMD": [
365
- "GMD",
366
- "Gambia dalasi"
367
- ],
368
- "GNF": [
369
- "GNF",
370
- "Guinea frank"
371
- ],
372
- "GNS": [
373
- "GNS",
374
- "Guinea syli"
375
- ],
376
- "GRD": [
377
- "GRD",
378
- "Kreeka drahm"
379
- ],
380
- "GTQ": [
381
- "GTQ",
382
- "Guatemala ketsaal"
383
- ],
384
- "GWE": [
385
- "GWE",
386
- "Portugali Guinea eskuudo"
387
- ],
388
- "GWP": [
389
- "GWP",
390
- "Guinea-Bissau peeso"
391
- ],
392
- "GYD": [
393
- "GYD",
394
- "Guyana dollar"
395
- ],
396
- "HKD": [
397
- "HK$",
398
- "Hongkongi dollar"
399
- ],
400
- "HNL": [
401
- "HNL",
402
- "Hondurase lempiira"
403
- ],
404
- "HRD": [
405
- "HRD",
406
- "Horvaatia dinaar"
407
- ],
408
- "HRK": [
409
- "HRK",
410
- "Horvaatia kuna"
411
- ],
412
- "HTG": [
413
- "HTG",
414
- "Haiti gurd"
415
- ],
416
- "HUF": [
417
- "HUF",
418
- "Ungari forint"
419
- ],
420
- "IDR": [
421
- "IDR",
422
- "Indoneesia ruupia"
423
- ],
424
- "IEP": [
425
- "IEP",
426
- "Iiri nael"
427
- ],
428
- "ILP": [
429
- "ILP",
430
- "Iisraeli nael"
431
- ],
432
- "ILR": [
433
- "ILR",
434
- "Iisraeli seekel (1980–1985)"
435
- ],
436
- "ILS": [
437
- "₪",
438
- "Iisraeli uus seekel"
439
- ],
440
- "INR": [
441
- "₹",
442
- "India ruupia"
443
- ],
444
- "IQD": [
445
- "IQD",
446
- "Iraagi dinaar"
447
- ],
448
- "IRR": [
449
- "IRR",
450
- "Iraani riaal"
451
- ],
452
- "ISJ": [
453
- "ISJ",
454
- "Islandi kroon (1918–1981)"
455
- ],
456
- "ISK": [
457
- "ISK",
458
- "Islandi kroon"
459
- ],
460
- "ITL": [
461
- "ITL",
462
- "Itaalia liir"
463
- ],
464
- "JMD": [
465
- "JMD",
466
- "Jamaica dollar"
467
- ],
468
- "JOD": [
469
- "JOD",
470
- "Jordaania dinaar"
471
- ],
472
- "JPY": [
473
- "¥",
474
- "Jaapani jeen"
475
- ],
476
- "KES": [
477
- "KES",
478
- "Keenia šilling"
479
- ],
480
- "KGS": [
481
- "KGS",
482
- "Kõrgõzstani somm"
483
- ],
484
- "KHR": [
485
- "KHR",
486
- "Kambodža riaal"
487
- ],
488
- "KMF": [
489
- "KMF",
490
- "Komoori frank"
491
- ],
492
- "KPW": [
493
- "KPW",
494
- "Põhja-Korea vonn"
495
- ],
496
- "KRO": [
497
- "KRO",
498
- "Lõuna-Korea vonn (1945–1953)"
499
- ],
500
- "KRW": [
501
- "₩",
502
- "Lõuna-Korea vonn"
503
- ],
504
- "KWD": [
505
- "KWD",
506
- "Kuveidi dinaar"
507
- ],
508
- "KYD": [
509
- "KYD",
510
- "Kaimanisaarte dollar"
511
- ],
512
- "KZT": [
513
- "KZT",
514
- "Kasahstani tenge"
515
- ],
516
- "LAK": [
517
- "LAK",
518
- "Laose kiip"
519
- ],
520
- "LBP": [
521
- "LBP",
522
- "Liibanoni nael"
523
- ],
524
- "LKR": [
525
- "LKR",
526
- "Sri Lanka ruupia"
527
- ],
528
- "LRD": [
529
- "LRD",
530
- "Libeeria dollar"
531
- ],
532
- "LSL": [
533
- "LSL",
534
- "Lesotho loti"
535
- ],
536
- "LTL": [
537
- "LTL",
538
- "Leedu litt"
539
- ],
540
- "LUC": [
541
- "LUC",
542
- "Luksemburgi konverteeritav frank"
543
- ],
544
- "LUF": [
545
- "LUF",
546
- "Luksemburgi frank"
547
- ],
548
- "LVL": [
549
- "LVL",
550
- "Läti latt"
551
- ],
552
- "LVR": [
553
- "LVR",
554
- "Läti rubla"
555
- ],
556
- "LYD": [
557
- "LYD",
558
- "Liibüa dinaar"
559
- ],
560
- "MAD": [
561
- "MAD",
562
- "Maroko dirhem"
563
- ],
564
- "MAF": [
565
- "MAF",
566
- "Maroko frank"
567
- ],
568
- "MCF": [
569
- "MCF",
570
- "Monaco frank"
571
- ],
572
- "MDL": [
573
- "MDL",
574
- "Moldova leu"
575
- ],
576
- "MGA": [
577
- "MGA",
578
- "Madagaskari ariari"
579
- ],
580
- "MGF": [
581
- "MGF",
582
- "Madagaskar frank"
583
- ],
584
- "MKD": [
585
- "MKD",
586
- "Makedoonia dinaar"
587
- ],
588
- "MKN": [
589
- "MKN",
590
- "Makedoonia dinaar (1992–1993)"
591
- ],
592
- "MLF": [
593
- "MLF",
594
- "Mali frank"
595
- ],
596
- "MMK": [
597
- "MMK",
598
- "Myanmari kjatt"
599
- ],
600
- "MNT": [
601
- "MNT",
602
- "Mongoolia tugrik"
603
- ],
604
- "MOP": [
605
- "MOP",
606
- "Macau pataaka"
607
- ],
608
- "MRO": [
609
- "MRO",
610
- "Mauritaania ugia (1973–2017)"
611
- ],
612
- "MRU": [
613
- "MRU",
614
- "Mauritaania ugia"
615
- ],
616
- "MTL": [
617
- "MTL",
618
- "Malta liir"
619
- ],
620
- "MTP": [
621
- "MTP",
622
- "Malta nael"
623
- ],
624
- "MUR": [
625
- "MUR",
626
- "Mauritiuse ruupia"
627
- ],
628
- "MVP": [
629
- "MVP",
630
- "Maldiivi ruupia (1947–1981)"
631
- ],
632
- "MVR": [
633
- "MVR",
634
- "Maldiivi ruupia"
635
- ],
636
- "MWK": [
637
- "MWK",
638
- "Malawi kvatša"
639
- ],
640
- "MXN": [
641
- "MX$",
642
- "Mehhiko peeso"
643
- ],
644
- "MXP": [
645
- "MXP",
646
- "Mehhiko peeso (1861–1992)"
647
- ],
648
- "MYR": [
649
- "MYR",
650
- "Malaisia ringgit"
651
- ],
652
- "MZE": [
653
- "MZE",
654
- "Mosambiigi eskuudo"
655
- ],
656
- "MZM": [
657
- "MZM",
658
- "Mosambiigi metikal (1980–2006)"
659
- ],
660
- "MZN": [
661
- "MZN",
662
- "Mosambiigi metikal"
663
- ],
664
- "NAD": [
665
- "NAD",
666
- "Namiibia dollar"
667
- ],
668
- "NGN": [
669
- "NGN",
670
- "Nigeeria naira"
671
- ],
672
- "NIC": [
673
- "NIC",
674
- "Nicaragua kordoba (1988–1991)"
675
- ],
676
- "NIO": [
677
- "NIO",
678
- "Nicaragua kordoba"
679
- ],
680
- "NLG": [
681
- "NLG",
682
- "Hollandi kulden"
683
- ],
684
- "NOK": [
685
- "NOK",
686
- "Norra kroon"
687
- ],
688
- "NPR": [
689
- "NPR",
690
- "Nepali ruupia"
691
- ],
692
- "NZD": [
693
- "NZ$",
694
- "Uus-Meremaa dollar"
695
- ],
696
- "OMR": [
697
- "OMR",
698
- "Omaani riaal"
699
- ],
700
- "PAB": [
701
- "PAB",
702
- "Panama balboa"
703
- ],
704
- "PEI": [
705
- "PEI",
706
- "Peruu inti"
707
- ],
708
- "PEN": [
709
- "PEN",
710
- "Peruu soll"
711
- ],
712
- "PES": [
713
- "PES",
714
- "Peruu soll (1863–1965)"
715
- ],
716
- "PGK": [
717
- "PGK",
718
- "Paapua Uus-Guinea kina"
719
- ],
720
- "PHP": [
721
- "PHP",
722
- "Filipiini peeso"
723
- ],
724
- "PKR": [
725
- "PKR",
726
- "Pakistani ruupia"
727
- ],
728
- "PLN": [
729
- "PLN",
730
- "Poola zlott"
731
- ],
732
- "PLZ": [
733
- "PLZ",
734
- "Poola zlott (1950–1995)"
735
- ],
736
- "PTE": [
737
- "PTE",
738
- "Portugali eskuudo"
739
- ],
740
- "PYG": [
741
- "PYG",
742
- "Paraguay guaranii"
743
- ],
744
- "QAR": [
745
- "QAR",
746
- "Katari riaal"
747
- ],
748
- "RHD": [
749
- "RHD",
750
- "Rodeesia dollar"
751
- ],
752
- "ROL": [
753
- "ROL",
754
- "Rumeenia leu (1952–2006)"
755
- ],
756
- "RON": [
757
- "RON",
758
- "Rumeenia leu"
759
- ],
760
- "RSD": [
761
- "RSD",
762
- "Serbia dinaar"
763
- ],
764
- "RUB": [
765
- "RUB",
766
- "Venemaa rubla"
767
- ],
768
- "RUR": [
769
- "RUR",
770
- "Venemaa rubla (1991–1998)"
771
- ],
772
- "RWF": [
773
- "RWF",
774
- "Rwanda frank"
775
- ],
776
- "SAR": [
777
- "SAR",
778
- "Saudi Araabia riaal"
779
- ],
780
- "SBD": [
781
- "SBD",
782
- "Saalomoni Saarte dollar"
783
- ],
784
- "SCR": [
785
- "SCR",
786
- "Seišelli ruupia"
787
- ],
788
- "SDD": [
789
- "SDD",
790
- "Sudaani dinaar (1992–2007)"
791
- ],
792
- "SDG": [
793
- "SDG",
794
- "Sudaani nael"
795
- ],
796
- "SDP": [
797
- "SDP",
798
- "Sudaani nael (1957–1998)"
799
- ],
800
- "SEK": [
801
- "SEK",
802
- "Rootsi kroon"
803
- ],
804
- "SGD": [
805
- "SGD",
806
- "Singapuri dollar"
807
- ],
808
- "SHP": [
809
- "SHP",
810
- "Saint Helena nael"
811
- ],
812
- "SIT": [
813
- "SIT",
814
- "Sloveenia tolar"
815
- ],
816
- "SKK": [
817
- "SKK",
818
- "Slovaki kroon"
819
- ],
820
- "SLL": [
821
- "SLL",
822
- "Sierra Leone leoone"
823
- ],
824
- "SOS": [
825
- "SOS",
826
- "Somaalia šilling"
827
- ],
828
- "SRD": [
829
- "SRD",
830
- "Suriname dollar"
831
- ],
832
- "SRG": [
833
- "SRG",
834
- "Suriname kulden"
835
- ],
836
- "SSP": [
837
- "SSP",
838
- "Lõuna-Sudaani nael"
839
- ],
840
- "STD": [
841
- "STD",
842
- "São Tomé ja Príncipe dobra (1977–2017)"
843
- ],
844
- "STN": [
845
- "STN",
846
- "São Tomé ja Príncipe dobra"
847
- ],
848
- "SUR": [
849
- "SUR",
850
- "NSVL-i rubla"
851
- ],
852
- "SVC": [
853
- "SVC",
854
- "El Salvadori koloon"
855
- ],
856
- "SYP": [
857
- "SYP",
858
- "Süüria nael"
859
- ],
860
- "SZL": [
861
- "SZL",
862
- "Svaasimaa lilangeni"
863
- ],
864
- "THB": [
865
- "฿",
866
- "Tai baat"
867
- ],
868
- "TJR": [
869
- "TJR",
870
- "Tadžikistani rubla"
871
- ],
872
- "TJS": [
873
- "TJS",
874
- "Tadžikistani somoni"
875
- ],
876
- "TMM": [
877
- "TMM",
878
- "Türkmenistani manat (1993–2009)"
879
- ],
880
- "TMT": [
881
- "TMT",
882
- "Türkmenistani manat"
883
- ],
884
- "TND": [
885
- "TND",
886
- "Tuneesia dinaar"
887
- ],
888
- "TOP": [
889
- "TOP",
890
- "Tonga pa’anga"
891
- ],
892
- "TPE": [
893
- "TPE",
894
- "Timori eskuudo"
895
- ],
896
- "TRL": [
897
- "TRL",
898
- "Türgi liir (1922–2005)"
899
- ],
900
- "TRY": [
901
- "TRY",
902
- "Türgi liir"
903
- ],
904
- "TTD": [
905
- "TTD",
906
- "Trinidadi ja Tobago dollar"
907
- ],
908
- "TWD": [
909
- "NT$",
910
- "uus Taiwani dollar"
911
- ],
912
- "TZS": [
913
- "TZS",
914
- "Tansaania šilling"
915
- ],
916
- "UAH": [
917
- "UAH",
918
- "Ukraina grivna"
919
- ],
920
- "UAK": [
921
- "UAK",
922
- "Ukraina karbovanets"
923
- ],
924
- "UGS": [
925
- "UGS",
926
- "Uganda šilling (1966–1987)"
927
- ],
928
- "UGX": [
929
- "UGX",
930
- "Uganda šilling"
931
- ],
932
- "USD": [
933
- "$",
934
- "USA dollar"
935
- ],
936
- "USN": [
937
- "USN",
938
- "USA järgmise päeva dollar"
939
- ],
940
- "USS": [
941
- "USS",
942
- "USA sama päeva dollar"
943
- ],
944
- "UYP": [
945
- "UYP",
946
- "Uruguay peeso (1975–1993)"
947
- ],
948
- "UYU": [
949
- "UYU",
950
- "Uruguay peeso"
951
- ],
952
- "UZS": [
953
- "UZS",
954
- "Usbekistani somm"
955
- ],
956
- "VEB": [
957
- "VEB",
958
- "Venezuela boliivar (1871–2008)"
959
- ],
960
- "VEF": [
961
- "VEF",
962
- "Venezuela boliivar (2008–2018)"
963
- ],
964
- "VES": [
965
- "VES",
966
- "Venezuela boliivar"
967
- ],
968
- "VND": [
969
- "₫",
970
- "Vietnami dong"
971
- ],
972
- "VNN": [
973
- "VNN",
974
- "Vietnami dong (1978–1985)"
975
- ],
976
- "VUV": [
977
- "VUV",
978
- "Vanuatu vatu"
979
- ],
980
- "WST": [
981
- "WST",
982
- "Samoa taala"
983
- ],
984
- "XAF": [
985
- "FCFA",
986
- "Kesk-Aafrika CFA frank"
987
- ],
988
- "XCD": [
989
- "EC$",
990
- "Ida-Kariibi dollar"
991
- ],
992
- "XEU": [
993
- "XEU",
994
- "eküü"
995
- ],
996
- "XFO": [
997
- "XFO",
998
- "Prantsuse kuldfrank"
999
- ],
1000
- "XFU": [
1001
- "XFU",
1002
- "Prantsuse UIC-frank"
1003
- ],
1004
- "XOF": [
1005
- "CFA",
1006
- "Lääne-Aafrika CFA frank"
1007
- ],
1008
- "XPF": [
1009
- "CFPF",
1010
- "CFP frank"
1011
- ],
1012
- "YDD": [
1013
- "YDD",
1014
- "Jeemeni dinaar"
1015
- ],
1016
- "YER": [
1017
- "YER",
1018
- "Jeemeni riaal"
1019
- ],
1020
- "YUM": [
1021
- "YUM",
1022
- "Jugoslaavia uus dinaar (1994–2002)"
1023
- ],
1024
- "YUN": [
1025
- "YUN",
1026
- "Jugoslaavia konverteeritav dinaar (1990–1992)"
1027
- ],
1028
- "ZAR": [
1029
- "ZAR",
1030
- "Lõuna-Aafrika rand"
1031
- ],
1032
- "ZMK": [
1033
- "ZMK",
1034
- "Sambia kvatša (1968–2012)"
1035
- ],
1036
- "ZMW": [
1037
- "ZMW",
1038
- "Sambia kvatša"
1039
- ],
1040
- "ZRZ": [
1041
- "ZRZ",
1042
- "Sairi zaire"
1043
- ],
1044
- "ZWD": [
1045
- "ZWD",
1046
- "Zimbabwe dollar (1980–2008)"
1047
- ],
1048
- "ZWL": [
1049
- "ZWL",
1050
- "Zimbabwe dollar (2009)"
1051
- ],
1052
- "ZWR": [
1053
- "ZWR",
1054
- "Zimbabwe dollar (2008)"
1055
- ]
1056
- }
1057
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/eu.json DELETED
@@ -1,661 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "Arabiar Emirerri Batuetako dirhama"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "afgani afganiarra"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "lek albaniarra"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "dram armeniarra"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "Holandarren Antilletako florina"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "kwanza angolarra"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "peso argentinarra"
30
- ],
31
- "AUD": [
32
- "A$",
33
- "dolar australiarra"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "florin arubarra"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "manat azerbaijandarra"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "marko bihurgarri bosniarra"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "dolar barbadostarra"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "taka bangladeshtarra"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "lev bulgariarra"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "dinar bahraindarra"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "franko burundiarra"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "dolar bermudarra"
70
- ],
71
- "BND": [
72
- "BND",
73
- "dolar bruneitarra"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "boliviano boliviarra"
78
- ],
79
- "BRL": [
80
- "R$",
81
- "erreal brasildarra"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "dolar bahamarra"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "ngultrum bhutandarra"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "pula botswanarra"
94
- ],
95
- "BYN": [
96
- "BYN",
97
- "errublo bielorrusiarra"
98
- ],
99
- "BYR": [
100
- "BYR",
101
- "Bielorrusiako errubloa (2000–2016)"
102
- ],
103
- "BZD": [
104
- "BZD",
105
- "dolar belizetarra"
106
- ],
107
- "CAD": [
108
- "CA$",
109
- "dolar kanadarra"
110
- ],
111
- "CDF": [
112
- "CDF",
113
- "franko kongoarra"
114
- ],
115
- "CHF": [
116
- "CHF",
117
- "franko suitzarra"
118
- ],
119
- "CLP": [
120
- "CLP",
121
- "peso txiletarra"
122
- ],
123
- "CNH": [
124
- "CNH",
125
- "yuan txinatarra (itsasoz haraindikoa)"
126
- ],
127
- "CNY": [
128
- "CN¥",
129
- "yuan txinatarra"
130
- ],
131
- "COP": [
132
- "COP",
133
- "peso kolonbiarra"
134
- ],
135
- "CRC": [
136
- "CRC",
137
- "Costa Ricako colona"
138
- ],
139
- "CUC": [
140
- "CUC",
141
- "peso bihurgarri kubatarra"
142
- ],
143
- "CUP": [
144
- "CUP",
145
- "peso kubatarra"
146
- ],
147
- "CVE": [
148
- "CVE",
149
- "ezkutu caboverdetarra"
150
- ],
151
- "CZK": [
152
- "CZK",
153
- "koroa txekiarra"
154
- ],
155
- "DJF": [
156
- "DJF",
157
- "franko djibutiarra"
158
- ],
159
- "DKK": [
160
- "DKK",
161
- "koroa danimarkarra"
162
- ],
163
- "DOP": [
164
- "DOP",
165
- "peso dominikarra"
166
- ],
167
- "DZD": [
168
- "DZD",
169
- "dinar aljeriarra"
170
- ],
171
- "EGP": [
172
- "EGP",
173
- "libera egiptoarra"
174
- ],
175
- "ERN": [
176
- "ERN",
177
- "nakfa eritrearra"
178
- ],
179
- "ESP": [
180
- "₧",
181
- "ESP",
182
- {}
183
- ],
184
- "ETB": [
185
- "ETB",
186
- "birr etiopiarra"
187
- ],
188
- "EUR": [
189
- "€",
190
- "euroa"
191
- ],
192
- "FJD": [
193
- "FJD",
194
- "dolar fijiarra"
195
- ],
196
- "FKP": [
197
- "FKP",
198
- "libera falklandarra"
199
- ],
200
- "GBP": [
201
- "£",
202
- "libera esterlina"
203
- ],
204
- "GEL": [
205
- "GEL",
206
- "lari georgiarra"
207
- ],
208
- "GHS": [
209
- "GHS",
210
- "cedi ghanatarra"
211
- ],
212
- "GIP": [
213
- "GIP",
214
- "libera gibraltartarra"
215
- ],
216
- "GMD": [
217
- "GMD",
218
- "dalasi ganbiarra"
219
- ],
220
- "GNF": [
221
- "GNF",
222
- "franko ginearra"
223
- ],
224
- "GTQ": [
225
- "GTQ",
226
- "ketzal guatemalarra"
227
- ],
228
- "GYD": [
229
- "GYD",
230
- "dolar guyanarra"
231
- ],
232
- "HKD": [
233
- "HK$",
234
- "dolar hongkongtarra"
235
- ],
236
- "HNL": [
237
- "HNL",
238
- "lempira hodurastarra"
239
- ],
240
- "HRK": [
241
- "HRK",
242
- "kuna kroaziarra"
243
- ],
244
- "HTG": [
245
- "HTG",
246
- "gourde haitiarra"
247
- ],
248
- "HUF": [
249
- "HUF",
250
- "florin hungariarra"
251
- ],
252
- "IDR": [
253
- "IDR",
254
- "errupia indonesiarra"
255
- ],
256
- "ILS": [
257
- "₪",
258
- "shekel israeldar berria"
259
- ],
260
- "INR": [
261
- "₹",
262
- "errupia indiarra"
263
- ],
264
- "IQD": [
265
- "IQD",
266
- "dinar irakiarra"
267
- ],
268
- "IRR": [
269
- "IRR",
270
- "rial irandarra"
271
- ],
272
- "ISK": [
273
- "ISK",
274
- "koroa islandiarra"
275
- ],
276
- "JMD": [
277
- "JMD",
278
- "Jamaikako dolarra"
279
- ],
280
- "JOD": [
281
- "JOD",
282
- "dinar jordaniarra"
283
- ],
284
- "JPY": [
285
- "JP¥",
286
- "yen japoniarra"
287
- ],
288
- "KES": [
289
- "KES",
290
- "txelin kenyarra"
291
- ],
292
- "KGS": [
293
- "KGS",
294
- "som kirgizistandarra"
295
- ],
296
- "KHR": [
297
- "KHR",
298
- "riel kanbodiarra"
299
- ],
300
- "KMF": [
301
- "KMF",
302
- "franko komoretarra"
303
- ],
304
- "KPW": [
305
- "KPW",
306
- "won iparkorearra"
307
- ],
308
- "KRW": [
309
- "₩",
310
- "won hegokorearra"
311
- ],
312
- "KWD": [
313
- "KWD",
314
- "dinar kuwaitarra"
315
- ],
316
- "KYD": [
317
- "KYD",
318
- "dolar kaimandarra"
319
- ],
320
- "KZT": [
321
- "KZT",
322
- "tenge kazakhstandarra"
323
- ],
324
- "LAK": [
325
- "LAK",
326
- "kip laostarra"
327
- ],
328
- "LBP": [
329
- "LBP",
330
- "libera libanoarra"
331
- ],
332
- "LKR": [
333
- "LKR",
334
- "errupia srilankarra"
335
- ],
336
- "LRD": [
337
- "LRD",
338
- "dolar liberiarra"
339
- ],
340
- "LSL": [
341
- "LSL",
342
- "Lesothoko lotia"
343
- ],
344
- "LTL": [
345
- "LTL",
346
- "Lituaniako litasa"
347
- ],
348
- "LVL": [
349
- "LVL",
350
- "Letoniako latsa"
351
- ],
352
- "LYD": [
353
- "LYD",
354
- "dinar libiarra"
355
- ],
356
- "MAD": [
357
- "MAD",
358
- "dirham marokoarra"
359
- ],
360
- "MDL": [
361
- "MDL",
362
- "leu moldaviarra"
363
- ],
364
- "MGA": [
365
- "MGA",
366
- "ariary madagaskartarra"
367
- ],
368
- "MKD": [
369
- "MKD",
370
- "dinar mazedoniarra"
371
- ],
372
- "MMK": [
373
- "MMK",
374
- "kyat myanmartarra"
375
- ],
376
- "MNT": [
377
- "MNT",
378
- "tugrik mongoliarra"
379
- ],
380
- "MOP": [
381
- "MOP",
382
- "pataca macauarra"
383
- ],
384
- "MRO": [
385
- "MRO",
386
- "Mauritaniako ouguiya (1973–2017)"
387
- ],
388
- "MRU": [
389
- "MRU",
390
- "uguiya mauritaniarra"
391
- ],
392
- "MUR": [
393
- "MUR",
394
- "errupia mauriziarra"
395
- ],
396
- "MVR": [
397
- "MVR",
398
- "errupia maldivarra"
399
- ],
400
- "MWK": [
401
- "MWK",
402
- "kwacha malawiarra"
403
- ],
404
- "MXN": [
405
- "MX$",
406
- "peso mexikarra"
407
- ],
408
- "MYR": [
409
- "MYR",
410
- "ringgit malaysiarra"
411
- ],
412
- "MZN": [
413
- "MZN",
414
- "metical mozambiketarra"
415
- ],
416
- "NAD": [
417
- "NAD",
418
- "dolar namibiarra"
419
- ],
420
- "NGN": [
421
- "NGN",
422
- "naira nigeriarra"
423
- ],
424
- "NIO": [
425
- "NIO",
426
- "córdoba nikaraguarra"
427
- ],
428
- "NOK": [
429
- "NOK",
430
- "koroa norvegiarra"
431
- ],
432
- "NPR": [
433
- "NPR",
434
- "errupia nepaldarra"
435
- ],
436
- "NZD": [
437
- "NZ$",
438
- "dolar zeelandaberritarra"
439
- ],
440
- "OMR": [
441
- "OMR",
442
- "rial omandarra"
443
- ],
444
- "PAB": [
445
- "PAB",
446
- "balboa panamarra"
447
- ],
448
- "PEN": [
449
- "PEN",
450
- "sol perutarra"
451
- ],
452
- "PGK": [
453
- "PGK",
454
- "kina gineaberriarra"
455
- ],
456
- "PHP": [
457
- "PHP",
458
- "peso filipinarra"
459
- ],
460
- "PKR": [
461
- "PKR",
462
- "errupia pakistandarra"
463
- ],
464
- "PLN": [
465
- "PLN",
466
- "zloty poloniarra"
467
- ],
468
- "PYG": [
469
- "PYG",
470
- "guarani paraguaitarra"
471
- ],
472
- "QAR": [
473
- "QAR",
474
- "riyal qatartarra"
475
- ],
476
- "RON": [
477
- "RON",
478
- "leu errumaniarra"
479
- ],
480
- "RSD": [
481
- "RSD",
482
- "dinar serbiarra"
483
- ],
484
- "RUB": [
485
- "RUB",
486
- "errublo errusiarra"
487
- ],
488
- "RWF": [
489
- "RWF",
490
- "franko ruandarra"
491
- ],
492
- "SAR": [
493
- "SAR",
494
- "riyal saudiarabiarra"
495
- ],
496
- "SBD": [
497
- "SBD",
498
- "dolar salomondarra"
499
- ],
500
- "SCR": [
501
- "SCR",
502
- "errupia seychelletarra"
503
- ],
504
- "SDG": [
505
- "SDG",
506
- "libera sudandarra"
507
- ],
508
- "SEK": [
509
- "SEK",
510
- "koroa suediarra"
511
- ],
512
- "SGD": [
513
- "SGD",
514
- "dolar singapurtarra"
515
- ],
516
- "SHP": [
517
- "SHP",
518
- "Santa Helenako libera"
519
- ],
520
- "SLL": [
521
- "SLL",
522
- "leone sierraleonarra"
523
- ],
524
- "SOS": [
525
- "SOS",
526
- "txelin somaliarra"
527
- ],
528
- "SRD": [
529
- "SRD",
530
- "dolar surinamdarra"
531
- ],
532
- "SSP": [
533
- "SSP",
534
- "libera hegosudandarra"
535
- ],
536
- "STD": [
537
- "STD",
538
- "Sao Tomeko eta Principeko dobra (1977–2017)"
539
- ],
540
- "STN": [
541
- "STN",
542
- "dobra saotometarra"
543
- ],
544
- "SYP": [
545
- "SYP",
546
- "libera siriarra"
547
- ],
548
- "SZL": [
549
- "SZL",
550
- "lilangeni swazilandiarra"
551
- ],
552
- "THB": [
553
- "฿",
554
- "baht thailandiarra"
555
- ],
556
- "TJS": [
557
- "TJS",
558
- "somoni tajikistandarra"
559
- ],
560
- "TMT": [
561
- "TMT",
562
- "manat turkmenistandarra"
563
- ],
564
- "TND": [
565
- "TND",
566
- "dinar tunisiarra"
567
- ],
568
- "TOP": [
569
- "TOP",
570
- "Tongako Paʻanga"
571
- ],
572
- "TRY": [
573
- "TRY",
574
- "lira turkiarra"
575
- ],
576
- "TTD": [
577
- "TTD",
578
- "Trinidad eta Tobagoko dolarra"
579
- ],
580
- "TWD": [
581
- "NT$",
582
- "dolar taiwandar berria"
583
- ],
584
- "TZS": [
585
- "TZS",
586
- "txelin tanzaniarra"
587
- ],
588
- "UAH": [
589
- "UAH",
590
- "Ukrainako hryvnia"
591
- ],
592
- "UGX": [
593
- "UGX",
594
- "txelin ugandarra"
595
- ],
596
- "USD": [
597
- "US$",
598
- "dolar estatubatuarra"
599
- ],
600
- "UYU": [
601
- "UYU",
602
- "peso uruguaitarra"
603
- ],
604
- "UZS": [
605
- "UZS",
606
- "sum uzbekistandarra"
607
- ],
608
- "VEF": [
609
- "VEF",
610
- "Venezuelako bolivarra (2008–2018)"
611
- ],
612
- "VES": [
613
- "VES",
614
- "bolivar venezuelarra"
615
- ],
616
- "VND": [
617
- "₫",
618
- "dong vietnamdarra"
619
- ],
620
- "VUV": [
621
- "VUV",
622
- "vatu vanuatuarra"
623
- ],
624
- "WST": [
625
- "WST",
626
- "tala samoarra"
627
- ],
628
- "XAF": [
629
- "FCFA",
630
- "Afrika erdialdeko CFA frankoa"
631
- ],
632
- "XCD": [
633
- "EC$",
634
- "Karibe ekialdeko dolarra"
635
- ],
636
- "XOF": [
637
- "CFA",
638
- "Afrika mendebaldeko CFA frankoa"
639
- ],
640
- "XPF": [
641
- "CFPF",
642
- "CFP frankoa"
643
- ],
644
- "YER": [
645
- "YER",
646
- "rial yemendarra"
647
- ],
648
- "ZAR": [
649
- "ZAR",
650
- "rand hegoafrikarra"
651
- ],
652
- "ZMK": [
653
- "ZMK",
654
- "Zambiako kwacha (1968–2012)"
655
- ],
656
- "ZMW": [
657
- "ZMW",
658
- "kwacha zambiarra"
659
- ]
660
- }
661
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fa.json DELETED
@@ -1,916 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "پزتای آندورا"
6
- ],
7
- "AED": [
8
- "AED",
9
- "درهم امارات متحدهٔ عربی"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "افغانی افغانستان (۱۹۲۷ تا ۲۰۰۲)"
14
- ],
15
- "AFN": [
16
- "؋",
17
- "افغانی افغانستان"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "لک آلبانی (۱۹۴۶ تا ۱۹۶۵)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "لک آلبانی"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "درام ارمنستان"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "گیلدر آنتیل هلند"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "کوانزای آنگولا"
38
- ],
39
- "ARM": [
40
- "ARM",
41
- "پزوی آرژانتین (۱۸۸۱ تا ۱۹۷۰)"
42
- ],
43
- "ARP": [
44
- "ARP",
45
- "پزوی آرژانتین (۱۹۸۳ تا ۱۹۸۵)‏"
46
- ],
47
- "ARS": [
48
- "ARS",
49
- "پزوی آرژانتین"
50
- ],
51
- "ATS": [
52
- "ATS",
53
- "شیلینگ اتریش"
54
- ],
55
- "AUD": [
56
- "A$",
57
- "دلار استرالیا"
58
- ],
59
- "AWG": [
60
- "AWG",
61
- "فلورین آروبا"
62
- ],
63
- "AZM": [
64
- "AZM",
65
- "منات جمهوری آذربایجان (۱۹۹۳ تا ۲۰۰۶)"
66
- ],
67
- "AZN": [
68
- "AZN",
69
- "منات جمهوری آذربایجان"
70
- ],
71
- "BAD": [
72
- "BAD",
73
- "دینار بوسنی و هرزگوین (۱۹۹۲ تا ۱۹۹۴)"
74
- ],
75
- "BAM": [
76
- "BAM",
77
- "مارک تبدیل‌پذیر بوسنی و هرزگوین"
78
- ],
79
- "BBD": [
80
- "BBD",
81
- "دلار باربادوس"
82
- ],
83
- "BDT": [
84
- "BDT",
85
- "تاکای بنگلادش"
86
- ],
87
- "BEF": [
88
- "BEF",
89
- "فرانک بلژیک"
90
- ],
91
- "BEL": [
92
- "BEL",
93
- "فرانک بلژیک (مالی)"
94
- ],
95
- "BGN": [
96
- "BGN",
97
- "لف بلغارستان"
98
- ],
99
- "BHD": [
100
- "BHD",
101
- "دینار بحرین"
102
- ],
103
- "BIF": [
104
- "BIF",
105
- "فرانک بوروندی"
106
- ],
107
- "BMD": [
108
- "BMD",
109
- "دلار برمودا"
110
- ],
111
- "BND": [
112
- "BND",
113
- "دلار برونئی"
114
- ],
115
- "BOB": [
116
- "BOB",
117
- "بولیویانوی بولیوی"
118
- ],
119
- "BOP": [
120
- "BOP",
121
- "پزوی بولیوی"
122
- ],
123
- "BRL": [
124
- "R$",
125
- "رئال برزیل"
126
- ],
127
- "BSD": [
128
- "BSD",
129
- "دلار باهاما"
130
- ],
131
- "BTN": [
132
- "BTN",
133
- "انگولتروم بوتان"
134
- ],
135
- "BWP": [
136
- "BWP",
137
- "پولای بوتسوانا"
138
- ],
139
- "BYB": [
140
- "BYB",
141
- "روبل جدید بیلوروسی (۱۹۹۴ تا ۱۹۹۹)"
142
- ],
143
- "BYN": [
144
- "BYN",
145
- "روبل بلاروسی"
146
- ],
147
- "BYR": [
148
- "BYR",
149
- "روبل بلاروسی (۲۰۱۶–۲۰۰۰)"
150
- ],
151
- "BZD": [
152
- "BZD",
153
- "دلار بلیز"
154
- ],
155
- "CAD": [
156
- "$CA",
157
- "دلار کانادا"
158
- ],
159
- "CDF": [
160
- "CDF",
161
- "فرانک کنگو"
162
- ],
163
- "CHF": [
164
- "CHF",
165
- "فرانک سوئیس"
166
- ],
167
- "CLP": [
168
- "CLP",
169
- "پزوی شیلی"
170
- ],
171
- "CNH": [
172
- "CNH",
173
- "یوآن چین (برون‌مرزی)"
174
- ],
175
- "CNY": [
176
- "¥CN",
177
- "یوآن چین"
178
- ],
179
- "COP": [
180
- "COP",
181
- "پزوی کلمبیا"
182
- ],
183
- "CRC": [
184
- "CRC",
185
- "کولون کاستاریکا"
186
- ],
187
- "CSD": [
188
- "CSD",
189
- "دینار صربستان (۲۰۰۲ تا ۲۰۰۶)"
190
- ],
191
- "CUC": [
192
- "CUC",
193
- "پزوی تبدیل‌پذیر کوبا"
194
- ],
195
- "CUP": [
196
- "CUP",
197
- "پزوی کوبا"
198
- ],
199
- "CVE": [
200
- "CVE",
201
- "اسکودوی کیپ‌ورد"
202
- ],
203
- "CYP": [
204
- "CYP",
205
- "پوند قبرس"
206
- ],
207
- "CZK": [
208
- "CZK",
209
- "کورونای جمهوری چک"
210
- ],
211
- "DDM": [
212
- "DDM",
213
- "مارک آلمان شرقی"
214
- ],
215
- "DEM": [
216
- "DEM",
217
- "مارک آلمان"
218
- ],
219
- "DJF": [
220
- "DJF",
221
- "فرانک جیبوتی"
222
- ],
223
- "DKK": [
224
- "DKK",
225
- "کرون دانمارک"
226
- ],
227
- "DOP": [
228
- "DOP",
229
- "پزوی جمهوری دومینیکن"
230
- ],
231
- "DZD": [
232
- "DZD",
233
- "دینار الجزایر"
234
- ],
235
- "EEK": [
236
- "EEK",
237
- "کرون استونی"
238
- ],
239
- "EGP": [
240
- "EGP",
241
- "پوند مصر"
242
- ],
243
- "ERN": [
244
- "ERN",
245
- "ناکفای اریتره"
246
- ],
247
- "ESP": [
248
- "ESP",
249
- "پزتای اسپانیا"
250
- ],
251
- "ETB": [
252
- "ETB",
253
- "بیر اتیوپی"
254
- ],
255
- "EUR": [
256
- "€",
257
- "یورو"
258
- ],
259
- "FJD": [
260
- "FJD",
261
- "دلار فیجی"
262
- ],
263
- "FKP": [
264
- "FKP",
265
- "پوند جزایر فالکلند"
266
- ],
267
- "FRF": [
268
- "FRF",
269
- "فرانک فرانسه"
270
- ],
271
- "GBP": [
272
- "£",
273
- "پوند بریتانیا"
274
- ],
275
- "GEL": [
276
- "GEL",
277
- "لاری گرجستان"
278
- ],
279
- "GHS": [
280
- "GHS",
281
- "سدی غنا"
282
- ],
283
- "GIP": [
284
- "GIP",
285
- "پوند جبل‌الطارق"
286
- ],
287
- "GMD": [
288
- "GMD",
289
- "دالاسی گامبیا"
290
- ],
291
- "GNF": [
292
- "GNF",
293
- "فرانک گینه"
294
- ],
295
- "GRD": [
296
- "GRD",
297
- "دراخمای یونان"
298
- ],
299
- "GTQ": [
300
- "GTQ",
301
- "کتزال گواتمالا"
302
- ],
303
- "GWP": [
304
- "GWP",
305
- "پزوی گینهٔ بیسائو"
306
- ],
307
- "GYD": [
308
- "GYD",
309
- "دلار گویانا"
310
- ],
311
- "HKD": [
312
- "$HK",
313
- "دلار هنگ‌کنگ"
314
- ],
315
- "HNL": [
316
- "HNL",
317
- "لمپیرای هندوراس"
318
- ],
319
- "HRD": [
320
- "HRD",
321
- "دینار کرواسی"
322
- ],
323
- "HRK": [
324
- "HRK",
325
- "کونای کرواسی"
326
- ],
327
- "HTG": [
328
- "HTG",
329
- "گورد هائیتی"
330
- ],
331
- "HUF": [
332
- "HUF",
333
- "فورینت مجارستان"
334
- ],
335
- "IDR": [
336
- "IDR",
337
- "روپیهٔ اندونزی"
338
- ],
339
- "IEP": [
340
- "IEP",
341
- "پوند ایرلند"
342
- ],
343
- "ILP": [
344
- "ILP",
345
- "پوند اسرائیل"
346
- ],
347
- "ILR": [
348
- "ILR",
349
- "شقل اسرائیل (۱۹۸۰ تا ۱۹۸۵)"
350
- ],
351
- "ILS": [
352
- "₪",
353
- "شقل جدید اسرائیل"
354
- ],
355
- "INR": [
356
- "₹",
357
- "روپیهٔ هند"
358
- ],
359
- "IQD": [
360
- "IQD",
361
- "دینار عراق"
362
- ],
363
- "IRR": [
364
- "ریال",
365
- "ریال ایران"
366
- ],
367
- "ISJ": [
368
- "ISJ",
369
- "کرونای ایسلند (۱۹۱۸ تا ۱۹۸۱)"
370
- ],
371
- "ISK": [
372
- "ISK",
373
- "کرونای ایسلند"
374
- ],
375
- "ITL": [
376
- "ITL",
377
- "لیرهٔ ایتالیا"
378
- ],
379
- "JMD": [
380
- "JMD",
381
- "دلار جامائیکا"
382
- ],
383
- "JOD": [
384
- "JOD",
385
- "دینار اردن"
386
- ],
387
- "JPY": [
388
- "¥",
389
- "ین ژاپن"
390
- ],
391
- "KES": [
392
- "KES",
393
- "شیلینگ کنیا"
394
- ],
395
- "KGS": [
396
- "KGS",
397
- "سوم قرقیزستان"
398
- ],
399
- "KHR": [
400
- "KHR",
401
- "ری‌یل کامبوج"
402
- ],
403
- "KMF": [
404
- "KMF",
405
- "فرانک کومورو"
406
- ],
407
- "KPW": [
408
- "KPW",
409
- "وون کرهٔ شمالی"
410
- ],
411
- "KRO": [
412
- "KRO",
413
- "وون کرهٔ جنوبی (۱۹۴۵ تا ۱۹۵۳)"
414
- ],
415
- "KRW": [
416
- "₩",
417
- "وون کرهٔ جنوبی"
418
- ],
419
- "KWD": [
420
- "KWD",
421
- "دینار کویت"
422
- ],
423
- "KYD": [
424
- "KYD",
425
- "دلار جزایر کِیمن"
426
- ],
427
- "KZT": [
428
- "KZT",
429
- "تنگهٔ قزاقستان"
430
- ],
431
- "LAK": [
432
- "LAK",
433
- "کیپ لائوس"
434
- ],
435
- "LBP": [
436
- "LBP",
437
- "لیرهٔ لبنان"
438
- ],
439
- "LKR": [
440
- "LKR",
441
- "روپیهٔ سری‌لانکا"
442
- ],
443
- "LRD": [
444
- "LRD",
445
- "دلار لیبریا"
446
- ],
447
- "LSL": [
448
- "LSL",
449
- "لوتی لسوتو"
450
- ],
451
- "LTL": [
452
- "LTL",
453
- "لیتاس لیتوانی"
454
- ],
455
- "LTT": [
456
- "LTT",
457
- "تالوناس لیتوانی"
458
- ],
459
- "LUF": [
460
- "LUF",
461
- "فرانک لوکزامبورگ"
462
- ],
463
- "LUL": [
464
- "LUL",
465
- "فرانک مالی لوگزامبورگ"
466
- ],
467
- "LVL": [
468
- "LVL",
469
- "لاتس لتونی"
470
- ],
471
- "LVR": [
472
- "LVR",
473
- "روبل لتونی"
474
- ],
475
- "LYD": [
476
- "LYD",
477
- "دینار لیبی"
478
- ],
479
- "MAD": [
480
- "MAD",
481
- "درهم مراکش"
482
- ],
483
- "MAF": [
484
- "MAF",
485
- "فرانک مراکش"
486
- ],
487
- "MCF": [
488
- "MCF",
489
- "فرانک موناکو"
490
- ],
491
- "MDL": [
492
- "MDL",
493
- "لئوی مولداوی"
494
- ],
495
- "MGA": [
496
- "MGA",
497
- "آریاری مالاگاسی"
498
- ],
499
- "MGF": [
500
- "MGF",
501
- "فرانک ماداگاسکار"
502
- ],
503
- "MKD": [
504
- "MKD",
505
- "دینار مقدونیه"
506
- ],
507
- "MKN": [
508
- "MKN",
509
- "دینار مقدونیه (۱۹۹۲ تا ۱۹۹۳)"
510
- ],
511
- "MLF": [
512
- "MLF",
513
- "فرانک مالی"
514
- ],
515
- "MMK": [
516
- "MMK",
517
- "کیات میانمار"
518
- ],
519
- "MNT": [
520
- "MNT",
521
- "توگریک مغولستان"
522
- ],
523
- "MOP": [
524
- "MOP",
525
- "پاتاکای ماکائو"
526
- ],
527
- "MRO": [
528
- "MRO",
529
- "اوگوئیای موریتانی (۱۹۷۳ تا ۲۰۱۷)"
530
- ],
531
- "MRU": [
532
- "MRU",
533
- "اوگوئیای موریتانی"
534
- ],
535
- "MTL": [
536
- "MTL",
537
- "لیرهٔ مالت"
538
- ],
539
- "MTP": [
540
- "MTP",
541
- "پوند مالت"
542
- ],
543
- "MUR": [
544
- "MUR",
545
- "روپیهٔ موریس"
546
- ],
547
- "MVP": [
548
- "MVP",
549
- "روپیهٔ مالدیو (۱۹۴۷ تا ۱۹۸۱)"
550
- ],
551
- "MVR": [
552
- "MVR",
553
- "روپیهٔ مالدیو"
554
- ],
555
- "MWK": [
556
- "MWK",
557
- "کواچای مالاوی"
558
- ],
559
- "MXN": [
560
- "$MX",
561
- "پزوی مکزیک"
562
- ],
563
- "MXP": [
564
- "MXP",
565
- "پزوی نقرهٔ مکزیک (۱۸۶۱ تا ۱۹۹۲)"
566
- ],
567
- "MYR": [
568
- "MYR",
569
- "رینگیت مالزی"
570
- ],
571
- "MZE": [
572
- "MZE",
573
- "اسکودوی موزامبیک"
574
- ],
575
- "MZN": [
576
- "MZN",
577
- "متیکال موزامبیک"
578
- ],
579
- "NAD": [
580
- "NAD",
581
- "دلار نامیبیا"
582
- ],
583
- "NGN": [
584
- "NGN",
585
- "نایرای نیجریه"
586
- ],
587
- "NIO": [
588
- "NIO",
589
- "کوردوبای نیکاراگوئه"
590
- ],
591
- "NLG": [
592
- "NLG",
593
- "گیلدر هلند"
594
- ],
595
- "NOK": [
596
- "NOK",
597
- "کرون نروژ"
598
- ],
599
- "NPR": [
600
- "NPR",
601
- "روپیهٔ نپال"
602
- ],
603
- "NZD": [
604
- "$NZ",
605
- "دلار زلاند نو"
606
- ],
607
- "OMR": [
608
- "OMR",
609
- "ریال عمان"
610
- ],
611
- "PAB": [
612
- "PAB",
613
- "بالبوای پاناما"
614
- ],
615
- "PEI": [
616
- "PEI",
617
- "اینتی پرو"
618
- ],
619
- "PEN": [
620
- "PEN",
621
- "سول پرو"
622
- ],
623
- "PES": [
624
- "PES",
625
- "سول پرو (۱۸۶۳ تا ۱۹۶۵)"
626
- ],
627
- "PGK": [
628
- "PGK",
629
- "کینای پاپوا گینهٔ نو"
630
- ],
631
- "PHP": [
632
- "PHP",
633
- "پزوی فیلیپین"
634
- ],
635
- "PKR": [
636
- "PKR",
637
- "روپیهٔ پاکستان"
638
- ],
639
- "PLN": [
640
- "PLN",
641
- "زواتی لهستان"
642
- ],
643
- "PTE": [
644
- "PTE",
645
- "اسکودوی پرتغال"
646
- ],
647
- "PYG": [
648
- "PYG",
649
- "گوارانی پاراگوئه"
650
- ],
651
- "QAR": [
652
- "QAR",
653
- "ریال قطر"
654
- ],
655
- "RHD": [
656
- "RHD",
657
- "دلار رودزیا"
658
- ],
659
- "RON": [
660
- "RON",
661
- "لئوی رومانی"
662
- ],
663
- "RSD": [
664
- "RSD",
665
- "دینار صربستان"
666
- ],
667
- "RUB": [
668
- "RUB",
669
- "روبل روسیه"
670
- ],
671
- "RUR": [
672
- "RUR",
673
- "روبل روسیه (۱۹۹۱ تا ۱۹۹۸)"
674
- ],
675
- "RWF": [
676
- "RWF",
677
- "فرانک رواندا"
678
- ],
679
- "SAR": [
680
- "SAR",
681
- "ریال سعودی"
682
- ],
683
- "SBD": [
684
- "SBD",
685
- "دلار جزایر سلیمان"
686
- ],
687
- "SCR": [
688
- "SCR",
689
- "روپیهٔ سیشل"
690
- ],
691
- "SDD": [
692
- "SDD",
693
- "دینار سودان (۱۹۹۲ تا ۲۰۰۷)"
694
- ],
695
- "SDG": [
696
- "SDG",
697
- "پوند سودان"
698
- ],
699
- "SEK": [
700
- "SEK",
701
- "کرون سوئد"
702
- ],
703
- "SGD": [
704
- "SGD",
705
- "دلار سنگاپور"
706
- ],
707
- "SHP": [
708
- "SHP",
709
- "پوند سنت هلن"
710
- ],
711
- "SLL": [
712
- "SLL",
713
- "لئون سیرالئون"
714
- ],
715
- "SOS": [
716
- "SOS",
717
- "شیلینگ سومالی"
718
- ],
719
- "SRD": [
720
- "SRD",
721
- "دلار سورینام"
722
- ],
723
- "SRG": [
724
- "SRG",
725
- "گیلدر سورینام"
726
- ],
727
- "SSP": [
728
- "SSP",
729
- "پوند سودان جنوبی"
730
- ],
731
- "STD": [
732
- "STD",
733
- "دوبرای سائوتومه و پرنسیپ (۱۹۷۷ تا ۲۰۱۷)"
734
- ],
735
- "STN": [
736
- "STN",
737
- "دوبرای سائوتومه و پرنسیپ"
738
- ],
739
- "SUR": [
740
- "SUR",
741
- "روبل شوروی"
742
- ],
743
- "SYP": [
744
- "SYP",
745
- "لیرهٔ سوریه"
746
- ],
747
- "SZL": [
748
- "SZL",
749
- "لیلانگنی سوازیلند"
750
- ],
751
- "THB": [
752
- "฿",
753
- "بات تایلند"
754
- ],
755
- "TJR": [
756
- "TJR",
757
- "روبل تاجیکستان"
758
- ],
759
- "TJS": [
760
- "TJS",
761
- "سامانی تاجیکستان"
762
- ],
763
- "TMM": [
764
- "TMM",
765
- "منات ترکمنستان (۱۹۹۳ تا ۲۰۰۹)"
766
- ],
767
- "TMT": [
768
- "TMT",
769
- "منات ترکمنستان"
770
- ],
771
- "TND": [
772
- "TND",
773
- "دینار تونس"
774
- ],
775
- "TOP": [
776
- "TOP",
777
- "پاآنگای تونگا"
778
- ],
779
- "TPE": [
780
- "TPE",
781
- "اسکودوی تیمور"
782
- ],
783
- "TRL": [
784
- "TRL",
785
- "لیرهٔ ترکیه (۱۹۲۲ تا ۲۰۰۵)"
786
- ],
787
- "TRY": [
788
- "TRY",
789
- "لیرهٔ ترکیه"
790
- ],
791
- "TTD": [
792
- "TTD",
793
- "دلار ترینیداد و توباگو"
794
- ],
795
- "TWD": [
796
- "NT$",
797
- "دلار جدید تایوان"
798
- ],
799
- "TZS": [
800
- "TZS",
801
- "شیلینگ تانزانیا"
802
- ],
803
- "UAH": [
804
- "UAH",
805
- "هریونیای اوکراین"
806
- ],
807
- "UGS": [
808
- "UGS",
809
- "شیلینگ اوگاندا (۱۹۶۶ تا ۱۹۸۷)"
810
- ],
811
- "UGX": [
812
- "UGX",
813
- "شیلینگ اوگاندا"
814
- ],
815
- "USD": [
816
- "$",
817
- "دلار امریکا"
818
- ],
819
- "USN": [
820
- "USN",
821
- "دلار امریکا (روز بعد)"
822
- ],
823
- "USS": [
824
- "USS",
825
- "دلار امریکا (همان روز)"
826
- ],
827
- "UYP": [
828
- "UYP",
829
- "پزوی اوروگوئه (۱۹۷۵ تا ۱۹۹۳)"
830
- ],
831
- "UYU": [
832
- "UYU",
833
- "پزوی اوروگوئه"
834
- ],
835
- "UZS": [
836
- "UZS",
837
- "سوم ازبکستان"
838
- ],
839
- "VEB": [
840
- "VEB",
841
- "بولیوار ونزوئلا (۱۸۷۱ تا ۲۰۰۸)"
842
- ],
843
- "VEF": [
844
- "VEF",
845
- "بولیوار ونزوئلا (۲۰۰۸ تا ۲۰۱۸)"
846
- ],
847
- "VES": [
848
- "VES",
849
- "بولیوار ونزوئلا"
850
- ],
851
- "VND": [
852
- "₫",
853
- "دانگ ویتنام"
854
- ],
855
- "VUV": [
856
- "VUV",
857
- "واتوی وانوواتو"
858
- ],
859
- "WST": [
860
- "WST",
861
- "تالای ساموا"
862
- ],
863
- "XAF": [
864
- "FCFA",
865
- "فرانک CFA مرکز افریقا"
866
- ],
867
- "XCD": [
868
- "$EC",
869
- "دلار شرق کارائیب"
870
- ],
871
- "XFO": [
872
- "XFO",
873
- "فرانک طلای فرانسه"
874
- ],
875
- "XOF": [
876
- "CFA",
877
- "فرانک CFA غرب افریقا"
878
- ],
879
- "XPF": [
880
- "CFPF",
881
- "فرانک اقیانوسیه"
882
- ],
883
- "YDD": [
884
- "YDD",
885
- "دینار یمن"
886
- ],
887
- "YER": [
888
- "YER",
889
- "ریال یمن"
890
- ],
891
- "ZAR": [
892
- "ZAR",
893
- "راند افریقای جنوبی"
894
- ],
895
- "ZMK": [
896
- "ZMK",
897
- "کواچای زامبیا (۱۹۶۸ تا ۲۰۱۲)"
898
- ],
899
- "ZMW": [
900
- "ZMW",
901
- "کواچای زامبیا"
902
- ],
903
- "ZWD": [
904
- "ZWD",
905
- "دلار زیمبابوه (۱۹۸۰ تا ۲۰۰۸)"
906
- ],
907
- "ZWL": [
908
- "ZWL",
909
- "دلار زیمبابوه (۲۰۰۹)"
910
- ],
911
- "ZWR": [
912
- "ZWR",
913
- "دلار زیمبابوه (۲۰۰۸)"
914
- ]
915
- }
916
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fa_AF.json DELETED
@@ -1,64 +0,0 @@
1
- {
2
- "Names": {
3
- "AUD": [
4
- "A$",
5
- "دالر آسترالیا"
6
- ],
7
- "BND": [
8
- "BND",
9
- "دالر برونی"
10
- ],
11
- "BYN": [
12
- "BYN",
13
- "روبل روسیهٔ سفید"
14
- ],
15
- "BYR": [
16
- "BYR",
17
- "روبل روسیهٔ سفید (۲۰۰۰–۲۰۱۶)"
18
- ],
19
- "CAD": [
20
- "$CA",
21
- "دالر کانادا"
22
- ],
23
- "CHF": [
24
- "CHF",
25
- "فرانک سویس"
26
- ],
27
- "DKK": [
28
- "DKK",
29
- "کرون دنمارک"
30
- ],
31
- "JPY": [
32
- "¥",
33
- "ین جاپان"
34
- ],
35
- "MXN": [
36
- "$MX",
37
- "پزوی مکسیکو"
38
- ],
39
- "NLG": [
40
- "NLG",
41
- "گیلدر هالند"
42
- ],
43
- "NOK": [
44
- "NOK",
45
- "کرون ناروی"
46
- ],
47
- "SEK": [
48
- "SEK",
49
- "کرون سویدن"
50
- ],
51
- "SGD": [
52
- "SGD",
53
- "دالر سینگاپور"
54
- ],
55
- "TJS": [
56
- "TJS",
57
- "سامانی تاجکستان"
58
- ],
59
- "USD": [
60
- "$",
61
- "دالر امریکا"
62
- ]
63
- }
64
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff.json DELETED
@@ -1,232 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "Dirham Emiraati Araab Dentuɗi"
6
- ],
7
- "AOA": [
8
- "AOA",
9
- "Kwansaa Anngolaa"
10
- ],
11
- "AUD": [
12
- "A$",
13
- "Dolaar Ostaraalii"
14
- ],
15
- "BHD": [
16
- "BHD",
17
- "Dinaar Bahrayn"
18
- ],
19
- "BIF": [
20
- "BIF",
21
- "Mbuuɗu Burunndi"
22
- ],
23
- "BWP": [
24
- "BWP",
25
- "Pulaa Botwanaa"
26
- ],
27
- "CAD": [
28
- "CA$",
29
- "Dolaar Kandaaa"
30
- ],
31
- "CDF": [
32
- "CDF",
33
- "Faraa Konngo"
34
- ],
35
- "CHF": [
36
- "CHF",
37
- "Faraa Suwiis"
38
- ],
39
- "CNY": [
40
- "CN¥",
41
- "Yuam Siin"
42
- ],
43
- "CVE": [
44
- "CVE",
45
- "Eskudoo Kap Weer"
46
- ],
47
- "DJF": [
48
- "DJF",
49
- "Faraa Jibutii"
50
- ],
51
- "DZD": [
52
- "DZD",
53
- "Dinaar Alaseri"
54
- ],
55
- "EGP": [
56
- "EGP",
57
- "Liibar Ejipt"
58
- ],
59
- "ERN": [
60
- "ERN",
61
- "Nafka Eriteree"
62
- ],
63
- "ETB": [
64
- "ETB",
65
- "Biir Ecoppi"
66
- ],
67
- "EUR": [
68
- "€",
69
- "Oroo"
70
- ],
71
- "GBP": [
72
- "£",
73
- "Liibar Sterling"
74
- ],
75
- "GHC": [
76
- "GHC",
77
- "Sedi Ganaa"
78
- ],
79
- "GMD": [
80
- "GMD",
81
- "Dalasi Gammbi"
82
- ],
83
- "GNS": [
84
- "GNS",
85
- "Faraa Gine"
86
- ],
87
- "INR": [
88
- "₹",
89
- "Rupii Enndo"
90
- ],
91
- "JPY": [
92
- "JP¥",
93
- "Yen Sapoo"
94
- ],
95
- "KES": [
96
- "KES",
97
- "Siling Keñaa"
98
- ],
99
- "KMF": [
100
- "KMF",
101
- "Faraa Komoor"
102
- ],
103
- "LRD": [
104
- "LRD",
105
- "Dolaar Liberiyaa"
106
- ],
107
- "LSL": [
108
- "LSL",
109
- "Loti Lesotoo"
110
- ],
111
- "LYD": [
112
- "LYD",
113
- "Dinaar Libi"
114
- ],
115
- "MAD": [
116
- "MAD",
117
- "Diraham Maruk"
118
- ],
119
- "MGA": [
120
- "MGA",
121
- "Ariyari Madagaskaar"
122
- ],
123
- "MRO": [
124
- "MRO",
125
- "Ugiyya Muritani (1973–2017)"
126
- ],
127
- "MRU": [
128
- "MRU",
129
- "Ugiyya Muritani"
130
- ],
131
- "MUR": [
132
- "MUR",
133
- "Rupii Moriis"
134
- ],
135
- "MWK": [
136
- "MWK",
137
- "Kuwacca Malaawi"
138
- ],
139
- "MZM": [
140
- "MZM",
141
- "Metikal Mosammbik"
142
- ],
143
- "NAD": [
144
- "NAD",
145
- "Dolaar Namibii"
146
- ],
147
- "NGN": [
148
- "NGN",
149
- "Nayraa Nijeriyaa"
150
- ],
151
- "RWF": [
152
- "RWF",
153
- "Faraa Ruwanndaa"
154
- ],
155
- "SAR": [
156
- "SAR",
157
- "Riyaal Arabi Sawdit"
158
- ],
159
- "SCR": [
160
- "SCR",
161
- "Rupii Seysel"
162
- ],
163
- "SDG": [
164
- "SDG",
165
- "Liibar Sudaan"
166
- ],
167
- "SHP": [
168
- "SHP",
169
- "Liibar Sent Helen"
170
- ],
171
- "SLL": [
172
- "SLL",
173
- "Lewoon Seraa Liyon"
174
- ],
175
- "SOS": [
176
- "SOS",
177
- "Siling Soomali"
178
- ],
179
- "STD": [
180
- "STD",
181
- "Dobra Sawo Tome e Prensipe (1977–2017)"
182
- ],
183
- "STN": [
184
- "STN",
185
- "Dobra Sawo Tome e Prensipe"
186
- ],
187
- "SZL": [
188
- "SZL",
189
- "Lilangeni Swaasilannda"
190
- ],
191
- "TND": [
192
- "TND",
193
- "Dinaar Tunisii"
194
- ],
195
- "TZS": [
196
- "TZS",
197
- "Siling Tansanii"
198
- ],
199
- "UGX": [
200
- "UGX",
201
- "Siling Uganndaa"
202
- ],
203
- "USD": [
204
- "US$",
205
- "Dolaar Dowlaaji Dentuɗi"
206
- ],
207
- "XAF": [
208
- "FCFA",
209
- "Mbuuɗi Seefaa BEAC"
210
- ],
211
- "XOF": [
212
- "CFA",
213
- "Mbuuɗu Seefaa BCEAO"
214
- ],
215
- "ZAR": [
216
- "ZAR",
217
- "Rannda Afrik Bŋ Worgo"
218
- ],
219
- "ZMK": [
220
- "ZMK",
221
- "Kuwacca Sammbi (1968–2012)"
222
- ],
223
- "ZMW": [
224
- "ZMW",
225
- "Kuwacca Sammbi"
226
- ],
227
- "ZWD": [
228
- "ZWD",
229
- "Dolaar Simbaabuwe"
230
- ]
231
- }
232
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm.json DELETED
@@ -1,632 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "𞤁𞤭𞤪𞤸𞤢𞤥𞤵 𞤋𞤥𞤢𞥄𞤪𞤢𞤼𞤭𞤲𞤳𞤮"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "𞤀𞤬𞤿𞤢𞤲𞤭 𞤀𞤬𞤿𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "𞤂𞤫𞤳 𞤀𞤤𞤦𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "𞤁𞤢𞤪𞤢𞤥𞤵 𞤀𞤪𞤥𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "𞤊𞤵𞤤𞤮𞤪𞤭𞤲 𞤀𞤲𞤼𞤭𞤴𞤢𞤲𞤳𞤮"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "𞤑𞤵𞤱𞤢𞤲𞥁𞤢 𞤀𞤲𞤺𞤮𞤤𞤢𞤲𞤳𞤮"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "𞤆𞤫𞤧𞤮 𞤀𞤪𞤶𞤢𞤲𞤼𞤭𞤲𞤢"
30
- ],
31
- "AUD": [
32
- "A$",
33
- "𞤁𞤢𞤤𞤢 𞤌𞤧𞤼𞤪𞤢𞤤𞤭𞤴𞤢𞤲𞤳𞤮"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "𞤊𞤵𞤤𞤮𞤪𞤭𞤲 𞤀𞤪𞤵𞤦𞤢𞤲𞤳𞤮"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "𞤃𞤢𞤲𞤢𞥄𞤼𞤵 𞤀𞥁𞤫𞤪𞤦𞤢𞤴𞤶𞤢𞤲𞤳𞤮"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "𞤃𞤢𞤪𞤳 𞤄𞤮𞤧𞤲𞤭𞤴𞤢-𞤖𞤫𞤪𞤶𞤫𞤺𞤮𞤾𞤭𞤲𞤳𞤮 𞤱𞤢𞤴𞤤𞤮𞤼𞤮𞥅𞤯𞤭"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "𞤁𞤢𞤤𞤢 𞤄𞤢𞤪𞤦𞤢𞤣𞤭𞤴𞤢𞤲𞤳𞤮"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "𞤚𞤢𞤪𞤢 𞤄𞤢𞤲𞤺𞤭𞤤𞤢𞤣𞤫𞥅𞤧𞤭𞤲𞤳𞤮"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "𞤂𞤫𞥅𞤾 𞤄𞤭𞤤𞤺𞤢𞤪𞤭𞤲𞤳𞤮"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤄𞤢𞤸𞤢𞤪𞤢𞥄𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "𞤊𞤢𞤪𞤢𞤲 𞤄𞤵𞤪𞤵𞤲𞤣𞤭𞤲𞤳𞤮"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "𞤁𞤢𞤤𞤢 𞤄𞤫𞤪𞤥𞤵𞤣𞤢𞥄𞤲"
70
- ],
71
- "BND": [
72
- "BND",
73
- "𞤁𞤢𞤤𞤢 𞤄𞤵𞤪𞤲𞤫𞤴𞤢𞤲𞤳𞤮"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤮 𞤄𞤮𞤤𞤭𞤾𞤭𞤴𞤢𞤲𞤳𞤮"
78
- ],
79
- "BRL": [
80
- "R$",
81
- "𞤈𞤭𞤴𞤢𞤤 𞤄𞤪𞤢𞤧𞤭𞤤𞤴𞤢𞤲𞤳𞤮"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "𞤁𞤢𞤤𞤢 𞤄𞤢𞤸𞤢𞤥𞤭𞤴𞤢𞤲𞤳𞤮"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "𞤐𞤘𞤵𞤤𞤼𞤵𞤪𞤵𞤥𞤵 𞤄𞤵𞤼𞤢𞤲𞤭𞤲𞤳𞤮"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "𞤆𞤵𞤤𞤢 𞤄𞤮𞤼𞤵𞤧𞤱𞤢𞤲𞤢𞤲𞤳𞤮"
94
- ],
95
- "BYN": [
96
- "BYN",
97
- "𞤈𞤵𞥅𞤦𞤮𞤤 𞤄𞤫𞤤𞤢𞤪𞤭𞥅𞤧𞤭𞤴𞤢𞤲𞤳𞤮"
98
- ],
99
- "BZD": [
100
- "BZD",
101
- "𞤁𞤢𞤤𞤢 𞤄𞤫𞤤𞤭𞥅𞤧"
102
- ],
103
- "CAD": [
104
- "CA$",
105
- "𞤁𞤢𞤤𞤢 𞤑𞤢𞤲𞤢𞤣𞤭𞤴𞤢𞤲𞤳𞤮"
106
- ],
107
- "CDF": [
108
- "CDF",
109
- "𞤊𞤢𞤪𞤢𞤲 𞤑𞤮𞤲𞤺𞤮𞤲𞤳𞤮"
110
- ],
111
- "CHF": [
112
- "CHF",
113
- "𞤊𞤢𞤪𞤢𞤲 𞤅𞤵𞤱𞤭𞥅𞤧"
114
- ],
115
- "CLP": [
116
- "CLP",
117
- "𞤆𞤫𞤧𞤮 𞤕𞤭𞤤𞤭𞤴𞤢𞤲𞤳𞤮"
118
- ],
119
- "CNH": [
120
- "CNH",
121
- "𞤒𞤵𞤱𞤢𞤲 𞤕𞤢𞤴𞤲𞤭𞤲𞤳𞤮 (𞤺𞤢𞥄𞤲𞤭𞤲𞤳𞤮)"
122
- ],
123
- "CNY": [
124
- "CN¥",
125
- "𞤒𞤵𞤱𞤢𞤲 𞤕𞤢𞤴𞤲𞤭𞤲𞤳𞤮"
126
- ],
127
- "COP": [
128
- "COP",
129
- "𞤆𞤫𞤧𞤮 𞤑𞤮𞤤𞤮𞤥𞤦𞤭𞤴𞤢𞤲𞤳𞤮"
130
- ],
131
- "CRC": [
132
- "CRC",
133
- "𞤑𞤮𞤤𞤮𞥅𞤲 𞤑𞤮𞤧𞤼𞤢 𞤈𞤭𞤳𞤢𞤲"
134
- ],
135
- "CUC": [
136
- "CUC",
137
- "𞤆𞤫𞤧𞤮 𞤑𞤵𞤦𞤢𞤲𞤳𞤮 𞤏𞤢𞤴𞤤𞤮𞤼𞤮𞥅𞤲𞥋𞤺𞤮"
138
- ],
139
- "CUP": [
140
- "CUP",
141
- "𞤆𞤫𞤧𞤮 𞤑𞤵𞤦𞤢𞤲𞤳𞤮"
142
- ],
143
- "CVE": [
144
- "CVE",
145
- "𞤉𞤧𞤳𞤵𞤣𞤮 𞤑𞤢𞤨-𞤜𞤫𞥅𞤪𞤣𞤢𞤲𞤳𞤮"
146
- ],
147
- "CZK": [
148
- "CZK",
149
- "𞤑𞤮𞤪𞤵𞤲𞤢 𞤕𞤫𞥅𞤳𞤭𞤲𞤳𞤮"
150
- ],
151
- "DJF": [
152
- "DJF",
153
- "𞤊𞤢𞤪𞤢𞤲 𞤔𞤭𞤦𞤵𞤼𞤭𞤲𞤳𞤮"
154
- ],
155
- "DKK": [
156
- "DKK",
157
- "𞤑𞤮𞤪𞤲𞤫 𞤁𞤢𞤲𞤭𞥅𞤧𞤭𞤲𞤳𞤮"
158
- ],
159
- "DOP": [
160
- "DOP",
161
- "𞤆𞤫𞤧𞤮 𞤁𞤮𞤥𞤭𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
162
- ],
163
- "DZD": [
164
- "DZD",
165
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤀𞤤𞤶𞤢𞤪𞤭𞤲𞤳𞤮"
166
- ],
167
- "EGP": [
168
- "EGP",
169
- "𞤆𞤢𞤱𞤲𞤣𞤵 𞤃𞤭𞤧𞤭𞤪𞤢𞤲𞤳𞤮"
170
- ],
171
- "ERN": [
172
- "ERN",
173
- "𞤐𞤢𞤳𞤬𞤢 𞤉𞤪𞤭𞤼𞤫𞤪𞤭𞤲𞤳𞤮"
174
- ],
175
- "ETB": [
176
- "ETB",
177
- "𞤄𞤭𞤪 𞤖𞤢𞤦𞤢𞤧𞤭𞤲𞤳𞤮"
178
- ],
179
- "EUR": [
180
- "€",
181
- "𞤒𞤵𞤪𞤮𞥅"
182
- ],
183
- "FJD": [
184
- "FJD",
185
- "𞤁𞤢𞤤𞤢 𞤊𞤭𞤶𞤭𞤴𞤢𞤲𞤳𞤮"
186
- ],
187
- "FKP": [
188
- "FKP",
189
- "𞤆𞤢𞤱𞤲𞤣𞤵 𞤅𞤵𞤪𞤭𞥅𞤶𞤫 𞤊𞤢𞤤𞤳𞤵𞤤𞤢𞤲𞤣𞤭𞤳𞤮"
190
- ],
191
- "GBP": [
192
- "£",
193
- "𞤆𞤢𞤱𞤲𞤣𞤵 𞤄𞤪𞤭𞤼𞤭𞥅𞤧𞤭𞤲𞤳𞤮"
194
- ],
195
- "GEL": [
196
- "GEL",
197
- "𞤂𞤢𞥄𞤪𞤭 𞤔𞤮𞤪𞤶𞤭𞤴𞤢𞤲𞤳𞤮"
198
- ],
199
- "GHS": [
200
- "GHS",
201
- "𞤅𞤭𞤣𞤭 𞤘𞤢𞤲𞤢𞤲𞤳𞤮"
202
- ],
203
- "GIP": [
204
- "GIP",
205
- "𞤆𞤢𞤱𞤲𞥋𞤣𞤵 𞤔𞤭𞤤𞤦𞤪𞤢𞤤𞤼𞤢𞤪"
206
- ],
207
- "GMD": [
208
- "GMD",
209
- "𞤁𞤢𞤤𞤢𞤧𞤭 𞤘𞤢𞤥𞤦𞤭𞤲𞤳𞤮"
210
- ],
211
- "GNF": [
212
- "FG",
213
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
214
- ],
215
- "GTQ": [
216
- "GTQ",
217
- "𞤑𞤫𞤼𞤵𞥁𞤢𞤤 𞤘𞤵𞤱𞤢𞤼𞤫𞤥𞤢𞤤𞤢𞤲𞤳𞤮"
218
- ],
219
- "GYD": [
220
- "GYD",
221
- "𞤁𞤢𞤤𞤢 𞤘𞤵𞤴𞤢𞤲𞤫𞥅𞤧𞤭𞤲𞤳𞤮"
222
- ],
223
- "HKD": [
224
- "HK$",
225
- "𞤁𞤢𞤤𞤢 𞤖𞤮𞤲𞤳𞤮𞤲"
226
- ],
227
- "HNL": [
228
- "HNL",
229
- "𞤂𞤫𞤥𞤨𞤭𞤪𞤢 𞤖𞤮𞤲𞤣𞤵𞤪𞤢𞤲𞤳𞤮"
230
- ],
231
- "HRK": [
232
- "HRK",
233
- "𞤑𞤵𞤲𞤢 𞤑𞤵𞤪𞤢𞥄𞤧𞤭𞤴𞤢𞤲𞤳𞤮"
234
- ],
235
- "HTG": [
236
- "HTG",
237
- "𞤘𞤵𞥅𞤪𞤣𞤫 𞤖𞤢𞤴𞤼𞤭𞤴𞤢𞤲𞤳𞤮"
238
- ],
239
- "HUF": [
240
- "HUF",
241
- "𞤊𞤮𞤪𞤭𞤲𞤼𞤵 𞤖𞤵𞤲𞤺𞤢𞤪𞤭𞤴𞤢𞤲𞤳𞤮"
242
- ],
243
- "IDR": [
244
- "IDR",
245
- "𞤈𞤵𞤨𞤭𞤴𞤢 𞤋𞤲𞤣𞤮𞤲𞤫𞤧𞤭𞤴𞤢𞤲𞤳𞤮"
246
- ],
247
- "ILS": [
248
- "₪",
249
- "𞤡𞤫𞤳𞤫𞤤 𞤋𞤧𞤪𞤢𞥄𞤤𞤭𞤴𞤢𞤲𞤳𞤮"
250
- ],
251
- "INR": [
252
- "₹",
253
- "𞤈𞤵𞥅𞤨𞤭𞥅 𞤖𞤭𞤲𞤣𞤭𞤧𞤼𞤢𞤲𞤳𞤮"
254
- ],
255
- "IQD": [
256
- "IQD",
257
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤋𞤪𞤢𞥄𞤳𞤭𞤴𞤢𞤲𞤳𞤮"
258
- ],
259
- "IRR": [
260
- "IRR",
261
- "𞤈𞤭𞤴𞤢𞥄𞤤 𞤋𞤪𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
262
- ],
263
- "ISK": [
264
- "ISK",
265
- "𞤑𞤮𞤪𞤮𞤲𞤢 𞤀𞤴𞤧𞤭𞤤𞤢𞤲𞤣𞤭𞤲𞤳𞤮"
266
- ],
267
- "JMD": [
268
- "JMD",
269
- "𞤁𞤢𞤤𞤢 𞤔𞤢𞤥𞤢𞤴𞤭𞤲𞤳𞤮"
270
- ],
271
- "JOD": [
272
- "JOD",
273
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤔𞤮𞤪𞤣𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
274
- ],
275
- "JPY": [
276
- "JP¥",
277
- "𞤒𞤫𞤲 𞤔𞤢𞤨𞤢𞤲𞤳𞤮"
278
- ],
279
- "KES": [
280
- "KES",
281
- "𞤅𞤭𞤤𞤭𞤲 𞤑𞤫𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
282
- ],
283
- "KGS": [
284
- "KGS",
285
- "𞤅𞤮𞤥𞤵 𞤑𞤭𞤪𞤺𞤭𞤧𞤼𞤢𞤲𞤭𞤲𞤳𞤮"
286
- ],
287
- "KHR": [
288
- "KHR",
289
- "𞤈𞤭𞤴𞤢𞤤 𞤑𞤢𞤥𞤦𞤮𞤣𞤭𞤴𞤢𞤲𞤳𞤮"
290
- ],
291
- "KMF": [
292
- "KMF",
293
- "𞤊𞤢𞤪𞤢𞤲 𞤑𞤮𞤥𞤮𞤪𞤭𞤲𞤳𞤮"
294
- ],
295
- "KPW": [
296
- "KPW",
297
- "𞤏𞤮𞤲 𞤁𞤮𞤱𞤣𞤮𞤱𞤪𞤭 𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲𞤳𞤮"
298
- ],
299
- "KRW": [
300
- "₩",
301
- "𞤱𞤮𞤲 𞤂𞤫𞤴𞤤𞤫𞤴𞤪𞤭 𞤑𞤮𞥅𞤪𞤫𞤴𞤢𞤲𞤳𞤮"
302
- ],
303
- "KWD": [
304
- "KWD",
305
- "𞤁𞤋𞤲𞤢𞥄𞤪 𞤑𞤵𞤱𞤢𞤴𞤼𞤭𞤴𞤢𞤲𞤳𞤮"
306
- ],
307
- "KYD": [
308
- "KYD",
309
- "𞤁𞤢𞤤𞤢 𞤅𞤵𞤪𞤭𞥅𞤶𞤫 𞤑𞤢𞤴𞤥𞤢𞥄𞤲"
310
- ],
311
- "KZT": [
312
- "KZT",
313
- "𞤚𞤫𞤲𞤺𞤫 𞤑𞤢𞥁𞤢𞤳𞤭𞤧𞤼𞤢𞤲𞤭𞤲𞤳𞤮"
314
- ],
315
- "LAK": [
316
- "LAK",
317
- "𞤑𞤭𞤨𞤵 𞤂𞤢𞤱𞤮𞥅𞤧𞤭𞤴𞤢𞤲𞤳𞤮"
318
- ],
319
- "LBP": [
320
- "LBP",
321
- "𞤆𞤢𞤱𞤲𞥋𞤣𞤵 𞤂𞤭𞤦𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
322
- ],
323
- "LKR": [
324
- "LKR",
325
- "𞤈𞤵𞥅𞤨𞤭𞥅 𞤅𞤭𞤪𞤭-𞤂𞤢𞤲𞤳𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
326
- ],
327
- "LRD": [
328
- "LRD",
329
- "𞤁𞤢𞤤𞤢 𞤂𞤭𞤦𞤫𞤪𞤭𞤴𞤢𞤲𞤳𞤮"
330
- ],
331
- "LYD": [
332
- "LYD",
333
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤂𞤭𞤦𞤭𞤴𞤢𞤲𞤳𞤮"
334
- ],
335
- "MAD": [
336
- "MAD",
337
- "𞤁𞤭𞤪𞤸𞤢𞤥𞤵 𞤃𞤮𞤪𞤮𞤳𞤢𞤲𞤳𞤮"
338
- ],
339
- "MDL": [
340
- "MDL",
341
- "𞤂𞤭𞥅𞤱𞤮 𞤃𞤮𞤤𞤣𞤮𞤾𞤢𞤲𞤳𞤮"
342
- ],
343
- "MGA": [
344
- "MGA",
345
- "𞤀𞤪𞤭𞤴𞤢𞤪𞤭 𞤃𞤢𞤤𞤺𞤢𞤲𞤭𞤲𞤳𞤮"
346
- ],
347
- "MKD": [
348
- "MKD",
349
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤃𞤢𞤧𞤫𞤣𞤮𞤲𞤭𞤲𞤳𞤮"
350
- ],
351
- "MMK": [
352
- "MMK",
353
- "𞤑𞤭𞤴𞤢𞤼𞤵 𞤃𞤭𞤴𞤢𞤥𞤢𞤪𞤭𞤲𞤳𞤮"
354
- ],
355
- "MNT": [
356
- "MNT",
357
- "𞤚𞤵𞤺𞤵𞤪𞤭𞤳𞤵 𞤃𞤮𞤲𞤺𞤮𞤤𞤭𞤴𞤢𞤲𞤳𞤮"
358
- ],
359
- "MOP": [
360
- "MOP",
361
- "𞤆𞤢𞤼𞤢𞤳𞤢 𞤃𞤢𞤳𞤢𞤱𞤮𞤴𞤢𞤲𞤳𞤮"
362
- ],
363
- "MRO": [
364
- "MRO",
365
- "𞤓𞤺𞤭𞤴𞤢 𞤃𞤮𞤪𞤭𞤼𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮 (𞥑𞥙𞥗𞥓 - 𞥒𞥐𞥑𞥗)"
366
- ],
367
- "MRU": [
368
- "MRU",
369
- "𞤓𞤺𞤭𞤴𞤢 𞤃𞤮𞤪𞤭𞤼𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
370
- ],
371
- "MUR": [
372
- "MUR",
373
- "𞤈𞤵𞤨𞤭𞥅 𞤃𞤮𞤪𞤭𞤧𞤭𞤴𞤢𞤲𞤳𞤮"
374
- ],
375
- "MVR": [
376
- "MVR",
377
- "𞤈𞤵𞤬𞤭𞤴𞤢𞥄 𞤃𞤢𞤤𞤣𞤭𞤾𞤭𞤴𞤢𞤲𞤳𞤮"
378
- ],
379
- "MWK": [
380
- "MWK",
381
- "𞤑𞤢𞤱𞤢𞤷𞤢 𞤃𞤢𞤤𞤢𞤱𞤭𞤲𞤳𞤮"
382
- ],
383
- "MXN": [
384
- "MX$",
385
- "𞤆𞤫𞤧𞤮 𞤃𞤫𞤳𞤧𞤭𞤴𞤢𞤲𞤳𞤮"
386
- ],
387
- "MYR": [
388
- "MYR",
389
- "𞤈𞤭𞤲𞤺𞤵𞤼𞤵 𞤃𞤢𞤤𞤫𞥅𞤧𞤭𞤴𞤢𞤲𞤳𞤮"
390
- ],
391
- "MZN": [
392
- "MZN",
393
- "𞤃𞤫𞤼𞤭𞤳𞤮𞤤 𞤃𞤮𞥁𞤢𞤥𞤦𞤭𞤲𞤳𞤮"
394
- ],
395
- "NAD": [
396
- "NAD",
397
- "𞤁𞤢𞤤𞤢 𞤐𞤢𞤥𞤭𞤥𞤦𞤭𞤲𞤳𞤮"
398
- ],
399
- "NGN": [
400
- "𞤐𞤐𞤘",
401
- "𞤐𞤢𞤴𞤪𞤢 𞤐𞤢𞤶𞤭𞤪𞤢𞤴𞤢𞤲𞤳𞤮"
402
- ],
403
- "NIO": [
404
- "NIO",
405
- "𞤑𞤮𞥅𞤪𞤣𞤮𞤦𞤢 𞤐𞤭𞤳𞤢𞤪𞤢𞤺𞤵𞤱𞤢𞤲𞤳𞤮"
406
- ],
407
- "NOK": [
408
- "NOK",
409
- "𞤑𞤪𞤮𞤲𞤫 𞤐𞤮𞤪𞤱𞤫𞤶𞤭𞤲𞤳𞤮"
410
- ],
411
- "NPR": [
412
- "NPR",
413
- "𞤈𞤵𞥅𞤨𞤭𞥅 𞤐𞤫𞤨𞤢𞤤𞤭𞤴𞤢𞤲𞤳𞤮"
414
- ],
415
- "NZD": [
416
- "NZ$",
417
- "𞤁𞤢𞤤𞤢 𞤐𞤫𞤱-𞤔𞤭𞤤𞤢𞤲𞤣𞤭𞤲𞤳𞤮"
418
- ],
419
- "OMR": [
420
- "OMR",
421
- "𞤈𞤭𞤴𞤢𞥄𞤤 𞤌𞤥𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
422
- ],
423
- "PAB": [
424
- "PAB",
425
- "𞤄𞤢𞤤𞤦𞤮𞤱𞤢 𞤆𞤢𞤲𞤢𞤥𞤢𞤴𞤢𞤲𞤳𞤮"
426
- ],
427
- "PEN": [
428
- "PEN",
429
- "𞤅𞤮𞤤 𞤆𞤫𞤪𞤵𞤲𞤳𞤮"
430
- ],
431
- "PGK": [
432
- "𞤑𞤆𞤘",
433
- "𞤑𞤭𞤲𞤢 𞤆𞤢𞤨𞤵𞤱𞤢 𞤐𞤫𞤱-𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
434
- ],
435
- "PHP": [
436
- "𞤆𞤆𞤖",
437
- "𞤆𞤭𞤧𞤮 𞤊𞤭𞤤𞤭𞤨𞥆𞤭𞤲𞤳𞤮"
438
- ],
439
- "PKR": [
440
- "PKR",
441
- "𞤈𞤵𞥅𞤨𞤭𞥅 𞤆𞤢𞤳𞤭𞤧𞤼𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
442
- ],
443
- "PLN": [
444
- "PLN",
445
- "𞤔𞤢𞤤𞤮𞤼𞤵 𞤆𞤮𞤤𞤭𞥅𞤧𞤭𞤲𞤳𞤮"
446
- ],
447
- "PYG": [
448
- "PYG",
449
- "𞤘𞤵𞤱𞤢𞤪𞤢𞤲𞤭 𞤆𞤢𞥄𞤪𞤢𞤺𞤵𞤴𞤫𞤲𞤳𞤮"
450
- ],
451
- "QAR": [
452
- "QAR",
453
- "𞤈𞤭𞤴𞤢𞥄𞤤 𞤗𞤢𞤼𞤢𞤪𞤭𞤴𞤢𞤲𞤳𞤮"
454
- ],
455
- "RON": [
456
- "RON",
457
- "𞤂𞤫𞤱𞤵 𞤈𞤮𞤥𞤢𞤲𞤭𞤲𞤳𞤮"
458
- ],
459
- "RSD": [
460
- "RSD",
461
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤅𞤫𞤪𞤦𞤭𞤲𞤳𞤮"
462
- ],
463
- "RUB": [
464
- "RUB",
465
- "𞤈𞤵𞥅𞤦𞤮𞤤 𞤈𞤭𞥅𞤧𞤭𞤲𞤳𞤮"
466
- ],
467
- "RWF": [
468
- "RWF",
469
- "𞤊𞤢𞤪𞤢𞤲 𞤈𞤵𞤱𞤢𞤲𞤣𞤢𞤲𞤳𞤮"
470
- ],
471
- "SAR": [
472
- "SAR",
473
- "𞤈𞤭𞤴𞤢𞤤 𞤅𞤢𞤵𞥅𞤣𞤭𞤴𞤢𞤲𞤳𞤮"
474
- ],
475
- "SBD": [
476
- "SBD",
477
- "𞤁𞤢𞤤𞤢 𞤅𞤵𞤪𞤭𞥅𞤶𞤫 𞤅𞤵𞤤𞤫𞤴𞤥𞤢𞥄𞤲𞤭𞤲𞤳𞤮"
478
- ],
479
- "SCR": [
480
- "SCR",
481
- "𞤈𞤵𞤨𞤭𞥅 𞤅𞤫𞤴𞤧𞤭𞤤𞤭𞤲𞤳𞤮"
482
- ],
483
- "SDG": [
484
- "SDG",
485
- "𞤆𞤢𞤱𞤲𞤣𞤵 𞤅𞤵𞤣𞤢𞤲𞤳𞤮"
486
- ],
487
- "SEK": [
488
- "SEK",
489
- "𞤑𞤪𞤮𞤲𞤢 𞤅𞤵𞤱𞤫𞤣𞤭𞤲𞤳𞤮"
490
- ],
491
- "SGD": [
492
- "SGD",
493
- "𞤁𞤢𞤤𞤢 𞤅𞤭𞤲𞤺𞤢𞤨𞤮𞤪𞤫𞤲𞤳𞤮"
494
- ],
495
- "SHP": [
496
- "SHP",
497
- "𞤆𞤢𞤱𞤲𞤣𞤵 𞤅𞤫𞤲-𞤖𞤫𞤤𞤫𞤲𞤢"
498
- ],
499
- "SLL": [
500
- "SLL",
501
- "𞤂𞤫𞤴𞤮𞤲 𞤅𞤫𞤪𞤢𞤤𞤭𞤴𞤢𞤲𞤳𞤮"
502
- ],
503
- "SOS": [
504
- "SOS",
505
- "𞤅𞤭𞤤𞤭𞤲 𞤅𞤮𞤥𞤢𞤤𞤭𞤲𞤳𞤮"
506
- ],
507
- "SRD": [
508
- "SRD",
509
- "𞤁𞤢𞤤𞤢 𞤅𞤵𞤪𞤵𞤲𞤢𞤥𞤭𞤲𞤳𞤮"
510
- ],
511
- "SSP": [
512
- "SSP",
513
- "𞤆𞤢𞤱𞤲𞤣𞤵 𞤂𞤫𞤴𞤤𞤫𞤴𞤪𞤭 𞤅𞤵𞤣𞤢𞤲𞤭𞤲𞤳𞤮"
514
- ],
515
- "STN": [
516
- "STN",
517
- "𞤁𞤮𞤦𞤢𞤪𞤢 𞤅𞤢𞤱𞤮-𞤚𞤮𞤥𞤫 & 𞤆𞤫𞤪𞤫𞤲𞤧𞤭𞤨"
518
- ],
519
- "SYP": [
520
- "SYP",
521
- "𞤆𞤢𞤱𞤲𞥋𞤣𞤵 𞤅𞤭𞤪𞤢𞤴𞤢𞤲𞤳𞤮"
522
- ],
523
- "SZL": [
524
- "SZL",
525
- "𞤂𞤭𞤤𞤢𞤲𞤺𞤫𞤲𞤭 𞤅𞤵𞤱𞤢𞤶𞤭"
526
- ],
527
- "THB": [
528
- "THB",
529
- "𞤄𞤢𞤸𞤼𞤵 𞤚𞤢𞤴𞤤𞤢𞤲𞤣𞤭𞤲𞤳𞤮"
530
- ],
531
- "TJS": [
532
- "TJS",
533
- "𞤅𞤢𞤥𞤮𞥅𞤲𞤭 𞤚𞤢𞤶𞤭𞤳𞤭𞤧𞤼𞤢𞤲𞤳𞤮"
534
- ],
535
- "TMT": [
536
- "TMT",
537
- "𞤃𞤢𞤲𞤢𞤼𞤵 𞤚𞤵𞤪𞤳𞤵𞤥𞤫𞤲𞤭𞤧𞤼𞤢𞤲𞤳𞤮"
538
- ],
539
- "TND": [
540
- "TND",
541
- "𞤁𞤭𞤲𞤢𞥄𞤪 𞤚𞤵𞥅𞤲𞤭𞤧𞤭𞤲𞤳𞤮"
542
- ],
543
- "TOP": [
544
- "TOP",
545
- "𞤆𞤢𞤢𞤲𞤺𞤢 𞤚𞤮𞤲𞤺𞤢𞤲𞤳𞤮"
546
- ],
547
- "TRY": [
548
- "TRY",
549
- "𞤂𞤭𞤪𞤢 𞤚𞤵𞤪𞤳𞤭𞤴𞤢𞤲𞤳𞤮"
550
- ],
551
- "TTD": [
552
- "TTD",
553
- "𞤁𞤢𞤤𞤢 𞤚𞤭𞤪𞤲𞤭𞤣𞤢𞥄𞤣 & 𞤚𞤮𞤦𞤢𞤺𞤮"
554
- ],
555
- "TWD": [
556
- "NT$",
557
- "𞤁𞤢𞤤𞤢 𞤚𞤢𞤴𞤱𞤢𞥄𞤲𞤳𞤮"
558
- ],
559
- "TZS": [
560
- "TZS",
561
- "𞤅𞤭𞤤𞤭𞤲 𞤚𞤢𞤲𞥁𞤢𞤲𞤭𞤲𞤳𞤮"
562
- ],
563
- "UAH": [
564
- "UAH",
565
- "𞤖𞤵𞤪𞤢𞤾𞤫𞤲𞤭𞤴𞤢 𞤒𞤵𞤳𞤫𞤪𞤫𞥅𞤲𞤭𞤲𞤳𞤮"
566
- ],
567
- "UGX": [
568
- "UGX",
569
- "𞤅𞤭𞤤𞤭𞤲 𞤓𞤺𞤢𞤲𞤣𞤢𞤲𞤳𞤮"
570
- ],
571
- "USD": [
572
- "US$",
573
- "𞤁𞤢𞤤𞤢 𞤁𞤫𞤲𞤼𞤢𞤤 𞤂𞤢𞤪𞤫 𞤀𞤥𞤫𞤪𞤭𞤳"
574
- ],
575
- "UYU": [
576
- "UYU",
577
- "𞤆𞤫𞤧𞤮 𞤓𞤪𞤵𞤺𞤵𞤪𞤭𞤲𞤳𞤮"
578
- ],
579
- "UZS": [
580
- "UZS",
581
- "𞤅𞤮𞤥𞤵 𞤓𞥁𞤦𞤫𞤳𞤭𞤧𞤼𞤢𞤲𞤳𞤮"
582
- ],
583
- "VEF": [
584
- "VEF",
585
- "𞤄𞤮𞤤𞤭𞤾𞤢𞥄𞤪 𞤜𞤫𞤲𞤭𞥅𞤧𞤫𞤤𞤢𞤲𞤳𞤮 (𞥒𞥐𞥐𞥘 - 𞥒𞥐𞥑𞥘)"
586
- ],
587
- "VES": [
588
- "VES",
589
- "𞤄𞤮𞤤𞤭𞤾𞤢𞥄𞤪 𞤜𞤫𞤲𞤭𞥅𞤧𞤫𞤤𞤢𞤲𞤳𞤮"
590
- ],
591
- "VND": [
592
- "₫",
593
- "𞤁𞤮𞤲𞤺𞤵 𞤜𞤭𞤴𞤫𞤼𞤭𞤲𞤢𞤴𞤢𞤲𞤳𞤮"
594
- ],
595
- "VUV": [
596
- "VUV",
597
- "𞤜𞤢𞤼𞤵 𞤜𞤢𞤲𞤵𞤴𞤢𞤲𞤳𞤮"
598
- ],
599
- "WST": [
600
- "WST",
601
- "𞤚𞤢𞤤𞤢 𞤅𞤢𞤥𞤮𞤱𞤢𞤴𞤢𞤲𞤳𞤮"
602
- ],
603
- "XAF": [
604
- "𞤊𞤅𞤊𞤀",
605
- "𞤊𞤢𞤪𞤢𞤲 𞤚𞤵𞤦𞤮𞥅𞤪𞤭 𞤀𞤬𞤪𞤭𞤳𞤭𞤲𞤳𞤮"
606
- ],
607
- "XCD": [
608
- "EC$",
609
- "𞤁𞤢𞤤𞤢 𞤊𞤵𞤯𞤲𞤢𞥄𞤲𞥋𞤺𞤫 𞤑𞤢𞤪𞤭𞤦𞤭𞤴𞤢"
610
- ],
611
- "XOF": [
612
- "𞤅𞤊𞤀",
613
- "𞤊𞤢𞤪𞤢𞤲 𞤅𞤊𞤀 𞤖𞤭𞥅𞤪𞤲𞤢𞥄𞤲𞤺𞤫 𞤀𞤬𞤪𞤭𞤳𞤢"
614
- ],
615
- "XPF": [
616
- "CFPF",
617
- "𞤊𞤢𞤪𞤢𞤲 𞤅𞤊𞤆"
618
- ],
619
- "YER": [
620
- "YER",
621
- "𞤈𞤭𞤴𞤢𞥄𞤤 𞤒𞤫𞤥𞤫𞤲𞤭𞤲𞤳𞤮"
622
- ],
623
- "ZAR": [
624
- "ZAR",
625
- "𞤈𞤢𞤲𞤣𞤭 𞤂𞤫𞤴𞤤𞤫𞤴𞤪𞤭 𞤀𞤬𞤪𞤭𞤳𞤢𞤲𞤳𞤮"
626
- ],
627
- "ZMW": [
628
- "ZMW",
629
- "𞤑𞤢𞤱𞤢𞤧𞤢 𞤟𞤢𞤥𞤦𞤭𞤲𞤳𞤮"
630
- ]
631
- }
632
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_BF.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_CM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GH.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GHS": [
4
- "GH₵",
5
- "𞤅𞤭𞤣𞤭 𞤘𞤢𞤲𞤢𞤲𞤳𞤮"
6
- ],
7
- "GNF": [
8
- "GNF",
9
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GM.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GMD": [
4
- "D",
5
- "𞤁𞤢𞤤𞤢𞤧𞤭 𞤘𞤢𞤥𞤦𞤭𞤲𞤳𞤮"
6
- ],
7
- "GNF": [
8
- "GNF",
9
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GW.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_LR.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ],
7
- "LRD": [
8
- "$",
9
- "𞤁𞤢𞤤𞤢 𞤂𞤭𞤦𞤫𞤪𞤭𞤴𞤢𞤲𞤳𞤮"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_MR.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ],
7
- "MRU": [
8
- "UM",
9
- "𞤓𞤺𞤭𞤴𞤢 𞤃𞤮𞤪𞤭𞤼𞤢𞤲𞤭𞤴𞤢𞤲𞤳𞤮"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_NE.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_NG.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ],
7
- "NGN": [
8
- "₦",
9
- "𞤐𞤢𞤴𞤪𞤢 𞤐𞤢𞤶𞤭𞤪𞤢𞤴𞤢𞤲𞤳𞤮"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SL.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ],
7
- "SLL": [
8
- "Le",
9
- "𞤂𞤫𞤴𞤮𞤲 𞤅𞤫𞤪𞤢𞤤𞤭𞤴𞤢𞤲𞤳𞤮"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "GNF",
5
- "𞤊𞤢𞤪𞤢𞤲 𞤘𞤭𞤲𞤫𞤲𞤳𞤮"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_GN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "FG",
5
- "GNF"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Latn_GH.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GHS": [
4
- "GH₵",
5
- "GHS"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Latn_GM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GMD": [
4
- "D",
5
- "Dalasi Gammbi"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Latn_GN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "FG",
5
- "GNF"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Latn_LR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "LRD": [
4
- "$",
5
- "Dolaar Liberiyaa"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Latn_MR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MRU": [
4
- "UM",
5
- "Ugiyya Muritani"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Latn_NG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "NGN": [
4
- "₦",
5
- "Nayraa Nijeriyaa"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_Latn_SL.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SLL": [
4
- "Le",
5
- "Lewoon Seraa Liyon"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/ff_MR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MRU": [
4
- "UM",
5
- "Ugiyya Muritani"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fi.json DELETED
@@ -1,1164 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andorran peseta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Arabiemiirikuntien dirhami"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Afganistanin afgaani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Afganistanin afgaani"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "Albanian lek (1946–1965)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "Albanian lek"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "Armenian dram"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "Alankomaiden Antillien guldeni"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "Angolan kwanza"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "Angolan kwanza (1977–1991)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "Angolan uusi kwanza (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "Angolan kwanza reajustado (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "Argentiinan austral"
54
- ],
55
- "ARL": [
56
- "ARL",
57
- "Argentiinan ley-peso (1970–1983)"
58
- ],
59
- "ARM": [
60
- "ARM",
61
- "Argentiinan peso (1881–1970)"
62
- ],
63
- "ARP": [
64
- "ARP",
65
- "Argentiinan peso (1983–1985)"
66
- ],
67
- "ARS": [
68
- "ARS",
69
- "Argentiinan peso"
70
- ],
71
- "ATS": [
72
- "ATS",
73
- "Itävallan šillinki"
74
- ],
75
- "AUD": [
76
- "AUD",
77
- "Australian dollari"
78
- ],
79
- "AWG": [
80
- "AWG",
81
- "Aruban floriini"
82
- ],
83
- "AZM": [
84
- "AZM",
85
- "Azerbaidžanin manat (1993–2006)"
86
- ],
87
- "AZN": [
88
- "AZN",
89
- "Azerbaidžanin manat"
90
- ],
91
- "BAD": [
92
- "BAD",
93
- "Bosnia-Hertsegovinan dinaari (1992–1994)"
94
- ],
95
- "BAM": [
96
- "BAM",
97
- "Bosnia-Hertsegovinan vaihdettava markka"
98
- ],
99
- "BAN": [
100
- "BAN",
101
- "Bosnia-Hertsegovinan uusi dinaari (1994–1997)"
102
- ],
103
- "BBD": [
104
- "BBD",
105
- "Barbadosin dollari"
106
- ],
107
- "BDT": [
108
- "BDT",
109
- "Bangladeshin taka"
110
- ],
111
- "BEC": [
112
- "BEC",
113
- "Belgian vaihdettava frangi"
114
- ],
115
- "BEF": [
116
- "BEF",
117
- "Belgian frangi"
118
- ],
119
- "BEL": [
120
- "BEL",
121
- "Belgian rahoitusfrangi"
122
- ],
123
- "BGL": [
124
- "BGL",
125
- "Bulgarian kova lev"
126
- ],
127
- "BGM": [
128
- "BGM",
129
- "Bulgarian sosialistinen lev"
130
- ],
131
- "BGN": [
132
- "BGN",
133
- "Bulgarian lev"
134
- ],
135
- "BGO": [
136
- "BGO",
137
- "Bulgarian lev (1879–1952)"
138
- ],
139
- "BHD": [
140
- "BHD",
141
- "Bahrainin dinaari"
142
- ],
143
- "BIF": [
144
- "BIF",
145
- "Burundin frangi"
146
- ],
147
- "BMD": [
148
- "BMD",
149
- "Bermudan dollari"
150
- ],
151
- "BND": [
152
- "BND",
153
- "Brunein dollari"
154
- ],
155
- "BOB": [
156
- "BOB",
157
- "Bolivian boliviano"
158
- ],
159
- "BOL": [
160
- "BOL",
161
- "Bolivian boliviano (1863–1963)"
162
- ],
163
- "BOP": [
164
- "BOP",
165
- "Bolivian peso"
166
- ],
167
- "BOV": [
168
- "BOV",
169
- "Bolivian mvdol"
170
- ],
171
- "BRB": [
172
- "BRB",
173
- "Brasilian uusi cruzeiro (1967–1986)"
174
- ],
175
- "BRC": [
176
- "BRC",
177
- "Brasilian cruzado (1986–1989)"
178
- ],
179
- "BRE": [
180
- "BRE",
181
- "Brasilian cruzeiro (1990–1993)"
182
- ],
183
- "BRL": [
184
- "BRL",
185
- "Brasilian real"
186
- ],
187
- "BRN": [
188
- "BRN",
189
- "Brasilian uusi cruzado (1989–1990)"
190
- ],
191
- "BRR": [
192
- "BRR",
193
- "Brasilian cruzeiro (1993–1994)"
194
- ],
195
- "BRZ": [
196
- "BRZ",
197
- "Brasilian cruzeiro (1942–1967)"
198
- ],
199
- "BSD": [
200
- "BSD",
201
- "Bahaman dollari"
202
- ],
203
- "BTN": [
204
- "BTN",
205
- "Bhutanin ngultrum"
206
- ],
207
- "BUK": [
208
- "BUK",
209
- "Burman kyat"
210
- ],
211
- "BWP": [
212
- "BWP",
213
- "Botswanan pula"
214
- ],
215
- "BYB": [
216
- "BYB",
217
- "Valko-Venäjän uusi rupla (1994–1999)"
218
- ],
219
- "BYN": [
220
- "BYN",
221
- "Valko-Venäjän rupla"
222
- ],
223
- "BYR": [
224
- "BYR",
225
- "Valko-Venäjän rupla (2000–2016)"
226
- ],
227
- "BZD": [
228
- "BZD",
229
- "Belizen dollari"
230
- ],
231
- "CAD": [
232
- "CAD",
233
- "Kanadan dollari"
234
- ],
235
- "CDF": [
236
- "CDF",
237
- "Kongon frangi"
238
- ],
239
- "CHE": [
240
- "CHE",
241
- "Sveitsin WIR-euro"
242
- ],
243
- "CHF": [
244
- "CHF",
245
- "Sveitsin frangi"
246
- ],
247
- "CHW": [
248
- "CHW",
249
- "Sveitsin WIR-frangi"
250
- ],
251
- "CLE": [
252
- "CLE",
253
- "Chilen escudo"
254
- ],
255
- "CLF": [
256
- "CLF",
257
- "Chilen unidades de fomento"
258
- ],
259
- "CLP": [
260
- "CLP",
261
- "Chilen peso"
262
- ],
263
- "CNH": [
264
- "CNH",
265
- "Kiinan juan (offshore)"
266
- ],
267
- "CNX": [
268
- "CNX",
269
- "Kiinan kansanpankin dollari"
270
- ],
271
- "CNY": [
272
- "CNY",
273
- "Kiinan juan"
274
- ],
275
- "COP": [
276
- "COP",
277
- "Kolumbian peso"
278
- ],
279
- "COU": [
280
- "COU",
281
- "Kolumbian unidad de valor real"
282
- ],
283
- "CRC": [
284
- "CRC",
285
- "Costa Rican colón"
286
- ],
287
- "CSD": [
288
- "CSD",
289
- "Serbian dinaari (2002–2006)"
290
- ],
291
- "CSK": [
292
- "CSK",
293
- "Tšekkoslovakian kova koruna"
294
- ],
295
- "CUC": [
296
- "CUC",
297
- "Kuuban vaihdettava peso"
298
- ],
299
- "CUP": [
300
- "CUP",
301
- "Kuuban peso"
302
- ],
303
- "CVE": [
304
- "CVE",
305
- "Kap Verden escudo"
306
- ],
307
- "CYP": [
308
- "CYP",
309
- "Kyproksen punta"
310
- ],
311
- "CZK": [
312
- "CZK",
313
- "Tšekin koruna"
314
- ],
315
- "DDM": [
316
- "DDM",
317
- "Itä-Saksan markka"
318
- ],
319
- "DEM": [
320
- "DEM",
321
- "Saksan markka"
322
- ],
323
- "DJF": [
324
- "DJF",
325
- "Djiboutin frangi"
326
- ],
327
- "DKK": [
328
- "DKK",
329
- "Tanskan kruunu"
330
- ],
331
- "DOP": [
332
- "DOP",
333
- "Dominikaanisen tasavallan peso"
334
- ],
335
- "DZD": [
336
- "DZD",
337
- "Algerian dinaari"
338
- ],
339
- "ECS": [
340
- "ECS",
341
- "Ecuadorin sucre"
342
- ],
343
- "ECV": [
344
- "ECV",
345
- "Ecuadorin UVC"
346
- ],
347
- "EEK": [
348
- "EEK",
349
- "Viron kruunu"
350
- ],
351
- "EGP": [
352
- "EGP",
353
- "Egyptin punta"
354
- ],
355
- "ERN": [
356
- "ERN",
357
- "Eritrean nakfa"
358
- ],
359
- "ESA": [
360
- "ESA",
361
- "Espanjan peseta (A-tili)"
362
- ],
363
- "ESB": [
364
- "ESB",
365
- "Espanjan peseta (vaihdettava tili)"
366
- ],
367
- "ESP": [
368
- "ESP",
369
- "Espanjan peseta"
370
- ],
371
- "ETB": [
372
- "ETB",
373
- "Etiopian birr"
374
- ],
375
- "EUR": [
376
- "€",
377
- "euro"
378
- ],
379
- "FIM": [
380
- "mk",
381
- "Suomen markka"
382
- ],
383
- "FJD": [
384
- "FJD",
385
- "Fidžin dollari"
386
- ],
387
- "FKP": [
388
- "FKP",
389
- "Falklandinsaarten punta"
390
- ],
391
- "FRF": [
392
- "FRF",
393
- "Ranskan frangi"
394
- ],
395
- "GBP": [
396
- "£",
397
- "Englannin punta"
398
- ],
399
- "GEK": [
400
- "GEK",
401
- "Georgian kuponkilari"
402
- ],
403
- "GEL": [
404
- "GEL",
405
- "Georgian lari"
406
- ],
407
- "GHC": [
408
- "GHC",
409
- "Ghanan cedi (1979–2007)"
410
- ],
411
- "GHS": [
412
- "GHS",
413
- "Ghanan cedi"
414
- ],
415
- "GIP": [
416
- "GIP",
417
- "Gibraltarin punta"
418
- ],
419
- "GMD": [
420
- "GMD",
421
- "Gambian dalasi"
422
- ],
423
- "GNF": [
424
- "GNF",
425
- "Guinean frangi"
426
- ],
427
- "GNS": [
428
- "GNS",
429
- "Guinean syli"
430
- ],
431
- "GQE": [
432
- "GQE",
433
- "Päiväntasaajan Guinean ekwele"
434
- ],
435
- "GRD": [
436
- "GRD",
437
- "Kreikan drakma"
438
- ],
439
- "GTQ": [
440
- "GTQ",
441
- "Guatemalan quetzal"
442
- ],
443
- "GWE": [
444
- "GWE",
445
- "Portugalin Guinean escudo"
446
- ],
447
- "GWP": [
448
- "GWP",
449
- "Guinea-Bissaun peso"
450
- ],
451
- "GYD": [
452
- "GYD",
453
- "Guyanan dollari"
454
- ],
455
- "HKD": [
456
- "HKD",
457
- "Hongkongin dollari"
458
- ],
459
- "HNL": [
460
- "HNL",
461
- "Hondurasin lempira"
462
- ],
463
- "HRD": [
464
- "HRD",
465
- "Kroatian dinaari"
466
- ],
467
- "HRK": [
468
- "HRK",
469
- "Kroatian kuna"
470
- ],
471
- "HTG": [
472
- "HTG",
473
- "Haitin gourde"
474
- ],
475
- "HUF": [
476
- "HUF",
477
- "Unkarin forintti"
478
- ],
479
- "IDR": [
480
- "IDR",
481
- "Indonesian rupia"
482
- ],
483
- "IEP": [
484
- "IEP",
485
- "Irlannin punta"
486
- ],
487
- "ILP": [
488
- "ILP",
489
- "Israelin punta"
490
- ],
491
- "ILR": [
492
- "ILR",
493
- "Israelin sekeli (1980–1985)"
494
- ],
495
- "ILS": [
496
- "ILS",
497
- "Israelin uusi sekeli"
498
- ],
499
- "INR": [
500
- "INR",
501
- "Intian rupia"
502
- ],
503
- "IQD": [
504
- "IQD",
505
- "Irakin dinaari"
506
- ],
507
- "IRR": [
508
- "IRR",
509
- "Iranin rial"
510
- ],
511
- "ISJ": [
512
- "ISJ",
513
- "Islannin kruunu (1918–1981)"
514
- ],
515
- "ISK": [
516
- "ISK",
517
- "Islannin kruunu"
518
- ],
519
- "ITL": [
520
- "ITL",
521
- "Italian liira"
522
- ],
523
- "JMD": [
524
- "JMD",
525
- "Jamaikan dollari"
526
- ],
527
- "JOD": [
528
- "JOD",
529
- "Jordanian dinaari"
530
- ],
531
- "JPY": [
532
- "¥",
533
- "Japanin jeni"
534
- ],
535
- "KES": [
536
- "KES",
537
- "Kenian šillinki"
538
- ],
539
- "KGS": [
540
- "KGS",
541
- "Kirgisian som"
542
- ],
543
- "KHR": [
544
- "KHR",
545
- "Kambodžan riel"
546
- ],
547
- "KMF": [
548
- "KMF",
549
- "Komorien frangi"
550
- ],
551
- "KPW": [
552
- "KPW",
553
- "Pohjois-Korean won"
554
- ],
555
- "KRH": [
556
- "KRH",
557
- "Etelä-Korean hwan (1953–1962)"
558
- ],
559
- "KRO": [
560
- "KRO",
561
- "Etelä-Korean won (1945–1953)"
562
- ],
563
- "KRW": [
564
- "KRW",
565
- "Etelä-Korean won"
566
- ],
567
- "KWD": [
568
- "KWD",
569
- "Kuwaitin dinaari"
570
- ],
571
- "KYD": [
572
- "KYD",
573
- "Caymansaarten dollari"
574
- ],
575
- "KZT": [
576
- "KZT",
577
- "Kazakstanin tenge"
578
- ],
579
- "LAK": [
580
- "LAK",
581
- "Laosin kip"
582
- ],
583
- "LBP": [
584
- "LBP",
585
- "Libanonin punta"
586
- ],
587
- "LKR": [
588
- "LKR",
589
- "Sri Lankan rupia"
590
- ],
591
- "LRD": [
592
- "LRD",
593
- "Liberian dollari"
594
- ],
595
- "LSL": [
596
- "LSL",
597
- "Lesothon loti"
598
- ],
599
- "LTL": [
600
- "LTL",
601
- "Liettuan liti"
602
- ],
603
- "LTT": [
604
- "LTT",
605
- "Liettuan talonas"
606
- ],
607
- "LUC": [
608
- "LUC",
609
- "Luxemburgin vaihdettava frangi"
610
- ],
611
- "LUF": [
612
- "LUF",
613
- "Luxemburgin frangi"
614
- ],
615
- "LUL": [
616
- "LUL",
617
- "Luxemburgin rahoitusfrangi"
618
- ],
619
- "LVL": [
620
- "LVL",
621
- "Latvian lati"
622
- ],
623
- "LVR": [
624
- "LVR",
625
- "Latvian rupla"
626
- ],
627
- "LYD": [
628
- "LYD",
629
- "Libyan dinaari"
630
- ],
631
- "MAD": [
632
- "MAD",
633
- "Marokon dirhami"
634
- ],
635
- "MAF": [
636
- "MAF",
637
- "Marokon frangi"
638
- ],
639
- "MCF": [
640
- "MCF",
641
- "Monacon frangi"
642
- ],
643
- "MDC": [
644
- "MDC",
645
- "Moldovan kuponkileu"
646
- ],
647
- "MDL": [
648
- "MDL",
649
- "Moldovan leu"
650
- ],
651
- "MGA": [
652
- "MGA",
653
- "Madagaskarin ariary"
654
- ],
655
- "MGF": [
656
- "MGF",
657
- "Madagaskarin frangi"
658
- ],
659
- "MKD": [
660
- "MKD",
661
- "Makedonian denaari"
662
- ],
663
- "MKN": [
664
- "MKN",
665
- "Makedonian dinaari (1992–1993)"
666
- ],
667
- "MLF": [
668
- "MLF",
669
- "Malin frangi"
670
- ],
671
- "MMK": [
672
- "MMK",
673
- "Myanmarin kyat"
674
- ],
675
- "MNT": [
676
- "MNT",
677
- "Mongolian tugrik"
678
- ],
679
- "MOP": [
680
- "MOP",
681
- "Macaon pataca"
682
- ],
683
- "MRO": [
684
- "MRO",
685
- "Mauritanian ouguiya (1973–2017)"
686
- ],
687
- "MRU": [
688
- "MRU",
689
- "Mauritanian ouguiya"
690
- ],
691
- "MTL": [
692
- "MTL",
693
- "Maltan liira"
694
- ],
695
- "MTP": [
696
- "MTP",
697
- "Maltan punta"
698
- ],
699
- "MUR": [
700
- "MUR",
701
- "Mauritiuksen rupia"
702
- ],
703
- "MVP": [
704
- "MVP",
705
- "Malediivien rupia (1947–1981)"
706
- ],
707
- "MVR": [
708
- "MVR",
709
- "Malediivien rufiyaa"
710
- ],
711
- "MWK": [
712
- "MWK",
713
- "Malawin kwacha"
714
- ],
715
- "MXN": [
716
- "MXN",
717
- "Meksikon peso"
718
- ],
719
- "MXP": [
720
- "MXP",
721
- "Meksikon hopeapeso (1861–1992)"
722
- ],
723
- "MXV": [
724
- "MXV",
725
- "Meksikon UDI"
726
- ],
727
- "MYR": [
728
- "MYR",
729
- "Malesian ringgit"
730
- ],
731
- "MZE": [
732
- "MZE",
733
- "Mosambikin escudo"
734
- ],
735
- "MZM": [
736
- "MZM",
737
- "Mosambikin metical (1980–2006)"
738
- ],
739
- "MZN": [
740
- "MZN",
741
- "Mosambikin metical"
742
- ],
743
- "NAD": [
744
- "NAD",
745
- "Namibian dollari"
746
- ],
747
- "NGN": [
748
- "NGN",
749
- "Nigerian naira"
750
- ],
751
- "NIC": [
752
- "NIC",
753
- "Nicaraguan córdoba (1988–1991)"
754
- ],
755
- "NIO": [
756
- "NIO",
757
- "Nicaraguan córdoba"
758
- ],
759
- "NLG": [
760
- "NLG",
761
- "Alankomaiden guldeni"
762
- ],
763
- "NOK": [
764
- "NOK",
765
- "Norjan kruunu"
766
- ],
767
- "NPR": [
768
- "NPR",
769
- "Nepalin rupia"
770
- ],
771
- "NZD": [
772
- "NZD",
773
- "Uuden-Seelannin dollari"
774
- ],
775
- "OMR": [
776
- "OMR",
777
- "Omanin rial"
778
- ],
779
- "PAB": [
780
- "PAB",
781
- "Panaman balboa"
782
- ],
783
- "PEI": [
784
- "PEI",
785
- "Perun inti"
786
- ],
787
- "PEN": [
788
- "PEN",
789
- "Perun sol"
790
- ],
791
- "PES": [
792
- "PES",
793
- "Perun sol (1863–1965)"
794
- ],
795
- "PGK": [
796
- "PGK",
797
- "Papua-Uuden-Guinean kina"
798
- ],
799
- "PHP": [
800
- "PHP",
801
- "Filippiinien peso"
802
- ],
803
- "PKR": [
804
- "PKR",
805
- "Pakistanin rupia"
806
- ],
807
- "PLN": [
808
- "PLN",
809
- "Puolan złoty"
810
- ],
811
- "PLZ": [
812
- "PLZ",
813
- "Puolan złoty (1950–1995)"
814
- ],
815
- "PTE": [
816
- "PTE",
817
- "Portugalin escudo"
818
- ],
819
- "PYG": [
820
- "PYG",
821
- "Paraguayn guarani"
822
- ],
823
- "QAR": [
824
- "QAR",
825
- "Qatarin rial"
826
- ],
827
- "RHD": [
828
- "RHD",
829
- "Rhodesian dollari"
830
- ],
831
- "ROL": [
832
- "ROL",
833
- "Romanian leu (1952–2006)"
834
- ],
835
- "RON": [
836
- "RON",
837
- "Romanian leu"
838
- ],
839
- "RSD": [
840
- "RSD",
841
- "Serbian dinaari"
842
- ],
843
- "RUB": [
844
- "RUB",
845
- "Venäjän rupla"
846
- ],
847
- "RUR": [
848
- "RUR",
849
- "Venäjän rupla (1991–1998)"
850
- ],
851
- "RWF": [
852
- "RWF",
853
- "Ruandan frangi"
854
- ],
855
- "SAR": [
856
- "SAR",
857
- "Saudi-Arabian rial"
858
- ],
859
- "SBD": [
860
- "SBD",
861
- "Salomonsaarten dollari"
862
- ],
863
- "SCR": [
864
- "SCR",
865
- "Seychellien rupia"
866
- ],
867
- "SDD": [
868
- "SDD",
869
- "Sudanin dinaari (1992–2007)"
870
- ],
871
- "SDG": [
872
- "SDG",
873
- "Sudanin punta"
874
- ],
875
- "SDP": [
876
- "SDP",
877
- "Sudanin punta (1957–1998)"
878
- ],
879
- "SEK": [
880
- "SEK",
881
- "Ruotsin kruunu"
882
- ],
883
- "SGD": [
884
- "SGD",
885
- "Singaporen dollari"
886
- ],
887
- "SHP": [
888
- "SHP",
889
- "Saint Helenan punta"
890
- ],
891
- "SIT": [
892
- "SIT",
893
- "Slovenian tolar"
894
- ],
895
- "SKK": [
896
- "SKK",
897
- "Slovakian koruna"
898
- ],
899
- "SLL": [
900
- "SLL",
901
- "Sierra Leonen leone"
902
- ],
903
- "SOS": [
904
- "SOS",
905
- "Somalian šillinki"
906
- ],
907
- "SRD": [
908
- "SRD",
909
- "Surinamen dollari"
910
- ],
911
- "SRG": [
912
- "SRG",
913
- "Surinamen guldeni"
914
- ],
915
- "SSP": [
916
- "SSP",
917
- "Etelä-Sudanin punta"
918
- ],
919
- "STD": [
920
- "STD",
921
- "São Tomén ja Príncipen dobra (1977–2017)"
922
- ],
923
- "STN": [
924
- "STN",
925
- "São Tomén ja Príncipen dobra"
926
- ],
927
- "SUR": [
928
- "SUR",
929
- "Neuvostoliiton rupla"
930
- ],
931
- "SVC": [
932
- "SVC",
933
- "El Salvadorin colón"
934
- ],
935
- "SYP": [
936
- "SYP",
937
- "Syyrian punta"
938
- ],
939
- "SZL": [
940
- "SZL",
941
- "Swazimaan lilangeni"
942
- ],
943
- "THB": [
944
- "THB",
945
- "Thaimaan baht"
946
- ],
947
- "TJR": [
948
- "TJR",
949
- "Tadžikistanin rupla"
950
- ],
951
- "TJS": [
952
- "TJS",
953
- "Tadžikistanin somoni"
954
- ],
955
- "TMM": [
956
- "TMM",
957
- "Turkmenistanin manat (1993–2009)"
958
- ],
959
- "TMT": [
960
- "TMT",
961
- "Turkmenistanin manat"
962
- ],
963
- "TND": [
964
- "TND",
965
- "Tunisian dinaari"
966
- ],
967
- "TOP": [
968
- "TOP",
969
- "Tongan pa’anga"
970
- ],
971
- "TPE": [
972
- "TPE",
973
- "Timorin escudo"
974
- ],
975
- "TRL": [
976
- "TRL",
977
- "Turkin liira (1922–2005)"
978
- ],
979
- "TRY": [
980
- "TRY",
981
- "Turkin liira"
982
- ],
983
- "TTD": [
984
- "TTD",
985
- "Trinidadin ja Tobagon dollari"
986
- ],
987
- "TWD": [
988
- "TWD",
989
- "Taiwanin uusi dollari"
990
- ],
991
- "TZS": [
992
- "TZS",
993
- "Tansanian šillinki"
994
- ],
995
- "UAH": [
996
- "UAH",
997
- "Ukrainan hryvnia"
998
- ],
999
- "UAK": [
1000
- "UAK",
1001
- "Ukrainan karbovanetz"
1002
- ],
1003
- "UGS": [
1004
- "UGS",
1005
- "Ugandan šillinki (1966–1987)"
1006
- ],
1007
- "UGX": [
1008
- "UGX",
1009
- "Ugandan šillinki"
1010
- ],
1011
- "USD": [
1012
- "$",
1013
- "Yhdysvaltain dollari"
1014
- ],
1015
- "USN": [
1016
- "USN",
1017
- "Yhdysvaltain dollari (seuraava päivä)"
1018
- ],
1019
- "USS": [
1020
- "USS",
1021
- "Yhdysvaltain dollari (sama päivä)"
1022
- ],
1023
- "UYI": [
1024
- "UYI",
1025
- "Uruguayn peso en unidades indexadas"
1026
- ],
1027
- "UYP": [
1028
- "UYP",
1029
- "Uruguayn peso (1975–1993)"
1030
- ],
1031
- "UYU": [
1032
- "UYU",
1033
- "Uruguayn peso"
1034
- ],
1035
- "UYW": [
1036
- "UYW",
1037
- "Uruguayn nimellinen palkkaindeksiyksikkö"
1038
- ],
1039
- "UZS": [
1040
- "UZS",
1041
- "Uzbekistanin som"
1042
- ],
1043
- "VEB": [
1044
- "VEB",
1045
- "Venezuelan bolívar (1871–2008)"
1046
- ],
1047
- "VEF": [
1048
- "VEF",
1049
- "Venezuelan bolívar (2008–2018)"
1050
- ],
1051
- "VES": [
1052
- "VES",
1053
- "Venezuelan suvereeni bolívar"
1054
- ],
1055
- "VND": [
1056
- "VND",
1057
- "Vietnamin dong"
1058
- ],
1059
- "VNN": [
1060
- "VNN",
1061
- "Vietnamin dong (1978–1985)"
1062
- ],
1063
- "VUV": [
1064
- "VUV",
1065
- "Vanuatun vatu"
1066
- ],
1067
- "WST": [
1068
- "WST",
1069
- "Samoan tala"
1070
- ],
1071
- "XAF": [
1072
- "FCFA",
1073
- "CFA-frangi BEAC"
1074
- ],
1075
- "XCD": [
1076
- "XCD",
1077
- "Itä-Karibian dollari"
1078
- ],
1079
- "XEU": [
1080
- "XEU",
1081
- "Euroopan valuuttayksikkö (ECU)"
1082
- ],
1083
- "XFO": [
1084
- "XFO",
1085
- "Ranskan kultafrangi"
1086
- ],
1087
- "XFU": [
1088
- "XFU",
1089
- "Ranskan UIC-frangi"
1090
- ],
1091
- "XOF": [
1092
- "CFA",
1093
- "CFA-frangi BCEAO"
1094
- ],
1095
- "XPF": [
1096
- "XPF",
1097
- "CFP-frangi"
1098
- ],
1099
- "XRE": [
1100
- "XRE",
1101
- "RINET-rahastot"
1102
- ],
1103
- "YDD": [
1104
- "YDD",
1105
- "Jemenin dinaari"
1106
- ],
1107
- "YER": [
1108
- "YER",
1109
- "Jemenin rial"
1110
- ],
1111
- "YUD": [
1112
- "YUD",
1113
- "Jugoslavian kova dinaari (1966–1990)"
1114
- ],
1115
- "YUM": [
1116
- "YUM",
1117
- "Jugoslavian uusi dinaari (1994–2002)"
1118
- ],
1119
- "YUN": [
1120
- "YUN",
1121
- "Jugoslavian vaihdettava dinaari (1990–1992)"
1122
- ],
1123
- "YUR": [
1124
- "YUR",
1125
- "Jugoslavian uudistettu dinaari (1992–1993)"
1126
- ],
1127
- "ZAL": [
1128
- "ZAL",
1129
- "Etelä-Afrikan rahoitusrandi"
1130
- ],
1131
- "ZAR": [
1132
- "ZAR",
1133
- "Etelä-Afrikan randi"
1134
- ],
1135
- "ZMK": [
1136
- "ZMK",
1137
- "Sambian kwacha (1968–2012)"
1138
- ],
1139
- "ZMW": [
1140
- "ZMW",
1141
- "Sambian kwacha"
1142
- ],
1143
- "ZRN": [
1144
- "ZRN",
1145
- "Zairen uusi zaire (1993–1998)"
1146
- ],
1147
- "ZRZ": [
1148
- "ZRZ",
1149
- "Zairen zaire (1971–1993)"
1150
- ],
1151
- "ZWD": [
1152
- "ZWD",
1153
- "Zimbabwen dollari (1980–2008)"
1154
- ],
1155
- "ZWL": [
1156
- "ZWL",
1157
- "Zimbabwen dollari (2009)"
1158
- ],
1159
- "ZWR": [
1160
- "ZWR",
1161
- "Zimbabwen dollari (2008)"
1162
- ]
1163
- }
1164
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fo.json DELETED
@@ -1,640 +0,0 @@
1
- {
2
- "Names": {
3
- "AED": [
4
- "AED",
5
- "Sameindu Emirríkini dirham"
6
- ],
7
- "AFN": [
8
- "AFN",
9
- "Afganistan afghani"
10
- ],
11
- "ALL": [
12
- "ALL",
13
- "Albania lek"
14
- ],
15
- "AMD": [
16
- "AMD",
17
- "Armenia dram"
18
- ],
19
- "ANG": [
20
- "ANG",
21
- "Niðurlonds Karibia gyllin"
22
- ],
23
- "AOA": [
24
- "AOA",
25
- "Angola kwanza"
26
- ],
27
- "ARS": [
28
- "ARS",
29
- "Argentina peso"
30
- ],
31
- "AUD": [
32
- "A$",
33
- "Avstralskur dollari"
34
- ],
35
- "AWG": [
36
- "AWG",
37
- "Aruba florin"
38
- ],
39
- "AZN": [
40
- "AZN",
41
- "Aserbadjan manat"
42
- ],
43
- "BAM": [
44
- "BAM",
45
- "Bosnia-Hersegovina mark (kann vekslast)"
46
- ],
47
- "BBD": [
48
- "BBD",
49
- "Barbados dollari"
50
- ],
51
- "BDT": [
52
- "BDT",
53
- "Bangladesj taka"
54
- ],
55
- "BGN": [
56
- "BGN",
57
- "Bulgaria lev"
58
- ],
59
- "BHD": [
60
- "BHD",
61
- "Barein dinar"
62
- ],
63
- "BIF": [
64
- "BIF",
65
- "Burundi frankur"
66
- ],
67
- "BMD": [
68
- "BMD",
69
- "Bermuda dollari"
70
- ],
71
- "BND": [
72
- "BND",
73
- "Brunei dollari"
74
- ],
75
- "BOB": [
76
- "BOB",
77
- "Bolivia boliviano"
78
- ],
79
- "BRL": [
80
- "R$",
81
- "Brasilianskur real"
82
- ],
83
- "BSD": [
84
- "BSD",
85
- "Bahamaoyggjar dollari"
86
- ],
87
- "BTN": [
88
- "BTN",
89
- "Butan ngultrum"
90
- ],
91
- "BWP": [
92
- "BWP",
93
- "Botsvana pula"
94
- ],
95
- "BYN": [
96
- "BYN",
97
- "Hvítarussland ruble"
98
- ],
99
- "BYR": [
100
- "BYR",
101
- "Hvítarussland ruble (2000–2016)"
102
- ],
103
- "BZD": [
104
- "BZD",
105
- "Belis dollari"
106
- ],
107
- "CAD": [
108
- "CA$",
109
- "Kanada dollari"
110
- ],
111
- "CDF": [
112
- "CDF",
113
- "Kongo frankur"
114
- ],
115
- "CHF": [
116
- "CHF",
117
- "sveisiskur frankur"
118
- ],
119
- "CLP": [
120
- "CLP",
121
- "Kili peso"
122
- ],
123
- "CNH": [
124
- "CNH",
125
- "kinesiskur yuan (úr landi)"
126
- ],
127
- "CNY": [
128
- "CN¥",
129
- "kinesiskur yuan"
130
- ],
131
- "COP": [
132
- "COP",
133
- "Kolombia peso"
134
- ],
135
- "CRC": [
136
- "CRC",
137
- "Kosta Rika colón"
138
- ],
139
- "CUC": [
140
- "CUC",
141
- "Kuba peso (sum kann vekslast)"
142
- ],
143
- "CUP": [
144
- "CUP",
145
- "Kuba peso"
146
- ],
147
- "CVE": [
148
- "CVE",
149
- "Grønhøvdaoyggjar escudo"
150
- ],
151
- "CZK": [
152
- "CZK",
153
- "Kekkia koruna"
154
- ],
155
- "DJF": [
156
- "DJF",
157
- "Djibuti frankur"
158
- ],
159
- "DKK": [
160
- "kr",
161
- "donsk króna"
162
- ],
163
- "DOP": [
164
- "DOP",
165
- "Dominika peso"
166
- ],
167
- "DZD": [
168
- "DZD",
169
- "Algeria dinar"
170
- ],
171
- "EGP": [
172
- "EGP",
173
- "Egyptaland pund"
174
- ],
175
- "ERN": [
176
- "ERN",
177
- "Eritrea nakfa"
178
- ],
179
- "ETB": [
180
- "ETB",
181
- "Etiopia birr"
182
- ],
183
- "EUR": [
184
- "€",
185
- "Evra"
186
- ],
187
- "FJD": [
188
- "FJD",
189
- "Fiji dollari"
190
- ],
191
- "FKP": [
192
- "FKP",
193
- "Falklandsoyggjar pund"
194
- ],
195
- "GBP": [
196
- "£",
197
- "bretsk pund"
198
- ],
199
- "GEL": [
200
- "GEL",
201
- "Georgia lari"
202
- ],
203
- "GHS": [
204
- "GHS",
205
- "Gana cedi"
206
- ],
207
- "GIP": [
208
- "GIP",
209
- "Gibraltar pund"
210
- ],
211
- "GMD": [
212
- "GMD",
213
- "Gambia dalasi"
214
- ],
215
- "GNF": [
216
- "GNF",
217
- "Guinea frankur"
218
- ],
219
- "GTQ": [
220
- "GTQ",
221
- "Guatemala quetzal"
222
- ],
223
- "GYD": [
224
- "GYD",
225
- "Gujana dollari"
226
- ],
227
- "HKD": [
228
- "HK$",
229
- "Hong Kong dollari"
230
- ],
231
- "HNL": [
232
- "HNL",
233
- "Honduras lempira"
234
- ],
235
- "HRK": [
236
- "HRK",
237
- "Kroatia kuna"
238
- ],
239
- "HTG": [
240
- "HTG",
241
- "Haiti gourde"
242
- ],
243
- "HUF": [
244
- "HUF",
245
- "Ungarn forint"
246
- ],
247
- "IDR": [
248
- "IDR",
249
- "Indonesia rupiah"
250
- ],
251
- "ILS": [
252
- "₪",
253
- "Ísrael new shekel"
254
- ],
255
- "INR": [
256
- "₹",
257
- "indiskir rupis"
258
- ],
259
- "IQD": [
260
- "IQD",
261
- "Irak dinar"
262
- ],
263
- "IRR": [
264
- "IRR",
265
- "iranskir rials"
266
- ],
267
- "ISK": [
268
- "ISK",
269
- "íslendsk króna"
270
- ],
271
- "JMD": [
272
- "JMD",
273
- "Jamaika dollari"
274
- ],
275
- "JOD": [
276
- "JOD",
277
- "Jordan dinar"
278
- ],
279
- "JPY": [
280
- "JP¥",
281
- "japanskur yen"
282
- ],
283
- "KES": [
284
- "KES",
285
- "kenjanskur skillingur"
286
- ],
287
- "KGS": [
288
- "KGS",
289
- "Kirgisia som"
290
- ],
291
- "KHR": [
292
- "KHR",
293
- "Kambodja riel"
294
- ],
295
- "KMF": [
296
- "KMF",
297
- "Komoroyggjar frankur"
298
- ],
299
- "KPW": [
300
- "KPW",
301
- "Norðurkorea won"
302
- ],
303
- "KRW": [
304
- "₩",
305
- "Suðurkorea won"
306
- ],
307
- "KWD": [
308
- "KWD",
309
- "Kuvait dinar"
310
- ],
311
- "KYD": [
312
- "KYD",
313
- "Caymanoyggjar dollari"
314
- ],
315
- "KZT": [
316
- "KZT",
317
- "Kasakstan tenge"
318
- ],
319
- "LAK": [
320
- "LAK",
321
- "Laos kip"
322
- ],
323
- "LBP": [
324
- "LBP",
325
- "Libanon pund"
326
- ],
327
- "LKR": [
328
- "LKR",
329
- "Sri Lanka rupi"
330
- ],
331
- "LRD": [
332
- "LRD",
333
- "Liberia dollari"
334
- ],
335
- "LYD": [
336
- "LYD",
337
- "Libya dinar"
338
- ],
339
- "MAD": [
340
- "MAD",
341
- "Marokko dirham"
342
- ],
343
- "MDL": [
344
- "MDL",
345
- "Moldova leu"
346
- ],
347
- "MGA": [
348
- "MGA",
349
- "Madagaskar ariary"
350
- ],
351
- "MKD": [
352
- "MKD",
353
- "Makedónia denar"
354
- ],
355
- "MMK": [
356
- "MMK",
357
- "Myanmar (Burma) kyat"
358
- ],
359
- "MNT": [
360
- "MNT",
361
- "Mongolia tugrik"
362
- ],
363
- "MOP": [
364
- "MOP",
365
- "Makao pataca"
366
- ],
367
- "MRO": [
368
- "MRO",
369
- "Móritania ouguiya (1973–2017)"
370
- ],
371
- "MRU": [
372
- "MRU",
373
- "Móritania ouguiya"
374
- ],
375
- "MUR": [
376
- "MUR",
377
- "Móritius rupi"
378
- ],
379
- "MVR": [
380
- "MVR",
381
- "Maldivoyggjar rufiyaa"
382
- ],
383
- "MWK": [
384
- "MWK",
385
- "Malavi kwacha"
386
- ],
387
- "MXN": [
388
- "MX$",
389
- "Meksiko peso"
390
- ],
391
- "MYR": [
392
- "MYR",
393
- "Malaisia ringgit"
394
- ],
395
- "MZN": [
396
- "MZN",
397
- "Mosambik metical"
398
- ],
399
- "NAD": [
400
- "NAD",
401
- "Namibia dollari"
402
- ],
403
- "NGN": [
404
- "NGN",
405
- "Nigeria naira"
406
- ],
407
- "NIO": [
408
- "NIO",
409
- "Nikaragua córdoba"
410
- ],
411
- "NOK": [
412
- "NOK",
413
- "norsk króna"
414
- ],
415
- "NPR": [
416
- "NPR",
417
- "Nepal rupi"
418
- ],
419
- "NZD": [
420
- "NZ$",
421
- "Nýsæland dollari"
422
- ],
423
- "OMR": [
424
- "OMR",
425
- "Oman rial"
426
- ],
427
- "PAB": [
428
- "PAB",
429
- "Panama balboa"
430
- ],
431
- "PEN": [
432
- "PEN",
433
- "Peru sol"
434
- ],
435
- "PGK": [
436
- "PGK",
437
- "Papua Nýguinea kina"
438
- ],
439
- "PHP": [
440
- "PHP",
441
- "Filipsoyggjar peso"
442
- ],
443
- "PKR": [
444
- "PKR",
445
- "Pakistan rupi"
446
- ],
447
- "PLN": [
448
- "PLN",
449
- "Pólland zloty"
450
- ],
451
- "PYG": [
452
- "PYG",
453
- "Paraguai guarani"
454
- ],
455
- "QAR": [
456
- "QAR",
457
- "Katar rial"
458
- ],
459
- "RON": [
460
- "RON",
461
- "Rumenia leu"
462
- ],
463
- "RSD": [
464
- "RSD",
465
- "Serbia dinar"
466
- ],
467
- "RUB": [
468
- "RUB",
469
- "Russland ruble"
470
- ],
471
- "RWF": [
472
- "RWF",
473
- "Ruanda frankur"
474
- ],
475
- "SAR": [
476
- "SAR",
477
- "Saudiarabia riyal"
478
- ],
479
- "SBD": [
480
- "SBD",
481
- "Salomonoyggjar dollari"
482
- ],
483
- "SCR": [
484
- "SCR",
485
- "Seyskelloyggjar rupi"
486
- ],
487
- "SDG": [
488
- "SDG",
489
- "Sudan pund"
490
- ],
491
- "SEK": [
492
- "SEK",
493
- "svensk króna"
494
- ],
495
- "SGD": [
496
- "SGD",
497
- "Singapor dollari"
498
- ],
499
- "SHP": [
500
- "SHP",
501
- "St. Helena pund"
502
- ],
503
- "SLL": [
504
- "SLL",
505
- "Sierra Leona leone"
506
- ],
507
- "SOS": [
508
- "SOS",
509
- "Somalia skillingur"
510
- ],
511
- "SRD": [
512
- "SRD",
513
- "Surinam dollari"
514
- ],
515
- "SSP": [
516
- "SSP",
517
- "Suðursudan pund"
518
- ],
519
- "STD": [
520
- "STD",
521
- "Sao Tome & Prinsipi dobra (1977–2017)"
522
- ],
523
- "STN": [
524
- "STN",
525
- "Sao Tome & Prinsipi dobra"
526
- ],
527
- "SYP": [
528
- "SYP",
529
- "Sýria pund"
530
- ],
531
- "SZL": [
532
- "SZL",
533
- "Svasiland lilangeni"
534
- ],
535
- "THB": [
536
- "THB",
537
- "Tailand baht"
538
- ],
539
- "TJS": [
540
- "TJS",
541
- "Tadsjikistan somoni"
542
- ],
543
- "TMT": [
544
- "TMT",
545
- "Turkmenistan manat"
546
- ],
547
- "TND": [
548
- "TND",
549
- "Tunesia dinar"
550
- ],
551
- "TOP": [
552
- "TOP",
553
- "Tonga paʻanga"
554
- ],
555
- "TRY": [
556
- "TRY",
557
- "Turkaland liri"
558
- ],
559
- "TTD": [
560
- "TTD",
561
- "Trinidad & Tobago dollari"
562
- ],
563
- "TWD": [
564
- "NT$",
565
- "Taivan new dollari"
566
- ],
567
- "TZS": [
568
- "TZS",
569
- "Tansania skillingur"
570
- ],
571
- "UAH": [
572
- "UAH",
573
- "Ukraina hryvnia"
574
- ],
575
- "UGX": [
576
- "UGX",
577
- "Uganda skillingur"
578
- ],
579
- "USD": [
580
- "US$",
581
- "US dollari"
582
- ],
583
- "UYU": [
584
- "UYU",
585
- "Uruguai peso"
586
- ],
587
- "UZS": [
588
- "UZS",
589
- "Usbekistan som"
590
- ],
591
- "VEF": [
592
- "VEF",
593
- "Venesuela bolívar (2008–2018)"
594
- ],
595
- "VES": [
596
- "VES",
597
- "Venesuela bolívar"
598
- ],
599
- "VND": [
600
- "₫",
601
- "Vjetnam dong"
602
- ],
603
- "VUV": [
604
- "VUV",
605
- "Vanuatu vatu"
606
- ],
607
- "WST": [
608
- "WST",
609
- "Samoa tala"
610
- ],
611
- "XAF": [
612
- "FCFA",
613
- "Miðafrika CFA frankur"
614
- ],
615
- "XCD": [
616
- "EC$",
617
- "Eystur Karibia dollari"
618
- ],
619
- "XOF": [
620
- "CFA",
621
- "Vesturafrika CFA frankur"
622
- ],
623
- "XPF": [
624
- "CFPF",
625
- "CFP frankur"
626
- ],
627
- "YER": [
628
- "YER",
629
- "Jemen rial"
630
- ],
631
- "ZAR": [
632
- "ZAR",
633
- "Suðurafrika rand"
634
- ],
635
- "ZMW": [
636
- "ZMW",
637
- "Sambia kwacha"
638
- ]
639
- }
640
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fo_DK.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "DKK": [
4
- "kr.",
5
- "donsk króna"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr.json DELETED
@@ -1,1084 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "peseta andorrane"
6
- ],
7
- "AED": [
8
- "AED",
9
- "dirham des Émirats arabes unis"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "afghani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "afghani afghan"
18
- ],
19
- "ALK": [
20
- "ALK",
21
- "lek albanais (1947–1961)"
22
- ],
23
- "ALL": [
24
- "ALL",
25
- "lek albanais"
26
- ],
27
- "AMD": [
28
- "AMD",
29
- "dram arménien"
30
- ],
31
- "ANG": [
32
- "ANG",
33
- "florin antillais"
34
- ],
35
- "AOA": [
36
- "AOA",
37
- "kwanza angolais"
38
- ],
39
- "AOK": [
40
- "AOK",
41
- "kwanza angolais (1977–1990)"
42
- ],
43
- "AON": [
44
- "AON",
45
- "nouveau kwanza angolais (1990–2000)"
46
- ],
47
- "AOR": [
48
- "AOR",
49
- "kwanza angolais réajusté (1995–1999)"
50
- ],
51
- "ARA": [
52
- "ARA",
53
- "austral argentin"
54
- ],
55
- "ARP": [
56
- "ARP",
57
- "peso argentin (1983–1985)"
58
- ],
59
- "ARS": [
60
- "$AR",
61
- "peso argentin"
62
- ],
63
- "ATS": [
64
- "ATS",
65
- "schilling autrichien"
66
- ],
67
- "AUD": [
68
- "$AU",
69
- "dollar australien"
70
- ],
71
- "AWG": [
72
- "AWG",
73
- "florin arubais"
74
- ],
75
- "AZM": [
76
- "AZM",
77
- "manat azéri (1993–2006)"
78
- ],
79
- "AZN": [
80
- "AZN",
81
- "manat azéri"
82
- ],
83
- "BAD": [
84
- "BAD",
85
- "dinar bosniaque"
86
- ],
87
- "BAM": [
88
- "BAM",
89
- "mark convertible bosniaque"
90
- ],
91
- "BBD": [
92
- "BBD",
93
- "dollar barbadien"
94
- ],
95
- "BDT": [
96
- "BDT",
97
- "taka bangladeshi"
98
- ],
99
- "BEC": [
100
- "BEC",
101
- "franc belge (convertible)"
102
- ],
103
- "BEF": [
104
- "FB",
105
- "franc belge"
106
- ],
107
- "BEL": [
108
- "BEL",
109
- "franc belge (financier)"
110
- ],
111
- "BGL": [
112
- "BGL",
113
- "lev bulgare (1962–1999)"
114
- ],
115
- "BGN": [
116
- "BGN",
117
- "lev bulgare"
118
- ],
119
- "BHD": [
120
- "BHD",
121
- "dinar bahreïni"
122
- ],
123
- "BIF": [
124
- "BIF",
125
- "franc burundais"
126
- ],
127
- "BMD": [
128
- "$BM",
129
- "dollar bermudien"
130
- ],
131
- "BND": [
132
- "$BN",
133
- "dollar brunéien"
134
- ],
135
- "BOB": [
136
- "BOB",
137
- "boliviano bolivien"
138
- ],
139
- "BOP": [
140
- "BOP",
141
- "peso bolivien"
142
- ],
143
- "BOV": [
144
- "BOV",
145
- "mvdol bolivien"
146
- ],
147
- "BRB": [
148
- "BRB",
149
- "nouveau cruzeiro brésilien (1967–1986)"
150
- ],
151
- "BRC": [
152
- "BRC",
153
- "cruzado brésilien (1986–1989)"
154
- ],
155
- "BRE": [
156
- "BRE",
157
- "cruzeiro brésilien (1990–1993)"
158
- ],
159
- "BRL": [
160
- "R$",
161
- "réal brésilien"
162
- ],
163
- "BRN": [
164
- "BRN",
165
- "nouveau cruzado"
166
- ],
167
- "BRR": [
168
- "BRR",
169
- "cruzeiro"
170
- ],
171
- "BSD": [
172
- "BSD",
173
- "dollar bahaméen"
174
- ],
175
- "BTN": [
176
- "BTN",
177
- "ngultrum bouthanais"
178
- ],
179
- "BUK": [
180
- "BUK",
181
- "kyat birman"
182
- ],
183
- "BWP": [
184
- "BWP",
185
- "pula botswanais"
186
- ],
187
- "BYB": [
188
- "BYB",
189
- "nouveau rouble biélorusse (1994–1999)"
190
- ],
191
- "BYN": [
192
- "BYN",
193
- "rouble biélorusse"
194
- ],
195
- "BYR": [
196
- "BYR",
197
- "rouble biélorusse (2000–2016)"
198
- ],
199
- "BZD": [
200
- "$BZ",
201
- "dollar bélizéen"
202
- ],
203
- "CAD": [
204
- "$CA",
205
- "dollar canadien"
206
- ],
207
- "CDF": [
208
- "CDF",
209
- "franc congolais"
210
- ],
211
- "CHE": [
212
- "CHE",
213
- "euro WIR"
214
- ],
215
- "CHF": [
216
- "CHF",
217
- "franc suisse"
218
- ],
219
- "CHW": [
220
- "CHW",
221
- "franc WIR"
222
- ],
223
- "CLF": [
224
- "CLF",
225
- "unité d’investissement chilienne"
226
- ],
227
- "CLP": [
228
- "$CL",
229
- "peso chilien"
230
- ],
231
- "CNH": [
232
- "CNH",
233
- "yuan chinois (zone extracôtière)"
234
- ],
235
- "CNY": [
236
- "CNY",
237
- "yuan renminbi chinois"
238
- ],
239
- "COP": [
240
- "$CO",
241
- "peso colombien"
242
- ],
243
- "COU": [
244
- "COU",
245
- "unité de valeur réelle colombienne"
246
- ],
247
- "CRC": [
248
- "CRC",
249
- "colón costaricain"
250
- ],
251
- "CSD": [
252
- "CSD",
253
- "dinar serbo-monténégrin"
254
- ],
255
- "CSK": [
256
- "CSK",
257
- "couronne forte tchécoslovaque"
258
- ],
259
- "CUC": [
260
- "CUC",
261
- "peso cubain convertible"
262
- ],
263
- "CUP": [
264
- "CUP",
265
- "peso cubain"
266
- ],
267
- "CVE": [
268
- "CVE",
269
- "escudo capverdien"
270
- ],
271
- "CYP": [
272
- "£CY",
273
- "livre chypriote"
274
- ],
275
- "CZK": [
276
- "CZK",
277
- "couronne tchèque"
278
- ],
279
- "DDM": [
280
- "DDM",
281
- "mark est-allemand"
282
- ],
283
- "DEM": [
284
- "DEM",
285
- "mark allemand"
286
- ],
287
- "DJF": [
288
- "DJF",
289
- "franc djiboutien"
290
- ],
291
- "DKK": [
292
- "DKK",
293
- "couronne danoise"
294
- ],
295
- "DOP": [
296
- "DOP",
297
- "peso dominicain"
298
- ],
299
- "DZD": [
300
- "DZD",
301
- "dinar algérien"
302
- ],
303
- "ECS": [
304
- "ECS",
305
- "sucre équatorien"
306
- ],
307
- "ECV": [
308
- "ECV",
309
- "unité de valeur constante équatoriale (UVC)"
310
- ],
311
- "EEK": [
312
- "EEK",
313
- "couronne estonienne"
314
- ],
315
- "EGP": [
316
- "EGP",
317
- "livre égyptienne"
318
- ],
319
- "ERN": [
320
- "ERN",
321
- "nafka érythréen"
322
- ],
323
- "ESA": [
324
- "ESA",
325
- "peseta espagnole (compte A)"
326
- ],
327
- "ESB": [
328
- "ESB",
329
- "peseta espagnole (compte convertible)"
330
- ],
331
- "ESP": [
332
- "ESP",
333
- "peseta espagnole"
334
- ],
335
- "ETB": [
336
- "ETB",
337
- "birr éthiopien"
338
- ],
339
- "EUR": [
340
- "€",
341
- "euro"
342
- ],
343
- "FIM": [
344
- "FIM",
345
- "mark finlandais"
346
- ],
347
- "FJD": [
348
- "$FJ",
349
- "dollar fidjien"
350
- ],
351
- "FKP": [
352
- "£FK",
353
- "livre des îles Malouines"
354
- ],
355
- "FRF": [
356
- "F",
357
- "franc français"
358
- ],
359
- "GBP": [
360
- "£GB",
361
- "livre sterling"
362
- ],
363
- "GEK": [
364
- "GEK",
365
- "coupon de lari géorgien"
366
- ],
367
- "GEL": [
368
- "GEL",
369
- "lari géorgien"
370
- ],
371
- "GHC": [
372
- "GHC",
373
- "cédi"
374
- ],
375
- "GHS": [
376
- "GHS",
377
- "cédi ghanéen"
378
- ],
379
- "GIP": [
380
- "£GI",
381
- "livre de Gibraltar"
382
- ],
383
- "GMD": [
384
- "GMD",
385
- "dalasi gambien"
386
- ],
387
- "GNF": [
388
- "GNF",
389
- "franc guinéen"
390
- ],
391
- "GNS": [
392
- "GNS",
393
- "syli guinéen"
394
- ],
395
- "GQE": [
396
- "GQE",
397
- "ekwélé équatoguinéen"
398
- ],
399
- "GRD": [
400
- "GRD",
401
- "drachme grecque"
402
- ],
403
- "GTQ": [
404
- "GTQ",
405
- "quetzal guatémaltèque"
406
- ],
407
- "GWE": [
408
- "GWE",
409
- "escudo de Guinée portugaise"
410
- ],
411
- "GWP": [
412
- "GWP",
413
- "peso bissau-guinéen"
414
- ],
415
- "GYD": [
416
- "GYD",
417
- "dollar du Guyana"
418
- ],
419
- "HKD": [
420
- "HKD",
421
- "dollar de Hong Kong"
422
- ],
423
- "HNL": [
424
- "HNL",
425
- "lempira hondurien"
426
- ],
427
- "HRD": [
428
- "HRD",
429
- "dinar croate"
430
- ],
431
- "HRK": [
432
- "HRK",
433
- "kuna croate"
434
- ],
435
- "HTG": [
436
- "HTG",
437
- "gourde haïtienne"
438
- ],
439
- "HUF": [
440
- "HUF",
441
- "forint hongrois"
442
- ],
443
- "IDR": [
444
- "IDR",
445
- "roupie indonésienne"
446
- ],
447
- "IEP": [
448
- "£IE",
449
- "livre irlandaise"
450
- ],
451
- "ILP": [
452
- "£IL",
453
- "livre israélienne"
454
- ],
455
- "ILS": [
456
- "₪",
457
- "nouveau shekel israélien"
458
- ],
459
- "INR": [
460
- "₹",
461
- "roupie indienne"
462
- ],
463
- "IQD": [
464
- "IQD",
465
- "dinar irakien"
466
- ],
467
- "IRR": [
468
- "IRR",
469
- "riyal iranien"
470
- ],
471
- "ISK": [
472
- "ISK",
473
- "couronne islandaise"
474
- ],
475
- "ITL": [
476
- "₤IT",
477
- "lire italienne"
478
- ],
479
- "JMD": [
480
- "JMD",
481
- "dollar jamaïcain"
482
- ],
483
- "JOD": [
484
- "JOD",
485
- "dinar jordanien"
486
- ],
487
- "JPY": [
488
- "JPY",
489
- "yen japonais"
490
- ],
491
- "KES": [
492
- "KES",
493
- "shilling kényan"
494
- ],
495
- "KGS": [
496
- "KGS",
497
- "som kirghize"
498
- ],
499
- "KHR": [
500
- "KHR",
501
- "riel cambodgien"
502
- ],
503
- "KMF": [
504
- "KMF",
505
- "franc comorien"
506
- ],
507
- "KPW": [
508
- "KPW",
509
- "won nord-coréen"
510
- ],
511
- "KRW": [
512
- "₩",
513
- "won sud-coréen"
514
- ],
515
- "KWD": [
516
- "KWD",
517
- "dinar koweïtien"
518
- ],
519
- "KYD": [
520
- "KYD",
521
- "dollar des îles Caïmans"
522
- ],
523
- "KZT": [
524
- "KZT",
525
- "tenge kazakh"
526
- ],
527
- "LAK": [
528
- "LAK",
529
- "kip loatien"
530
- ],
531
- "LBP": [
532
- "£LB",
533
- "livre libanaise"
534
- ],
535
- "LKR": [
536
- "LKR",
537
- "roupie srilankaise"
538
- ],
539
- "LRD": [
540
- "LRD",
541
- "dollar libérien"
542
- ],
543
- "LSL": [
544
- "LSL",
545
- "loti lesothan"
546
- ],
547
- "LTL": [
548
- "LTL",
549
- "litas lituanien"
550
- ],
551
- "LTT": [
552
- "LTT",
553
- "talonas lituanien"
554
- ],
555
- "LUC": [
556
- "LUC",
557
- "franc convertible luxembourgeois"
558
- ],
559
- "LUF": [
560
- "LUF",
561
- "franc luxembourgeois"
562
- ],
563
- "LUL": [
564
- "LUL",
565
- "franc financier luxembourgeois"
566
- ],
567
- "LVL": [
568
- "LVL",
569
- "lats letton"
570
- ],
571
- "LVR": [
572
- "LVR",
573
- "rouble letton"
574
- ],
575
- "LYD": [
576
- "LYD",
577
- "dinar libyen"
578
- ],
579
- "MAD": [
580
- "MAD",
581
- "dirham marocain"
582
- ],
583
- "MAF": [
584
- "MAF",
585
- "franc marocain"
586
- ],
587
- "MDL": [
588
- "MDL",
589
- "leu moldave"
590
- ],
591
- "MGA": [
592
- "MGA",
593
- "ariary malgache"
594
- ],
595
- "MGF": [
596
- "MGF",
597
- "franc malgache"
598
- ],
599
- "MKD": [
600
- "MKD",
601
- "denar macédonien"
602
- ],
603
- "MLF": [
604
- "MLF",
605
- "franc malien"
606
- ],
607
- "MMK": [
608
- "MMK",
609
- "kyat myanmarais"
610
- ],
611
- "MNT": [
612
- "MNT",
613
- "tugrik mongol"
614
- ],
615
- "MOP": [
616
- "MOP",
617
- "pataca macanaise"
618
- ],
619
- "MRO": [
620
- "MRO",
621
- "ouguiya mauritanien (1973–2017)"
622
- ],
623
- "MRU": [
624
- "MRU",
625
- "ouguiya mauritanien"
626
- ],
627
- "MTL": [
628
- "MTL",
629
- "lire maltaise"
630
- ],
631
- "MTP": [
632
- "£MT",
633
- "livre maltaise"
634
- ],
635
- "MUR": [
636
- "MUR",
637
- "roupie mauricienne"
638
- ],
639
- "MVR": [
640
- "MVR",
641
- "rufiyaa maldivien"
642
- ],
643
- "MWK": [
644
- "MWK",
645
- "kwacha malawite"
646
- ],
647
- "MXN": [
648
- "$MX",
649
- "peso mexicain"
650
- ],
651
- "MXP": [
652
- "MXP",
653
- "peso d’argent mexicain (1861–1992)"
654
- ],
655
- "MXV": [
656
- "MXV",
657
- "unité de conversion mexicaine (UDI)"
658
- ],
659
- "MYR": [
660
- "MYR",
661
- "ringgit malais"
662
- ],
663
- "MZE": [
664
- "MZE",
665
- "escudo mozambicain"
666
- ],
667
- "MZM": [
668
- "MZM",
669
- "métical"
670
- ],
671
- "MZN": [
672
- "MZN",
673
- "metical mozambicain"
674
- ],
675
- "NAD": [
676
- "$NA",
677
- "dollar namibien"
678
- ],
679
- "NGN": [
680
- "NGN",
681
- "naira nigérian"
682
- ],
683
- "NIC": [
684
- "NIC",
685
- "cordoba"
686
- ],
687
- "NIO": [
688
- "NIO",
689
- "córdoba oro nicaraguayen"
690
- ],
691
- "NLG": [
692
- "NLG",
693
- "florin néerlandais"
694
- ],
695
- "NOK": [
696
- "NOK",
697
- "couronne norvégienne"
698
- ],
699
- "NPR": [
700
- "NPR",
701
- "roupie népalaise"
702
- ],
703
- "NZD": [
704
- "$NZ",
705
- "dollar néo-zélandais"
706
- ],
707
- "OMR": [
708
- "OMR",
709
- "riyal omanais"
710
- ],
711
- "PAB": [
712
- "PAB",
713
- "balboa panaméen"
714
- ],
715
- "PEI": [
716
- "PEI",
717
- "inti péruvien"
718
- ],
719
- "PEN": [
720
- "PEN",
721
- "sol péruvien"
722
- ],
723
- "PES": [
724
- "PES",
725
- "sol péruvien (1863–1985)"
726
- ],
727
- "PGK": [
728
- "PGK",
729
- "kina papouan-néo-guinéen"
730
- ],
731
- "PHP": [
732
- "PHP",
733
- "peso philippin"
734
- ],
735
- "PKR": [
736
- "PKR",
737
- "roupie pakistanaise"
738
- ],
739
- "PLN": [
740
- "PLN",
741
- "zloty polonais"
742
- ],
743
- "PLZ": [
744
- "PLZ",
745
- "zloty (1950–1995)"
746
- ],
747
- "PTE": [
748
- "PTE",
749
- "escudo portugais"
750
- ],
751
- "PYG": [
752
- "PYG",
753
- "guaraní paraguayen"
754
- ],
755
- "QAR": [
756
- "QAR",
757
- "riyal qatari"
758
- ],
759
- "RHD": [
760
- "$RH",
761
- "dollar rhodésien"
762
- ],
763
- "ROL": [
764
- "ROL",
765
- "ancien leu roumain"
766
- ],
767
- "RON": [
768
- "RON",
769
- "leu roumain"
770
- ],
771
- "RSD": [
772
- "RSD",
773
- "dinar serbe"
774
- ],
775
- "RUB": [
776
- "RUB",
777
- "rouble russe"
778
- ],
779
- "RUR": [
780
- "RUR",
781
- "rouble russe (1991–1998)"
782
- ],
783
- "RWF": [
784
- "RWF",
785
- "franc rwandais"
786
- ],
787
- "SAR": [
788
- "SAR",
789
- "riyal saoudien"
790
- ],
791
- "SBD": [
792
- "$SB",
793
- "dollar des îles Salomon"
794
- ],
795
- "SCR": [
796
- "SCR",
797
- "roupie des Seychelles"
798
- ],
799
- "SDD": [
800
- "SDD",
801
- "dinar soudanais"
802
- ],
803
- "SDG": [
804
- "SDG",
805
- "livre soudanaise"
806
- ],
807
- "SDP": [
808
- "SDP",
809
- "livre soudanaise (1956–2007)"
810
- ],
811
- "SEK": [
812
- "SEK",
813
- "couronne suédoise"
814
- ],
815
- "SGD": [
816
- "$SG",
817
- "dollar de Singapour"
818
- ],
819
- "SHP": [
820
- "SHP",
821
- "livre de Sainte-Hélène"
822
- ],
823
- "SIT": [
824
- "SIT",
825
- "tolar slovène"
826
- ],
827
- "SKK": [
828
- "SKK",
829
- "couronne slovaque"
830
- ],
831
- "SLL": [
832
- "SLL",
833
- "leone sierra-léonais"
834
- ],
835
- "SOS": [
836
- "SOS",
837
- "shilling somalien"
838
- ],
839
- "SRD": [
840
- "$SR",
841
- "dollar surinamais"
842
- ],
843
- "SRG": [
844
- "SRG",
845
- "florin surinamais"
846
- ],
847
- "SSP": [
848
- "SSP",
849
- "livre sud-soudanaise"
850
- ],
851
- "STD": [
852
- "STD",
853
- "dobra santoméen (1977–2017)"
854
- ],
855
- "STN": [
856
- "STN",
857
- "dobra santoméen"
858
- ],
859
- "SUR": [
860
- "SUR",
861
- "rouble soviétique"
862
- ],
863
- "SVC": [
864
- "SVC",
865
- "colón salvadorien"
866
- ],
867
- "SYP": [
868
- "SYP",
869
- "livre syrienne"
870
- ],
871
- "SZL": [
872
- "SZL",
873
- "lilangeni swazi"
874
- ],
875
- "THB": [
876
- "THB",
877
- "baht thaïlandais"
878
- ],
879
- "TJR": [
880
- "TJR",
881
- "rouble tadjik"
882
- ],
883
- "TJS": [
884
- "TJS",
885
- "somoni tadjik"
886
- ],
887
- "TMM": [
888
- "TMM",
889
- "manat turkmène"
890
- ],
891
- "TMT": [
892
- "TMT",
893
- "nouveau manat turkmène"
894
- ],
895
- "TND": [
896
- "TND",
897
- "dinar tunisien"
898
- ],
899
- "TOP": [
900
- "TOP",
901
- "pa’anga tongan"
902
- ],
903
- "TPE": [
904
- "TPE",
905
- "escudo timorais"
906
- ],
907
- "TRL": [
908
- "TRL",
909
- "livre turque (1844–2005)"
910
- ],
911
- "TRY": [
912
- "TRY",
913
- "livre turque"
914
- ],
915
- "TTD": [
916
- "$TT",
917
- "dollar trinidadien"
918
- ],
919
- "TWD": [
920
- "TWD",
921
- "nouveau dollar taïwanais"
922
- ],
923
- "TZS": [
924
- "TZS",
925
- "shilling tanzanien"
926
- ],
927
- "UAH": [
928
- "UAH",
929
- "hryvnia ukrainienne"
930
- ],
931
- "UAK": [
932
- "UAK",
933
- "karbovanetz"
934
- ],
935
- "UGS": [
936
- "UGS",
937
- "shilling ougandais (1966–1987)"
938
- ],
939
- "UGX": [
940
- "UGX",
941
- "shilling ougandais"
942
- ],
943
- "USD": [
944
- "$US",
945
- "dollar des États-Unis"
946
- ],
947
- "USN": [
948
- "USN",
949
- "dollar des Etats-Unis (jour suivant)"
950
- ],
951
- "USS": [
952
- "USS",
953
- "dollar des Etats-Unis (jour même)"
954
- ],
955
- "UYI": [
956
- "UYI",
957
- "peso uruguayen (unités indexées)"
958
- ],
959
- "UYP": [
960
- "UYP",
961
- "peso uruguayen (1975–1993)"
962
- ],
963
- "UYU": [
964
- "$UY",
965
- "peso uruguayen"
966
- ],
967
- "UZS": [
968
- "UZS",
969
- "sum ouzbek"
970
- ],
971
- "VEB": [
972
- "VEB",
973
- "bolivar vénézuélien (1871–2008)"
974
- ],
975
- "VEF": [
976
- "VEF",
977
- "bolivar vénézuélien (2008–2018)"
978
- ],
979
- "VES": [
980
- "VES",
981
- "bolivar vénézuélien"
982
- ],
983
- "VND": [
984
- "₫",
985
- "dông vietnamien"
986
- ],
987
- "VUV": [
988
- "VUV",
989
- "vatu vanuatuan"
990
- ],
991
- "WST": [
992
- "$WS",
993
- "tala samoan"
994
- ],
995
- "XAF": [
996
- "FCFA",
997
- "franc CFA (BEAC)"
998
- ],
999
- "XCD": [
1000
- "XCD",
1001
- "dollar des Caraïbes orientales"
1002
- ],
1003
- "XEU": [
1004
- "XEU",
1005
- "unité de compte européenne (ECU)"
1006
- ],
1007
- "XFO": [
1008
- "XFO",
1009
- "franc or"
1010
- ],
1011
- "XFU": [
1012
- "XFU",
1013
- "franc UIC"
1014
- ],
1015
- "XOF": [
1016
- "CFA",
1017
- "franc CFA (BCEAO)"
1018
- ],
1019
- "XPF": [
1020
- "FCFP",
1021
- "franc CFP"
1022
- ],
1023
- "XRE": [
1024
- "XRE",
1025
- "type de fonds RINET"
1026
- ],
1027
- "YDD": [
1028
- "YDD",
1029
- "dinar du Yémen"
1030
- ],
1031
- "YER": [
1032
- "YER",
1033
- "riyal yéménite"
1034
- ],
1035
- "YUD": [
1036
- "YUD",
1037
- "nouveau dinar yougoslave"
1038
- ],
1039
- "YUM": [
1040
- "YUM",
1041
- "dinar yougoslave Noviy"
1042
- ],
1043
- "YUN": [
1044
- "YUN",
1045
- "dinar yougoslave convertible"
1046
- ],
1047
- "ZAL": [
1048
- "ZAL",
1049
- "rand sud-africain (financier)"
1050
- ],
1051
- "ZAR": [
1052
- "ZAR",
1053
- "rand sud-africain"
1054
- ],
1055
- "ZMK": [
1056
- "ZMK",
1057
- "kwacha zambien (1968–2012)"
1058
- ],
1059
- "ZMW": [
1060
- "ZMW",
1061
- "kwacha zambien"
1062
- ],
1063
- "ZRN": [
1064
- "ZRN",
1065
- "nouveau zaïre zaïrien"
1066
- ],
1067
- "ZRZ": [
1068
- "ZRZ",
1069
- "zaïre zaïrois"
1070
- ],
1071
- "ZWD": [
1072
- "ZWD",
1073
- "dollar zimbabwéen"
1074
- ],
1075
- "ZWL": [
1076
- "ZWL",
1077
- "dollar zimbabwéen (2009)"
1078
- ],
1079
- "ZWR": [
1080
- "ZWR",
1081
- "dollar zimbabwéen (2008)"
1082
- ]
1083
- }
1084
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_BI.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "BIF": [
4
- "FBu",
5
- "franc burundais"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_CA.json DELETED
@@ -1,184 +0,0 @@
1
- {
2
- "Names": {
3
- "ARS": [
4
- "ARS",
5
- "peso argentin"
6
- ],
7
- "AUD": [
8
- "$ AU",
9
- "dollar australien"
10
- ],
11
- "AZN": [
12
- "AZN",
13
- "manat azerbaïdjanais"
14
- ],
15
- "BMD": [
16
- "BMD",
17
- "dollar bermudien"
18
- ],
19
- "BND": [
20
- "BND",
21
- "dollar brunéien"
22
- ],
23
- "BZD": [
24
- "BZD",
25
- "dollar bélizéen"
26
- ],
27
- "CAD": [
28
- "$",
29
- "dollar canadien"
30
- ],
31
- "CLP": [
32
- "CLP",
33
- "peso chilien"
34
- ],
35
- "CNY": [
36
- "CN¥",
37
- "yuan renminbi chinois"
38
- ],
39
- "COP": [
40
- "COP",
41
- "peso colombien"
42
- ],
43
- "CVE": [
44
- "CVE",
45
- "escudo cap-verdien"
46
- ],
47
- "FJD": [
48
- "FJD",
49
- "dollar fidjien"
50
- ],
51
- "FKP": [
52
- "FKP",
53
- "livre des Îles Malouines"
54
- ],
55
- "GBP": [
56
- "£",
57
- "livre sterling"
58
- ],
59
- "GIP": [
60
- "GIP",
61
- "livre de Gibraltar"
62
- ],
63
- "HKD": [
64
- "$ HK",
65
- "dollar de Hong Kong"
66
- ],
67
- "ILS": [
68
- "ILS",
69
- "nouveau shekel israélien"
70
- ],
71
- "INR": [
72
- "INR",
73
- "roupie indienne"
74
- ],
75
- "IRR": [
76
- "IRR",
77
- "rial iranien"
78
- ],
79
- "JPY": [
80
- "¥",
81
- "yen japonais"
82
- ],
83
- "KRW": [
84
- "KRW",
85
- "won sud-coréen"
86
- ],
87
- "LAK": [
88
- "LAK",
89
- "kip laotien"
90
- ],
91
- "LBP": [
92
- "LBP",
93
- "livre libanaise"
94
- ],
95
- "MXN": [
96
- "MXN",
97
- "peso mexicain"
98
- ],
99
- "NAD": [
100
- "NAD",
101
- "dollar namibien"
102
- ],
103
- "NZD": [
104
- "$ NZ",
105
- "dollar néo-zélandais"
106
- ],
107
- "OMR": [
108
- "OMR",
109
- "rial omanais"
110
- ],
111
- "PEN": [
112
- "PEN",
113
- "nouveau sol péruvien"
114
- ],
115
- "PGK": [
116
- "PGK",
117
- "kina papou-néo-guinéen"
118
- ],
119
- "QAR": [
120
- "QAR",
121
- "riyal du Qatar"
122
- ],
123
- "SAR": [
124
- "SAR",
125
- "rial saoudien"
126
- ],
127
- "SBD": [
128
- "SBD",
129
- "dollar des îles Salomon"
130
- ],
131
- "SGD": [
132
- "$ SG",
133
- "dollar de Singapour"
134
- ],
135
- "SRD": [
136
- "SRD",
137
- "dollar du Suriname"
138
- ],
139
- "TOP": [
140
- "TOP",
141
- "pa’anga"
142
- ],
143
- "TTD": [
144
- "TTD",
145
- "dollar de Trinité-et-Tobago"
146
- ],
147
- "USD": [
148
- "$ US",
149
- "dollar des États-Unis"
150
- ],
151
- "UYU": [
152
- "UYU",
153
- "peso uruguayen"
154
- ],
155
- "VND": [
156
- "VND",
157
- "dông vietnamien"
158
- ],
159
- "VUV": [
160
- "VUV",
161
- "vatu"
162
- ],
163
- "WST": [
164
- "WST",
165
- "tala"
166
- ],
167
- "XAF": [
168
- "XAF",
169
- "franc CFA (BEAC)"
170
- ],
171
- "XOF": [
172
- "XOF",
173
- "franc CFA (BCEAO)"
174
- ],
175
- "XPF": [
176
- "XPF",
177
- "franc CFP"
178
- ],
179
- "YER": [
180
- "YER",
181
- "rial yéménite"
182
- ]
183
- }
184
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_CD.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "CDF": [
4
- "FC",
5
- "franc congolais"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_DJ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "DJF": [
4
- "Fdj",
5
- "franc djiboutien"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_DZ.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "DZD": [
4
- "DA",
5
- "dinar algérien"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_GN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "GNF": [
4
- "FG",
5
- "franc guinéen"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_HT.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "HTG": [
4
- "G",
5
- "gourde haïtienne"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_KM.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "KMF": [
4
- "CF",
5
- "franc comorien"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_LU.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "Names": {
3
- "FRF": [
4
- "FRF",
5
- "franc français"
6
- ],
7
- "LUF": [
8
- "F",
9
- "franc luxembourgeois"
10
- ]
11
- }
12
- }
 
 
 
 
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_MG.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MGA": [
4
- "Ar",
5
- "ariary malgache"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_MR.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MRU": [
4
- "UM",
5
- "ouguiya mauritanien"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_MU.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "MUR": [
4
- "Rs",
5
- "roupie mauricienne"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_RW.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "RWF": [
4
- "RF",
5
- "franc rwandais"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_SC.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SCR": [
4
- "SR",
5
- "roupie des Seychelles"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_SY.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "SYP": [
4
- "LS",
5
- "livre syrienne"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_TN.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "TND": [
4
- "DT",
5
- "dinar tunisien"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fr_VU.json DELETED
@@ -1,8 +0,0 @@
1
- {
2
- "Names": {
3
- "VUV": [
4
- "VT",
5
- "vatu vanuatuan"
6
- ]
7
- }
8
- }
 
 
 
 
 
 
 
 
vendor/symfony/intl/Resources/data/currencies/fy.json DELETED
@@ -1,1136 +0,0 @@
1
- {
2
- "Names": {
3
- "ADP": [
4
- "ADP",
5
- "Andorrese peseta"
6
- ],
7
- "AED": [
8
- "AED",
9
- "Verenigde Arabyske Emiraten-dirham"
10
- ],
11
- "AFA": [
12
- "AFA",
13
- "Afghani (1927–2002)"
14
- ],
15
- "AFN": [
16
- "AFN",
17
- "Afghaanske afghani"
18
- ],
19
- "ALL": [
20
- "ALL",
21
- "Albanese lek"
22
- ],
23
- "AMD": [
24
- "AMD",
25
- "Armeense dram"
26
- ],
27
- "ANG": [
28
- "ANG",
29
- "Nederlânsk-Antilliaanske gûne"
30
- ],
31
- "AOA": [
32
- "AOA",
33
- "Angolese kwanza"
34
- ],
35
- "AOK": [
36
- "AOK",
37
- "Angolese kwanza (1977–1990)"
38
- ],
39
- "AON": [
40
- "AON",
41
- "Angolese nieuwe kwanza (1990–2000)"
42
- ],
43
- "AOR": [
44
- "AOR",
45
- "Angolese kwanza reajustado (1995–1999)"
46
- ],
47
- "ARA": [
48
- "ARA",
49
- "Argentynske austral"
50
- ],
51
- "ARL": [
52
- "ARL",
53
- "Argentynske peso ley (1970–1983)"
54
- ],
55
- "ARM": [
56
- "ARM",
57
- "Argentynske peso (1881–1970)"
58
- ],
59
- "ARP": [
60
- "ARP",
61
- "Argentynske peso (1983–1985)"
62
- ],
63
- "ARS": [
64
- "ARS",
65
- "Argentynske peso"
66
- ],
67
- "ATS": [
68
- "ATS",
69
- "Eastenrykse schilling"
70
- ],
71
- "AUD": [
72
- "AU$",
73
- "Australyske dollar"
74
- ],
75
- "AWG": [
76
- "AWG",
77
- "Arubaanske gulden"
78
- ],
79
- "AZM": [
80
- "AZM",
81
- "Azerbeidzjaanske manat (1993–2006)"
82
- ],
83
- "AZN": [
84
- "AZN",
85
- "Azerbeidzjaanske manat"
86
- ],
87
- "BAD": [
88
- "BAD",
89
- "Bosnyske dinar"
90
- ],
91
- "BAM": [
92
- "BAM",
93
- "Bosnyske convertibele mark"
94
- ],
95
- "BAN": [
96
- "BAN",
97
- "Nije Bosnyske dinar (1994–1997)"
98
- ],
99
- "BBD": [
100
- "BBD",
101
- "Barbadaanske dollar"
102
- ],
103
- "BDT": [
104
- "BDT",
105
- "Bengalese taka"
106
- ],
107
- "BEC": [
108
- "BEC",
109
- "Belgyske frank (convertibel)"
110
- ],
111
- "BEF": [
112
- "BEF",
113
- "Belgyske frank"
114
- ],
115
- "BEL": [
116
- "BEL",
117
- "Belgyske frank (finansjeel)"
118
- ],
119
- "BGL": [
120
- "BGL",
121
- "Bulgaarse harde lev"
122
- ],
123
- "BGM": [
124
- "BGM",
125
- "Bulgaarse socialistyske lev"
126
- ],
127
- "BGN": [
128
- "BGN",
129
- "Bulgaarse lev"
130
- ],
131
- "BGO": [
132
- "BGO",
133
- "Bulgaarse lev (1879–1952)"
134
- ],
135
- "BHD": [
136
- "BHD",
137
- "Bahreinse dinar"
138
- ],
139
- "BIF": [
140
- "BIF",
141
- "Burundese frank"
142
- ],
143
- "BMD": [
144
- "BMD",
145
- "Bermuda-dollar"
146
- ],
147
- "BND": [
148
- "BND",
149
- "Bruneise dollar"
150
- ],
151
- "BOB": [
152
- "BOB",
153
- "Boliviaanske boliviano"
154
- ],
155
- "BOL": [
156
- "BOL",
157
- "Boliviaanske boliviano (1863–1963)"
158
- ],
159
- "BOP": [
160
- "BOP",
161
- "Boliviaanske peso"
162
- ],
163
- "BOV": [
164
- "BOV",
165
- "Boliviaanske mvdol"
166
- ],
167
- "BRB": [
168
- "BRB",
169
- "Braziliaanske cruzeiro novo (1967–1986)"
170
- ],
171
- "BRC": [
172
- "BRC",
173
- "Braziliaanske cruzado"
174
- ],
175
- "BRE": [
176
- "BRE",
177
- "Braziliaanske cruzeiro (1990–1993)"
178
- ],
179
- "BRL": [
180
- "R$",
181
- "Braziliaanske real"
182
- ],
183
- "BRN": [
184
- "BRN",
185
- "Braziliaanske cruzado novo"
186
- ],
187
- "BRR": [
188
- "BRR",
189
- "Braziliaanske cruzeiro"
190
- ],
191
- "BRZ": [
192
- "BRZ",
193
- "Braziliaanske cruzeiro (1942–1967)"
194
- ],
195
- "BSD": [
196
- "BSD",
197
- "Bahamaanske dollar"
198
- ],
199
- "BTN": [
200
- "BTN",
201
- "Bhutaanske ngultrum"
202
- ],
203
- "BUK": [
204
- "BUK",
205
- "Birmese kyat"
206
- ],
207
- "BWP": [
208
- "BWP",
209
- "Botswaanske pula"
210
- ],
211
- "BYB": [
212
- "BYB",
213
- "Wit-Russyske nieuwe roebel (1994–1999)"
214
- ],
215
- "BYN": [
216
- "BYN",
217
- "Wit-Russyske roebel"
218
- ],
219
- "BYR": [
220
- "BYR",
221
- "Wit-Russyske roebel (2000–2016)"
222
- ],
223
- "BZD": [
224
- "BZD",
225
- "Belizaanske dollar"
226
- ],
227
- "CAD": [
228
- "C$",
229
- "Canadese dollar"
230
- ],
231
- "CDF": [
232
- "CDF",
233
- "Congolese frank"
234
- ],
235
- "CHE": [
236
- "CHE",
237
- "WIR euro"
238
- ],
239
- "CHF": [
240
- "CHF",
241
- "Zwitserse frank"
242
- ],
243
- "CHW": [
244
- "CHW",
245
- "WIR franc"
246
- ],
247
- "CLE": [
248
- "CLE",
249
- "Sileenske escudo"
250
- ],
251
- "CLF": [
252
- "CLF",
253
- "Sileenske unidades de fomento"
254
- ],
255
- "CLP": [
256
- "CLP",
257
- "Sileenske peso"
258
- ],
259
- "CNY": [
260
- "CN¥",
261
- "Sineeske yuan renminbi"
262
- ],
263
- "COP": [
264
- "COP",
265
- "Kolombiaanske peso"
266
- ],
267
- "COU": [
268
- "COU",
269
- "Unidad de Valor Real"
270
- ],
271
- "CRC": [
272
- "CRC",
273
- "Costaricaanske colón"
274
- ],
275
- "CSD": [
276
- "CSD",
277
- "Alde Servyske dinar"
278
- ],
279
- "CSK": [
280
- "CSK",
281
- "Tsjechoslowaakse harde koruna"
282
- ],
283
- "CUC": [
284
- "CUC",
285
- "Kubaanske convertibele peso"
286
- ],
287
- "CUP": [
288
- "CUP",
289
- "Kubaanske peso"
290
- ],
291
- "CVE": [
292
- "CVE",
293
- "Kaapverdyske escudo"
294
- ],
295
- "CYP": [
296
- "CYP",
297
- "Cyprysk pûn"
298
- ],
299
- "CZK": [
300
- "CZK",
301
- "Tsjechyske kroon"
302
- ],
303
- "DDM": [
304
- "DDM",
305
- "East-Dútske ostmark"
306
- ],
307
- "DEM": [
308
- "DEM",
309
- "Dútske mark"
310
- ],
311
- "DJF": [
312
- "DJF",
313
- "Djiboutiaanske frank"
314
- ],
315
- "DKK": [
316
- "DKK",
317
- "Deenske kroon"
318
- ],
319
- "DOP": [
320
- "DOP",
321
- "Dominikaanske peso"
322
- ],
323
- "DZD": [
324
- "DZD",
325
- "Algerynske dinar"
326
- ],
327
- "ECS": [
328
- "ECS",
329
- "Ecuadoraanske sucre"
330
- ],
331
- "ECV": [
332
- "ECV",
333
- "Ecuadoraanske unidad de valor constante (UVC)"
334
- ],
335
- "EEK": [
336
- "EEK",
337
- "Estlânske kroon"
338
- ],
339
- "EGP": [
340
- "EGP",
341
- "Egyptysk pûn"
342
- ],
343
- "ERN": [
344
- "ERN",
345
- "Eritrese nakfa"
346
- ],
347
- "ESA": [
348
- "ESA",
349
- "Spaanske peseta (account A)"
350
- ],
351
- "ESB": [
352
- "ESB",
353
- "Spaanske peseta (convertibele account)"
354
- ],
355
- "ESP": [
356
- "ESP",
357
- "Spaanske peseta"
358
- ],
359
- "ETB": [
360
- "ETB",
361
- "Ethiopyske birr"
362
- ],
363
- "EUR": [
364
- "€",
365
- "Euro"
366
- ],
367
- "FIM": [
368
- "FIM",
369
- "Finse markka"
370
- ],
371
- "FJD": [
372
- "FJ$",
373
- "Fiji-dollar"
374
- ],
375
- "FKP": [
376
- "FKP",
377
- "Falklâneilânske pûn"
378
- ],
379
- "FRF": [
380
- "FRF",
381
- "Franske franc"
382
- ],
383
- "GBP": [
384
- "£",
385
- "Brits pûn"
386
- ],
387
- "GEK": [
388
- "GEK",
389
- "Georgyske kupon larit"
390
- ],
391
- "GEL": [
392
- "GEL",
393
- "Georgyske lari"
394
- ],
395
- "GHC": [
396
- "GHC",
397
- "Ghanese cedi (1979–2007)"
398
- ],
399
- "GHS": [
400
- "GHS",
401
- "Ghanese cedi"
402
- ],
403
- "GIP": [
404
- "GIP",
405
- "Gibraltarees pûn"
406
- ],
407
- "GMD": [
408
- "GMD",
409
- "Gambiaanske dalasi"
410
- ],
411
- "GNF": [
412
- "GNF",
413
- "Guinese franc"
414
- ],
415
- "GNS": [
416
- "GNS",
417
- "Guinese syli"
418
- ],
419
- "GQE": [
420
- "GQE",
421
- "Equatoriaal-Guinese ekwele guineana"
422
- ],
423
- "GRD": [
424
- "GRD",
425
- "Grykse drachme"
426
- ],
427
- "GTQ": [
428
- "GTQ",
429
- "Guatemalteekse quetzal"
430
- ],
431
- "GWE": [
432
- "GWE",
433
- "Portugees-Guinese escudo"
434
- ],
435
- "GWP": [
436
- "GWP",
437
- "Guinee-Bissause peso"
438
- ],
439
- "GYD": [
440
- "GYD",
441
- "Guyaanske dollar"
442
- ],
443
- "HKD": [
444
- "HK$",
445
- "Hongkongske dollar"
446
- ],
447
- "HNL": [
448
- "HNL",
449
- "Hondurese lempira"
450
- ],
451
- "HRD": [
452
- "HRD",
453
- "Kroatyske dinar"
454
- ],
455
- "HRK": [
456
- "HRK",
457
- "Kroatyske kuna"
458
- ],
459
- "HTG": [
460
- "HTG",
461
- "Haïtiaanske gourde"
462
- ],
463
- "HUF": [
464
- "HUF",
465
- "Hongaarse forint"
466
- ],
467
- "IDR": [
468
- "IDR",
469
- "Indonesyske roepia"
470
- ],
471
- "IEP": [
472
- "IEP",
473
- "Ierske pûn"
474
- ],
475
- "ILP": [
476
- "ILP",
477
- "Israëlysk pûn"
478
- ],
479
- "ILS": [
480
- "₪",
481
- "Israëlyske nieuwe shekel"
482
- ],
483
- "INR": [
484
- "₹",
485
- "Indiase roepie"
486
- ],
487
- "IQD": [
488
- "IQD",
489
- "Iraakse dinar"
490
- ],
491
- "IRR": [
492
- "IRR",
493
- "Iraanske rial"
494
- ],
495
- "ISK": [
496
- "ISK",
497
- "Yslânske kroon"
498
- ],
499
- "ITL": [
500
- "ITL",
501
- "Italiaanske lire"
502
- ],
503
- "JMD": [
504
- "JMD",
505
- "Jamaikaanske dollar"
506
- ],
507
- "JOD": [
508
- "JOD",
509
- "Jordaanske dinar"
510
- ],
511
- "JPY": [
512
- "JP¥",
513
- "Japanse yen"
514
- ],
515
- "KES": [
516
- "KES",
517
- "Keniaanske shilling"
518
- ],
519
- "KGS": [
520
- "KGS",
521
- "Kirgizyske som"
522
- ],
523
- "KHR": [
524
- "KHR",
525
- "Kambodjaanske riel"
526
- ],
527
- "KMF": [
528
- "KMF",
529
- "Komorese frank"
530
- ],
531
- "KPW": [
532
- "KPW",
533
- "Noard-Koreaanske won"
534
- ],
535
- "KRH": [
536
- "KRH",
537
- "Sûd-Koreaanske hwan (1953–1962)"
538
- ],
539
- "KRO": [
540
- "KRO",
541
- "Alde Sûd-Koreaanske won (1945–1953)"
542
- ],
543
- "KRW": [
544
- "₩",
545
- "Sûd-Koreaanske won"
546
- ],
547
- "KWD": [
548
- "KWD",
549
- "Koeweitse dinar"
550
- ],
551
- "KYD": [
552
- "KYD",
553
- "Caymaneilânske dollar"
554
- ],
555
- "KZT": [
556
- "KZT",
557
- "Kazachstaanske tenge"
558
- ],
559
- "LAK": [
560
- "LAK",
561
- "Laotiaanske kip"
562
- ],
563
- "LBP": [
564
- "LBP",
565
- "Libaneeske pûn"
566
- ],
567
- "LKR": [
568
- "LKR",
569
- "Sri Lankaanske roepie"
570
- ],
571
- "LRD": [
572
- "LRD",
573
- "Liberiaanske dollar"
574
- ],
575
- "LSL": [
576
- "LSL",
577
- "Lesothaanske loti"
578
- ],
579
- "LTL": [
580
- "LTL",
581
- "Litouwse litas"
582
- ],
583
- "LTT": [
584
- "LTT",
585
- "Litouwse talonas"
586
- ],
587
- "LUC": [
588
- "LUC",
589
- "Lúksemboargske convertibele franc"
590
- ],
591
- "LUF": [
592
- "LUF",
593
- "Lúksemboargske frank"
594
- ],
595
- "LUL": [
596
- "LUL",
597
- "Lúksemboargske finansjele franc"
598
- ],
599
- "LVL": [
600
- "LVL",
601
- "Letse lats"
602
- ],
603
-