twitter_cldr 2.0.2 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. data/History.txt +9 -0
  2. data/NOTICE +29 -1
  3. data/README.md +4 -11
  4. data/lib/twitter_cldr/formatters/calendars/date_formatter.rb +6 -1
  5. data/lib/twitter_cldr/formatters/calendars/datetime_formatter.rb +10 -1
  6. data/lib/twitter_cldr/formatters/calendars/time_formatter.rb +6 -1
  7. data/lib/twitter_cldr/formatters/calendars/timespan_formatter.rb +12 -2
  8. data/lib/twitter_cldr/formatters/numbers/currency_formatter.rb +12 -3
  9. data/lib/twitter_cldr/formatters/numbers/number_formatter.rb +9 -1
  10. data/lib/twitter_cldr/formatters/plurals/rules.rb +8 -3
  11. data/lib/twitter_cldr/localized/localized_date.rb +13 -0
  12. data/lib/twitter_cldr/localized/localized_datetime.rb +20 -7
  13. data/lib/twitter_cldr/localized/localized_object.rb +1 -1
  14. data/lib/twitter_cldr/localized/localized_string.rb +14 -0
  15. data/lib/twitter_cldr/localized/localized_time.rb +12 -0
  16. data/lib/twitter_cldr/localized/localized_timespan.rb +1 -1
  17. data/lib/twitter_cldr/parsers/number_parser.rb +113 -0
  18. data/lib/twitter_cldr/parsers.rb +10 -0
  19. data/lib/twitter_cldr/resources/loader.rb +49 -2
  20. data/lib/twitter_cldr/resources/locales_resources_importer.rb +22 -2
  21. data/lib/twitter_cldr/shared/calendar.rb +95 -12
  22. data/lib/twitter_cldr/shared/currencies.rb +18 -15
  23. data/lib/twitter_cldr/shared/languages.rb +4 -4
  24. data/lib/twitter_cldr/shared/numbers.rb +1 -1
  25. data/lib/twitter_cldr/shared/territories.rb +63 -0
  26. data/lib/twitter_cldr/shared.rb +2 -1
  27. data/lib/twitter_cldr/tokenizers/base.rb +10 -15
  28. data/lib/twitter_cldr/tokenizers/calendars/additional_date_format_selector.rb +6 -1
  29. data/lib/twitter_cldr/tokenizers/calendars/datetime_tokenizer.rb +11 -2
  30. data/lib/twitter_cldr/tokenizers/calendars/timespan_tokenizer.rb +12 -9
  31. data/lib/twitter_cldr/tokenizers/numbers/number_tokenizer.rb +2 -2
  32. data/lib/twitter_cldr/utils/territories.rb +56 -0
  33. data/lib/twitter_cldr/utils.rb +4 -3
  34. data/lib/twitter_cldr/version.rb +1 -1
  35. data/lib/twitter_cldr.rb +60 -8
  36. data/resources/collation/tailoring/hr.yml +32 -0
  37. data/resources/collation/tailoring/is.yml +30 -0
  38. data/resources/collation/tries/hr.dump +0 -0
  39. data/resources/collation/tries/is.dump +0 -0
  40. data/resources/custom/locales/he/units.yml +150 -13
  41. data/resources/custom/locales/hr/units.yml +9 -0
  42. data/resources/locales/af/territories.yml +262 -0
  43. data/resources/locales/ar/territories.yml +262 -0
  44. data/resources/locales/be/territories.yml +239 -0
  45. data/resources/locales/bg/territories.yml +262 -0
  46. data/resources/locales/bn/territories.yml +262 -0
  47. data/resources/locales/ca/territories.yml +262 -0
  48. data/resources/locales/cs/territories.yml +262 -0
  49. data/resources/locales/cy/territories.yml +5 -0
  50. data/resources/locales/da/territories.yml +262 -0
  51. data/resources/locales/de/territories.yml +262 -0
  52. data/resources/locales/el/territories.yml +262 -0
  53. data/resources/locales/en/territories.yml +262 -0
  54. data/resources/locales/es/territories.yml +262 -0
  55. data/resources/locales/eu/territories.yml +262 -0
  56. data/resources/locales/fa/territories.yml +262 -0
  57. data/resources/locales/fi/territories.yml +262 -0
  58. data/resources/locales/fil/territories.yml +262 -0
  59. data/resources/locales/fr/territories.yml +262 -0
  60. data/resources/locales/ga/territories.yml +251 -0
  61. data/resources/locales/gl/territories.yml +262 -0
  62. data/resources/locales/he/territories.yml +262 -0
  63. data/resources/locales/hi/territories.yml +262 -0
  64. data/resources/locales/hr/calendars.yml +299 -0
  65. data/resources/locales/hr/currencies.yml +1490 -0
  66. data/resources/locales/hr/languages.yml +576 -0
  67. data/resources/locales/hr/layout.yml +4 -0
  68. data/resources/locales/hr/lists.yml +7 -0
  69. data/resources/locales/hr/numbers.yml +59 -0
  70. data/resources/locales/hr/plurals.yml +5 -0
  71. data/resources/locales/hr/territories.yml +262 -0
  72. data/resources/locales/hr/units.yml +164 -0
  73. data/resources/locales/hu/territories.yml +262 -0
  74. data/resources/locales/id/territories.yml +262 -0
  75. data/resources/locales/is/calendars.yml +243 -0
  76. data/resources/locales/is/currencies.yml +478 -0
  77. data/resources/locales/is/languages.yml +495 -0
  78. data/resources/locales/is/layout.yml +4 -0
  79. data/resources/locales/is/lists.yml +7 -0
  80. data/resources/locales/is/numbers.yml +57 -0
  81. data/resources/locales/is/plurals.yml +3 -0
  82. data/resources/locales/is/territories.yml +262 -0
  83. data/resources/locales/is/units.yml +108 -0
  84. data/resources/locales/it/territories.yml +262 -0
  85. data/resources/locales/ja/territories.yml +262 -0
  86. data/resources/locales/ko/territories.yml +262 -0
  87. data/resources/locales/lv/territories.yml +262 -0
  88. data/resources/locales/ms/territories.yml +262 -0
  89. data/resources/locales/nb/territories.yml +262 -0
  90. data/resources/locales/nl/territories.yml +262 -0
  91. data/resources/locales/pl/territories.yml +262 -0
  92. data/resources/locales/pt/territories.yml +262 -0
  93. data/resources/locales/ro/territories.yml +262 -0
  94. data/resources/locales/ru/territories.yml +262 -0
  95. data/resources/locales/sk/territories.yml +262 -0
  96. data/resources/locales/sq/territories.yml +159 -0
  97. data/resources/locales/sr/territories.yml +262 -0
  98. data/resources/locales/sv/territories.yml +262 -0
  99. data/resources/locales/ta/territories.yml +262 -0
  100. data/resources/locales/th/territories.yml +262 -0
  101. data/resources/locales/tr/territories.yml +262 -0
  102. data/resources/locales/uk/territories.yml +262 -0
  103. data/resources/locales/ur/territories.yml +262 -0
  104. data/resources/locales/vi/territories.yml +262 -0
  105. data/resources/locales/zh/territories.yml +262 -0
  106. data/resources/locales/zh-Hant/territories.yml +262 -0
  107. data/resources/shared/iso_currency_symbols.yml +475 -0
  108. data/spec/formatters/numbers/currency_formatter_spec.rb +11 -2
  109. data/spec/formatters/plurals/rules_spec.rb +1 -1
  110. data/spec/localized/localized_date_spec.rb +22 -24
  111. data/spec/localized/localized_object_spec.rb +1 -1
  112. data/spec/localized/localized_string_spec.rb +33 -0
  113. data/spec/localized/localized_symbol_spec.rb +1 -1
  114. data/spec/normalization/base_spec.rb +1 -0
  115. data/spec/parsers/number_parser_spec.rb +189 -0
  116. data/spec/readme_spec.rb +10 -11
  117. data/spec/resources/loader_spec.rb +75 -1
  118. data/spec/shared/calendar_spec.rb +123 -1
  119. data/spec/shared/currencies_spec.rb +20 -24
  120. data/spec/shared/languages_spec.rb +27 -27
  121. data/spec/shared/numbers_spec.rb +1 -1
  122. data/spec/shared/territories_spec.rb +120 -0
  123. data/spec/spec_helper.rb +19 -2
  124. data/spec/twitter_cldr_spec.rb +234 -9
  125. data/spec/utils/territories_spec.rb +16 -0
  126. data/spec/utils_spec.rb +1 -1
  127. metadata +131 -37
  128. data/resources/shared/currencies.yml +0 -448
@@ -0,0 +1,262 @@
1
+ ---
2
+ :zh-Hant:
3
+ :territories:
4
+ :ac: 阿森松島
5
+ :ad: 安道爾
6
+ :ae: 阿拉伯聯合大公國
7
+ :af: 阿富汗
8
+ :ag: 安地卡及巴布達
9
+ :ai: 安圭拉島
10
+ :al: 阿爾巴尼亞
11
+ :am: 亞美尼亞
12
+ :an: 荷屬安地列斯
13
+ :ao: 安哥拉
14
+ :aq: 南極洲
15
+ :ar: 阿根廷
16
+ :as: 美屬薩摩亞群島
17
+ :at: 奧地利
18
+ :au: 澳洲
19
+ :aw: 阿路巴
20
+ :ax: 亞蘭群島
21
+ :az: 亞塞拜然
22
+ :ba: 波士尼亞與赫塞格維納
23
+ :bb: 巴貝多
24
+ :bd: 孟加拉
25
+ :be: 比利時
26
+ :bf: 布基納法索
27
+ :bg: 保加利亞
28
+ :bh: 巴林
29
+ :bi: 蒲隆地
30
+ :bj: 貝寧
31
+ :bl: 聖巴瑟米
32
+ :bm: 百慕達
33
+ :bn: 汶萊
34
+ :bo: 玻利維亞
35
+ :bq: 荷蘭加勒比區
36
+ :br: 巴西
37
+ :bs: 巴哈馬
38
+ :bt: 不丹
39
+ :bv: 布威島
40
+ :bw: 博茨瓦納
41
+ :by: 白俄羅斯
42
+ :bz: 貝里斯
43
+ :ca: 加拿大
44
+ :cc: 可可斯群島
45
+ :cd: 剛果民主共和國
46
+ :cf: 中非共和國
47
+ :cg: 剛果共和國
48
+ :ch: 瑞士
49
+ :ci: 象牙海岸
50
+ :ck: 庫克群島
51
+ :cl: 智利
52
+ :cm: 喀麥隆
53
+ :cn: 中華人民共和國
54
+ :co: 哥倫比亞
55
+ :cp: 克里派頓島
56
+ :cr: 哥斯大黎加
57
+ :cu: 古巴
58
+ :cv: 維德角
59
+ :cw: 庫拉索
60
+ :cx: 聖誕島
61
+ :cy: 賽普勒斯
62
+ :cz: 捷克共和國
63
+ :de: 德國
64
+ :dg: 迪亞哥加西亞島
65
+ :dj: 吉布地
66
+ :dk: 丹麥
67
+ :dm: 多明尼加
68
+ :do: 多明尼加共和國
69
+ :dz: 阿爾及利亞
70
+ :ea: 休達與梅利利亞
71
+ :ec: 厄瓜多
72
+ :ee: 愛沙尼亞
73
+ :eg: 埃及
74
+ :eh: 西撒哈拉
75
+ :er: 厄利垂亞
76
+ :es: 西班牙
77
+ :et: 衣索比亞
78
+ :eu: 歐盟
79
+ :fi: 芬蘭
80
+ :fj: 斐濟
81
+ :fk: 福克蘭群島 [馬爾維納斯群島]
82
+ :fm: 密克羅尼西亞群島
83
+ :fo: 法羅群島
84
+ :fr: 法國
85
+ :ga: 加彭
86
+ :gb: 英國
87
+ :gd: 格瑞納達
88
+ :ge: 喬治亞共和國
89
+ :gf: 法屬圭亞那
90
+ :gg: 根西島
91
+ :gh: 迦納
92
+ :gi: 直布羅陀
93
+ :gl: 格陵蘭
94
+ :gm: 甘比亞
95
+ :gn: 幾內亞
96
+ :gp: 哥德普洛
97
+ :gq: 赤道幾內亞
98
+ :gr: 希臘
99
+ :gs: 南喬治亞與南三明治群島
100
+ :gt: 瓜地馬拉
101
+ :gu: 關島
102
+ :gw: 幾內亞比紹
103
+ :gy: 蓋亞納
104
+ :hk: 香港
105
+ :hm: 赫德與麥克當諾群島
106
+ :hn: 宏都拉斯
107
+ :hr: 克羅地亞
108
+ :ht: 海地
109
+ :hu: 匈牙利
110
+ :ic: 加那利群島
111
+ :id: 印尼
112
+ :ie: 愛爾蘭
113
+ :il: 以色列
114
+ :im: 曼島
115
+ :in: 印度
116
+ :io: 英屬印度洋領土
117
+ :iq: 伊拉克
118
+ :ir: 伊朗
119
+ :is: 冰島
120
+ :it: 義大利
121
+ :je: 澤西島
122
+ :jm: 牙買加
123
+ :jo: 約旦
124
+ :jp: 日本
125
+ :ke: 肯亞
126
+ :kg: 吉爾吉斯
127
+ :kh: 柬埔寨
128
+ :ki: 基里巴斯
129
+ :km: 科摩羅群島
130
+ :kn: 聖克里斯多福及尼維斯
131
+ :kp: 北韓
132
+ :kr: 南韓
133
+ :kw: 科威特
134
+ :ky: 開曼群島
135
+ :kz: 哈薩克
136
+ :la: 寮國
137
+ :lb: 黎巴嫩
138
+ :lc: 聖露西亞
139
+ :li: 列支敦士登
140
+ :lk: 斯里蘭卡
141
+ :lr: 賴比瑞亞
142
+ :ls: 賴索扥
143
+ :lt: 立陶宛
144
+ :lu: 盧森堡
145
+ :lv: 拉脫維亞
146
+ :ly: 利比亞
147
+ :ma: 摩洛哥
148
+ :mc: 摩納哥
149
+ :md: 摩爾多瓦
150
+ :me: 蒙特內哥羅
151
+ :mf: 聖馬丁
152
+ :mg: 馬達加斯加
153
+ :mh: 馬紹爾群島
154
+ :mk: 前南斯拉夫馬其頓共和國
155
+ :ml: 馬利
156
+ :mm: 緬甸
157
+ :mn: 蒙古
158
+ :mo: 澳門
159
+ :mp: 北馬里亞納群島
160
+ :mq: 馬丁尼克島
161
+ :mr: 茅利塔尼亞
162
+ :ms: 蒙特色拉特島
163
+ :mt: 馬爾他
164
+ :mu: 模里西斯
165
+ :mv: 馬爾地夫
166
+ :mw: 馬拉維
167
+ :mx: 墨西哥
168
+ :my: 馬來西亞
169
+ :mz: 莫三比克
170
+ :na: 納米比亞
171
+ :nc: 新喀里多尼亞群島
172
+ :ne: 尼日
173
+ :nf: 諾福克島
174
+ :ng: 奈及利亞
175
+ :ni: 尼加拉瓜
176
+ :nl: 荷蘭
177
+ :no: 挪威
178
+ :np: 尼泊爾
179
+ :nr: 諾魯
180
+ :nu: 紐威島
181
+ :nz: 紐西蘭
182
+ :om: 阿曼王國
183
+ :pa: 巴拿馬
184
+ :pe: 秘魯
185
+ :pf: 法屬玻里尼西亞
186
+ :pg: 巴布亞紐幾內亞
187
+ :ph: 菲律賓
188
+ :pk: 巴基斯坦
189
+ :pl: 波蘭
190
+ :pm: 聖皮埃爾和密克隆群島
191
+ :pn: 皮特康
192
+ :pr: 波多黎各
193
+ :ps: 巴勒斯坦
194
+ :pt: 葡萄牙
195
+ :pw: 帛琉
196
+ :py: 巴拉圭
197
+ :qa: 卡達
198
+ :qo: 大洋洲邊疆群島
199
+ :re: 留尼旺
200
+ :ro: 羅馬尼亞
201
+ :rs: 塞爾維亞
202
+ :ru: 俄羅斯
203
+ :rw: 盧旺達
204
+ :sa: 沙烏地阿拉伯
205
+ :sb: 索羅門群島
206
+ :sc: 塞席爾
207
+ :sd: 蘇丹
208
+ :se: 瑞典
209
+ :sg: 新加坡
210
+ :sh: 聖赫勒拿島
211
+ :si: 斯洛維尼亞
212
+ :sj: 冷岸及央麥恩群島
213
+ :sk: 斯洛伐克
214
+ :sl: 塞拉利昂
215
+ :sm: 聖馬利諾
216
+ :sn: 塞內加爾
217
+ :so: 索馬利亞
218
+ :sr: 蘇利南
219
+ :ss: 南蘇丹
220
+ :st: 聖多美及普林西比
221
+ :sv: 薩爾瓦多
222
+ :sx: 聖馬爾丁
223
+ :sy: 敘利亞
224
+ :sz: 史瓦濟蘭
225
+ :ta: 特里斯坦達庫尼亞群島
226
+ :tc: 土克斯及開科斯群島
227
+ :td: 查德
228
+ :tf: 法屬南方屬地
229
+ :tg: 多哥共和國
230
+ :th: 泰國
231
+ :tj: 塔吉克
232
+ :tk: 托克勞群島
233
+ :tl: 東帝汶
234
+ :tm: 土庫曼
235
+ :tn: 突尼西亞
236
+ :to: 東加
237
+ :tr: 土耳其
238
+ :tt: 千里達及托巴哥
239
+ :tv: 吐瓦魯
240
+ :tw: 台灣
241
+ :tz: 坦尚尼亞
242
+ :ua: 烏克蘭
243
+ :ug: 烏干達
244
+ :um: 美屬邊疆群島
245
+ :us: 美國
246
+ :uy: 烏拉圭
247
+ :uz: 烏茲別克
248
+ :va: 梵蒂岡
249
+ :vc: 聖文森及格瑞那丁
250
+ :ve: 委內瑞拉
251
+ :vg: 英屬維京群島
252
+ :vi: 美屬維京群島
253
+ :vn: 越南
254
+ :vu: 萬那杜
255
+ :wf: 瓦利斯和福杜納群島
256
+ :ws: 薩摩亞群島
257
+ :ye: 也門
258
+ :yt: 馬約特
259
+ :za: 南非
260
+ :zm: 尚比亞
261
+ :zw: 津巴布韋
262
+ :zz: 未確定的區域
@@ -0,0 +1,475 @@
1
+ ---
2
+ :AFN:
3
+ :symbol: ؋
4
+ :code_points:
5
+ - 1547
6
+ :ALL:
7
+ :symbol: LEK
8
+ :code_points:
9
+ - 76
10
+ - 69
11
+ - 75
12
+ :ANG:
13
+ :symbol: ƒ
14
+ :code_points:
15
+ - 402
16
+ :ARS:
17
+ :symbol: $
18
+ :code_points:
19
+ - 36
20
+ :AUD:
21
+ :symbol: $
22
+ :code_points:
23
+ - 36
24
+ :AWG:
25
+ :alt_name: Florins
26
+ :symbol: ƒ
27
+ :code_points:
28
+ - 402
29
+ :AZN:
30
+ :symbol: ман
31
+ :code_points:
32
+ - 1084
33
+ - 1072
34
+ - 1085
35
+ :BAM:
36
+ :symbol: KM
37
+ :code_points:
38
+ - 75
39
+ - 77
40
+ :BBD:
41
+ :symbol: $
42
+ :code_points:
43
+ - 36
44
+ :BGN:
45
+ :symbol: лв
46
+ :code_points:
47
+ - 1083
48
+ - 1074
49
+ :BMD:
50
+ :symbol: $
51
+ :code_points:
52
+ - 36
53
+ :BND:
54
+ :symbol: $
55
+ :code_points:
56
+ - 36
57
+ :BOB:
58
+ :symbol: $b
59
+ :code_points:
60
+ - 36
61
+ - 98
62
+ :BRL:
63
+ :symbol: R$
64
+ :code_points:
65
+ - 82
66
+ - 36
67
+ :BSD:
68
+ :symbol: $
69
+ :code_points:
70
+ - 36
71
+ :BWP:
72
+ :symbol: P
73
+ :code_points:
74
+ - 80
75
+ :BYR:
76
+ :symbol: p.
77
+ :code_points:
78
+ - 112
79
+ - 46
80
+ :BZD:
81
+ :symbol: BZ$
82
+ :code_points:
83
+ - 66
84
+ - 90
85
+ - 36
86
+ :CAD:
87
+ :symbol: $
88
+ :code_points:
89
+ - 36
90
+ :CHF:
91
+ :symbol: CHF
92
+ :code_points:
93
+ - 67
94
+ - 72
95
+ - 70
96
+ :CLP:
97
+ :symbol: $
98
+ :code_points:
99
+ - 36
100
+ :CNY:
101
+ :symbol: ¥
102
+ :code_points:
103
+ - 165
104
+ :COP:
105
+ :symbol: $
106
+ :code_points:
107
+ - 36
108
+ :CRC:
109
+ :symbol: ₡
110
+ :code_points:
111
+ - 8353
112
+ :CUP:
113
+ :symbol: ₱
114
+ :code_points:
115
+ - 8369
116
+ :CZK:
117
+ :symbol: Kč
118
+ :code_points:
119
+ - 75
120
+ - 269
121
+ :DKK:
122
+ :symbol: kr
123
+ :code_points:
124
+ - 107
125
+ - 114
126
+ :DOP:
127
+ :symbol: RD$
128
+ :code_points:
129
+ - 82
130
+ - 68
131
+ - 36
132
+ :EEK:
133
+ :symbol: kr
134
+ :code_points:
135
+ - 107
136
+ - 114
137
+ :EGP:
138
+ :symbol: £
139
+ :code_points:
140
+ - 163
141
+ :EUR:
142
+ :symbol: €
143
+ :code_points:
144
+ - 8364
145
+ :FKP:
146
+ :symbol: £
147
+ :code_points:
148
+ - 163
149
+ :GBP:
150
+ :symbol: £
151
+ :code_points:
152
+ - 163
153
+ :GGP:
154
+ :symbol: £
155
+ :code_points:
156
+ - 163
157
+ :GHS:
158
+ :symbol: ¢
159
+ :code_points:
160
+ - 162
161
+ :GIP:
162
+ :symbol: £
163
+ :code_points:
164
+ - 163
165
+ :GTQ:
166
+ :symbol: Q
167
+ :code_points:
168
+ - 81
169
+ :HKD:
170
+ :symbol: $
171
+ :code_points:
172
+ - 36
173
+ :HNL:
174
+ :symbol: L
175
+ :code_points:
176
+ - 76
177
+ :HRK:
178
+ :symbol: kn
179
+ :code_points:
180
+ - 107
181
+ - 110
182
+ :HUF:
183
+ :symbol: Ft
184
+ :code_points:
185
+ - 70
186
+ - 116
187
+ :IDR:
188
+ :symbol: Rp
189
+ :code_points:
190
+ - 82
191
+ - 112
192
+ :ILS:
193
+ :symbol: ₪
194
+ :code_points:
195
+ - 8362
196
+ :IMP:
197
+ :symbol: £
198
+ :code_points:
199
+ - 163
200
+ :INR:
201
+ :symbol: ₨
202
+ :code_points:
203
+ - 8360
204
+ :IRR:
205
+ :symbol: ﷼
206
+ :code_points:
207
+ - 65020
208
+ :ISK:
209
+ :symbol: kr
210
+ :code_points:
211
+ - 107
212
+ - 114
213
+ :JEP:
214
+ :symbol: £
215
+ :code_points:
216
+ - 163
217
+ :JPY:
218
+ :symbol: ¥
219
+ :code_points:
220
+ - 165
221
+ :KGS:
222
+ :symbol: лв
223
+ :code_points:
224
+ - 1083
225
+ - 1074
226
+ :KPW:
227
+ :symbol: ₩
228
+ :code_points:
229
+ - 8361
230
+ :KRW:
231
+ :symbol: ₩
232
+ :code_points:
233
+ - 8361
234
+ :KYD:
235
+ :symbol: $
236
+ :code_points:
237
+ - 36
238
+ :KZT:
239
+ :symbol: лв
240
+ :code_points:
241
+ - 1083
242
+ - 1074
243
+ :LAK:
244
+ :symbol: ₭
245
+ :code_points:
246
+ - 8365
247
+ :LBP:
248
+ :symbol: £
249
+ :code_points:
250
+ - 163
251
+ :LKR:
252
+ :symbol: ₨
253
+ :code_points:
254
+ - 8360
255
+ :LRD:
256
+ :symbol: $
257
+ :code_points:
258
+ - 36
259
+ :LTL:
260
+ :symbol: Lt
261
+ :code_points:
262
+ - 76
263
+ - 116
264
+ :LVL:
265
+ :symbol: Ls
266
+ :code_points:
267
+ - 76
268
+ - 115
269
+ :MNT:
270
+ :symbol: ₮
271
+ :code_points:
272
+ - 8366
273
+ :MUR:
274
+ :symbol: ₨
275
+ :code_points:
276
+ - 8360
277
+ :MXN:
278
+ :symbol: $
279
+ :code_points:
280
+ - 36
281
+ :MYR:
282
+ :symbol: RM
283
+ :code_points:
284
+ - 82
285
+ - 77
286
+ :MZN:
287
+ :symbol: MT
288
+ :code_points:
289
+ - 77
290
+ - 84
291
+ :NAD:
292
+ :symbol: $
293
+ :code_points:
294
+ - 36
295
+ :NGN:
296
+ :symbol: ₦
297
+ :code_points:
298
+ - 8358
299
+ :NIO:
300
+ :symbol: C$
301
+ :code_points:
302
+ - 67
303
+ - 36
304
+ :NOK:
305
+ :symbol: kr
306
+ :code_points:
307
+ - 107
308
+ - 114
309
+ :NPR:
310
+ :symbol: ₨
311
+ :code_points:
312
+ - 8360
313
+ :NZD:
314
+ :symbol: $
315
+ :code_points:
316
+ - 36
317
+ :OMR:
318
+ :symbol: ﷼
319
+ :code_points:
320
+ - 65020
321
+ :PAB:
322
+ :symbol: B/.
323
+ :code_points:
324
+ - 66
325
+ - 47
326
+ - 46
327
+ :PEN:
328
+ :symbol: S/.
329
+ :code_points:
330
+ - 83
331
+ - 47
332
+ - 46
333
+ :PHP:
334
+ :symbol: Php
335
+ :code_points:
336
+ - 80
337
+ - 104
338
+ - 112
339
+ :PKR:
340
+ :symbol: ₨
341
+ :code_points:
342
+ - 8360
343
+ :PLN:
344
+ :symbol: zł
345
+ :code_points:
346
+ - 122
347
+ - 322
348
+ :PYG:
349
+ :symbol: Gs
350
+ :code_points:
351
+ - 71
352
+ - 115
353
+ :QAR:
354
+ :symbol: ﷼
355
+ :code_points:
356
+ - 65020
357
+ :RON:
358
+ :symbol: lei
359
+ :code_points:
360
+ - 108
361
+ - 101
362
+ - 105
363
+ :RSD:
364
+ :symbol: Дин.
365
+ :code_points:
366
+ - 1044
367
+ - 1080
368
+ - 1085
369
+ - 46
370
+ :RUB:
371
+ :symbol: руб
372
+ :code_points:
373
+ - 1088
374
+ - 1091
375
+ - 1073
376
+ :SAR:
377
+ :symbol: ﷼
378
+ :code_points:
379
+ - 65020
380
+ :SBD:
381
+ :symbol: $
382
+ :code_points:
383
+ - 36
384
+ :SCR:
385
+ :symbol: ₨
386
+ :code_points:
387
+ - 8360
388
+ :SEK:
389
+ :symbol: kr
390
+ :code_points:
391
+ - 107
392
+ - 114
393
+ :SGD:
394
+ :symbol: $
395
+ :code_points:
396
+ - 36
397
+ :SHP:
398
+ :symbol: £
399
+ :code_points:
400
+ - 163
401
+ :SOS:
402
+ :symbol: S
403
+ :code_points:
404
+ - 83
405
+ :SRD:
406
+ :symbol: $
407
+ :code_points:
408
+ - 36
409
+ :SYP:
410
+ :symbol: £
411
+ :code_points:
412
+ - 163
413
+ :THB:
414
+ :symbol: ฿
415
+ :code_points:
416
+ - 3647
417
+ :TRY:
418
+ :symbol: TL
419
+ :code_points:
420
+ - 84
421
+ - 76
422
+ :TTD:
423
+ :symbol: $
424
+ :code_points:
425
+ - 36
426
+ :TWD:
427
+ :symbol: NT$
428
+ :code_points:
429
+ - 78
430
+ - 84
431
+ - 36
432
+ :UAH:
433
+ :symbol: ₴
434
+ :code_points:
435
+ - 8372
436
+ :USD:
437
+ :symbol: $
438
+ :code_points:
439
+ - 36
440
+ :UYU:
441
+ :symbol: $U
442
+ :code_points:
443
+ - 36
444
+ - 85
445
+ :UZS:
446
+ :symbol: лв
447
+ :code_points:
448
+ - 1083
449
+ - 1074
450
+ :VEF:
451
+ :symbol: Bs
452
+ :code_points:
453
+ - 66
454
+ - 115
455
+ :VND:
456
+ :symbol: ₫
457
+ :code_points:
458
+ - 8363
459
+ :XCD:
460
+ :symbol: $
461
+ :code_points:
462
+ - 36
463
+ :YER:
464
+ :symbol: ﷼
465
+ :code_points:
466
+ - 65020
467
+ :ZAR:
468
+ :symbol: R
469
+ :code_points:
470
+ - 82
471
+ :ZWD:
472
+ :symbol: Z$
473
+ :code_points:
474
+ - 90
475
+ - 36