@itfin/components 1.0.6 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1242) hide show
  1. package/package.json +3 -1
  2. package/src/assets/loading.css +49 -0
  3. package/src/assets/scss/components/_selected.scss +4 -0
  4. package/src/assets/scss/components/_states.scss +2 -1
  5. package/src/components/app/App.vue +1 -1
  6. package/src/components/button/Button.vue +2 -1
  7. package/src/components/datepicker/DateRangePicker.vue +1 -1
  8. package/src/components/form/Label.vue +2 -0
  9. package/src/components/icon/Icon.vue +8 -3
  10. package/src/components/icon/components/airplay.vue +1 -0
  11. package/src/components/icon/components/alarm_clock.vue +1 -0
  12. package/src/components/icon/components/align_horizontal.vue +1 -0
  13. package/src/components/icon/components/align_vertical.vue +1 -0
  14. package/src/components/icon/components/angle.vue +1 -0
  15. package/src/components/icon/components/archive.vue +1 -0
  16. package/src/components/icon/components/arrow_bottom_left.vue +1 -0
  17. package/src/components/icon/components/arrow_bottom_right.vue +1 -0
  18. package/src/components/icon/components/arrow_down.vue +1 -0
  19. package/src/components/icon/components/arrow_down_circle.vue +1 -0
  20. package/src/components/icon/components/arrow_left.vue +1 -0
  21. package/src/components/icon/components/arrow_left_circle.vue +1 -0
  22. package/src/components/icon/components/arrow_right.vue +1 -0
  23. package/src/components/icon/components/arrow_right_circle.vue +1 -0
  24. package/src/components/icon/components/arrow_top_left.vue +1 -0
  25. package/src/components/icon/components/arrow_top_right.vue +1 -0
  26. package/src/components/icon/components/arrow_up.vue +1 -0
  27. package/src/components/icon/components/arrow_up_circle.vue +1 -0
  28. package/src/components/icon/components/audio_wave.vue +1 -0
  29. package/src/components/icon/components/backspace.vue +1 -0
  30. package/src/components/icon/components/backward.vue +1 -0
  31. package/src/components/icon/components/bag.vue +1 -0
  32. package/src/components/icon/components/battery_75.vue +1 -0
  33. package/src/components/icon/components/battery_charging.vue +1 -0
  34. package/src/components/icon/components/battery_empty.vue +1 -0
  35. package/src/components/icon/components/battery_full.vue +1 -0
  36. package/src/components/icon/components/battery_half.vue +1 -0
  37. package/src/components/icon/components/battery_low.vue +1 -0
  38. package/src/components/icon/components/bell.vue +1 -0
  39. package/src/components/icon/components/bell_disabled.vue +1 -0
  40. package/src/components/icon/components/bell_ringing.vue +1 -0
  41. package/src/components/icon/components/bell_snooze.vue +1 -0
  42. package/src/components/icon/components/bluetooth.vue +1 -0
  43. package/src/components/icon/components/book.vue +1 -0
  44. package/src/components/icon/components/book_closed.vue +1 -0
  45. package/src/components/icon/components/book_text.vue +1 -0
  46. package/src/components/icon/components/bookmark.vue +1 -0
  47. package/src/components/icon/components/bookmark_book.vue +1 -0
  48. package/src/components/icon/components/box.vue +1 -0
  49. package/src/components/icon/components/box_download.vue +1 -0
  50. package/src/components/icon/components/box_open.vue +1 -0
  51. package/src/components/icon/components/branch.vue +1 -0
  52. package/src/components/icon/components/briefcase.vue +1 -0
  53. package/src/components/icon/components/browser.vue +1 -0
  54. package/src/components/icon/components/browser_alt.vue +1 -0
  55. package/src/components/icon/components/button_add.vue +1 -0
  56. package/src/components/icon/components/button_minus.vue +1 -0
  57. package/src/components/icon/components/calculator.vue +1 -0
  58. package/src/components/icon/components/calendar.vue +1 -0
  59. package/src/components/icon/components/calendar_add.vue +1 -0
  60. package/src/components/icon/components/calendar_date.vue +1 -0
  61. package/src/components/icon/components/calendar_day.vue +1 -0
  62. package/src/components/icon/components/calendar_days.vue +1 -0
  63. package/src/components/icon/components/calendar_last_day.vue +1 -0
  64. package/src/components/icon/components/calendar_month.vue +1 -0
  65. package/src/components/icon/components/calendar_move.vue +1 -0
  66. package/src/components/icon/components/calendar_remove.vue +1 -0
  67. package/src/components/icon/components/calendar_split.vue +1 -0
  68. package/src/components/icon/components/calendar_week.vue +1 -0
  69. package/src/components/icon/components/camera.vue +1 -0
  70. package/src/components/icon/components/camera_alt.vue +1 -0
  71. package/src/components/icon/components/camera_noflash.vue +1 -0
  72. package/src/components/icon/components/camera_noflash_alt.vue +1 -0
  73. package/src/components/icon/components/capture.vue +1 -0
  74. package/src/components/icon/components/card_timeline.vue +1 -0
  75. package/src/components/icon/components/card_view.vue +1 -0
  76. package/src/components/icon/components/carousel.vue +1 -0
  77. package/src/components/icon/components/cart.vue +1 -0
  78. package/src/components/icon/components/cast.vue +1 -0
  79. package/src/components/icon/components/chain.vue +1 -0
  80. package/src/components/icon/components/chat_add.vue +1 -0
  81. package/src/components/icon/components/check.vue +1 -0
  82. package/src/components/icon/components/check_circle.vue +1 -0
  83. package/src/components/icon/components/check_circle_outside.vue +1 -0
  84. package/src/components/icon/components/checkbox_checked.vue +1 -0
  85. package/src/components/icon/components/checkbox_empty.vue +1 -0
  86. package/src/components/icon/components/chevron_close.vue +1 -0
  87. package/src/components/icon/components/chevron_down.vue +1 -0
  88. package/src/components/icon/components/chevron_down_circle.vue +1 -0
  89. package/src/components/icon/components/chevron_down_double.vue +1 -0
  90. package/src/components/icon/components/chevron_left.vue +1 -0
  91. package/src/components/icon/components/chevron_left_circle.vue +1 -0
  92. package/src/components/icon/components/chevron_left_double.vue +1 -0
  93. package/src/components/icon/components/chevron_open.vue +1 -0
  94. package/src/components/icon/components/chevron_right.vue +1 -0
  95. package/src/components/icon/components/chevron_right_circle.vue +1 -0
  96. package/src/components/icon/components/chevron_right_double.vue +1 -0
  97. package/src/components/icon/components/chevron_up.vue +1 -0
  98. package/src/components/icon/components/chevron_up_circle.vue +1 -0
  99. package/src/components/icon/components/chevron_up_double.vue +1 -0
  100. package/src/components/icon/components/circle.vue +1 -0
  101. package/src/components/icon/components/circle_menu.vue +1 -0
  102. package/src/components/icon/components/circle_split.vue +1 -0
  103. package/src/components/icon/components/clipboard.vue +1 -0
  104. package/src/components/icon/components/clipboard_add.vue +1 -0
  105. package/src/components/icon/components/clipboard_check.vue +1 -0
  106. package/src/components/icon/components/clipboard_copy.vue +1 -0
  107. package/src/components/icon/components/clipboard_cross.vue +1 -0
  108. package/src/components/icon/components/clipboard_notes.vue +1 -0
  109. package/src/components/icon/components/clipboard_remove.vue +1 -0
  110. package/src/components/icon/components/clock.vue +1 -0
  111. package/src/components/icon/components/close.vue +1 -0
  112. package/src/components/icon/components/cloud.vue +1 -0
  113. package/src/components/icon/components/cloud_disconnect.vue +1 -0
  114. package/src/components/icon/components/cloud_download.vue +1 -0
  115. package/src/components/icon/components/cloud_download_alt.vue +1 -0
  116. package/src/components/icon/components/cloud_upload.vue +1 -0
  117. package/src/components/icon/components/cloud_upload_alt.vue +1 -0
  118. package/src/components/icon/components/code.vue +1 -0
  119. package/src/components/icon/components/coffee.vue +1 -0
  120. package/src/components/icon/components/coin.vue +1 -0
  121. package/src/components/icon/components/coins.vue +1 -0
  122. package/src/components/icon/components/compass.vue +1 -0
  123. package/src/components/icon/components/component_add.vue +1 -0
  124. package/src/components/icon/components/contacts.vue +1 -0
  125. package/src/components/icon/components/contract.vue +1 -0
  126. package/src/components/icon/components/create.vue +1 -0
  127. package/src/components/icon/components/credit_card.vue +1 -0
  128. package/src/components/icon/components/crop.vue +1 -0
  129. package/src/components/icon/components/cross.vue +1 -0
  130. package/src/components/icon/components/cross_circle.vue +1 -0
  131. package/src/components/icon/components/crosshair.vue +1 -0
  132. package/src/components/icon/components/cube.vue +1 -0
  133. package/src/components/icon/components/cylinder.vue +1 -0
  134. package/src/components/icon/components/database.vue +1 -0
  135. package/src/components/icon/components/diamond.vue +1 -0
  136. package/src/components/icon/components/directions.vue +1 -0
  137. package/src/components/icon/components/disc.vue +1 -0
  138. package/src/components/icon/components/display.vue +1 -0
  139. package/src/components/icon/components/display_alt.vue +1 -0
  140. package/src/components/icon/components/document.vue +1 -0
  141. package/src/components/icon/components/document_justified.vue +1 -0
  142. package/src/components/icon/components/document_list.vue +1 -0
  143. package/src/components/icon/components/document_stack.vue +1 -0
  144. package/src/components/icon/components/document_words.vue +1 -0
  145. package/src/components/icon/components/door.vue +1 -0
  146. package/src/components/icon/components/door_alt.vue +1 -0
  147. package/src/components/icon/components/download.vue +1 -0
  148. package/src/components/icon/components/download_alt.vue +1 -0
  149. package/src/components/icon/components/downward.vue +1 -0
  150. package/src/components/icon/components/drag.vue +1 -0
  151. package/src/components/icon/components/drag_circle.vue +1 -0
  152. package/src/components/icon/components/drag_vertical.vue +1 -0
  153. package/src/components/icon/components/duplicate.vue +1 -0
  154. package/src/components/icon/components/duplicate_alt.vue +1 -0
  155. package/src/components/icon/components/enter.vue +1 -0
  156. package/src/components/icon/components/enter_alt.vue +1 -0
  157. package/src/components/icon/components/episodes.vue +1 -0
  158. package/src/components/icon/components/exit_left.vue +1 -0
  159. package/src/components/icon/components/exit_right.vue +1 -0
  160. package/src/components/icon/components/expand.vue +1 -0
  161. package/src/components/icon/components/expand_height.vue +1 -0
  162. package/src/components/icon/components/expand_width.vue +1 -0
  163. package/src/components/icon/components/external.vue +1 -0
  164. package/src/components/icon/components/eye.vue +1 -0
  165. package/src/components/icon/components/eye_closed.vue +1 -0
  166. package/src/components/icon/components/eye_no.vue +1 -0
  167. package/src/components/icon/components/face_delighted.vue +1 -0
  168. package/src/components/icon/components/face_happy.vue +1 -0
  169. package/src/components/icon/components/face_neutral.vue +1 -0
  170. package/src/components/icon/components/face_sad.vue +1 -0
  171. package/src/components/icon/components/file_download.vue +1 -0
  172. package/src/components/icon/components/file_upload.vue +1 -0
  173. package/src/components/icon/components/files_history.vue +1 -0
  174. package/src/components/icon/components/files_multi.vue +1 -0
  175. package/src/components/icon/components/files_stack.vue +1 -0
  176. package/src/components/icon/components/film.vue +1 -0
  177. package/src/components/icon/components/filter.vue +1 -0
  178. package/src/components/icon/components/filter_circle.vue +1 -0
  179. package/src/components/icon/components/filter_single.vue +1 -0
  180. package/src/components/icon/components/filtering.vue +1 -0
  181. package/src/components/icon/components/fingerprint.vue +1 -0
  182. package/src/components/icon/components/flag.vue +1 -0
  183. package/src/components/icon/components/flame.vue +7 -0
  184. package/src/components/icon/components/flame_alt.vue +1 -0
  185. package/src/components/icon/components/flip_view.vue +1 -0
  186. package/src/components/icon/components/floppy.vue +1 -0
  187. package/src/components/icon/components/folder_add.vue +1 -0
  188. package/src/components/icon/components/folder_closed.vue +1 -0
  189. package/src/components/icon/components/folder_minus.vue +1 -0
  190. package/src/components/icon/components/folder_open.vue +1 -0
  191. package/src/components/icon/components/fork_git.vue +1 -0
  192. package/src/components/icon/components/forward.vue +1 -0
  193. package/src/components/icon/components/frame.vue +1 -0
  194. package/src/components/icon/components/fullscreen.vue +1 -0
  195. package/src/components/icon/components/funnel.vue +1 -0
  196. package/src/components/icon/components/gauge.vue +1 -0
  197. package/src/components/icon/components/gift.vue +1 -0
  198. package/src/components/icon/components/globe.vue +1 -0
  199. package/src/components/icon/components/gps.vue +1 -0
  200. package/src/components/icon/components/grab.vue +1 -0
  201. package/src/components/icon/components/graph_bar.vue +1 -0
  202. package/src/components/icon/components/graph_box.vue +1 -0
  203. package/src/components/icon/components/graph_increase.vue +1 -0
  204. package/src/components/icon/components/grid.vue +1 -0
  205. package/src/components/icon/components/grid_circles.vue +1 -0
  206. package/src/components/icon/components/grid_circles_add.vue +1 -0
  207. package/src/components/icon/components/grid_small.vue +1 -0
  208. package/src/components/icon/components/grid_squares.vue +1 -0
  209. package/src/components/icon/components/grid_squares_add.vue +1 -0
  210. package/src/components/icon/components/hand.vue +1 -0
  211. package/src/components/icon/components/harddrive.vue +1 -0
  212. package/src/components/icon/components/hash.vue +1 -0
  213. package/src/components/icon/components/heart.vue +1 -0
  214. package/src/components/icon/components/heart_rate.vue +1 -0
  215. package/src/components/icon/components/heart_remove.vue +1 -0
  216. package/src/components/icon/components/height.vue +1 -0
  217. package/src/components/icon/components/hierarchy.vue +1 -0
  218. package/src/components/icon/components/home.vue +1 -0
  219. package/src/components/icon/components/home_alt.vue +1 -0
  220. package/src/components/icon/components/home_check.vue +1 -0
  221. package/src/components/icon/components/home_door.vue +1 -0
  222. package/src/components/icon/components/import.vue +1 -0
  223. package/src/components/icon/components/inbox.vue +1 -0
  224. package/src/components/icon/components/inbox_alt.vue +1 -0
  225. package/src/components/icon/components/info_circle.vue +1 -0
  226. package/src/components/icon/components/iphone_landscape.vue +1 -0
  227. package/src/components/icon/components/iphone_portrait.vue +1 -0
  228. package/src/components/icon/components/jump_backward.vue +1 -0
  229. package/src/components/icon/components/jump_forward.vue +1 -0
  230. package/src/components/icon/components/jump_left.vue +1 -0
  231. package/src/components/icon/components/jump_right.vue +1 -0
  232. package/src/components/icon/components/keyboard.vue +1 -0
  233. package/src/components/icon/components/laptop.vue +1 -0
  234. package/src/components/icon/components/lightbulb.vue +1 -0
  235. package/src/components/icon/components/lightbulb_on.vue +1 -0
  236. package/src/components/icon/components/lightning.vue +1 -0
  237. package/src/components/icon/components/lightning_alt.vue +1 -0
  238. package/src/components/icon/components/lineweight.vue +1 -0
  239. package/src/components/icon/components/link.vue +1 -0
  240. package/src/components/icon/components/link_alt.vue +1 -0
  241. package/src/components/icon/components/link_broken.vue +1 -0
  242. package/src/components/icon/components/link_horizontal.vue +1 -0
  243. package/src/components/icon/components/link_vertical.vue +1 -0
  244. package/src/components/icon/components/list.vue +1 -0
  245. package/src/components/icon/components/list_add.vue +1 -0
  246. package/src/components/icon/components/list_numbered.vue +1 -0
  247. package/src/components/icon/components/loader.vue +1 -0
  248. package/src/components/icon/components/location.vue +1 -0
  249. package/src/components/icon/components/lock.vue +1 -0
  250. package/src/components/icon/components/lock_open.vue +1 -0
  251. package/src/components/icon/components/mail.vue +1 -0
  252. package/src/components/icon/components/mail_add.vue +1 -0
  253. package/src/components/icon/components/mail_delete.vue +1 -0
  254. package/src/components/icon/components/mail_minus.vue +1 -0
  255. package/src/components/icon/components/mail_new.vue +1 -0
  256. package/src/components/icon/components/mail_open.vue +1 -0
  257. package/src/components/icon/components/mail_remove.vue +1 -0
  258. package/src/components/icon/components/marquee.vue +1 -0
  259. package/src/components/icon/components/maximise.vue +1 -0
  260. package/src/components/icon/components/menu_hamburger.vue +1 -0
  261. package/src/components/icon/components/menu_horizontal.vue +1 -0
  262. package/src/components/icon/components/menu_vertical.vue +1 -0
  263. package/src/components/icon/components/message.vue +1 -0
  264. package/src/components/icon/components/message_writing.vue +1 -0
  265. package/src/components/icon/components/microphone.vue +1 -0
  266. package/src/components/icon/components/microphone_disabled.vue +1 -0
  267. package/src/components/icon/components/microphone_muted.vue +1 -0
  268. package/src/components/icon/components/midpoint.vue +1 -0
  269. package/src/components/icon/components/mini_player.vue +1 -0
  270. package/src/components/icon/components/minimise.vue +1 -0
  271. package/src/components/icon/components/minus.vue +1 -0
  272. package/src/components/icon/components/minus_circle.vue +1 -0
  273. package/src/components/icon/components/moon.vue +1 -0
  274. package/src/components/icon/components/move.vue +1 -0
  275. package/src/components/icon/components/newspaper.vue +1 -0
  276. package/src/components/icon/components/no_sign.vue +1 -0
  277. package/src/components/icon/components/notebook.vue +1 -0
  278. package/src/components/icon/components/notification.vue +1 -0
  279. package/src/components/icon/components/nut.vue +1 -0
  280. package/src/components/icon/components/pages.vue +1 -0
  281. package/src/components/icon/components/panel_bottom.vue +1 -0
  282. package/src/components/icon/components/panel_center.vue +1 -0
  283. package/src/components/icon/components/panel_left.vue +1 -0
  284. package/src/components/icon/components/panel_right.vue +1 -0
  285. package/src/components/icon/components/panel_sectioned.vue +1 -0
  286. package/src/components/icon/components/panel_top.vue +1 -0
  287. package/src/components/icon/components/paper.vue +1 -0
  288. package/src/components/icon/components/paper_folded.vue +1 -0
  289. package/src/components/icon/components/paper_plane.vue +1 -0
  290. package/src/components/icon/components/paper_plane_alt.vue +1 -0
  291. package/src/components/icon/components/paperclip.vue +1 -0
  292. package/src/components/icon/components/paragraph_center.vue +1 -0
  293. package/src/components/icon/components/paragraph_end.vue +1 -0
  294. package/src/components/icon/components/paragraph_left.vue +1 -0
  295. package/src/components/icon/components/paragraph_right.vue +1 -0
  296. package/src/components/icon/components/paragraph_start.vue +1 -0
  297. package/src/components/icon/components/pen.vue +1 -0
  298. package/src/components/icon/components/phone_landscape.vue +1 -0
  299. package/src/components/icon/components/phone_portrait.vue +1 -0
  300. package/src/components/icon/components/picture.vue +1 -0
  301. package/src/components/icon/components/pie_half.vue +1 -0
  302. package/src/components/icon/components/pie_quarter.vue +1 -0
  303. package/src/components/icon/components/pie_third.vue +1 -0
  304. package/src/components/icon/components/play_button.vue +1 -0
  305. package/src/components/icon/components/plus.vue +1 -0
  306. package/src/components/icon/components/plus_circle.vue +1 -0
  307. package/src/components/icon/components/postcard.vue +1 -0
  308. package/src/components/icon/components/printer.vue +1 -0
  309. package/src/components/icon/components/projector.vue +1 -0
  310. package/src/components/icon/components/pull_down.vue +1 -0
  311. package/src/components/icon/components/pull_left.vue +1 -0
  312. package/src/components/icon/components/pull_right.vue +1 -0
  313. package/src/components/icon/components/pull_up.vue +1 -0
  314. package/src/components/icon/components/push_down.vue +1 -0
  315. package/src/components/icon/components/push_left.vue +1 -0
  316. package/src/components/icon/components/push_right.vue +1 -0
  317. package/src/components/icon/components/push_up.vue +1 -0
  318. package/src/components/icon/components/question_circle.vue +1 -0
  319. package/src/components/icon/components/radio_on.vue +1 -0
  320. package/src/components/icon/components/receipt.vue +1 -0
  321. package/src/components/icon/components/record.vue +1 -0
  322. package/src/components/icon/components/redo.vue +1 -0
  323. package/src/components/icon/components/refresh.vue +1 -0
  324. package/src/components/icon/components/refresh_alt.vue +1 -0
  325. package/src/components/icon/components/replicate.vue +1 -0
  326. package/src/components/icon/components/replicate_alt.vue +1 -0
  327. package/src/components/icon/components/reset.vue +1 -0
  328. package/src/components/icon/components/reset_alt.vue +1 -0
  329. package/src/components/icon/components/reset_forward.vue +1 -0
  330. package/src/components/icon/components/reset_hard.vue +1 -0
  331. package/src/components/icon/components/reset_temporary.vue +1 -0
  332. package/src/components/icon/components/retweet.vue +1 -0
  333. package/src/components/icon/components/reuse.vue +1 -0
  334. package/src/components/icon/components/reverse.vue +1 -0
  335. package/src/components/icon/components/reverse_alt.vue +1 -0
  336. package/src/components/icon/components/revert.vue +1 -0
  337. package/src/components/icon/components/rocket.vue +1 -0
  338. package/src/components/icon/components/ruler.vue +1 -0
  339. package/src/components/icon/components/scale.vue +1 -0
  340. package/src/components/icon/components/scale_contract.vue +1 -0
  341. package/src/components/icon/components/scale_extend.vue +1 -0
  342. package/src/components/icon/components/scalpel.vue +1 -0
  343. package/src/components/icon/components/search.vue +1 -0
  344. package/src/components/icon/components/server.vue +1 -0
  345. package/src/components/icon/components/settings.vue +1 -0
  346. package/src/components/icon/components/share.vue +1 -0
  347. package/src/components/icon/components/share_alt.vue +1 -0
  348. package/src/components/icon/components/shuffle.vue +1 -0
  349. package/src/components/icon/components/side_menu.vue +1 -0
  350. package/src/components/icon/components/slash_backward.vue +1 -0
  351. package/src/components/icon/components/slash_forward.vue +1 -0
  352. package/src/components/icon/components/sliders.vue +1 -0
  353. package/src/components/icon/components/sort.vue +1 -0
  354. package/src/components/icon/components/sort_alt.vue +1 -0
  355. package/src/components/icon/components/speaker.vue +1 -0
  356. package/src/components/icon/components/speech_bubble.vue +1 -0
  357. package/src/components/icon/components/speech_typing.vue +1 -0
  358. package/src/components/icon/components/split.vue +1 -0
  359. package/src/components/icon/components/split_three.vue +1 -0
  360. package/src/components/icon/components/star.vue +1 -0
  361. package/src/components/icon/components/sun.vue +1 -0
  362. package/src/components/icon/components/support.vue +1 -0
  363. package/src/components/icon/components/swap.vue +1 -0
  364. package/src/components/icon/components/switch.vue +1 -0
  365. package/src/components/icon/components/table.vue +1 -0
  366. package/src/components/icon/components/table_header.vue +1 -0
  367. package/src/components/icon/components/tag.vue +1 -0
  368. package/src/components/icon/components/tag_milestone.vue +1 -0
  369. package/src/components/icon/components/tags.vue +1 -0
  370. package/src/components/icon/components/target.vue +1 -0
  371. package/src/components/icon/components/thread.vue +1 -0
  372. package/src/components/icon/components/thumbs_down.vue +1 -0
  373. package/src/components/icon/components/thumbs_up.vue +1 -0
  374. package/src/components/icon/components/ticket.vue +1 -0
  375. package/src/components/icon/components/timeline.vue +1 -0
  376. package/src/components/icon/components/todo.vue +1 -0
  377. package/src/components/icon/components/toggle.vue +1 -0
  378. package/src/components/icon/components/toggles.vue +1 -0
  379. package/src/components/icon/components/translate.vue +1 -0
  380. package/src/components/icon/components/trash.vue +1 -0
  381. package/src/components/icon/components/trash_alt.vue +1 -0
  382. package/src/components/icon/components/trophy.vue +1 -0
  383. package/src/components/icon/components/tv_mode.vue +1 -0
  384. package/src/components/icon/components/unarchive.vue +1 -0
  385. package/src/components/icon/components/undo.vue +1 -0
  386. package/src/components/icon/components/undo_history.vue +1 -0
  387. package/src/components/icon/components/unlink_horizontal.vue +1 -0
  388. package/src/components/icon/components/unlink_vertical.vue +1 -0
  389. package/src/components/icon/components/upload.vue +1 -0
  390. package/src/components/icon/components/upload_alt.vue +1 -0
  391. package/src/components/icon/components/upward.vue +1 -0
  392. package/src/components/icon/components/user.vue +1 -0
  393. package/src/components/icon/components/user_add.vue +1 -0
  394. package/src/components/icon/components/user_circle.vue +1 -0
  395. package/src/components/icon/components/user_male.vue +1 -0
  396. package/src/components/icon/components/user_male_circle.vue +1 -0
  397. package/src/components/icon/components/user_remove.vue +1 -0
  398. package/src/components/icon/components/users.vue +1 -0
  399. package/src/components/icon/components/venn.vue +1 -0
  400. package/src/components/icon/components/version.vue +1 -0
  401. package/src/components/icon/components/versions.vue +1 -0
  402. package/src/components/icon/components/video.vue +1 -0
  403. package/src/components/icon/components/volume_0.vue +1 -0
  404. package/src/components/icon/components/volume_add.vue +1 -0
  405. package/src/components/icon/components/volume_disabled.vue +1 -0
  406. package/src/components/icon/components/volume_high.vue +1 -0
  407. package/src/components/icon/components/volume_low.vue +1 -0
  408. package/src/components/icon/components/volume_minus.vue +1 -0
  409. package/src/components/icon/components/volume_muted.vue +1 -0
  410. package/src/components/icon/components/wallet.vue +1 -0
  411. package/src/components/icon/components/warning_circle.vue +1 -0
  412. package/src/components/icon/components/warning_hex.vue +1 -0
  413. package/src/components/icon/components/warning_triangle.vue +1 -0
  414. package/src/components/icon/components/waves.vue +1 -0
  415. package/src/components/icon/components/width.vue +1 -0
  416. package/src/components/icon/components/wifi.vue +1 -0
  417. package/src/components/icon/components/wifi_error.vue +1 -0
  418. package/src/components/icon/components/wifi_none.vue +1 -0
  419. package/src/components/icon/components/window.vue +1 -0
  420. package/src/components/icon/components/window_collapse_left.vue +1 -0
  421. package/src/components/icon/components/window_collapse_right.vue +1 -0
  422. package/src/components/icon/components/window_content.vue +1 -0
  423. package/src/components/icon/components/wrap_back.vue +1 -0
  424. package/src/components/icon/components/wrap_forward.vue +1 -0
  425. package/src/components/icon/components/write.vue +1 -0
  426. package/src/components/icon/components/zoom_cancel.vue +1 -0
  427. package/src/components/icon/components/zoom_in.vue +1 -0
  428. package/src/components/icon/components/zoom_out.vue +1 -0
  429. package/src/components/icon/components/zoom_reset.vue +1 -0
  430. package/src/components/icon/convert-icons.js +24 -0
  431. package/src/components/icon/icons/airplay.svg +1 -0
  432. package/src/components/icon/icons/alarm_clock.svg +1 -0
  433. package/src/components/icon/icons/align_horizontal.svg +1 -0
  434. package/src/components/icon/icons/align_vertical.svg +1 -0
  435. package/src/components/icon/icons/angle.svg +1 -0
  436. package/src/components/icon/icons/archive.svg +1 -0
  437. package/src/components/icon/icons/arrow_bottom_left.svg +1 -0
  438. package/src/components/icon/icons/arrow_bottom_right.svg +1 -0
  439. package/src/components/icon/icons/arrow_down.svg +1 -0
  440. package/src/components/icon/icons/arrow_down_circle.svg +1 -0
  441. package/src/components/icon/icons/arrow_left.svg +1 -0
  442. package/src/components/icon/icons/arrow_left_circle.svg +1 -0
  443. package/src/components/icon/icons/arrow_right.svg +1 -0
  444. package/src/components/icon/icons/arrow_right_circle.svg +1 -0
  445. package/src/components/icon/icons/arrow_top_left.svg +1 -0
  446. package/src/components/icon/icons/arrow_top_right.svg +1 -0
  447. package/src/components/icon/icons/arrow_up.svg +1 -0
  448. package/src/components/icon/icons/arrow_up_circle.svg +1 -0
  449. package/src/components/icon/icons/audio_wave.svg +1 -0
  450. package/src/components/icon/icons/backspace.svg +1 -0
  451. package/src/components/icon/icons/backward.svg +1 -0
  452. package/src/components/icon/icons/bag.svg +1 -0
  453. package/src/components/icon/icons/battery_75.svg +1 -0
  454. package/src/components/icon/icons/battery_charging.svg +1 -0
  455. package/src/components/icon/icons/battery_empty.svg +1 -0
  456. package/src/components/icon/icons/battery_full.svg +1 -0
  457. package/src/components/icon/icons/battery_half.svg +1 -0
  458. package/src/components/icon/icons/battery_low.svg +1 -0
  459. package/src/components/icon/icons/bell.svg +1 -0
  460. package/src/components/icon/icons/bell_disabled.svg +1 -0
  461. package/src/components/icon/icons/bell_ringing.svg +1 -0
  462. package/src/components/icon/icons/bell_snooze.svg +1 -0
  463. package/src/components/icon/icons/bluetooth.svg +1 -0
  464. package/src/components/icon/icons/book.svg +1 -0
  465. package/src/components/icon/icons/book_closed.svg +1 -0
  466. package/src/components/icon/icons/book_text.svg +1 -0
  467. package/src/components/icon/icons/bookmark.svg +1 -0
  468. package/src/components/icon/icons/bookmark_book.svg +1 -0
  469. package/src/components/icon/icons/box.svg +1 -0
  470. package/src/components/icon/icons/box_download.svg +1 -0
  471. package/src/components/icon/icons/box_open.svg +1 -0
  472. package/src/components/icon/icons/branch.svg +1 -0
  473. package/src/components/icon/icons/briefcase.svg +1 -0
  474. package/src/components/icon/icons/browser.svg +1 -0
  475. package/src/components/icon/icons/browser_alt.svg +1 -0
  476. package/src/components/icon/icons/button_add.svg +1 -0
  477. package/src/components/icon/icons/button_minus.svg +1 -0
  478. package/src/components/icon/icons/calculator.svg +1 -0
  479. package/src/components/icon/icons/calendar.svg +1 -0
  480. package/src/components/icon/icons/calendar_add.svg +1 -0
  481. package/src/components/icon/icons/calendar_date.svg +1 -0
  482. package/src/components/icon/icons/calendar_day.svg +1 -0
  483. package/src/components/icon/icons/calendar_days.svg +1 -0
  484. package/src/components/icon/icons/calendar_last_day.svg +1 -0
  485. package/src/components/icon/icons/calendar_month.svg +1 -0
  486. package/src/components/icon/icons/calendar_move.svg +1 -0
  487. package/src/components/icon/icons/calendar_remove.svg +1 -0
  488. package/src/components/icon/icons/calendar_split.svg +1 -0
  489. package/src/components/icon/icons/calendar_week.svg +1 -0
  490. package/src/components/icon/icons/camera.svg +1 -0
  491. package/src/components/icon/icons/camera_alt.svg +1 -0
  492. package/src/components/icon/icons/camera_noflash.svg +1 -0
  493. package/src/components/icon/icons/camera_noflash_alt.svg +1 -0
  494. package/src/components/icon/icons/capture.svg +1 -0
  495. package/src/components/icon/icons/card_timeline.svg +1 -0
  496. package/src/components/icon/icons/card_view.svg +1 -0
  497. package/src/components/icon/icons/carousel.svg +1 -0
  498. package/src/components/icon/icons/cart.svg +1 -0
  499. package/src/components/icon/icons/cast.svg +1 -0
  500. package/src/components/icon/icons/chain.svg +1 -0
  501. package/src/components/icon/icons/chat_add.svg +1 -0
  502. package/src/components/icon/icons/check.svg +1 -0
  503. package/src/components/icon/icons/check_circle.svg +1 -0
  504. package/src/components/icon/icons/check_circle_outside.svg +1 -0
  505. package/src/components/icon/icons/checkbox_checked.svg +1 -0
  506. package/src/components/icon/icons/checkbox_empty.svg +1 -0
  507. package/src/components/icon/icons/chevron_close.svg +1 -0
  508. package/src/components/icon/icons/chevron_down.svg +1 -0
  509. package/src/components/icon/icons/chevron_down_circle.svg +1 -0
  510. package/src/components/icon/icons/chevron_down_double.svg +1 -0
  511. package/src/components/icon/icons/chevron_left.svg +1 -0
  512. package/src/components/icon/icons/chevron_left_circle.svg +1 -0
  513. package/src/components/icon/icons/chevron_left_double.svg +1 -0
  514. package/src/components/icon/icons/chevron_open.svg +1 -0
  515. package/src/components/icon/icons/chevron_right.svg +1 -0
  516. package/src/components/icon/icons/chevron_right_circle.svg +1 -0
  517. package/src/components/icon/icons/chevron_right_double.svg +1 -0
  518. package/src/components/icon/icons/chevron_up.svg +1 -0
  519. package/src/components/icon/icons/chevron_up_circle.svg +1 -0
  520. package/src/components/icon/icons/chevron_up_double.svg +1 -0
  521. package/src/components/icon/icons/circle.svg +1 -0
  522. package/src/components/icon/icons/circle_menu.svg +1 -0
  523. package/src/components/icon/icons/circle_split.svg +1 -0
  524. package/src/components/icon/icons/clipboard.svg +1 -0
  525. package/src/components/icon/icons/clipboard_add.svg +1 -0
  526. package/src/components/icon/icons/clipboard_check.svg +1 -0
  527. package/src/components/icon/icons/clipboard_copy.svg +1 -0
  528. package/src/components/icon/icons/clipboard_cross.svg +1 -0
  529. package/src/components/icon/icons/clipboard_notes.svg +1 -0
  530. package/src/components/icon/icons/clipboard_remove.svg +1 -0
  531. package/src/components/icon/icons/clock.svg +1 -0
  532. package/src/components/icon/icons/close.svg +1 -0
  533. package/src/components/icon/icons/cloud.svg +1 -0
  534. package/src/components/icon/icons/cloud_disconnect.svg +1 -0
  535. package/src/components/icon/icons/cloud_download.svg +1 -0
  536. package/src/components/icon/icons/cloud_download_alt.svg +1 -0
  537. package/src/components/icon/icons/cloud_upload.svg +1 -0
  538. package/src/components/icon/icons/cloud_upload_alt.svg +1 -0
  539. package/src/components/icon/icons/code.svg +1 -0
  540. package/src/components/icon/icons/coffee.svg +1 -0
  541. package/src/components/icon/icons/coin.svg +1 -0
  542. package/src/components/icon/icons/coins.svg +1 -0
  543. package/src/components/icon/icons/compass.svg +1 -0
  544. package/src/components/icon/icons/component_add.svg +1 -0
  545. package/src/components/icon/icons/contacts.svg +1 -0
  546. package/src/components/icon/icons/contract.svg +1 -0
  547. package/src/components/icon/icons/create.svg +1 -0
  548. package/src/components/icon/icons/credit_card.svg +1 -0
  549. package/src/components/icon/icons/crop.svg +1 -0
  550. package/src/components/icon/icons/cross.svg +1 -0
  551. package/src/components/icon/icons/cross_circle.svg +1 -0
  552. package/src/components/icon/icons/crosshair.svg +1 -0
  553. package/src/components/icon/icons/cube.svg +1 -0
  554. package/src/components/icon/icons/cylinder.svg +1 -0
  555. package/src/components/icon/icons/database.svg +1 -0
  556. package/src/components/icon/icons/diamond.svg +1 -0
  557. package/src/components/icon/icons/directions.svg +1 -0
  558. package/src/components/icon/icons/disc.svg +1 -0
  559. package/src/components/icon/icons/display.svg +1 -0
  560. package/src/components/icon/icons/display_alt.svg +1 -0
  561. package/src/components/icon/icons/document.svg +1 -0
  562. package/src/components/icon/icons/document_justified.svg +1 -0
  563. package/src/components/icon/icons/document_list.svg +1 -0
  564. package/src/components/icon/icons/document_stack.svg +1 -0
  565. package/src/components/icon/icons/document_words.svg +1 -0
  566. package/src/components/icon/icons/door.svg +1 -0
  567. package/src/components/icon/icons/door_alt.svg +1 -0
  568. package/src/components/icon/icons/download.svg +1 -0
  569. package/src/components/icon/icons/download_alt.svg +1 -0
  570. package/src/components/icon/icons/downward.svg +1 -0
  571. package/src/components/icon/icons/drag.svg +1 -0
  572. package/src/components/icon/icons/drag_circle.svg +1 -0
  573. package/src/components/icon/icons/drag_vertical.svg +1 -0
  574. package/src/components/icon/icons/duplicate.svg +1 -0
  575. package/src/components/icon/icons/duplicate_alt.svg +1 -0
  576. package/src/components/icon/icons/enter.svg +1 -0
  577. package/src/components/icon/icons/enter_alt.svg +1 -0
  578. package/src/components/icon/icons/episodes.svg +1 -0
  579. package/src/components/icon/icons/exit_left.svg +1 -0
  580. package/src/components/icon/icons/exit_right.svg +1 -0
  581. package/src/components/icon/icons/expand.svg +1 -0
  582. package/src/components/icon/icons/expand_height.svg +1 -0
  583. package/src/components/icon/icons/expand_width.svg +1 -0
  584. package/src/components/icon/icons/external.svg +1 -0
  585. package/src/components/icon/icons/eye.svg +1 -0
  586. package/src/components/icon/icons/eye_closed.svg +1 -0
  587. package/src/components/icon/icons/eye_no.svg +1 -0
  588. package/src/components/icon/icons/face_delighted.svg +1 -0
  589. package/src/components/icon/icons/face_happy.svg +1 -0
  590. package/src/components/icon/icons/face_neutral.svg +1 -0
  591. package/src/components/icon/icons/face_sad.svg +1 -0
  592. package/src/components/icon/icons/file_download.svg +1 -0
  593. package/src/components/icon/icons/file_upload.svg +1 -0
  594. package/src/components/icon/icons/files_history.svg +1 -0
  595. package/src/components/icon/icons/files_multi.svg +1 -0
  596. package/src/components/icon/icons/files_stack.svg +1 -0
  597. package/src/components/icon/icons/film.svg +1 -0
  598. package/src/components/icon/icons/filter.svg +1 -0
  599. package/src/components/icon/icons/filter_circle.svg +1 -0
  600. package/src/components/icon/icons/filter_single.svg +1 -0
  601. package/src/components/icon/icons/filtering.svg +1 -0
  602. package/src/components/icon/icons/fingerprint.svg +1 -0
  603. package/src/components/icon/icons/flag.svg +1 -0
  604. package/src/components/icon/icons/flame.svg +6 -0
  605. package/src/components/icon/icons/flame_alt.svg +1 -0
  606. package/src/components/icon/icons/flip_view.svg +1 -0
  607. package/src/components/icon/icons/floppy.svg +1 -0
  608. package/src/components/icon/icons/folder_add.svg +1 -0
  609. package/src/components/icon/icons/folder_closed.svg +1 -0
  610. package/src/components/icon/icons/folder_minus.svg +1 -0
  611. package/src/components/icon/icons/folder_open.svg +1 -0
  612. package/src/components/icon/icons/fork_git.svg +1 -0
  613. package/src/components/icon/icons/forward.svg +1 -0
  614. package/src/components/icon/icons/frame.svg +1 -0
  615. package/src/components/icon/icons/fullscreen.svg +1 -0
  616. package/src/components/icon/icons/funnel.svg +1 -0
  617. package/src/components/icon/icons/gauge.svg +1 -0
  618. package/src/components/icon/icons/gift.svg +1 -0
  619. package/src/components/icon/icons/globe.svg +1 -0
  620. package/src/components/icon/icons/gps.svg +1 -0
  621. package/src/components/icon/icons/grab.svg +1 -0
  622. package/src/components/icon/icons/graph_bar.svg +1 -0
  623. package/src/components/icon/icons/graph_box.svg +1 -0
  624. package/src/components/icon/icons/graph_increase.svg +1 -0
  625. package/src/components/icon/icons/grid.svg +1 -0
  626. package/src/components/icon/icons/grid_circles.svg +1 -0
  627. package/src/components/icon/icons/grid_circles_add.svg +1 -0
  628. package/src/components/icon/icons/grid_small.svg +1 -0
  629. package/src/components/icon/icons/grid_squares.svg +1 -0
  630. package/src/components/icon/icons/grid_squares_add.svg +1 -0
  631. package/src/components/icon/icons/hand.svg +1 -0
  632. package/src/components/icon/icons/harddrive.svg +1 -0
  633. package/src/components/icon/icons/hash.svg +1 -0
  634. package/src/components/icon/icons/heart.svg +1 -0
  635. package/src/components/icon/icons/heart_rate.svg +1 -0
  636. package/src/components/icon/icons/heart_remove.svg +1 -0
  637. package/src/components/icon/icons/height.svg +1 -0
  638. package/src/components/icon/icons/hierarchy.svg +1 -0
  639. package/src/components/icon/icons/home.svg +1 -0
  640. package/src/components/icon/icons/home_alt.svg +1 -0
  641. package/src/components/icon/icons/home_check.svg +1 -0
  642. package/src/components/icon/icons/home_door.svg +1 -0
  643. package/src/components/icon/icons/import.svg +1 -0
  644. package/src/components/icon/icons/inbox.svg +1 -0
  645. package/src/components/icon/icons/inbox_alt.svg +1 -0
  646. package/src/components/icon/icons/info_circle.svg +1 -0
  647. package/src/components/icon/icons/iphone_landscape.svg +1 -0
  648. package/src/components/icon/icons/iphone_portrait.svg +1 -0
  649. package/src/components/icon/icons/jump_backward.svg +1 -0
  650. package/src/components/icon/icons/jump_forward.svg +1 -0
  651. package/src/components/icon/icons/jump_left.svg +1 -0
  652. package/src/components/icon/icons/jump_right.svg +1 -0
  653. package/src/components/icon/icons/keyboard.svg +1 -0
  654. package/src/components/icon/icons/laptop.svg +1 -0
  655. package/src/components/icon/icons/lightbulb.svg +1 -0
  656. package/src/components/icon/icons/lightbulb_on.svg +1 -0
  657. package/src/components/icon/icons/lightning.svg +1 -0
  658. package/src/components/icon/icons/lightning_alt.svg +1 -0
  659. package/src/components/icon/icons/lineweight.svg +1 -0
  660. package/src/components/icon/icons/link.svg +1 -0
  661. package/src/components/icon/icons/link_alt.svg +1 -0
  662. package/src/components/icon/icons/link_broken.svg +1 -0
  663. package/src/components/icon/icons/link_horizontal.svg +1 -0
  664. package/src/components/icon/icons/link_vertical.svg +1 -0
  665. package/src/components/icon/icons/list.svg +1 -0
  666. package/src/components/icon/icons/list_add.svg +1 -0
  667. package/src/components/icon/icons/list_numbered.svg +1 -0
  668. package/src/components/icon/icons/loader.svg +1 -0
  669. package/src/components/icon/icons/location.svg +1 -0
  670. package/src/components/icon/icons/lock.svg +1 -0
  671. package/src/components/icon/icons/lock_open.svg +1 -0
  672. package/src/components/icon/icons/mail.svg +1 -0
  673. package/src/components/icon/icons/mail_add.svg +1 -0
  674. package/src/components/icon/icons/mail_delete.svg +1 -0
  675. package/src/components/icon/icons/mail_minus.svg +1 -0
  676. package/src/components/icon/icons/mail_new.svg +1 -0
  677. package/src/components/icon/icons/mail_open.svg +1 -0
  678. package/src/components/icon/icons/mail_remove.svg +1 -0
  679. package/src/components/icon/icons/marquee.svg +1 -0
  680. package/src/components/icon/icons/maximise.svg +1 -0
  681. package/src/components/icon/icons/menu_hamburger.svg +1 -0
  682. package/src/components/icon/icons/menu_horizontal.svg +1 -0
  683. package/src/components/icon/icons/menu_vertical.svg +1 -0
  684. package/src/components/icon/icons/message.svg +1 -0
  685. package/src/components/icon/icons/message_writing.svg +1 -0
  686. package/src/components/icon/icons/microphone.svg +1 -0
  687. package/src/components/icon/icons/microphone_disabled.svg +1 -0
  688. package/src/components/icon/icons/microphone_muted.svg +1 -0
  689. package/src/components/icon/icons/midpoint.svg +1 -0
  690. package/src/components/icon/icons/mini_player.svg +1 -0
  691. package/src/components/icon/icons/minimise.svg +1 -0
  692. package/src/components/icon/icons/minus.svg +1 -0
  693. package/src/components/icon/icons/minus_circle.svg +1 -0
  694. package/src/components/icon/icons/moon.svg +1 -0
  695. package/src/components/icon/icons/move.svg +1 -0
  696. package/src/components/icon/icons/newspaper.svg +1 -0
  697. package/src/components/icon/icons/no_sign.svg +1 -0
  698. package/src/components/icon/icons/notebook.svg +1 -0
  699. package/src/components/icon/icons/notification.svg +1 -0
  700. package/src/components/icon/icons/nut.svg +1 -0
  701. package/src/components/icon/icons/pages.svg +1 -0
  702. package/src/components/icon/icons/panel_bottom.svg +1 -0
  703. package/src/components/icon/icons/panel_center.svg +1 -0
  704. package/src/components/icon/icons/panel_left.svg +1 -0
  705. package/src/components/icon/icons/panel_right.svg +1 -0
  706. package/src/components/icon/icons/panel_sectioned.svg +1 -0
  707. package/src/components/icon/icons/panel_top.svg +1 -0
  708. package/src/components/icon/icons/paper.svg +1 -0
  709. package/src/components/icon/icons/paper_folded.svg +1 -0
  710. package/src/components/icon/icons/paper_plane.svg +1 -0
  711. package/src/components/icon/icons/paper_plane_alt.svg +1 -0
  712. package/src/components/icon/icons/paperclip.svg +1 -0
  713. package/src/components/icon/icons/paragraph_center.svg +1 -0
  714. package/src/components/icon/icons/paragraph_end.svg +1 -0
  715. package/src/components/icon/icons/paragraph_left.svg +1 -0
  716. package/src/components/icon/icons/paragraph_right.svg +1 -0
  717. package/src/components/icon/icons/paragraph_start.svg +1 -0
  718. package/src/components/icon/icons/pen.svg +1 -0
  719. package/src/components/icon/icons/phone_landscape.svg +1 -0
  720. package/src/components/icon/icons/phone_portrait.svg +1 -0
  721. package/src/components/icon/icons/picture.svg +1 -0
  722. package/src/components/icon/icons/pie_half.svg +1 -0
  723. package/src/components/icon/icons/pie_quarter.svg +1 -0
  724. package/src/components/icon/icons/pie_third.svg +1 -0
  725. package/src/components/icon/icons/play_button.svg +1 -0
  726. package/src/components/icon/icons/plus.svg +1 -0
  727. package/src/components/icon/icons/plus_circle.svg +1 -0
  728. package/src/components/icon/icons/postcard.svg +1 -0
  729. package/src/components/icon/icons/printer.svg +1 -0
  730. package/src/components/icon/icons/projector.svg +1 -0
  731. package/src/components/icon/icons/pull_down.svg +1 -0
  732. package/src/components/icon/icons/pull_left.svg +1 -0
  733. package/src/components/icon/icons/pull_right.svg +1 -0
  734. package/src/components/icon/icons/pull_up.svg +1 -0
  735. package/src/components/icon/icons/push_down.svg +1 -0
  736. package/src/components/icon/icons/push_left.svg +1 -0
  737. package/src/components/icon/icons/push_right.svg +1 -0
  738. package/src/components/icon/icons/push_up.svg +1 -0
  739. package/src/components/icon/icons/question_circle.svg +1 -0
  740. package/src/components/icon/icons/radio_on.svg +1 -0
  741. package/src/components/icon/icons/receipt.svg +1 -0
  742. package/src/components/icon/icons/record.svg +1 -0
  743. package/src/components/icon/icons/redo.svg +1 -0
  744. package/src/components/icon/icons/refresh.svg +1 -0
  745. package/src/components/icon/icons/refresh_alt.svg +1 -0
  746. package/src/components/icon/icons/replicate.svg +1 -0
  747. package/src/components/icon/icons/replicate_alt.svg +1 -0
  748. package/src/components/icon/icons/reset.svg +1 -0
  749. package/src/components/icon/icons/reset_alt.svg +1 -0
  750. package/src/components/icon/icons/reset_forward.svg +1 -0
  751. package/src/components/icon/icons/reset_hard.svg +1 -0
  752. package/src/components/icon/icons/reset_temporary.svg +1 -0
  753. package/src/components/icon/icons/retweet.svg +1 -0
  754. package/src/components/icon/icons/reuse.svg +1 -0
  755. package/src/components/icon/icons/reverse.svg +1 -0
  756. package/src/components/icon/icons/reverse_alt.svg +1 -0
  757. package/src/components/icon/icons/revert.svg +1 -0
  758. package/src/components/icon/icons/rocket.svg +1 -0
  759. package/src/components/icon/icons/ruler.svg +1 -0
  760. package/src/components/icon/icons/scale.svg +1 -0
  761. package/src/components/icon/icons/scale_contract.svg +1 -0
  762. package/src/components/icon/icons/scale_extend.svg +1 -0
  763. package/src/components/icon/icons/scalpel.svg +1 -0
  764. package/src/components/icon/icons/search.svg +1 -0
  765. package/src/components/icon/icons/server.svg +1 -0
  766. package/src/components/icon/icons/settings.svg +1 -0
  767. package/src/components/icon/icons/share.svg +1 -0
  768. package/src/components/icon/icons/share_alt.svg +1 -0
  769. package/src/components/icon/icons/shuffle.svg +1 -0
  770. package/src/components/icon/icons/side_menu.svg +1 -0
  771. package/src/components/icon/icons/slash_backward.svg +1 -0
  772. package/src/components/icon/icons/slash_forward.svg +1 -0
  773. package/src/components/icon/icons/sliders.svg +1 -0
  774. package/src/components/icon/icons/sort.svg +1 -0
  775. package/src/components/icon/icons/sort_alt.svg +1 -0
  776. package/src/components/icon/icons/speaker.svg +1 -0
  777. package/src/components/icon/icons/speech_bubble.svg +1 -0
  778. package/src/components/icon/icons/speech_typing.svg +1 -0
  779. package/src/components/icon/icons/split.svg +1 -0
  780. package/src/components/icon/icons/split_three.svg +1 -0
  781. package/src/components/icon/icons/star.svg +1 -0
  782. package/src/components/icon/icons/sun.svg +1 -0
  783. package/src/components/icon/icons/support.svg +1 -0
  784. package/src/components/icon/icons/swap.svg +1 -0
  785. package/src/components/icon/icons/switch.svg +1 -0
  786. package/src/components/icon/icons/table.svg +1 -0
  787. package/src/components/icon/icons/table_header.svg +1 -0
  788. package/src/components/icon/icons/tag.svg +1 -0
  789. package/src/components/icon/icons/tag_milestone.svg +1 -0
  790. package/src/components/icon/icons/tags.svg +1 -0
  791. package/src/components/icon/icons/target.svg +1 -0
  792. package/src/components/icon/icons/thread.svg +1 -0
  793. package/src/components/icon/icons/thumbs_down.svg +1 -0
  794. package/src/components/icon/icons/thumbs_up.svg +1 -0
  795. package/src/components/icon/icons/ticket.svg +1 -0
  796. package/src/components/icon/icons/timeline.svg +1 -0
  797. package/src/components/icon/icons/todo.svg +1 -0
  798. package/src/components/icon/icons/toggle.svg +1 -0
  799. package/src/components/icon/icons/toggles.svg +1 -0
  800. package/src/components/icon/icons/translate.svg +1 -0
  801. package/src/components/icon/icons/trash.svg +1 -0
  802. package/src/components/icon/icons/trash_alt.svg +1 -0
  803. package/src/components/icon/icons/trophy.svg +1 -0
  804. package/src/components/icon/icons/tv_mode.svg +1 -0
  805. package/src/components/icon/icons/unarchive.svg +1 -0
  806. package/src/components/icon/icons/undo.svg +1 -0
  807. package/src/components/icon/icons/undo_history.svg +1 -0
  808. package/src/components/icon/icons/unlink_horizontal.svg +1 -0
  809. package/src/components/icon/icons/unlink_vertical.svg +1 -0
  810. package/src/components/icon/icons/upload.svg +1 -0
  811. package/src/components/icon/icons/upload_alt.svg +1 -0
  812. package/src/components/icon/icons/upward.svg +1 -0
  813. package/src/components/icon/icons/user.svg +1 -0
  814. package/src/components/icon/icons/user_add.svg +1 -0
  815. package/src/components/icon/icons/user_circle.svg +1 -0
  816. package/src/components/icon/icons/user_male.svg +1 -0
  817. package/src/components/icon/icons/user_male_circle.svg +1 -0
  818. package/src/components/icon/icons/user_remove.svg +1 -0
  819. package/src/components/icon/icons/users.svg +1 -0
  820. package/src/components/icon/icons/venn.svg +1 -0
  821. package/src/components/icon/icons/version.svg +1 -0
  822. package/src/components/icon/icons/versions.svg +1 -0
  823. package/src/components/icon/icons/video.svg +1 -0
  824. package/src/components/icon/icons/volume_0.svg +1 -0
  825. package/src/components/icon/icons/volume_add.svg +1 -0
  826. package/src/components/icon/icons/volume_disabled.svg +1 -0
  827. package/src/components/icon/icons/volume_high.svg +1 -0
  828. package/src/components/icon/icons/volume_low.svg +1 -0
  829. package/src/components/icon/icons/volume_minus.svg +1 -0
  830. package/src/components/icon/icons/volume_muted.svg +1 -0
  831. package/src/components/icon/icons/wallet.svg +1 -0
  832. package/src/components/icon/icons/warning_circle.svg +1 -0
  833. package/src/components/icon/icons/warning_hex.svg +1 -0
  834. package/src/components/icon/icons/warning_triangle.svg +1 -0
  835. package/src/components/icon/icons/waves.svg +1 -0
  836. package/src/components/icon/icons/width.svg +1 -0
  837. package/src/components/icon/icons/wifi.svg +1 -0
  838. package/src/components/icon/icons/wifi_error.svg +1 -0
  839. package/src/components/icon/icons/wifi_none.svg +1 -0
  840. package/src/components/icon/icons/window.svg +1 -0
  841. package/src/components/icon/icons/window_collapse_left.svg +1 -0
  842. package/src/components/icon/icons/window_collapse_right.svg +1 -0
  843. package/src/components/icon/icons/window_content.svg +1 -0
  844. package/src/components/icon/icons/wrap_back.svg +1 -0
  845. package/src/components/icon/icons/wrap_forward.svg +1 -0
  846. package/src/components/icon/icons/write.svg +1 -0
  847. package/src/components/icon/icons/zoom_cancel.svg +1 -0
  848. package/src/components/icon/icons/zoom_in.svg +1 -0
  849. package/src/components/icon/icons/zoom_out.svg +1 -0
  850. package/src/components/icon/icons/zoom_reset.svg +1 -0
  851. package/src/components/icon/icons.js +422 -0
  852. package/src/components/icon/index.stories.js +44 -0
  853. package/src/components/pdf-viewer/PdfViewer.vue +1354 -0
  854. package/src/components/pdf-viewer/images/loading-icon.svg +26 -0
  855. package/src/components/pdf-viewer/images/shadow.png +0 -0
  856. package/src/components/pdf-viewer/images/treeitem-collapsed.png +0 -0
  857. package/src/components/pdf-viewer/images/treeitem-collapsed@2x.png +0 -0
  858. package/src/components/pdf-viewer/images/treeitem-expanded.png +0 -0
  859. package/src/components/pdf-viewer/images/treeitem-expanded@2x.png +0 -0
  860. package/src/components/pdf-viewer/index.stories.js +44 -0
  861. package/src/components/pdf-viewer/pdfjs-dist/CODE_OF_CONDUCT.md +15 -0
  862. package/src/components/pdf-viewer/pdfjs-dist/LICENSE +177 -0
  863. package/src/components/pdf-viewer/pdfjs-dist/README.md +14 -0
  864. package/src/components/pdf-viewer/pdfjs-dist/bower.json +14 -0
  865. package/src/components/pdf-viewer/pdfjs-dist/build/pdf.js +13421 -0
  866. package/src/components/pdf-viewer/pdfjs-dist/build/pdf.js.map +1 -0
  867. package/src/components/pdf-viewer/pdfjs-dist/build/pdf.min.js +22 -0
  868. package/src/components/pdf-viewer/pdfjs-dist/build/pdf.worker.entry.js +19 -0
  869. package/src/components/pdf-viewer/pdfjs-dist/build/pdf.worker.js +45929 -0
  870. package/src/components/pdf-viewer/pdfjs-dist/build/pdf.worker.js.map +1 -0
  871. package/src/components/pdf-viewer/pdfjs-dist/build/pdf.worker.min.js +22 -0
  872. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78-EUC-H.bcmap +0 -0
  873. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78-EUC-V.bcmap +0 -0
  874. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78-H.bcmap +0 -0
  875. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78-RKSJ-H.bcmap +0 -0
  876. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78-RKSJ-V.bcmap +0 -0
  877. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78-V.bcmap +0 -0
  878. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78ms-RKSJ-H.bcmap +0 -0
  879. package/src/components/pdf-viewer/pdfjs-dist/cmaps/78ms-RKSJ-V.bcmap +0 -0
  880. package/src/components/pdf-viewer/pdfjs-dist/cmaps/83pv-RKSJ-H.bcmap +0 -0
  881. package/src/components/pdf-viewer/pdfjs-dist/cmaps/90ms-RKSJ-H.bcmap +0 -0
  882. package/src/components/pdf-viewer/pdfjs-dist/cmaps/90ms-RKSJ-V.bcmap +0 -0
  883. package/src/components/pdf-viewer/pdfjs-dist/cmaps/90msp-RKSJ-H.bcmap +0 -0
  884. package/src/components/pdf-viewer/pdfjs-dist/cmaps/90msp-RKSJ-V.bcmap +0 -0
  885. package/src/components/pdf-viewer/pdfjs-dist/cmaps/90pv-RKSJ-H.bcmap +0 -0
  886. package/src/components/pdf-viewer/pdfjs-dist/cmaps/90pv-RKSJ-V.bcmap +0 -0
  887. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Add-H.bcmap +0 -0
  888. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Add-RKSJ-H.bcmap +0 -0
  889. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Add-RKSJ-V.bcmap +0 -0
  890. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Add-V.bcmap +0 -0
  891. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-0.bcmap +0 -0
  892. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-1.bcmap +0 -0
  893. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-2.bcmap +0 -0
  894. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-3.bcmap +0 -0
  895. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-4.bcmap +0 -0
  896. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-5.bcmap +0 -0
  897. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-6.bcmap +0 -0
  898. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-CNS1-UCS2.bcmap +0 -0
  899. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-GB1-0.bcmap +0 -0
  900. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-GB1-1.bcmap +0 -0
  901. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-GB1-2.bcmap +0 -0
  902. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-GB1-3.bcmap +0 -0
  903. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-GB1-4.bcmap +0 -0
  904. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-GB1-5.bcmap +0 -0
  905. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-GB1-UCS2.bcmap +0 -0
  906. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-0.bcmap +0 -0
  907. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-1.bcmap +0 -0
  908. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-2.bcmap +0 -0
  909. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-3.bcmap +0 -0
  910. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-4.bcmap +0 -0
  911. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-5.bcmap +0 -0
  912. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-6.bcmap +0 -0
  913. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Japan1-UCS2.bcmap +0 -0
  914. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Korea1-0.bcmap +0 -0
  915. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Korea1-1.bcmap +0 -0
  916. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Korea1-2.bcmap +0 -0
  917. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Adobe-Korea1-UCS2.bcmap +0 -0
  918. package/src/components/pdf-viewer/pdfjs-dist/cmaps/B5-H.bcmap +0 -0
  919. package/src/components/pdf-viewer/pdfjs-dist/cmaps/B5-V.bcmap +0 -0
  920. package/src/components/pdf-viewer/pdfjs-dist/cmaps/B5pc-H.bcmap +0 -0
  921. package/src/components/pdf-viewer/pdfjs-dist/cmaps/B5pc-V.bcmap +0 -0
  922. package/src/components/pdf-viewer/pdfjs-dist/cmaps/CNS-EUC-H.bcmap +0 -0
  923. package/src/components/pdf-viewer/pdfjs-dist/cmaps/CNS-EUC-V.bcmap +0 -0
  924. package/src/components/pdf-viewer/pdfjs-dist/cmaps/CNS1-H.bcmap +0 -0
  925. package/src/components/pdf-viewer/pdfjs-dist/cmaps/CNS1-V.bcmap +0 -0
  926. package/src/components/pdf-viewer/pdfjs-dist/cmaps/CNS2-H.bcmap +0 -0
  927. package/src/components/pdf-viewer/pdfjs-dist/cmaps/CNS2-V.bcmap +3 -0
  928. package/src/components/pdf-viewer/pdfjs-dist/cmaps/ETHK-B5-H.bcmap +0 -0
  929. package/src/components/pdf-viewer/pdfjs-dist/cmaps/ETHK-B5-V.bcmap +0 -0
  930. package/src/components/pdf-viewer/pdfjs-dist/cmaps/ETen-B5-H.bcmap +0 -0
  931. package/src/components/pdf-viewer/pdfjs-dist/cmaps/ETen-B5-V.bcmap +0 -0
  932. package/src/components/pdf-viewer/pdfjs-dist/cmaps/ETenms-B5-H.bcmap +3 -0
  933. package/src/components/pdf-viewer/pdfjs-dist/cmaps/ETenms-B5-V.bcmap +0 -0
  934. package/src/components/pdf-viewer/pdfjs-dist/cmaps/EUC-H.bcmap +0 -0
  935. package/src/components/pdf-viewer/pdfjs-dist/cmaps/EUC-V.bcmap +0 -0
  936. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Ext-H.bcmap +0 -0
  937. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Ext-RKSJ-H.bcmap +0 -0
  938. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Ext-RKSJ-V.bcmap +0 -0
  939. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Ext-V.bcmap +0 -0
  940. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GB-EUC-H.bcmap +0 -0
  941. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GB-EUC-V.bcmap +0 -0
  942. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GB-H.bcmap +4 -0
  943. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GB-V.bcmap +0 -0
  944. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBK-EUC-H.bcmap +0 -0
  945. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBK-EUC-V.bcmap +0 -0
  946. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBK2K-H.bcmap +0 -0
  947. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBK2K-V.bcmap +0 -0
  948. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBKp-EUC-H.bcmap +0 -0
  949. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBKp-EUC-V.bcmap +0 -0
  950. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBT-EUC-H.bcmap +0 -0
  951. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBT-EUC-V.bcmap +0 -0
  952. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBT-H.bcmap +0 -0
  953. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBT-V.bcmap +0 -0
  954. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBTpc-EUC-H.bcmap +0 -0
  955. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBTpc-EUC-V.bcmap +0 -0
  956. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBpc-EUC-H.bcmap +0 -0
  957. package/src/components/pdf-viewer/pdfjs-dist/cmaps/GBpc-EUC-V.bcmap +0 -0
  958. package/src/components/pdf-viewer/pdfjs-dist/cmaps/H.bcmap +0 -0
  959. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKdla-B5-H.bcmap +0 -0
  960. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKdla-B5-V.bcmap +0 -0
  961. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKdlb-B5-H.bcmap +0 -0
  962. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKdlb-B5-V.bcmap +0 -0
  963. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKgccs-B5-H.bcmap +0 -0
  964. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKgccs-B5-V.bcmap +0 -0
  965. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKm314-B5-H.bcmap +0 -0
  966. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKm314-B5-V.bcmap +0 -0
  967. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKm471-B5-H.bcmap +0 -0
  968. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKm471-B5-V.bcmap +0 -0
  969. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKscs-B5-H.bcmap +0 -0
  970. package/src/components/pdf-viewer/pdfjs-dist/cmaps/HKscs-B5-V.bcmap +0 -0
  971. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Hankaku.bcmap +0 -0
  972. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Hiragana.bcmap +0 -0
  973. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSC-EUC-H.bcmap +0 -0
  974. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSC-EUC-V.bcmap +0 -0
  975. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSC-H.bcmap +0 -0
  976. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSC-Johab-H.bcmap +0 -0
  977. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSC-Johab-V.bcmap +0 -0
  978. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSC-V.bcmap +0 -0
  979. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSCms-UHC-H.bcmap +0 -0
  980. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSCms-UHC-HW-H.bcmap +0 -0
  981. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSCms-UHC-HW-V.bcmap +0 -0
  982. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSCms-UHC-V.bcmap +0 -0
  983. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSCpc-EUC-H.bcmap +0 -0
  984. package/src/components/pdf-viewer/pdfjs-dist/cmaps/KSCpc-EUC-V.bcmap +0 -0
  985. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Katakana.bcmap +0 -0
  986. package/src/components/pdf-viewer/pdfjs-dist/cmaps/LICENSE +36 -0
  987. package/src/components/pdf-viewer/pdfjs-dist/cmaps/NWP-H.bcmap +0 -0
  988. package/src/components/pdf-viewer/pdfjs-dist/cmaps/NWP-V.bcmap +0 -0
  989. package/src/components/pdf-viewer/pdfjs-dist/cmaps/RKSJ-H.bcmap +0 -0
  990. package/src/components/pdf-viewer/pdfjs-dist/cmaps/RKSJ-V.bcmap +0 -0
  991. package/src/components/pdf-viewer/pdfjs-dist/cmaps/Roman.bcmap +0 -0
  992. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UCS2-H.bcmap +0 -0
  993. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UCS2-V.bcmap +0 -0
  994. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UTF16-H.bcmap +0 -0
  995. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UTF16-V.bcmap +0 -0
  996. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UTF32-H.bcmap +0 -0
  997. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UTF32-V.bcmap +0 -0
  998. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UTF8-H.bcmap +0 -0
  999. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniCNS-UTF8-V.bcmap +0 -0
  1000. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UCS2-H.bcmap +0 -0
  1001. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UCS2-V.bcmap +0 -0
  1002. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UTF16-H.bcmap +0 -0
  1003. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UTF16-V.bcmap +0 -0
  1004. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UTF32-H.bcmap +0 -0
  1005. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UTF32-V.bcmap +0 -0
  1006. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UTF8-H.bcmap +0 -0
  1007. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniGB-UTF8-V.bcmap +0 -0
  1008. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UCS2-H.bcmap +0 -0
  1009. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UCS2-HW-H.bcmap +0 -0
  1010. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UCS2-HW-V.bcmap +0 -0
  1011. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UCS2-V.bcmap +0 -0
  1012. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UTF16-H.bcmap +0 -0
  1013. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UTF16-V.bcmap +0 -0
  1014. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UTF32-H.bcmap +0 -0
  1015. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UTF32-V.bcmap +0 -0
  1016. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UTF8-H.bcmap +0 -0
  1017. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS-UTF8-V.bcmap +0 -0
  1018. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS2004-UTF16-H.bcmap +0 -0
  1019. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS2004-UTF16-V.bcmap +0 -0
  1020. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS2004-UTF32-H.bcmap +0 -0
  1021. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS2004-UTF32-V.bcmap +0 -0
  1022. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS2004-UTF8-H.bcmap +0 -0
  1023. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJIS2004-UTF8-V.bcmap +0 -0
  1024. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJISPro-UCS2-HW-V.bcmap +0 -0
  1025. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJISPro-UCS2-V.bcmap +0 -0
  1026. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJISPro-UTF8-V.bcmap +0 -0
  1027. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJISX0213-UTF32-H.bcmap +0 -0
  1028. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJISX0213-UTF32-V.bcmap +0 -0
  1029. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJISX02132004-UTF32-H.bcmap +0 -0
  1030. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniJISX02132004-UTF32-V.bcmap +0 -0
  1031. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UCS2-H.bcmap +0 -0
  1032. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UCS2-V.bcmap +0 -0
  1033. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UTF16-H.bcmap +0 -0
  1034. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UTF16-V.bcmap +0 -0
  1035. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UTF32-H.bcmap +0 -0
  1036. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UTF32-V.bcmap +0 -0
  1037. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UTF8-H.bcmap +0 -0
  1038. package/src/components/pdf-viewer/pdfjs-dist/cmaps/UniKS-UTF8-V.bcmap +0 -0
  1039. package/src/components/pdf-viewer/pdfjs-dist/cmaps/V.bcmap +0 -0
  1040. package/src/components/pdf-viewer/pdfjs-dist/cmaps/WP-Symbol.bcmap +0 -0
  1041. package/src/components/pdf-viewer/pdfjs-dist/es5/build/pdf.js +25473 -0
  1042. package/src/components/pdf-viewer/pdfjs-dist/es5/build/pdf.js.map +1 -0
  1043. package/src/components/pdf-viewer/pdfjs-dist/es5/build/pdf.worker.entry.js +19 -0
  1044. package/src/components/pdf-viewer/pdfjs-dist/es5/build/pdf.worker.js +57878 -0
  1045. package/src/components/pdf-viewer/pdfjs-dist/es5/build/pdf.worker.js.map +1 -0
  1046. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-check.svg +11 -0
  1047. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-comment.svg +16 -0
  1048. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-help.svg +26 -0
  1049. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-insert.svg +10 -0
  1050. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-key.svg +11 -0
  1051. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-newparagraph.svg +11 -0
  1052. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-noicon.svg +7 -0
  1053. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-note.svg +42 -0
  1054. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/annotation-paragraph.svg +16 -0
  1055. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/loading-icon.gif +0 -0
  1056. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/shadow.png +0 -0
  1057. package/src/components/pdf-viewer/pdfjs-dist/es5/web/images/texture.png +0 -0
  1058. package/src/components/pdf-viewer/pdfjs-dist/es5/web/pdf_viewer.css +407 -0
  1059. package/src/components/pdf-viewer/pdfjs-dist/es5/web/pdf_viewer.js +7757 -0
  1060. package/src/components/pdf-viewer/pdfjs-dist/es5/web/pdf_viewer.js.map +1 -0
  1061. package/src/components/pdf-viewer/pdfjs-dist/image_decoders/pdf.image_decoders.js +7994 -0
  1062. package/src/components/pdf-viewer/pdfjs-dist/image_decoders/pdf.image_decoders.js.map +1 -0
  1063. package/src/components/pdf-viewer/pdfjs-dist/image_decoders/pdf.image_decoders.min.js +22 -0
  1064. package/src/components/pdf-viewer/pdfjs-dist/lib/README.md +7 -0
  1065. package/src/components/pdf-viewer/pdfjs-dist/lib/core/annotation.js +1098 -0
  1066. package/src/components/pdf-viewer/pdfjs-dist/lib/core/arithmetic_decoder.js +369 -0
  1067. package/src/components/pdf-viewer/pdfjs-dist/lib/core/bidi.js +327 -0
  1068. package/src/components/pdf-viewer/pdfjs-dist/lib/core/ccitt.js +720 -0
  1069. package/src/components/pdf-viewer/pdfjs-dist/lib/core/ccitt_stream.js +82 -0
  1070. package/src/components/pdf-viewer/pdfjs-dist/lib/core/cff_parser.js +1818 -0
  1071. package/src/components/pdf-viewer/pdfjs-dist/lib/core/charsets.js +33 -0
  1072. package/src/components/pdf-viewer/pdfjs-dist/lib/core/chunked_stream.js +628 -0
  1073. package/src/components/pdf-viewer/pdfjs-dist/lib/core/cmap.js +912 -0
  1074. package/src/components/pdf-viewer/pdfjs-dist/lib/core/colorspace.js +1061 -0
  1075. package/src/components/pdf-viewer/pdfjs-dist/lib/core/core_utils.js +152 -0
  1076. package/src/components/pdf-viewer/pdfjs-dist/lib/core/crypto.js +1605 -0
  1077. package/src/components/pdf-viewer/pdfjs-dist/lib/core/document.js +760 -0
  1078. package/src/components/pdf-viewer/pdfjs-dist/lib/core/encodings.js +69 -0
  1079. package/src/components/pdf-viewer/pdfjs-dist/lib/core/evaluator.js +3576 -0
  1080. package/src/components/pdf-viewer/pdfjs-dist/lib/core/font_renderer.js +981 -0
  1081. package/src/components/pdf-viewer/pdfjs-dist/lib/core/fonts.js +3239 -0
  1082. package/src/components/pdf-viewer/pdfjs-dist/lib/core/function.js +1366 -0
  1083. package/src/components/pdf-viewer/pdfjs-dist/lib/core/glyphlist.js +4556 -0
  1084. package/src/components/pdf-viewer/pdfjs-dist/lib/core/image.js +707 -0
  1085. package/src/components/pdf-viewer/pdfjs-dist/lib/core/image_utils.js +94 -0
  1086. package/src/components/pdf-viewer/pdfjs-dist/lib/core/jbig2.js +2223 -0
  1087. package/src/components/pdf-viewer/pdfjs-dist/lib/core/jbig2_stream.js +99 -0
  1088. package/src/components/pdf-viewer/pdfjs-dist/lib/core/jpeg_stream.js +236 -0
  1089. package/src/components/pdf-viewer/pdfjs-dist/lib/core/jpg.js +1264 -0
  1090. package/src/components/pdf-viewer/pdfjs-dist/lib/core/jpx.js +2351 -0
  1091. package/src/components/pdf-viewer/pdfjs-dist/lib/core/jpx_stream.js +102 -0
  1092. package/src/components/pdf-viewer/pdfjs-dist/lib/core/metrics.js +2969 -0
  1093. package/src/components/pdf-viewer/pdfjs-dist/lib/core/murmurhash3.js +141 -0
  1094. package/src/components/pdf-viewer/pdfjs-dist/lib/core/obj.js +2262 -0
  1095. package/src/components/pdf-viewer/pdfjs-dist/lib/core/operator_list.js +672 -0
  1096. package/src/components/pdf-viewer/pdfjs-dist/lib/core/parser.js +1322 -0
  1097. package/src/components/pdf-viewer/pdfjs-dist/lib/core/pattern.js +954 -0
  1098. package/src/components/pdf-viewer/pdfjs-dist/lib/core/pdf_manager.js +222 -0
  1099. package/src/components/pdf-viewer/pdfjs-dist/lib/core/primitives.js +329 -0
  1100. package/src/components/pdf-viewer/pdfjs-dist/lib/core/ps_parser.js +269 -0
  1101. package/src/components/pdf-viewer/pdfjs-dist/lib/core/standard_fonts.js +759 -0
  1102. package/src/components/pdf-viewer/pdfjs-dist/lib/core/stream.js +1317 -0
  1103. package/src/components/pdf-viewer/pdfjs-dist/lib/core/type1_parser.js +726 -0
  1104. package/src/components/pdf-viewer/pdfjs-dist/lib/core/unicode.js +1899 -0
  1105. package/src/components/pdf-viewer/pdfjs-dist/lib/core/worker.js +551 -0
  1106. package/src/components/pdf-viewer/pdfjs-dist/lib/core/worker_stream.js +168 -0
  1107. package/src/components/pdf-viewer/pdfjs-dist/lib/display/annotation_layer.js +1048 -0
  1108. package/src/components/pdf-viewer/pdfjs-dist/lib/display/api.js +2206 -0
  1109. package/src/components/pdf-viewer/pdfjs-dist/lib/display/api_compatibility.js +47 -0
  1110. package/src/components/pdf-viewer/pdfjs-dist/lib/display/canvas.js +2088 -0
  1111. package/src/components/pdf-viewer/pdfjs-dist/lib/display/content_disposition.js +203 -0
  1112. package/src/components/pdf-viewer/pdfjs-dist/lib/display/display_utils.js +524 -0
  1113. package/src/components/pdf-viewer/pdfjs-dist/lib/display/fetch_stream.js +301 -0
  1114. package/src/components/pdf-viewer/pdfjs-dist/lib/display/font_loader.js +402 -0
  1115. package/src/components/pdf-viewer/pdfjs-dist/lib/display/metadata.js +143 -0
  1116. package/src/components/pdf-viewer/pdfjs-dist/lib/display/network.js +572 -0
  1117. package/src/components/pdf-viewer/pdfjs-dist/lib/display/network_utils.js +107 -0
  1118. package/src/components/pdf-viewer/pdfjs-dist/lib/display/node_stream.js +482 -0
  1119. package/src/components/pdf-viewer/pdfjs-dist/lib/display/pattern_helper.js +496 -0
  1120. package/src/components/pdf-viewer/pdfjs-dist/lib/display/svg.js +1511 -0
  1121. package/src/components/pdf-viewer/pdfjs-dist/lib/display/text_layer.js +698 -0
  1122. package/src/components/pdf-viewer/pdfjs-dist/lib/display/transport_stream.js +370 -0
  1123. package/src/components/pdf-viewer/pdfjs-dist/lib/display/webgl.js +462 -0
  1124. package/src/components/pdf-viewer/pdfjs-dist/lib/display/worker_options.js +31 -0
  1125. package/src/components/pdf-viewer/pdfjs-dist/lib/display/xml_parser.js +458 -0
  1126. package/src/components/pdf-viewer/pdfjs-dist/lib/examples/node/domstubs.js +302 -0
  1127. package/src/components/pdf-viewer/pdfjs-dist/lib/external/webL10n/l10n.js +1028 -0
  1128. package/src/components/pdf-viewer/pdfjs-dist/lib/pdf.js +104 -0
  1129. package/src/components/pdf-viewer/pdfjs-dist/lib/pdf.worker.js +29 -0
  1130. package/src/components/pdf-viewer/pdfjs-dist/lib/shared/compatibility.js +24 -0
  1131. package/src/components/pdf-viewer/pdfjs-dist/lib/shared/is_node.js +29 -0
  1132. package/src/components/pdf-viewer/pdfjs-dist/lib/shared/message_handler.js +516 -0
  1133. package/src/components/pdf-viewer/pdfjs-dist/lib/shared/util.js +837 -0
  1134. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/annotation_spec.js +2238 -0
  1135. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/api_spec.js +1613 -0
  1136. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/bidi_spec.js +41 -0
  1137. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/cff_parser_spec.js +322 -0
  1138. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/clitests_helper.js +39 -0
  1139. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/cmap_spec.js +357 -0
  1140. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/colorspace_spec.js +342 -0
  1141. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/core_utils_spec.js +211 -0
  1142. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/crypto_spec.js +537 -0
  1143. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/custom_spec.js +108 -0
  1144. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/display_svg_spec.js +160 -0
  1145. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/display_utils_spec.js +263 -0
  1146. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/document_spec.js +42 -0
  1147. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/encodings_spec.js +45 -0
  1148. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/evaluator_spec.js +322 -0
  1149. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/fetch_stream_spec.js +111 -0
  1150. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/function_spec.js +645 -0
  1151. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/jasmine-boot.js +155 -0
  1152. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/message_handler_spec.js +365 -0
  1153. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/metadata_spec.js +118 -0
  1154. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/murmurhash3_spec.js +71 -0
  1155. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/network_spec.js +120 -0
  1156. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/network_utils_spec.js +349 -0
  1157. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/node_stream_spec.js +227 -0
  1158. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/parser_spec.js +240 -0
  1159. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/pdf_find_controller_spec.js +199 -0
  1160. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/pdf_find_utils_spec.js +63 -0
  1161. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/pdf_history_spec.js +95 -0
  1162. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/primitives_spec.js +333 -0
  1163. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/stream_spec.js +78 -0
  1164. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/test_utils.js +217 -0
  1165. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/testreporter.js +102 -0
  1166. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/type1_parser_spec.js +104 -0
  1167. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/ui_utils_spec.js +711 -0
  1168. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/unicode_spec.js +121 -0
  1169. package/src/components/pdf-viewer/pdfjs-dist/lib/test/unit/util_spec.js +241 -0
  1170. package/src/components/pdf-viewer/pdfjs-dist/lib/web/annotation_layer_builder.js +126 -0
  1171. package/src/components/pdf-viewer/pdfjs-dist/lib/web/app.js +2424 -0
  1172. package/src/components/pdf-viewer/pdfjs-dist/lib/web/app_options.js +257 -0
  1173. package/src/components/pdf-viewer/pdfjs-dist/lib/web/base_viewer.js +1127 -0
  1174. package/src/components/pdf-viewer/pdfjs-dist/lib/web/chromecom.js +392 -0
  1175. package/src/components/pdf-viewer/pdfjs-dist/lib/web/debugger.js +670 -0
  1176. package/src/components/pdf-viewer/pdfjs-dist/lib/web/download_manager.js +100 -0
  1177. package/src/components/pdf-viewer/pdfjs-dist/lib/web/firefox_print_service.js +119 -0
  1178. package/src/components/pdf-viewer/pdfjs-dist/lib/web/firefoxcom.js +363 -0
  1179. package/src/components/pdf-viewer/pdfjs-dist/lib/web/genericcom.js +69 -0
  1180. package/src/components/pdf-viewer/pdfjs-dist/lib/web/genericl10n.js +65 -0
  1181. package/src/components/pdf-viewer/pdfjs-dist/lib/web/grab_to_pan.js +180 -0
  1182. package/src/components/pdf-viewer/pdfjs-dist/lib/web/interfaces.js +125 -0
  1183. package/src/components/pdf-viewer/pdfjs-dist/lib/web/overlay_manager.js +126 -0
  1184. package/src/components/pdf-viewer/pdfjs-dist/lib/web/password_prompt.js +94 -0
  1185. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_attachment_viewer.js +164 -0
  1186. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_cursor_tools.js +139 -0
  1187. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_document_properties.js +315 -0
  1188. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_find_bar.js +226 -0
  1189. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_find_controller.js +696 -0
  1190. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_find_utils.js +111 -0
  1191. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_history.js +601 -0
  1192. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_link_service.js +455 -0
  1193. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_outline_viewer.js +215 -0
  1194. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_page_view.js +613 -0
  1195. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_presentation_mode.js +420 -0
  1196. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_print_service.js +316 -0
  1197. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_rendering_queue.js +151 -0
  1198. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_sidebar.js +397 -0
  1199. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_sidebar_resizer.js +164 -0
  1200. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_single_page_viewer.js +137 -0
  1201. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_thumbnail_view.js +425 -0
  1202. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_thumbnail_viewer.js +272 -0
  1203. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_viewer.component.js +147 -0
  1204. package/src/components/pdf-viewer/pdfjs-dist/lib/web/pdf_viewer.js +102 -0
  1205. package/src/components/pdf-viewer/pdfjs-dist/lib/web/preferences.js +162 -0
  1206. package/src/components/pdf-viewer/pdfjs-dist/lib/web/secondary_toolbar.js +333 -0
  1207. package/src/components/pdf-viewer/pdfjs-dist/lib/web/text_layer_builder.js +401 -0
  1208. package/src/components/pdf-viewer/pdfjs-dist/lib/web/toolbar.js +285 -0
  1209. package/src/components/pdf-viewer/pdfjs-dist/lib/web/ui_utils.js +802 -0
  1210. package/src/components/pdf-viewer/pdfjs-dist/lib/web/view_history.js +112 -0
  1211. package/src/components/pdf-viewer/pdfjs-dist/lib/web/viewer_compatibility.js +38 -0
  1212. package/src/components/pdf-viewer/pdfjs-dist/package.json +54 -0
  1213. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-check.svg +11 -0
  1214. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-comment.svg +16 -0
  1215. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-help.svg +26 -0
  1216. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-insert.svg +10 -0
  1217. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-key.svg +11 -0
  1218. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-newparagraph.svg +11 -0
  1219. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-noicon.svg +7 -0
  1220. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-note.svg +42 -0
  1221. package/src/components/pdf-viewer/pdfjs-dist/web/images/annotation-paragraph.svg +16 -0
  1222. package/src/components/pdf-viewer/pdfjs-dist/web/images/loading-icon.gif +0 -0
  1223. package/src/components/pdf-viewer/pdfjs-dist/web/images/shadow.png +0 -0
  1224. package/src/components/pdf-viewer/pdfjs-dist/web/images/texture.png +0 -0
  1225. package/src/components/pdf-viewer/pdfjs-dist/web/pdf_viewer.css +407 -0
  1226. package/src/components/pdf-viewer/pdfjs-dist/web/pdf_viewer.js +6394 -0
  1227. package/src/components/pdf-viewer/pdfjs-dist/web/pdf_viewer.js.map +1 -0
  1228. package/src/components/pdf-viewer/pdfjs-dist/webpack.js +33 -0
  1229. package/src/components/pdf-viewer/styles/_annotation_layer_builder.scss +205 -0
  1230. package/src/components/pdf-viewer/styles/_colors.scss +551 -0
  1231. package/src/components/pdf-viewer/styles/_pdf_viewer.scss +131 -0
  1232. package/src/components/pdf-viewer/styles/_text_layer_builder.scss +76 -0
  1233. package/src/components/pdf-viewer/styles/_variables.scss +63 -0
  1234. package/src/components/pdf-viewer/styles/_viewer.scss +1413 -0
  1235. package/src/components/pdf-viewer/styles/index.css +0 -0
  1236. package/src/components/pdf-viewer/styles/index.scss +4 -0
  1237. package/src/components/pdf-viewer/utils/constants.js +1 -0
  1238. package/src/components/pdf-viewer/utils/locale.js +290 -0
  1239. package/src/components/pdf-viewer/utils/pdf-config.js +137 -0
  1240. package/src/components/pdf-viewer/utils/toolbar-config.js +60 -0
  1241. package/src/components/popover/Popover.vue +15 -2
  1242. package/src/components/select/Select.vue +4 -2
@@ -0,0 +1,4556 @@
1
+ /**
2
+ * @licstart The following is the entire license notice for the
3
+ * Javascript code in this page
4
+ *
5
+ * Copyright 2020 Mozilla Foundation
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * @licend The above is the entire license notice for the
20
+ * Javascript code in this page
21
+ */
22
+ "use strict";
23
+
24
+ var getLookupTableFactory = require("./core_utils.js").getLookupTableFactory;
25
+
26
+ var getGlyphsUnicode = getLookupTableFactory(function (t) {
27
+ t["A"] = 0x0041;
28
+ t["AE"] = 0x00c6;
29
+ t["AEacute"] = 0x01fc;
30
+ t["AEmacron"] = 0x01e2;
31
+ t["AEsmall"] = 0xf7e6;
32
+ t["Aacute"] = 0x00c1;
33
+ t["Aacutesmall"] = 0xf7e1;
34
+ t["Abreve"] = 0x0102;
35
+ t["Abreveacute"] = 0x1eae;
36
+ t["Abrevecyrillic"] = 0x04d0;
37
+ t["Abrevedotbelow"] = 0x1eb6;
38
+ t["Abrevegrave"] = 0x1eb0;
39
+ t["Abrevehookabove"] = 0x1eb2;
40
+ t["Abrevetilde"] = 0x1eb4;
41
+ t["Acaron"] = 0x01cd;
42
+ t["Acircle"] = 0x24b6;
43
+ t["Acircumflex"] = 0x00c2;
44
+ t["Acircumflexacute"] = 0x1ea4;
45
+ t["Acircumflexdotbelow"] = 0x1eac;
46
+ t["Acircumflexgrave"] = 0x1ea6;
47
+ t["Acircumflexhookabove"] = 0x1ea8;
48
+ t["Acircumflexsmall"] = 0xf7e2;
49
+ t["Acircumflextilde"] = 0x1eaa;
50
+ t["Acute"] = 0xf6c9;
51
+ t["Acutesmall"] = 0xf7b4;
52
+ t["Acyrillic"] = 0x0410;
53
+ t["Adblgrave"] = 0x0200;
54
+ t["Adieresis"] = 0x00c4;
55
+ t["Adieresiscyrillic"] = 0x04d2;
56
+ t["Adieresismacron"] = 0x01de;
57
+ t["Adieresissmall"] = 0xf7e4;
58
+ t["Adotbelow"] = 0x1ea0;
59
+ t["Adotmacron"] = 0x01e0;
60
+ t["Agrave"] = 0x00c0;
61
+ t["Agravesmall"] = 0xf7e0;
62
+ t["Ahookabove"] = 0x1ea2;
63
+ t["Aiecyrillic"] = 0x04d4;
64
+ t["Ainvertedbreve"] = 0x0202;
65
+ t["Alpha"] = 0x0391;
66
+ t["Alphatonos"] = 0x0386;
67
+ t["Amacron"] = 0x0100;
68
+ t["Amonospace"] = 0xff21;
69
+ t["Aogonek"] = 0x0104;
70
+ t["Aring"] = 0x00c5;
71
+ t["Aringacute"] = 0x01fa;
72
+ t["Aringbelow"] = 0x1e00;
73
+ t["Aringsmall"] = 0xf7e5;
74
+ t["Asmall"] = 0xf761;
75
+ t["Atilde"] = 0x00c3;
76
+ t["Atildesmall"] = 0xf7e3;
77
+ t["Aybarmenian"] = 0x0531;
78
+ t["B"] = 0x0042;
79
+ t["Bcircle"] = 0x24b7;
80
+ t["Bdotaccent"] = 0x1e02;
81
+ t["Bdotbelow"] = 0x1e04;
82
+ t["Becyrillic"] = 0x0411;
83
+ t["Benarmenian"] = 0x0532;
84
+ t["Beta"] = 0x0392;
85
+ t["Bhook"] = 0x0181;
86
+ t["Blinebelow"] = 0x1e06;
87
+ t["Bmonospace"] = 0xff22;
88
+ t["Brevesmall"] = 0xf6f4;
89
+ t["Bsmall"] = 0xf762;
90
+ t["Btopbar"] = 0x0182;
91
+ t["C"] = 0x0043;
92
+ t["Caarmenian"] = 0x053e;
93
+ t["Cacute"] = 0x0106;
94
+ t["Caron"] = 0xf6ca;
95
+ t["Caronsmall"] = 0xf6f5;
96
+ t["Ccaron"] = 0x010c;
97
+ t["Ccedilla"] = 0x00c7;
98
+ t["Ccedillaacute"] = 0x1e08;
99
+ t["Ccedillasmall"] = 0xf7e7;
100
+ t["Ccircle"] = 0x24b8;
101
+ t["Ccircumflex"] = 0x0108;
102
+ t["Cdot"] = 0x010a;
103
+ t["Cdotaccent"] = 0x010a;
104
+ t["Cedillasmall"] = 0xf7b8;
105
+ t["Chaarmenian"] = 0x0549;
106
+ t["Cheabkhasiancyrillic"] = 0x04bc;
107
+ t["Checyrillic"] = 0x0427;
108
+ t["Chedescenderabkhasiancyrillic"] = 0x04be;
109
+ t["Chedescendercyrillic"] = 0x04b6;
110
+ t["Chedieresiscyrillic"] = 0x04f4;
111
+ t["Cheharmenian"] = 0x0543;
112
+ t["Chekhakassiancyrillic"] = 0x04cb;
113
+ t["Cheverticalstrokecyrillic"] = 0x04b8;
114
+ t["Chi"] = 0x03a7;
115
+ t["Chook"] = 0x0187;
116
+ t["Circumflexsmall"] = 0xf6f6;
117
+ t["Cmonospace"] = 0xff23;
118
+ t["Coarmenian"] = 0x0551;
119
+ t["Csmall"] = 0xf763;
120
+ t["D"] = 0x0044;
121
+ t["DZ"] = 0x01f1;
122
+ t["DZcaron"] = 0x01c4;
123
+ t["Daarmenian"] = 0x0534;
124
+ t["Dafrican"] = 0x0189;
125
+ t["Dcaron"] = 0x010e;
126
+ t["Dcedilla"] = 0x1e10;
127
+ t["Dcircle"] = 0x24b9;
128
+ t["Dcircumflexbelow"] = 0x1e12;
129
+ t["Dcroat"] = 0x0110;
130
+ t["Ddotaccent"] = 0x1e0a;
131
+ t["Ddotbelow"] = 0x1e0c;
132
+ t["Decyrillic"] = 0x0414;
133
+ t["Deicoptic"] = 0x03ee;
134
+ t["Delta"] = 0x2206;
135
+ t["Deltagreek"] = 0x0394;
136
+ t["Dhook"] = 0x018a;
137
+ t["Dieresis"] = 0xf6cb;
138
+ t["DieresisAcute"] = 0xf6cc;
139
+ t["DieresisGrave"] = 0xf6cd;
140
+ t["Dieresissmall"] = 0xf7a8;
141
+ t["Digammagreek"] = 0x03dc;
142
+ t["Djecyrillic"] = 0x0402;
143
+ t["Dlinebelow"] = 0x1e0e;
144
+ t["Dmonospace"] = 0xff24;
145
+ t["Dotaccentsmall"] = 0xf6f7;
146
+ t["Dslash"] = 0x0110;
147
+ t["Dsmall"] = 0xf764;
148
+ t["Dtopbar"] = 0x018b;
149
+ t["Dz"] = 0x01f2;
150
+ t["Dzcaron"] = 0x01c5;
151
+ t["Dzeabkhasiancyrillic"] = 0x04e0;
152
+ t["Dzecyrillic"] = 0x0405;
153
+ t["Dzhecyrillic"] = 0x040f;
154
+ t["E"] = 0x0045;
155
+ t["Eacute"] = 0x00c9;
156
+ t["Eacutesmall"] = 0xf7e9;
157
+ t["Ebreve"] = 0x0114;
158
+ t["Ecaron"] = 0x011a;
159
+ t["Ecedillabreve"] = 0x1e1c;
160
+ t["Echarmenian"] = 0x0535;
161
+ t["Ecircle"] = 0x24ba;
162
+ t["Ecircumflex"] = 0x00ca;
163
+ t["Ecircumflexacute"] = 0x1ebe;
164
+ t["Ecircumflexbelow"] = 0x1e18;
165
+ t["Ecircumflexdotbelow"] = 0x1ec6;
166
+ t["Ecircumflexgrave"] = 0x1ec0;
167
+ t["Ecircumflexhookabove"] = 0x1ec2;
168
+ t["Ecircumflexsmall"] = 0xf7ea;
169
+ t["Ecircumflextilde"] = 0x1ec4;
170
+ t["Ecyrillic"] = 0x0404;
171
+ t["Edblgrave"] = 0x0204;
172
+ t["Edieresis"] = 0x00cb;
173
+ t["Edieresissmall"] = 0xf7eb;
174
+ t["Edot"] = 0x0116;
175
+ t["Edotaccent"] = 0x0116;
176
+ t["Edotbelow"] = 0x1eb8;
177
+ t["Efcyrillic"] = 0x0424;
178
+ t["Egrave"] = 0x00c8;
179
+ t["Egravesmall"] = 0xf7e8;
180
+ t["Eharmenian"] = 0x0537;
181
+ t["Ehookabove"] = 0x1eba;
182
+ t["Eightroman"] = 0x2167;
183
+ t["Einvertedbreve"] = 0x0206;
184
+ t["Eiotifiedcyrillic"] = 0x0464;
185
+ t["Elcyrillic"] = 0x041b;
186
+ t["Elevenroman"] = 0x216a;
187
+ t["Emacron"] = 0x0112;
188
+ t["Emacronacute"] = 0x1e16;
189
+ t["Emacrongrave"] = 0x1e14;
190
+ t["Emcyrillic"] = 0x041c;
191
+ t["Emonospace"] = 0xff25;
192
+ t["Encyrillic"] = 0x041d;
193
+ t["Endescendercyrillic"] = 0x04a2;
194
+ t["Eng"] = 0x014a;
195
+ t["Enghecyrillic"] = 0x04a4;
196
+ t["Enhookcyrillic"] = 0x04c7;
197
+ t["Eogonek"] = 0x0118;
198
+ t["Eopen"] = 0x0190;
199
+ t["Epsilon"] = 0x0395;
200
+ t["Epsilontonos"] = 0x0388;
201
+ t["Ercyrillic"] = 0x0420;
202
+ t["Ereversed"] = 0x018e;
203
+ t["Ereversedcyrillic"] = 0x042d;
204
+ t["Escyrillic"] = 0x0421;
205
+ t["Esdescendercyrillic"] = 0x04aa;
206
+ t["Esh"] = 0x01a9;
207
+ t["Esmall"] = 0xf765;
208
+ t["Eta"] = 0x0397;
209
+ t["Etarmenian"] = 0x0538;
210
+ t["Etatonos"] = 0x0389;
211
+ t["Eth"] = 0x00d0;
212
+ t["Ethsmall"] = 0xf7f0;
213
+ t["Etilde"] = 0x1ebc;
214
+ t["Etildebelow"] = 0x1e1a;
215
+ t["Euro"] = 0x20ac;
216
+ t["Ezh"] = 0x01b7;
217
+ t["Ezhcaron"] = 0x01ee;
218
+ t["Ezhreversed"] = 0x01b8;
219
+ t["F"] = 0x0046;
220
+ t["Fcircle"] = 0x24bb;
221
+ t["Fdotaccent"] = 0x1e1e;
222
+ t["Feharmenian"] = 0x0556;
223
+ t["Feicoptic"] = 0x03e4;
224
+ t["Fhook"] = 0x0191;
225
+ t["Fitacyrillic"] = 0x0472;
226
+ t["Fiveroman"] = 0x2164;
227
+ t["Fmonospace"] = 0xff26;
228
+ t["Fourroman"] = 0x2163;
229
+ t["Fsmall"] = 0xf766;
230
+ t["G"] = 0x0047;
231
+ t["GBsquare"] = 0x3387;
232
+ t["Gacute"] = 0x01f4;
233
+ t["Gamma"] = 0x0393;
234
+ t["Gammaafrican"] = 0x0194;
235
+ t["Gangiacoptic"] = 0x03ea;
236
+ t["Gbreve"] = 0x011e;
237
+ t["Gcaron"] = 0x01e6;
238
+ t["Gcedilla"] = 0x0122;
239
+ t["Gcircle"] = 0x24bc;
240
+ t["Gcircumflex"] = 0x011c;
241
+ t["Gcommaaccent"] = 0x0122;
242
+ t["Gdot"] = 0x0120;
243
+ t["Gdotaccent"] = 0x0120;
244
+ t["Gecyrillic"] = 0x0413;
245
+ t["Ghadarmenian"] = 0x0542;
246
+ t["Ghemiddlehookcyrillic"] = 0x0494;
247
+ t["Ghestrokecyrillic"] = 0x0492;
248
+ t["Gheupturncyrillic"] = 0x0490;
249
+ t["Ghook"] = 0x0193;
250
+ t["Gimarmenian"] = 0x0533;
251
+ t["Gjecyrillic"] = 0x0403;
252
+ t["Gmacron"] = 0x1e20;
253
+ t["Gmonospace"] = 0xff27;
254
+ t["Grave"] = 0xf6ce;
255
+ t["Gravesmall"] = 0xf760;
256
+ t["Gsmall"] = 0xf767;
257
+ t["Gsmallhook"] = 0x029b;
258
+ t["Gstroke"] = 0x01e4;
259
+ t["H"] = 0x0048;
260
+ t["H18533"] = 0x25cf;
261
+ t["H18543"] = 0x25aa;
262
+ t["H18551"] = 0x25ab;
263
+ t["H22073"] = 0x25a1;
264
+ t["HPsquare"] = 0x33cb;
265
+ t["Haabkhasiancyrillic"] = 0x04a8;
266
+ t["Hadescendercyrillic"] = 0x04b2;
267
+ t["Hardsigncyrillic"] = 0x042a;
268
+ t["Hbar"] = 0x0126;
269
+ t["Hbrevebelow"] = 0x1e2a;
270
+ t["Hcedilla"] = 0x1e28;
271
+ t["Hcircle"] = 0x24bd;
272
+ t["Hcircumflex"] = 0x0124;
273
+ t["Hdieresis"] = 0x1e26;
274
+ t["Hdotaccent"] = 0x1e22;
275
+ t["Hdotbelow"] = 0x1e24;
276
+ t["Hmonospace"] = 0xff28;
277
+ t["Hoarmenian"] = 0x0540;
278
+ t["Horicoptic"] = 0x03e8;
279
+ t["Hsmall"] = 0xf768;
280
+ t["Hungarumlaut"] = 0xf6cf;
281
+ t["Hungarumlautsmall"] = 0xf6f8;
282
+ t["Hzsquare"] = 0x3390;
283
+ t["I"] = 0x0049;
284
+ t["IAcyrillic"] = 0x042f;
285
+ t["IJ"] = 0x0132;
286
+ t["IUcyrillic"] = 0x042e;
287
+ t["Iacute"] = 0x00cd;
288
+ t["Iacutesmall"] = 0xf7ed;
289
+ t["Ibreve"] = 0x012c;
290
+ t["Icaron"] = 0x01cf;
291
+ t["Icircle"] = 0x24be;
292
+ t["Icircumflex"] = 0x00ce;
293
+ t["Icircumflexsmall"] = 0xf7ee;
294
+ t["Icyrillic"] = 0x0406;
295
+ t["Idblgrave"] = 0x0208;
296
+ t["Idieresis"] = 0x00cf;
297
+ t["Idieresisacute"] = 0x1e2e;
298
+ t["Idieresiscyrillic"] = 0x04e4;
299
+ t["Idieresissmall"] = 0xf7ef;
300
+ t["Idot"] = 0x0130;
301
+ t["Idotaccent"] = 0x0130;
302
+ t["Idotbelow"] = 0x1eca;
303
+ t["Iebrevecyrillic"] = 0x04d6;
304
+ t["Iecyrillic"] = 0x0415;
305
+ t["Ifraktur"] = 0x2111;
306
+ t["Igrave"] = 0x00cc;
307
+ t["Igravesmall"] = 0xf7ec;
308
+ t["Ihookabove"] = 0x1ec8;
309
+ t["Iicyrillic"] = 0x0418;
310
+ t["Iinvertedbreve"] = 0x020a;
311
+ t["Iishortcyrillic"] = 0x0419;
312
+ t["Imacron"] = 0x012a;
313
+ t["Imacroncyrillic"] = 0x04e2;
314
+ t["Imonospace"] = 0xff29;
315
+ t["Iniarmenian"] = 0x053b;
316
+ t["Iocyrillic"] = 0x0401;
317
+ t["Iogonek"] = 0x012e;
318
+ t["Iota"] = 0x0399;
319
+ t["Iotaafrican"] = 0x0196;
320
+ t["Iotadieresis"] = 0x03aa;
321
+ t["Iotatonos"] = 0x038a;
322
+ t["Ismall"] = 0xf769;
323
+ t["Istroke"] = 0x0197;
324
+ t["Itilde"] = 0x0128;
325
+ t["Itildebelow"] = 0x1e2c;
326
+ t["Izhitsacyrillic"] = 0x0474;
327
+ t["Izhitsadblgravecyrillic"] = 0x0476;
328
+ t["J"] = 0x004a;
329
+ t["Jaarmenian"] = 0x0541;
330
+ t["Jcircle"] = 0x24bf;
331
+ t["Jcircumflex"] = 0x0134;
332
+ t["Jecyrillic"] = 0x0408;
333
+ t["Jheharmenian"] = 0x054b;
334
+ t["Jmonospace"] = 0xff2a;
335
+ t["Jsmall"] = 0xf76a;
336
+ t["K"] = 0x004b;
337
+ t["KBsquare"] = 0x3385;
338
+ t["KKsquare"] = 0x33cd;
339
+ t["Kabashkircyrillic"] = 0x04a0;
340
+ t["Kacute"] = 0x1e30;
341
+ t["Kacyrillic"] = 0x041a;
342
+ t["Kadescendercyrillic"] = 0x049a;
343
+ t["Kahookcyrillic"] = 0x04c3;
344
+ t["Kappa"] = 0x039a;
345
+ t["Kastrokecyrillic"] = 0x049e;
346
+ t["Kaverticalstrokecyrillic"] = 0x049c;
347
+ t["Kcaron"] = 0x01e8;
348
+ t["Kcedilla"] = 0x0136;
349
+ t["Kcircle"] = 0x24c0;
350
+ t["Kcommaaccent"] = 0x0136;
351
+ t["Kdotbelow"] = 0x1e32;
352
+ t["Keharmenian"] = 0x0554;
353
+ t["Kenarmenian"] = 0x053f;
354
+ t["Khacyrillic"] = 0x0425;
355
+ t["Kheicoptic"] = 0x03e6;
356
+ t["Khook"] = 0x0198;
357
+ t["Kjecyrillic"] = 0x040c;
358
+ t["Klinebelow"] = 0x1e34;
359
+ t["Kmonospace"] = 0xff2b;
360
+ t["Koppacyrillic"] = 0x0480;
361
+ t["Koppagreek"] = 0x03de;
362
+ t["Ksicyrillic"] = 0x046e;
363
+ t["Ksmall"] = 0xf76b;
364
+ t["L"] = 0x004c;
365
+ t["LJ"] = 0x01c7;
366
+ t["LL"] = 0xf6bf;
367
+ t["Lacute"] = 0x0139;
368
+ t["Lambda"] = 0x039b;
369
+ t["Lcaron"] = 0x013d;
370
+ t["Lcedilla"] = 0x013b;
371
+ t["Lcircle"] = 0x24c1;
372
+ t["Lcircumflexbelow"] = 0x1e3c;
373
+ t["Lcommaaccent"] = 0x013b;
374
+ t["Ldot"] = 0x013f;
375
+ t["Ldotaccent"] = 0x013f;
376
+ t["Ldotbelow"] = 0x1e36;
377
+ t["Ldotbelowmacron"] = 0x1e38;
378
+ t["Liwnarmenian"] = 0x053c;
379
+ t["Lj"] = 0x01c8;
380
+ t["Ljecyrillic"] = 0x0409;
381
+ t["Llinebelow"] = 0x1e3a;
382
+ t["Lmonospace"] = 0xff2c;
383
+ t["Lslash"] = 0x0141;
384
+ t["Lslashsmall"] = 0xf6f9;
385
+ t["Lsmall"] = 0xf76c;
386
+ t["M"] = 0x004d;
387
+ t["MBsquare"] = 0x3386;
388
+ t["Macron"] = 0xf6d0;
389
+ t["Macronsmall"] = 0xf7af;
390
+ t["Macute"] = 0x1e3e;
391
+ t["Mcircle"] = 0x24c2;
392
+ t["Mdotaccent"] = 0x1e40;
393
+ t["Mdotbelow"] = 0x1e42;
394
+ t["Menarmenian"] = 0x0544;
395
+ t["Mmonospace"] = 0xff2d;
396
+ t["Msmall"] = 0xf76d;
397
+ t["Mturned"] = 0x019c;
398
+ t["Mu"] = 0x039c;
399
+ t["N"] = 0x004e;
400
+ t["NJ"] = 0x01ca;
401
+ t["Nacute"] = 0x0143;
402
+ t["Ncaron"] = 0x0147;
403
+ t["Ncedilla"] = 0x0145;
404
+ t["Ncircle"] = 0x24c3;
405
+ t["Ncircumflexbelow"] = 0x1e4a;
406
+ t["Ncommaaccent"] = 0x0145;
407
+ t["Ndotaccent"] = 0x1e44;
408
+ t["Ndotbelow"] = 0x1e46;
409
+ t["Nhookleft"] = 0x019d;
410
+ t["Nineroman"] = 0x2168;
411
+ t["Nj"] = 0x01cb;
412
+ t["Njecyrillic"] = 0x040a;
413
+ t["Nlinebelow"] = 0x1e48;
414
+ t["Nmonospace"] = 0xff2e;
415
+ t["Nowarmenian"] = 0x0546;
416
+ t["Nsmall"] = 0xf76e;
417
+ t["Ntilde"] = 0x00d1;
418
+ t["Ntildesmall"] = 0xf7f1;
419
+ t["Nu"] = 0x039d;
420
+ t["O"] = 0x004f;
421
+ t["OE"] = 0x0152;
422
+ t["OEsmall"] = 0xf6fa;
423
+ t["Oacute"] = 0x00d3;
424
+ t["Oacutesmall"] = 0xf7f3;
425
+ t["Obarredcyrillic"] = 0x04e8;
426
+ t["Obarreddieresiscyrillic"] = 0x04ea;
427
+ t["Obreve"] = 0x014e;
428
+ t["Ocaron"] = 0x01d1;
429
+ t["Ocenteredtilde"] = 0x019f;
430
+ t["Ocircle"] = 0x24c4;
431
+ t["Ocircumflex"] = 0x00d4;
432
+ t["Ocircumflexacute"] = 0x1ed0;
433
+ t["Ocircumflexdotbelow"] = 0x1ed8;
434
+ t["Ocircumflexgrave"] = 0x1ed2;
435
+ t["Ocircumflexhookabove"] = 0x1ed4;
436
+ t["Ocircumflexsmall"] = 0xf7f4;
437
+ t["Ocircumflextilde"] = 0x1ed6;
438
+ t["Ocyrillic"] = 0x041e;
439
+ t["Odblacute"] = 0x0150;
440
+ t["Odblgrave"] = 0x020c;
441
+ t["Odieresis"] = 0x00d6;
442
+ t["Odieresiscyrillic"] = 0x04e6;
443
+ t["Odieresissmall"] = 0xf7f6;
444
+ t["Odotbelow"] = 0x1ecc;
445
+ t["Ogoneksmall"] = 0xf6fb;
446
+ t["Ograve"] = 0x00d2;
447
+ t["Ogravesmall"] = 0xf7f2;
448
+ t["Oharmenian"] = 0x0555;
449
+ t["Ohm"] = 0x2126;
450
+ t["Ohookabove"] = 0x1ece;
451
+ t["Ohorn"] = 0x01a0;
452
+ t["Ohornacute"] = 0x1eda;
453
+ t["Ohorndotbelow"] = 0x1ee2;
454
+ t["Ohorngrave"] = 0x1edc;
455
+ t["Ohornhookabove"] = 0x1ede;
456
+ t["Ohorntilde"] = 0x1ee0;
457
+ t["Ohungarumlaut"] = 0x0150;
458
+ t["Oi"] = 0x01a2;
459
+ t["Oinvertedbreve"] = 0x020e;
460
+ t["Omacron"] = 0x014c;
461
+ t["Omacronacute"] = 0x1e52;
462
+ t["Omacrongrave"] = 0x1e50;
463
+ t["Omega"] = 0x2126;
464
+ t["Omegacyrillic"] = 0x0460;
465
+ t["Omegagreek"] = 0x03a9;
466
+ t["Omegaroundcyrillic"] = 0x047a;
467
+ t["Omegatitlocyrillic"] = 0x047c;
468
+ t["Omegatonos"] = 0x038f;
469
+ t["Omicron"] = 0x039f;
470
+ t["Omicrontonos"] = 0x038c;
471
+ t["Omonospace"] = 0xff2f;
472
+ t["Oneroman"] = 0x2160;
473
+ t["Oogonek"] = 0x01ea;
474
+ t["Oogonekmacron"] = 0x01ec;
475
+ t["Oopen"] = 0x0186;
476
+ t["Oslash"] = 0x00d8;
477
+ t["Oslashacute"] = 0x01fe;
478
+ t["Oslashsmall"] = 0xf7f8;
479
+ t["Osmall"] = 0xf76f;
480
+ t["Ostrokeacute"] = 0x01fe;
481
+ t["Otcyrillic"] = 0x047e;
482
+ t["Otilde"] = 0x00d5;
483
+ t["Otildeacute"] = 0x1e4c;
484
+ t["Otildedieresis"] = 0x1e4e;
485
+ t["Otildesmall"] = 0xf7f5;
486
+ t["P"] = 0x0050;
487
+ t["Pacute"] = 0x1e54;
488
+ t["Pcircle"] = 0x24c5;
489
+ t["Pdotaccent"] = 0x1e56;
490
+ t["Pecyrillic"] = 0x041f;
491
+ t["Peharmenian"] = 0x054a;
492
+ t["Pemiddlehookcyrillic"] = 0x04a6;
493
+ t["Phi"] = 0x03a6;
494
+ t["Phook"] = 0x01a4;
495
+ t["Pi"] = 0x03a0;
496
+ t["Piwrarmenian"] = 0x0553;
497
+ t["Pmonospace"] = 0xff30;
498
+ t["Psi"] = 0x03a8;
499
+ t["Psicyrillic"] = 0x0470;
500
+ t["Psmall"] = 0xf770;
501
+ t["Q"] = 0x0051;
502
+ t["Qcircle"] = 0x24c6;
503
+ t["Qmonospace"] = 0xff31;
504
+ t["Qsmall"] = 0xf771;
505
+ t["R"] = 0x0052;
506
+ t["Raarmenian"] = 0x054c;
507
+ t["Racute"] = 0x0154;
508
+ t["Rcaron"] = 0x0158;
509
+ t["Rcedilla"] = 0x0156;
510
+ t["Rcircle"] = 0x24c7;
511
+ t["Rcommaaccent"] = 0x0156;
512
+ t["Rdblgrave"] = 0x0210;
513
+ t["Rdotaccent"] = 0x1e58;
514
+ t["Rdotbelow"] = 0x1e5a;
515
+ t["Rdotbelowmacron"] = 0x1e5c;
516
+ t["Reharmenian"] = 0x0550;
517
+ t["Rfraktur"] = 0x211c;
518
+ t["Rho"] = 0x03a1;
519
+ t["Ringsmall"] = 0xf6fc;
520
+ t["Rinvertedbreve"] = 0x0212;
521
+ t["Rlinebelow"] = 0x1e5e;
522
+ t["Rmonospace"] = 0xff32;
523
+ t["Rsmall"] = 0xf772;
524
+ t["Rsmallinverted"] = 0x0281;
525
+ t["Rsmallinvertedsuperior"] = 0x02b6;
526
+ t["S"] = 0x0053;
527
+ t["SF010000"] = 0x250c;
528
+ t["SF020000"] = 0x2514;
529
+ t["SF030000"] = 0x2510;
530
+ t["SF040000"] = 0x2518;
531
+ t["SF050000"] = 0x253c;
532
+ t["SF060000"] = 0x252c;
533
+ t["SF070000"] = 0x2534;
534
+ t["SF080000"] = 0x251c;
535
+ t["SF090000"] = 0x2524;
536
+ t["SF100000"] = 0x2500;
537
+ t["SF110000"] = 0x2502;
538
+ t["SF190000"] = 0x2561;
539
+ t["SF200000"] = 0x2562;
540
+ t["SF210000"] = 0x2556;
541
+ t["SF220000"] = 0x2555;
542
+ t["SF230000"] = 0x2563;
543
+ t["SF240000"] = 0x2551;
544
+ t["SF250000"] = 0x2557;
545
+ t["SF260000"] = 0x255d;
546
+ t["SF270000"] = 0x255c;
547
+ t["SF280000"] = 0x255b;
548
+ t["SF360000"] = 0x255e;
549
+ t["SF370000"] = 0x255f;
550
+ t["SF380000"] = 0x255a;
551
+ t["SF390000"] = 0x2554;
552
+ t["SF400000"] = 0x2569;
553
+ t["SF410000"] = 0x2566;
554
+ t["SF420000"] = 0x2560;
555
+ t["SF430000"] = 0x2550;
556
+ t["SF440000"] = 0x256c;
557
+ t["SF450000"] = 0x2567;
558
+ t["SF460000"] = 0x2568;
559
+ t["SF470000"] = 0x2564;
560
+ t["SF480000"] = 0x2565;
561
+ t["SF490000"] = 0x2559;
562
+ t["SF500000"] = 0x2558;
563
+ t["SF510000"] = 0x2552;
564
+ t["SF520000"] = 0x2553;
565
+ t["SF530000"] = 0x256b;
566
+ t["SF540000"] = 0x256a;
567
+ t["Sacute"] = 0x015a;
568
+ t["Sacutedotaccent"] = 0x1e64;
569
+ t["Sampigreek"] = 0x03e0;
570
+ t["Scaron"] = 0x0160;
571
+ t["Scarondotaccent"] = 0x1e66;
572
+ t["Scaronsmall"] = 0xf6fd;
573
+ t["Scedilla"] = 0x015e;
574
+ t["Schwa"] = 0x018f;
575
+ t["Schwacyrillic"] = 0x04d8;
576
+ t["Schwadieresiscyrillic"] = 0x04da;
577
+ t["Scircle"] = 0x24c8;
578
+ t["Scircumflex"] = 0x015c;
579
+ t["Scommaaccent"] = 0x0218;
580
+ t["Sdotaccent"] = 0x1e60;
581
+ t["Sdotbelow"] = 0x1e62;
582
+ t["Sdotbelowdotaccent"] = 0x1e68;
583
+ t["Seharmenian"] = 0x054d;
584
+ t["Sevenroman"] = 0x2166;
585
+ t["Shaarmenian"] = 0x0547;
586
+ t["Shacyrillic"] = 0x0428;
587
+ t["Shchacyrillic"] = 0x0429;
588
+ t["Sheicoptic"] = 0x03e2;
589
+ t["Shhacyrillic"] = 0x04ba;
590
+ t["Shimacoptic"] = 0x03ec;
591
+ t["Sigma"] = 0x03a3;
592
+ t["Sixroman"] = 0x2165;
593
+ t["Smonospace"] = 0xff33;
594
+ t["Softsigncyrillic"] = 0x042c;
595
+ t["Ssmall"] = 0xf773;
596
+ t["Stigmagreek"] = 0x03da;
597
+ t["T"] = 0x0054;
598
+ t["Tau"] = 0x03a4;
599
+ t["Tbar"] = 0x0166;
600
+ t["Tcaron"] = 0x0164;
601
+ t["Tcedilla"] = 0x0162;
602
+ t["Tcircle"] = 0x24c9;
603
+ t["Tcircumflexbelow"] = 0x1e70;
604
+ t["Tcommaaccent"] = 0x0162;
605
+ t["Tdotaccent"] = 0x1e6a;
606
+ t["Tdotbelow"] = 0x1e6c;
607
+ t["Tecyrillic"] = 0x0422;
608
+ t["Tedescendercyrillic"] = 0x04ac;
609
+ t["Tenroman"] = 0x2169;
610
+ t["Tetsecyrillic"] = 0x04b4;
611
+ t["Theta"] = 0x0398;
612
+ t["Thook"] = 0x01ac;
613
+ t["Thorn"] = 0x00de;
614
+ t["Thornsmall"] = 0xf7fe;
615
+ t["Threeroman"] = 0x2162;
616
+ t["Tildesmall"] = 0xf6fe;
617
+ t["Tiwnarmenian"] = 0x054f;
618
+ t["Tlinebelow"] = 0x1e6e;
619
+ t["Tmonospace"] = 0xff34;
620
+ t["Toarmenian"] = 0x0539;
621
+ t["Tonefive"] = 0x01bc;
622
+ t["Tonesix"] = 0x0184;
623
+ t["Tonetwo"] = 0x01a7;
624
+ t["Tretroflexhook"] = 0x01ae;
625
+ t["Tsecyrillic"] = 0x0426;
626
+ t["Tshecyrillic"] = 0x040b;
627
+ t["Tsmall"] = 0xf774;
628
+ t["Twelveroman"] = 0x216b;
629
+ t["Tworoman"] = 0x2161;
630
+ t["U"] = 0x0055;
631
+ t["Uacute"] = 0x00da;
632
+ t["Uacutesmall"] = 0xf7fa;
633
+ t["Ubreve"] = 0x016c;
634
+ t["Ucaron"] = 0x01d3;
635
+ t["Ucircle"] = 0x24ca;
636
+ t["Ucircumflex"] = 0x00db;
637
+ t["Ucircumflexbelow"] = 0x1e76;
638
+ t["Ucircumflexsmall"] = 0xf7fb;
639
+ t["Ucyrillic"] = 0x0423;
640
+ t["Udblacute"] = 0x0170;
641
+ t["Udblgrave"] = 0x0214;
642
+ t["Udieresis"] = 0x00dc;
643
+ t["Udieresisacute"] = 0x01d7;
644
+ t["Udieresisbelow"] = 0x1e72;
645
+ t["Udieresiscaron"] = 0x01d9;
646
+ t["Udieresiscyrillic"] = 0x04f0;
647
+ t["Udieresisgrave"] = 0x01db;
648
+ t["Udieresismacron"] = 0x01d5;
649
+ t["Udieresissmall"] = 0xf7fc;
650
+ t["Udotbelow"] = 0x1ee4;
651
+ t["Ugrave"] = 0x00d9;
652
+ t["Ugravesmall"] = 0xf7f9;
653
+ t["Uhookabove"] = 0x1ee6;
654
+ t["Uhorn"] = 0x01af;
655
+ t["Uhornacute"] = 0x1ee8;
656
+ t["Uhorndotbelow"] = 0x1ef0;
657
+ t["Uhorngrave"] = 0x1eea;
658
+ t["Uhornhookabove"] = 0x1eec;
659
+ t["Uhorntilde"] = 0x1eee;
660
+ t["Uhungarumlaut"] = 0x0170;
661
+ t["Uhungarumlautcyrillic"] = 0x04f2;
662
+ t["Uinvertedbreve"] = 0x0216;
663
+ t["Ukcyrillic"] = 0x0478;
664
+ t["Umacron"] = 0x016a;
665
+ t["Umacroncyrillic"] = 0x04ee;
666
+ t["Umacrondieresis"] = 0x1e7a;
667
+ t["Umonospace"] = 0xff35;
668
+ t["Uogonek"] = 0x0172;
669
+ t["Upsilon"] = 0x03a5;
670
+ t["Upsilon1"] = 0x03d2;
671
+ t["Upsilonacutehooksymbolgreek"] = 0x03d3;
672
+ t["Upsilonafrican"] = 0x01b1;
673
+ t["Upsilondieresis"] = 0x03ab;
674
+ t["Upsilondieresishooksymbolgreek"] = 0x03d4;
675
+ t["Upsilonhooksymbol"] = 0x03d2;
676
+ t["Upsilontonos"] = 0x038e;
677
+ t["Uring"] = 0x016e;
678
+ t["Ushortcyrillic"] = 0x040e;
679
+ t["Usmall"] = 0xf775;
680
+ t["Ustraightcyrillic"] = 0x04ae;
681
+ t["Ustraightstrokecyrillic"] = 0x04b0;
682
+ t["Utilde"] = 0x0168;
683
+ t["Utildeacute"] = 0x1e78;
684
+ t["Utildebelow"] = 0x1e74;
685
+ t["V"] = 0x0056;
686
+ t["Vcircle"] = 0x24cb;
687
+ t["Vdotbelow"] = 0x1e7e;
688
+ t["Vecyrillic"] = 0x0412;
689
+ t["Vewarmenian"] = 0x054e;
690
+ t["Vhook"] = 0x01b2;
691
+ t["Vmonospace"] = 0xff36;
692
+ t["Voarmenian"] = 0x0548;
693
+ t["Vsmall"] = 0xf776;
694
+ t["Vtilde"] = 0x1e7c;
695
+ t["W"] = 0x0057;
696
+ t["Wacute"] = 0x1e82;
697
+ t["Wcircle"] = 0x24cc;
698
+ t["Wcircumflex"] = 0x0174;
699
+ t["Wdieresis"] = 0x1e84;
700
+ t["Wdotaccent"] = 0x1e86;
701
+ t["Wdotbelow"] = 0x1e88;
702
+ t["Wgrave"] = 0x1e80;
703
+ t["Wmonospace"] = 0xff37;
704
+ t["Wsmall"] = 0xf777;
705
+ t["X"] = 0x0058;
706
+ t["Xcircle"] = 0x24cd;
707
+ t["Xdieresis"] = 0x1e8c;
708
+ t["Xdotaccent"] = 0x1e8a;
709
+ t["Xeharmenian"] = 0x053d;
710
+ t["Xi"] = 0x039e;
711
+ t["Xmonospace"] = 0xff38;
712
+ t["Xsmall"] = 0xf778;
713
+ t["Y"] = 0x0059;
714
+ t["Yacute"] = 0x00dd;
715
+ t["Yacutesmall"] = 0xf7fd;
716
+ t["Yatcyrillic"] = 0x0462;
717
+ t["Ycircle"] = 0x24ce;
718
+ t["Ycircumflex"] = 0x0176;
719
+ t["Ydieresis"] = 0x0178;
720
+ t["Ydieresissmall"] = 0xf7ff;
721
+ t["Ydotaccent"] = 0x1e8e;
722
+ t["Ydotbelow"] = 0x1ef4;
723
+ t["Yericyrillic"] = 0x042b;
724
+ t["Yerudieresiscyrillic"] = 0x04f8;
725
+ t["Ygrave"] = 0x1ef2;
726
+ t["Yhook"] = 0x01b3;
727
+ t["Yhookabove"] = 0x1ef6;
728
+ t["Yiarmenian"] = 0x0545;
729
+ t["Yicyrillic"] = 0x0407;
730
+ t["Yiwnarmenian"] = 0x0552;
731
+ t["Ymonospace"] = 0xff39;
732
+ t["Ysmall"] = 0xf779;
733
+ t["Ytilde"] = 0x1ef8;
734
+ t["Yusbigcyrillic"] = 0x046a;
735
+ t["Yusbigiotifiedcyrillic"] = 0x046c;
736
+ t["Yuslittlecyrillic"] = 0x0466;
737
+ t["Yuslittleiotifiedcyrillic"] = 0x0468;
738
+ t["Z"] = 0x005a;
739
+ t["Zaarmenian"] = 0x0536;
740
+ t["Zacute"] = 0x0179;
741
+ t["Zcaron"] = 0x017d;
742
+ t["Zcaronsmall"] = 0xf6ff;
743
+ t["Zcircle"] = 0x24cf;
744
+ t["Zcircumflex"] = 0x1e90;
745
+ t["Zdot"] = 0x017b;
746
+ t["Zdotaccent"] = 0x017b;
747
+ t["Zdotbelow"] = 0x1e92;
748
+ t["Zecyrillic"] = 0x0417;
749
+ t["Zedescendercyrillic"] = 0x0498;
750
+ t["Zedieresiscyrillic"] = 0x04de;
751
+ t["Zeta"] = 0x0396;
752
+ t["Zhearmenian"] = 0x053a;
753
+ t["Zhebrevecyrillic"] = 0x04c1;
754
+ t["Zhecyrillic"] = 0x0416;
755
+ t["Zhedescendercyrillic"] = 0x0496;
756
+ t["Zhedieresiscyrillic"] = 0x04dc;
757
+ t["Zlinebelow"] = 0x1e94;
758
+ t["Zmonospace"] = 0xff3a;
759
+ t["Zsmall"] = 0xf77a;
760
+ t["Zstroke"] = 0x01b5;
761
+ t["a"] = 0x0061;
762
+ t["aabengali"] = 0x0986;
763
+ t["aacute"] = 0x00e1;
764
+ t["aadeva"] = 0x0906;
765
+ t["aagujarati"] = 0x0a86;
766
+ t["aagurmukhi"] = 0x0a06;
767
+ t["aamatragurmukhi"] = 0x0a3e;
768
+ t["aarusquare"] = 0x3303;
769
+ t["aavowelsignbengali"] = 0x09be;
770
+ t["aavowelsigndeva"] = 0x093e;
771
+ t["aavowelsigngujarati"] = 0x0abe;
772
+ t["abbreviationmarkarmenian"] = 0x055f;
773
+ t["abbreviationsigndeva"] = 0x0970;
774
+ t["abengali"] = 0x0985;
775
+ t["abopomofo"] = 0x311a;
776
+ t["abreve"] = 0x0103;
777
+ t["abreveacute"] = 0x1eaf;
778
+ t["abrevecyrillic"] = 0x04d1;
779
+ t["abrevedotbelow"] = 0x1eb7;
780
+ t["abrevegrave"] = 0x1eb1;
781
+ t["abrevehookabove"] = 0x1eb3;
782
+ t["abrevetilde"] = 0x1eb5;
783
+ t["acaron"] = 0x01ce;
784
+ t["acircle"] = 0x24d0;
785
+ t["acircumflex"] = 0x00e2;
786
+ t["acircumflexacute"] = 0x1ea5;
787
+ t["acircumflexdotbelow"] = 0x1ead;
788
+ t["acircumflexgrave"] = 0x1ea7;
789
+ t["acircumflexhookabove"] = 0x1ea9;
790
+ t["acircumflextilde"] = 0x1eab;
791
+ t["acute"] = 0x00b4;
792
+ t["acutebelowcmb"] = 0x0317;
793
+ t["acutecmb"] = 0x0301;
794
+ t["acutecomb"] = 0x0301;
795
+ t["acutedeva"] = 0x0954;
796
+ t["acutelowmod"] = 0x02cf;
797
+ t["acutetonecmb"] = 0x0341;
798
+ t["acyrillic"] = 0x0430;
799
+ t["adblgrave"] = 0x0201;
800
+ t["addakgurmukhi"] = 0x0a71;
801
+ t["adeva"] = 0x0905;
802
+ t["adieresis"] = 0x00e4;
803
+ t["adieresiscyrillic"] = 0x04d3;
804
+ t["adieresismacron"] = 0x01df;
805
+ t["adotbelow"] = 0x1ea1;
806
+ t["adotmacron"] = 0x01e1;
807
+ t["ae"] = 0x00e6;
808
+ t["aeacute"] = 0x01fd;
809
+ t["aekorean"] = 0x3150;
810
+ t["aemacron"] = 0x01e3;
811
+ t["afii00208"] = 0x2015;
812
+ t["afii08941"] = 0x20a4;
813
+ t["afii10017"] = 0x0410;
814
+ t["afii10018"] = 0x0411;
815
+ t["afii10019"] = 0x0412;
816
+ t["afii10020"] = 0x0413;
817
+ t["afii10021"] = 0x0414;
818
+ t["afii10022"] = 0x0415;
819
+ t["afii10023"] = 0x0401;
820
+ t["afii10024"] = 0x0416;
821
+ t["afii10025"] = 0x0417;
822
+ t["afii10026"] = 0x0418;
823
+ t["afii10027"] = 0x0419;
824
+ t["afii10028"] = 0x041a;
825
+ t["afii10029"] = 0x041b;
826
+ t["afii10030"] = 0x041c;
827
+ t["afii10031"] = 0x041d;
828
+ t["afii10032"] = 0x041e;
829
+ t["afii10033"] = 0x041f;
830
+ t["afii10034"] = 0x0420;
831
+ t["afii10035"] = 0x0421;
832
+ t["afii10036"] = 0x0422;
833
+ t["afii10037"] = 0x0423;
834
+ t["afii10038"] = 0x0424;
835
+ t["afii10039"] = 0x0425;
836
+ t["afii10040"] = 0x0426;
837
+ t["afii10041"] = 0x0427;
838
+ t["afii10042"] = 0x0428;
839
+ t["afii10043"] = 0x0429;
840
+ t["afii10044"] = 0x042a;
841
+ t["afii10045"] = 0x042b;
842
+ t["afii10046"] = 0x042c;
843
+ t["afii10047"] = 0x042d;
844
+ t["afii10048"] = 0x042e;
845
+ t["afii10049"] = 0x042f;
846
+ t["afii10050"] = 0x0490;
847
+ t["afii10051"] = 0x0402;
848
+ t["afii10052"] = 0x0403;
849
+ t["afii10053"] = 0x0404;
850
+ t["afii10054"] = 0x0405;
851
+ t["afii10055"] = 0x0406;
852
+ t["afii10056"] = 0x0407;
853
+ t["afii10057"] = 0x0408;
854
+ t["afii10058"] = 0x0409;
855
+ t["afii10059"] = 0x040a;
856
+ t["afii10060"] = 0x040b;
857
+ t["afii10061"] = 0x040c;
858
+ t["afii10062"] = 0x040e;
859
+ t["afii10063"] = 0xf6c4;
860
+ t["afii10064"] = 0xf6c5;
861
+ t["afii10065"] = 0x0430;
862
+ t["afii10066"] = 0x0431;
863
+ t["afii10067"] = 0x0432;
864
+ t["afii10068"] = 0x0433;
865
+ t["afii10069"] = 0x0434;
866
+ t["afii10070"] = 0x0435;
867
+ t["afii10071"] = 0x0451;
868
+ t["afii10072"] = 0x0436;
869
+ t["afii10073"] = 0x0437;
870
+ t["afii10074"] = 0x0438;
871
+ t["afii10075"] = 0x0439;
872
+ t["afii10076"] = 0x043a;
873
+ t["afii10077"] = 0x043b;
874
+ t["afii10078"] = 0x043c;
875
+ t["afii10079"] = 0x043d;
876
+ t["afii10080"] = 0x043e;
877
+ t["afii10081"] = 0x043f;
878
+ t["afii10082"] = 0x0440;
879
+ t["afii10083"] = 0x0441;
880
+ t["afii10084"] = 0x0442;
881
+ t["afii10085"] = 0x0443;
882
+ t["afii10086"] = 0x0444;
883
+ t["afii10087"] = 0x0445;
884
+ t["afii10088"] = 0x0446;
885
+ t["afii10089"] = 0x0447;
886
+ t["afii10090"] = 0x0448;
887
+ t["afii10091"] = 0x0449;
888
+ t["afii10092"] = 0x044a;
889
+ t["afii10093"] = 0x044b;
890
+ t["afii10094"] = 0x044c;
891
+ t["afii10095"] = 0x044d;
892
+ t["afii10096"] = 0x044e;
893
+ t["afii10097"] = 0x044f;
894
+ t["afii10098"] = 0x0491;
895
+ t["afii10099"] = 0x0452;
896
+ t["afii10100"] = 0x0453;
897
+ t["afii10101"] = 0x0454;
898
+ t["afii10102"] = 0x0455;
899
+ t["afii10103"] = 0x0456;
900
+ t["afii10104"] = 0x0457;
901
+ t["afii10105"] = 0x0458;
902
+ t["afii10106"] = 0x0459;
903
+ t["afii10107"] = 0x045a;
904
+ t["afii10108"] = 0x045b;
905
+ t["afii10109"] = 0x045c;
906
+ t["afii10110"] = 0x045e;
907
+ t["afii10145"] = 0x040f;
908
+ t["afii10146"] = 0x0462;
909
+ t["afii10147"] = 0x0472;
910
+ t["afii10148"] = 0x0474;
911
+ t["afii10192"] = 0xf6c6;
912
+ t["afii10193"] = 0x045f;
913
+ t["afii10194"] = 0x0463;
914
+ t["afii10195"] = 0x0473;
915
+ t["afii10196"] = 0x0475;
916
+ t["afii10831"] = 0xf6c7;
917
+ t["afii10832"] = 0xf6c8;
918
+ t["afii10846"] = 0x04d9;
919
+ t["afii299"] = 0x200e;
920
+ t["afii300"] = 0x200f;
921
+ t["afii301"] = 0x200d;
922
+ t["afii57381"] = 0x066a;
923
+ t["afii57388"] = 0x060c;
924
+ t["afii57392"] = 0x0660;
925
+ t["afii57393"] = 0x0661;
926
+ t["afii57394"] = 0x0662;
927
+ t["afii57395"] = 0x0663;
928
+ t["afii57396"] = 0x0664;
929
+ t["afii57397"] = 0x0665;
930
+ t["afii57398"] = 0x0666;
931
+ t["afii57399"] = 0x0667;
932
+ t["afii57400"] = 0x0668;
933
+ t["afii57401"] = 0x0669;
934
+ t["afii57403"] = 0x061b;
935
+ t["afii57407"] = 0x061f;
936
+ t["afii57409"] = 0x0621;
937
+ t["afii57410"] = 0x0622;
938
+ t["afii57411"] = 0x0623;
939
+ t["afii57412"] = 0x0624;
940
+ t["afii57413"] = 0x0625;
941
+ t["afii57414"] = 0x0626;
942
+ t["afii57415"] = 0x0627;
943
+ t["afii57416"] = 0x0628;
944
+ t["afii57417"] = 0x0629;
945
+ t["afii57418"] = 0x062a;
946
+ t["afii57419"] = 0x062b;
947
+ t["afii57420"] = 0x062c;
948
+ t["afii57421"] = 0x062d;
949
+ t["afii57422"] = 0x062e;
950
+ t["afii57423"] = 0x062f;
951
+ t["afii57424"] = 0x0630;
952
+ t["afii57425"] = 0x0631;
953
+ t["afii57426"] = 0x0632;
954
+ t["afii57427"] = 0x0633;
955
+ t["afii57428"] = 0x0634;
956
+ t["afii57429"] = 0x0635;
957
+ t["afii57430"] = 0x0636;
958
+ t["afii57431"] = 0x0637;
959
+ t["afii57432"] = 0x0638;
960
+ t["afii57433"] = 0x0639;
961
+ t["afii57434"] = 0x063a;
962
+ t["afii57440"] = 0x0640;
963
+ t["afii57441"] = 0x0641;
964
+ t["afii57442"] = 0x0642;
965
+ t["afii57443"] = 0x0643;
966
+ t["afii57444"] = 0x0644;
967
+ t["afii57445"] = 0x0645;
968
+ t["afii57446"] = 0x0646;
969
+ t["afii57448"] = 0x0648;
970
+ t["afii57449"] = 0x0649;
971
+ t["afii57450"] = 0x064a;
972
+ t["afii57451"] = 0x064b;
973
+ t["afii57452"] = 0x064c;
974
+ t["afii57453"] = 0x064d;
975
+ t["afii57454"] = 0x064e;
976
+ t["afii57455"] = 0x064f;
977
+ t["afii57456"] = 0x0650;
978
+ t["afii57457"] = 0x0651;
979
+ t["afii57458"] = 0x0652;
980
+ t["afii57470"] = 0x0647;
981
+ t["afii57505"] = 0x06a4;
982
+ t["afii57506"] = 0x067e;
983
+ t["afii57507"] = 0x0686;
984
+ t["afii57508"] = 0x0698;
985
+ t["afii57509"] = 0x06af;
986
+ t["afii57511"] = 0x0679;
987
+ t["afii57512"] = 0x0688;
988
+ t["afii57513"] = 0x0691;
989
+ t["afii57514"] = 0x06ba;
990
+ t["afii57519"] = 0x06d2;
991
+ t["afii57534"] = 0x06d5;
992
+ t["afii57636"] = 0x20aa;
993
+ t["afii57645"] = 0x05be;
994
+ t["afii57658"] = 0x05c3;
995
+ t["afii57664"] = 0x05d0;
996
+ t["afii57665"] = 0x05d1;
997
+ t["afii57666"] = 0x05d2;
998
+ t["afii57667"] = 0x05d3;
999
+ t["afii57668"] = 0x05d4;
1000
+ t["afii57669"] = 0x05d5;
1001
+ t["afii57670"] = 0x05d6;
1002
+ t["afii57671"] = 0x05d7;
1003
+ t["afii57672"] = 0x05d8;
1004
+ t["afii57673"] = 0x05d9;
1005
+ t["afii57674"] = 0x05da;
1006
+ t["afii57675"] = 0x05db;
1007
+ t["afii57676"] = 0x05dc;
1008
+ t["afii57677"] = 0x05dd;
1009
+ t["afii57678"] = 0x05de;
1010
+ t["afii57679"] = 0x05df;
1011
+ t["afii57680"] = 0x05e0;
1012
+ t["afii57681"] = 0x05e1;
1013
+ t["afii57682"] = 0x05e2;
1014
+ t["afii57683"] = 0x05e3;
1015
+ t["afii57684"] = 0x05e4;
1016
+ t["afii57685"] = 0x05e5;
1017
+ t["afii57686"] = 0x05e6;
1018
+ t["afii57687"] = 0x05e7;
1019
+ t["afii57688"] = 0x05e8;
1020
+ t["afii57689"] = 0x05e9;
1021
+ t["afii57690"] = 0x05ea;
1022
+ t["afii57694"] = 0xfb2a;
1023
+ t["afii57695"] = 0xfb2b;
1024
+ t["afii57700"] = 0xfb4b;
1025
+ t["afii57705"] = 0xfb1f;
1026
+ t["afii57716"] = 0x05f0;
1027
+ t["afii57717"] = 0x05f1;
1028
+ t["afii57718"] = 0x05f2;
1029
+ t["afii57723"] = 0xfb35;
1030
+ t["afii57793"] = 0x05b4;
1031
+ t["afii57794"] = 0x05b5;
1032
+ t["afii57795"] = 0x05b6;
1033
+ t["afii57796"] = 0x05bb;
1034
+ t["afii57797"] = 0x05b8;
1035
+ t["afii57798"] = 0x05b7;
1036
+ t["afii57799"] = 0x05b0;
1037
+ t["afii57800"] = 0x05b2;
1038
+ t["afii57801"] = 0x05b1;
1039
+ t["afii57802"] = 0x05b3;
1040
+ t["afii57803"] = 0x05c2;
1041
+ t["afii57804"] = 0x05c1;
1042
+ t["afii57806"] = 0x05b9;
1043
+ t["afii57807"] = 0x05bc;
1044
+ t["afii57839"] = 0x05bd;
1045
+ t["afii57841"] = 0x05bf;
1046
+ t["afii57842"] = 0x05c0;
1047
+ t["afii57929"] = 0x02bc;
1048
+ t["afii61248"] = 0x2105;
1049
+ t["afii61289"] = 0x2113;
1050
+ t["afii61352"] = 0x2116;
1051
+ t["afii61573"] = 0x202c;
1052
+ t["afii61574"] = 0x202d;
1053
+ t["afii61575"] = 0x202e;
1054
+ t["afii61664"] = 0x200c;
1055
+ t["afii63167"] = 0x066d;
1056
+ t["afii64937"] = 0x02bd;
1057
+ t["agrave"] = 0x00e0;
1058
+ t["agujarati"] = 0x0a85;
1059
+ t["agurmukhi"] = 0x0a05;
1060
+ t["ahiragana"] = 0x3042;
1061
+ t["ahookabove"] = 0x1ea3;
1062
+ t["aibengali"] = 0x0990;
1063
+ t["aibopomofo"] = 0x311e;
1064
+ t["aideva"] = 0x0910;
1065
+ t["aiecyrillic"] = 0x04d5;
1066
+ t["aigujarati"] = 0x0a90;
1067
+ t["aigurmukhi"] = 0x0a10;
1068
+ t["aimatragurmukhi"] = 0x0a48;
1069
+ t["ainarabic"] = 0x0639;
1070
+ t["ainfinalarabic"] = 0xfeca;
1071
+ t["aininitialarabic"] = 0xfecb;
1072
+ t["ainmedialarabic"] = 0xfecc;
1073
+ t["ainvertedbreve"] = 0x0203;
1074
+ t["aivowelsignbengali"] = 0x09c8;
1075
+ t["aivowelsigndeva"] = 0x0948;
1076
+ t["aivowelsigngujarati"] = 0x0ac8;
1077
+ t["akatakana"] = 0x30a2;
1078
+ t["akatakanahalfwidth"] = 0xff71;
1079
+ t["akorean"] = 0x314f;
1080
+ t["alef"] = 0x05d0;
1081
+ t["alefarabic"] = 0x0627;
1082
+ t["alefdageshhebrew"] = 0xfb30;
1083
+ t["aleffinalarabic"] = 0xfe8e;
1084
+ t["alefhamzaabovearabic"] = 0x0623;
1085
+ t["alefhamzaabovefinalarabic"] = 0xfe84;
1086
+ t["alefhamzabelowarabic"] = 0x0625;
1087
+ t["alefhamzabelowfinalarabic"] = 0xfe88;
1088
+ t["alefhebrew"] = 0x05d0;
1089
+ t["aleflamedhebrew"] = 0xfb4f;
1090
+ t["alefmaddaabovearabic"] = 0x0622;
1091
+ t["alefmaddaabovefinalarabic"] = 0xfe82;
1092
+ t["alefmaksuraarabic"] = 0x0649;
1093
+ t["alefmaksurafinalarabic"] = 0xfef0;
1094
+ t["alefmaksurainitialarabic"] = 0xfef3;
1095
+ t["alefmaksuramedialarabic"] = 0xfef4;
1096
+ t["alefpatahhebrew"] = 0xfb2e;
1097
+ t["alefqamatshebrew"] = 0xfb2f;
1098
+ t["aleph"] = 0x2135;
1099
+ t["allequal"] = 0x224c;
1100
+ t["alpha"] = 0x03b1;
1101
+ t["alphatonos"] = 0x03ac;
1102
+ t["amacron"] = 0x0101;
1103
+ t["amonospace"] = 0xff41;
1104
+ t["ampersand"] = 0x0026;
1105
+ t["ampersandmonospace"] = 0xff06;
1106
+ t["ampersandsmall"] = 0xf726;
1107
+ t["amsquare"] = 0x33c2;
1108
+ t["anbopomofo"] = 0x3122;
1109
+ t["angbopomofo"] = 0x3124;
1110
+ t["angbracketleft"] = 0x3008;
1111
+ t["angbracketright"] = 0x3009;
1112
+ t["angkhankhuthai"] = 0x0e5a;
1113
+ t["angle"] = 0x2220;
1114
+ t["anglebracketleft"] = 0x3008;
1115
+ t["anglebracketleftvertical"] = 0xfe3f;
1116
+ t["anglebracketright"] = 0x3009;
1117
+ t["anglebracketrightvertical"] = 0xfe40;
1118
+ t["angleleft"] = 0x2329;
1119
+ t["angleright"] = 0x232a;
1120
+ t["angstrom"] = 0x212b;
1121
+ t["anoteleia"] = 0x0387;
1122
+ t["anudattadeva"] = 0x0952;
1123
+ t["anusvarabengali"] = 0x0982;
1124
+ t["anusvaradeva"] = 0x0902;
1125
+ t["anusvaragujarati"] = 0x0a82;
1126
+ t["aogonek"] = 0x0105;
1127
+ t["apaatosquare"] = 0x3300;
1128
+ t["aparen"] = 0x249c;
1129
+ t["apostrophearmenian"] = 0x055a;
1130
+ t["apostrophemod"] = 0x02bc;
1131
+ t["apple"] = 0xf8ff;
1132
+ t["approaches"] = 0x2250;
1133
+ t["approxequal"] = 0x2248;
1134
+ t["approxequalorimage"] = 0x2252;
1135
+ t["approximatelyequal"] = 0x2245;
1136
+ t["araeaekorean"] = 0x318e;
1137
+ t["araeakorean"] = 0x318d;
1138
+ t["arc"] = 0x2312;
1139
+ t["arighthalfring"] = 0x1e9a;
1140
+ t["aring"] = 0x00e5;
1141
+ t["aringacute"] = 0x01fb;
1142
+ t["aringbelow"] = 0x1e01;
1143
+ t["arrowboth"] = 0x2194;
1144
+ t["arrowdashdown"] = 0x21e3;
1145
+ t["arrowdashleft"] = 0x21e0;
1146
+ t["arrowdashright"] = 0x21e2;
1147
+ t["arrowdashup"] = 0x21e1;
1148
+ t["arrowdblboth"] = 0x21d4;
1149
+ t["arrowdbldown"] = 0x21d3;
1150
+ t["arrowdblleft"] = 0x21d0;
1151
+ t["arrowdblright"] = 0x21d2;
1152
+ t["arrowdblup"] = 0x21d1;
1153
+ t["arrowdown"] = 0x2193;
1154
+ t["arrowdownleft"] = 0x2199;
1155
+ t["arrowdownright"] = 0x2198;
1156
+ t["arrowdownwhite"] = 0x21e9;
1157
+ t["arrowheaddownmod"] = 0x02c5;
1158
+ t["arrowheadleftmod"] = 0x02c2;
1159
+ t["arrowheadrightmod"] = 0x02c3;
1160
+ t["arrowheadupmod"] = 0x02c4;
1161
+ t["arrowhorizex"] = 0xf8e7;
1162
+ t["arrowleft"] = 0x2190;
1163
+ t["arrowleftdbl"] = 0x21d0;
1164
+ t["arrowleftdblstroke"] = 0x21cd;
1165
+ t["arrowleftoverright"] = 0x21c6;
1166
+ t["arrowleftwhite"] = 0x21e6;
1167
+ t["arrowright"] = 0x2192;
1168
+ t["arrowrightdblstroke"] = 0x21cf;
1169
+ t["arrowrightheavy"] = 0x279e;
1170
+ t["arrowrightoverleft"] = 0x21c4;
1171
+ t["arrowrightwhite"] = 0x21e8;
1172
+ t["arrowtableft"] = 0x21e4;
1173
+ t["arrowtabright"] = 0x21e5;
1174
+ t["arrowup"] = 0x2191;
1175
+ t["arrowupdn"] = 0x2195;
1176
+ t["arrowupdnbse"] = 0x21a8;
1177
+ t["arrowupdownbase"] = 0x21a8;
1178
+ t["arrowupleft"] = 0x2196;
1179
+ t["arrowupleftofdown"] = 0x21c5;
1180
+ t["arrowupright"] = 0x2197;
1181
+ t["arrowupwhite"] = 0x21e7;
1182
+ t["arrowvertex"] = 0xf8e6;
1183
+ t["asciicircum"] = 0x005e;
1184
+ t["asciicircummonospace"] = 0xff3e;
1185
+ t["asciitilde"] = 0x007e;
1186
+ t["asciitildemonospace"] = 0xff5e;
1187
+ t["ascript"] = 0x0251;
1188
+ t["ascriptturned"] = 0x0252;
1189
+ t["asmallhiragana"] = 0x3041;
1190
+ t["asmallkatakana"] = 0x30a1;
1191
+ t["asmallkatakanahalfwidth"] = 0xff67;
1192
+ t["asterisk"] = 0x002a;
1193
+ t["asteriskaltonearabic"] = 0x066d;
1194
+ t["asteriskarabic"] = 0x066d;
1195
+ t["asteriskmath"] = 0x2217;
1196
+ t["asteriskmonospace"] = 0xff0a;
1197
+ t["asterisksmall"] = 0xfe61;
1198
+ t["asterism"] = 0x2042;
1199
+ t["asuperior"] = 0xf6e9;
1200
+ t["asymptoticallyequal"] = 0x2243;
1201
+ t["at"] = 0x0040;
1202
+ t["atilde"] = 0x00e3;
1203
+ t["atmonospace"] = 0xff20;
1204
+ t["atsmall"] = 0xfe6b;
1205
+ t["aturned"] = 0x0250;
1206
+ t["aubengali"] = 0x0994;
1207
+ t["aubopomofo"] = 0x3120;
1208
+ t["audeva"] = 0x0914;
1209
+ t["augujarati"] = 0x0a94;
1210
+ t["augurmukhi"] = 0x0a14;
1211
+ t["aulengthmarkbengali"] = 0x09d7;
1212
+ t["aumatragurmukhi"] = 0x0a4c;
1213
+ t["auvowelsignbengali"] = 0x09cc;
1214
+ t["auvowelsigndeva"] = 0x094c;
1215
+ t["auvowelsigngujarati"] = 0x0acc;
1216
+ t["avagrahadeva"] = 0x093d;
1217
+ t["aybarmenian"] = 0x0561;
1218
+ t["ayin"] = 0x05e2;
1219
+ t["ayinaltonehebrew"] = 0xfb20;
1220
+ t["ayinhebrew"] = 0x05e2;
1221
+ t["b"] = 0x0062;
1222
+ t["babengali"] = 0x09ac;
1223
+ t["backslash"] = 0x005c;
1224
+ t["backslashmonospace"] = 0xff3c;
1225
+ t["badeva"] = 0x092c;
1226
+ t["bagujarati"] = 0x0aac;
1227
+ t["bagurmukhi"] = 0x0a2c;
1228
+ t["bahiragana"] = 0x3070;
1229
+ t["bahtthai"] = 0x0e3f;
1230
+ t["bakatakana"] = 0x30d0;
1231
+ t["bar"] = 0x007c;
1232
+ t["barmonospace"] = 0xff5c;
1233
+ t["bbopomofo"] = 0x3105;
1234
+ t["bcircle"] = 0x24d1;
1235
+ t["bdotaccent"] = 0x1e03;
1236
+ t["bdotbelow"] = 0x1e05;
1237
+ t["beamedsixteenthnotes"] = 0x266c;
1238
+ t["because"] = 0x2235;
1239
+ t["becyrillic"] = 0x0431;
1240
+ t["beharabic"] = 0x0628;
1241
+ t["behfinalarabic"] = 0xfe90;
1242
+ t["behinitialarabic"] = 0xfe91;
1243
+ t["behiragana"] = 0x3079;
1244
+ t["behmedialarabic"] = 0xfe92;
1245
+ t["behmeeminitialarabic"] = 0xfc9f;
1246
+ t["behmeemisolatedarabic"] = 0xfc08;
1247
+ t["behnoonfinalarabic"] = 0xfc6d;
1248
+ t["bekatakana"] = 0x30d9;
1249
+ t["benarmenian"] = 0x0562;
1250
+ t["bet"] = 0x05d1;
1251
+ t["beta"] = 0x03b2;
1252
+ t["betasymbolgreek"] = 0x03d0;
1253
+ t["betdagesh"] = 0xfb31;
1254
+ t["betdageshhebrew"] = 0xfb31;
1255
+ t["bethebrew"] = 0x05d1;
1256
+ t["betrafehebrew"] = 0xfb4c;
1257
+ t["bhabengali"] = 0x09ad;
1258
+ t["bhadeva"] = 0x092d;
1259
+ t["bhagujarati"] = 0x0aad;
1260
+ t["bhagurmukhi"] = 0x0a2d;
1261
+ t["bhook"] = 0x0253;
1262
+ t["bihiragana"] = 0x3073;
1263
+ t["bikatakana"] = 0x30d3;
1264
+ t["bilabialclick"] = 0x0298;
1265
+ t["bindigurmukhi"] = 0x0a02;
1266
+ t["birusquare"] = 0x3331;
1267
+ t["blackcircle"] = 0x25cf;
1268
+ t["blackdiamond"] = 0x25c6;
1269
+ t["blackdownpointingtriangle"] = 0x25bc;
1270
+ t["blackleftpointingpointer"] = 0x25c4;
1271
+ t["blackleftpointingtriangle"] = 0x25c0;
1272
+ t["blacklenticularbracketleft"] = 0x3010;
1273
+ t["blacklenticularbracketleftvertical"] = 0xfe3b;
1274
+ t["blacklenticularbracketright"] = 0x3011;
1275
+ t["blacklenticularbracketrightvertical"] = 0xfe3c;
1276
+ t["blacklowerlefttriangle"] = 0x25e3;
1277
+ t["blacklowerrighttriangle"] = 0x25e2;
1278
+ t["blackrectangle"] = 0x25ac;
1279
+ t["blackrightpointingpointer"] = 0x25ba;
1280
+ t["blackrightpointingtriangle"] = 0x25b6;
1281
+ t["blacksmallsquare"] = 0x25aa;
1282
+ t["blacksmilingface"] = 0x263b;
1283
+ t["blacksquare"] = 0x25a0;
1284
+ t["blackstar"] = 0x2605;
1285
+ t["blackupperlefttriangle"] = 0x25e4;
1286
+ t["blackupperrighttriangle"] = 0x25e5;
1287
+ t["blackuppointingsmalltriangle"] = 0x25b4;
1288
+ t["blackuppointingtriangle"] = 0x25b2;
1289
+ t["blank"] = 0x2423;
1290
+ t["blinebelow"] = 0x1e07;
1291
+ t["block"] = 0x2588;
1292
+ t["bmonospace"] = 0xff42;
1293
+ t["bobaimaithai"] = 0x0e1a;
1294
+ t["bohiragana"] = 0x307c;
1295
+ t["bokatakana"] = 0x30dc;
1296
+ t["bparen"] = 0x249d;
1297
+ t["bqsquare"] = 0x33c3;
1298
+ t["braceex"] = 0xf8f4;
1299
+ t["braceleft"] = 0x007b;
1300
+ t["braceleftbt"] = 0xf8f3;
1301
+ t["braceleftmid"] = 0xf8f2;
1302
+ t["braceleftmonospace"] = 0xff5b;
1303
+ t["braceleftsmall"] = 0xfe5b;
1304
+ t["bracelefttp"] = 0xf8f1;
1305
+ t["braceleftvertical"] = 0xfe37;
1306
+ t["braceright"] = 0x007d;
1307
+ t["bracerightbt"] = 0xf8fe;
1308
+ t["bracerightmid"] = 0xf8fd;
1309
+ t["bracerightmonospace"] = 0xff5d;
1310
+ t["bracerightsmall"] = 0xfe5c;
1311
+ t["bracerighttp"] = 0xf8fc;
1312
+ t["bracerightvertical"] = 0xfe38;
1313
+ t["bracketleft"] = 0x005b;
1314
+ t["bracketleftbt"] = 0xf8f0;
1315
+ t["bracketleftex"] = 0xf8ef;
1316
+ t["bracketleftmonospace"] = 0xff3b;
1317
+ t["bracketlefttp"] = 0xf8ee;
1318
+ t["bracketright"] = 0x005d;
1319
+ t["bracketrightbt"] = 0xf8fb;
1320
+ t["bracketrightex"] = 0xf8fa;
1321
+ t["bracketrightmonospace"] = 0xff3d;
1322
+ t["bracketrighttp"] = 0xf8f9;
1323
+ t["breve"] = 0x02d8;
1324
+ t["brevebelowcmb"] = 0x032e;
1325
+ t["brevecmb"] = 0x0306;
1326
+ t["breveinvertedbelowcmb"] = 0x032f;
1327
+ t["breveinvertedcmb"] = 0x0311;
1328
+ t["breveinverteddoublecmb"] = 0x0361;
1329
+ t["bridgebelowcmb"] = 0x032a;
1330
+ t["bridgeinvertedbelowcmb"] = 0x033a;
1331
+ t["brokenbar"] = 0x00a6;
1332
+ t["bstroke"] = 0x0180;
1333
+ t["bsuperior"] = 0xf6ea;
1334
+ t["btopbar"] = 0x0183;
1335
+ t["buhiragana"] = 0x3076;
1336
+ t["bukatakana"] = 0x30d6;
1337
+ t["bullet"] = 0x2022;
1338
+ t["bulletinverse"] = 0x25d8;
1339
+ t["bulletoperator"] = 0x2219;
1340
+ t["bullseye"] = 0x25ce;
1341
+ t["c"] = 0x0063;
1342
+ t["caarmenian"] = 0x056e;
1343
+ t["cabengali"] = 0x099a;
1344
+ t["cacute"] = 0x0107;
1345
+ t["cadeva"] = 0x091a;
1346
+ t["cagujarati"] = 0x0a9a;
1347
+ t["cagurmukhi"] = 0x0a1a;
1348
+ t["calsquare"] = 0x3388;
1349
+ t["candrabindubengali"] = 0x0981;
1350
+ t["candrabinducmb"] = 0x0310;
1351
+ t["candrabindudeva"] = 0x0901;
1352
+ t["candrabindugujarati"] = 0x0a81;
1353
+ t["capslock"] = 0x21ea;
1354
+ t["careof"] = 0x2105;
1355
+ t["caron"] = 0x02c7;
1356
+ t["caronbelowcmb"] = 0x032c;
1357
+ t["caroncmb"] = 0x030c;
1358
+ t["carriagereturn"] = 0x21b5;
1359
+ t["cbopomofo"] = 0x3118;
1360
+ t["ccaron"] = 0x010d;
1361
+ t["ccedilla"] = 0x00e7;
1362
+ t["ccedillaacute"] = 0x1e09;
1363
+ t["ccircle"] = 0x24d2;
1364
+ t["ccircumflex"] = 0x0109;
1365
+ t["ccurl"] = 0x0255;
1366
+ t["cdot"] = 0x010b;
1367
+ t["cdotaccent"] = 0x010b;
1368
+ t["cdsquare"] = 0x33c5;
1369
+ t["cedilla"] = 0x00b8;
1370
+ t["cedillacmb"] = 0x0327;
1371
+ t["cent"] = 0x00a2;
1372
+ t["centigrade"] = 0x2103;
1373
+ t["centinferior"] = 0xf6df;
1374
+ t["centmonospace"] = 0xffe0;
1375
+ t["centoldstyle"] = 0xf7a2;
1376
+ t["centsuperior"] = 0xf6e0;
1377
+ t["chaarmenian"] = 0x0579;
1378
+ t["chabengali"] = 0x099b;
1379
+ t["chadeva"] = 0x091b;
1380
+ t["chagujarati"] = 0x0a9b;
1381
+ t["chagurmukhi"] = 0x0a1b;
1382
+ t["chbopomofo"] = 0x3114;
1383
+ t["cheabkhasiancyrillic"] = 0x04bd;
1384
+ t["checkmark"] = 0x2713;
1385
+ t["checyrillic"] = 0x0447;
1386
+ t["chedescenderabkhasiancyrillic"] = 0x04bf;
1387
+ t["chedescendercyrillic"] = 0x04b7;
1388
+ t["chedieresiscyrillic"] = 0x04f5;
1389
+ t["cheharmenian"] = 0x0573;
1390
+ t["chekhakassiancyrillic"] = 0x04cc;
1391
+ t["cheverticalstrokecyrillic"] = 0x04b9;
1392
+ t["chi"] = 0x03c7;
1393
+ t["chieuchacirclekorean"] = 0x3277;
1394
+ t["chieuchaparenkorean"] = 0x3217;
1395
+ t["chieuchcirclekorean"] = 0x3269;
1396
+ t["chieuchkorean"] = 0x314a;
1397
+ t["chieuchparenkorean"] = 0x3209;
1398
+ t["chochangthai"] = 0x0e0a;
1399
+ t["chochanthai"] = 0x0e08;
1400
+ t["chochingthai"] = 0x0e09;
1401
+ t["chochoethai"] = 0x0e0c;
1402
+ t["chook"] = 0x0188;
1403
+ t["cieucacirclekorean"] = 0x3276;
1404
+ t["cieucaparenkorean"] = 0x3216;
1405
+ t["cieuccirclekorean"] = 0x3268;
1406
+ t["cieuckorean"] = 0x3148;
1407
+ t["cieucparenkorean"] = 0x3208;
1408
+ t["cieucuparenkorean"] = 0x321c;
1409
+ t["circle"] = 0x25cb;
1410
+ t["circlecopyrt"] = 0x00a9;
1411
+ t["circlemultiply"] = 0x2297;
1412
+ t["circleot"] = 0x2299;
1413
+ t["circleplus"] = 0x2295;
1414
+ t["circlepostalmark"] = 0x3036;
1415
+ t["circlewithlefthalfblack"] = 0x25d0;
1416
+ t["circlewithrighthalfblack"] = 0x25d1;
1417
+ t["circumflex"] = 0x02c6;
1418
+ t["circumflexbelowcmb"] = 0x032d;
1419
+ t["circumflexcmb"] = 0x0302;
1420
+ t["clear"] = 0x2327;
1421
+ t["clickalveolar"] = 0x01c2;
1422
+ t["clickdental"] = 0x01c0;
1423
+ t["clicklateral"] = 0x01c1;
1424
+ t["clickretroflex"] = 0x01c3;
1425
+ t["club"] = 0x2663;
1426
+ t["clubsuitblack"] = 0x2663;
1427
+ t["clubsuitwhite"] = 0x2667;
1428
+ t["cmcubedsquare"] = 0x33a4;
1429
+ t["cmonospace"] = 0xff43;
1430
+ t["cmsquaredsquare"] = 0x33a0;
1431
+ t["coarmenian"] = 0x0581;
1432
+ t["colon"] = 0x003a;
1433
+ t["colonmonetary"] = 0x20a1;
1434
+ t["colonmonospace"] = 0xff1a;
1435
+ t["colonsign"] = 0x20a1;
1436
+ t["colonsmall"] = 0xfe55;
1437
+ t["colontriangularhalfmod"] = 0x02d1;
1438
+ t["colontriangularmod"] = 0x02d0;
1439
+ t["comma"] = 0x002c;
1440
+ t["commaabovecmb"] = 0x0313;
1441
+ t["commaaboverightcmb"] = 0x0315;
1442
+ t["commaaccent"] = 0xf6c3;
1443
+ t["commaarabic"] = 0x060c;
1444
+ t["commaarmenian"] = 0x055d;
1445
+ t["commainferior"] = 0xf6e1;
1446
+ t["commamonospace"] = 0xff0c;
1447
+ t["commareversedabovecmb"] = 0x0314;
1448
+ t["commareversedmod"] = 0x02bd;
1449
+ t["commasmall"] = 0xfe50;
1450
+ t["commasuperior"] = 0xf6e2;
1451
+ t["commaturnedabovecmb"] = 0x0312;
1452
+ t["commaturnedmod"] = 0x02bb;
1453
+ t["compass"] = 0x263c;
1454
+ t["congruent"] = 0x2245;
1455
+ t["contourintegral"] = 0x222e;
1456
+ t["control"] = 0x2303;
1457
+ t["controlACK"] = 0x0006;
1458
+ t["controlBEL"] = 0x0007;
1459
+ t["controlBS"] = 0x0008;
1460
+ t["controlCAN"] = 0x0018;
1461
+ t["controlCR"] = 0x000d;
1462
+ t["controlDC1"] = 0x0011;
1463
+ t["controlDC2"] = 0x0012;
1464
+ t["controlDC3"] = 0x0013;
1465
+ t["controlDC4"] = 0x0014;
1466
+ t["controlDEL"] = 0x007f;
1467
+ t["controlDLE"] = 0x0010;
1468
+ t["controlEM"] = 0x0019;
1469
+ t["controlENQ"] = 0x0005;
1470
+ t["controlEOT"] = 0x0004;
1471
+ t["controlESC"] = 0x001b;
1472
+ t["controlETB"] = 0x0017;
1473
+ t["controlETX"] = 0x0003;
1474
+ t["controlFF"] = 0x000c;
1475
+ t["controlFS"] = 0x001c;
1476
+ t["controlGS"] = 0x001d;
1477
+ t["controlHT"] = 0x0009;
1478
+ t["controlLF"] = 0x000a;
1479
+ t["controlNAK"] = 0x0015;
1480
+ t["controlNULL"] = 0x0000;
1481
+ t["controlRS"] = 0x001e;
1482
+ t["controlSI"] = 0x000f;
1483
+ t["controlSO"] = 0x000e;
1484
+ t["controlSOT"] = 0x0002;
1485
+ t["controlSTX"] = 0x0001;
1486
+ t["controlSUB"] = 0x001a;
1487
+ t["controlSYN"] = 0x0016;
1488
+ t["controlUS"] = 0x001f;
1489
+ t["controlVT"] = 0x000b;
1490
+ t["copyright"] = 0x00a9;
1491
+ t["copyrightsans"] = 0xf8e9;
1492
+ t["copyrightserif"] = 0xf6d9;
1493
+ t["cornerbracketleft"] = 0x300c;
1494
+ t["cornerbracketlefthalfwidth"] = 0xff62;
1495
+ t["cornerbracketleftvertical"] = 0xfe41;
1496
+ t["cornerbracketright"] = 0x300d;
1497
+ t["cornerbracketrighthalfwidth"] = 0xff63;
1498
+ t["cornerbracketrightvertical"] = 0xfe42;
1499
+ t["corporationsquare"] = 0x337f;
1500
+ t["cosquare"] = 0x33c7;
1501
+ t["coverkgsquare"] = 0x33c6;
1502
+ t["cparen"] = 0x249e;
1503
+ t["cruzeiro"] = 0x20a2;
1504
+ t["cstretched"] = 0x0297;
1505
+ t["curlyand"] = 0x22cf;
1506
+ t["curlyor"] = 0x22ce;
1507
+ t["currency"] = 0x00a4;
1508
+ t["cyrBreve"] = 0xf6d1;
1509
+ t["cyrFlex"] = 0xf6d2;
1510
+ t["cyrbreve"] = 0xf6d4;
1511
+ t["cyrflex"] = 0xf6d5;
1512
+ t["d"] = 0x0064;
1513
+ t["daarmenian"] = 0x0564;
1514
+ t["dabengali"] = 0x09a6;
1515
+ t["dadarabic"] = 0x0636;
1516
+ t["dadeva"] = 0x0926;
1517
+ t["dadfinalarabic"] = 0xfebe;
1518
+ t["dadinitialarabic"] = 0xfebf;
1519
+ t["dadmedialarabic"] = 0xfec0;
1520
+ t["dagesh"] = 0x05bc;
1521
+ t["dageshhebrew"] = 0x05bc;
1522
+ t["dagger"] = 0x2020;
1523
+ t["daggerdbl"] = 0x2021;
1524
+ t["dagujarati"] = 0x0aa6;
1525
+ t["dagurmukhi"] = 0x0a26;
1526
+ t["dahiragana"] = 0x3060;
1527
+ t["dakatakana"] = 0x30c0;
1528
+ t["dalarabic"] = 0x062f;
1529
+ t["dalet"] = 0x05d3;
1530
+ t["daletdagesh"] = 0xfb33;
1531
+ t["daletdageshhebrew"] = 0xfb33;
1532
+ t["dalethebrew"] = 0x05d3;
1533
+ t["dalfinalarabic"] = 0xfeaa;
1534
+ t["dammaarabic"] = 0x064f;
1535
+ t["dammalowarabic"] = 0x064f;
1536
+ t["dammatanaltonearabic"] = 0x064c;
1537
+ t["dammatanarabic"] = 0x064c;
1538
+ t["danda"] = 0x0964;
1539
+ t["dargahebrew"] = 0x05a7;
1540
+ t["dargalefthebrew"] = 0x05a7;
1541
+ t["dasiapneumatacyrilliccmb"] = 0x0485;
1542
+ t["dblGrave"] = 0xf6d3;
1543
+ t["dblanglebracketleft"] = 0x300a;
1544
+ t["dblanglebracketleftvertical"] = 0xfe3d;
1545
+ t["dblanglebracketright"] = 0x300b;
1546
+ t["dblanglebracketrightvertical"] = 0xfe3e;
1547
+ t["dblarchinvertedbelowcmb"] = 0x032b;
1548
+ t["dblarrowleft"] = 0x21d4;
1549
+ t["dblarrowright"] = 0x21d2;
1550
+ t["dbldanda"] = 0x0965;
1551
+ t["dblgrave"] = 0xf6d6;
1552
+ t["dblgravecmb"] = 0x030f;
1553
+ t["dblintegral"] = 0x222c;
1554
+ t["dbllowline"] = 0x2017;
1555
+ t["dbllowlinecmb"] = 0x0333;
1556
+ t["dbloverlinecmb"] = 0x033f;
1557
+ t["dblprimemod"] = 0x02ba;
1558
+ t["dblverticalbar"] = 0x2016;
1559
+ t["dblverticallineabovecmb"] = 0x030e;
1560
+ t["dbopomofo"] = 0x3109;
1561
+ t["dbsquare"] = 0x33c8;
1562
+ t["dcaron"] = 0x010f;
1563
+ t["dcedilla"] = 0x1e11;
1564
+ t["dcircle"] = 0x24d3;
1565
+ t["dcircumflexbelow"] = 0x1e13;
1566
+ t["dcroat"] = 0x0111;
1567
+ t["ddabengali"] = 0x09a1;
1568
+ t["ddadeva"] = 0x0921;
1569
+ t["ddagujarati"] = 0x0aa1;
1570
+ t["ddagurmukhi"] = 0x0a21;
1571
+ t["ddalarabic"] = 0x0688;
1572
+ t["ddalfinalarabic"] = 0xfb89;
1573
+ t["dddhadeva"] = 0x095c;
1574
+ t["ddhabengali"] = 0x09a2;
1575
+ t["ddhadeva"] = 0x0922;
1576
+ t["ddhagujarati"] = 0x0aa2;
1577
+ t["ddhagurmukhi"] = 0x0a22;
1578
+ t["ddotaccent"] = 0x1e0b;
1579
+ t["ddotbelow"] = 0x1e0d;
1580
+ t["decimalseparatorarabic"] = 0x066b;
1581
+ t["decimalseparatorpersian"] = 0x066b;
1582
+ t["decyrillic"] = 0x0434;
1583
+ t["degree"] = 0x00b0;
1584
+ t["dehihebrew"] = 0x05ad;
1585
+ t["dehiragana"] = 0x3067;
1586
+ t["deicoptic"] = 0x03ef;
1587
+ t["dekatakana"] = 0x30c7;
1588
+ t["deleteleft"] = 0x232b;
1589
+ t["deleteright"] = 0x2326;
1590
+ t["delta"] = 0x03b4;
1591
+ t["deltaturned"] = 0x018d;
1592
+ t["denominatorminusonenumeratorbengali"] = 0x09f8;
1593
+ t["dezh"] = 0x02a4;
1594
+ t["dhabengali"] = 0x09a7;
1595
+ t["dhadeva"] = 0x0927;
1596
+ t["dhagujarati"] = 0x0aa7;
1597
+ t["dhagurmukhi"] = 0x0a27;
1598
+ t["dhook"] = 0x0257;
1599
+ t["dialytikatonos"] = 0x0385;
1600
+ t["dialytikatonoscmb"] = 0x0344;
1601
+ t["diamond"] = 0x2666;
1602
+ t["diamondsuitwhite"] = 0x2662;
1603
+ t["dieresis"] = 0x00a8;
1604
+ t["dieresisacute"] = 0xf6d7;
1605
+ t["dieresisbelowcmb"] = 0x0324;
1606
+ t["dieresiscmb"] = 0x0308;
1607
+ t["dieresisgrave"] = 0xf6d8;
1608
+ t["dieresistonos"] = 0x0385;
1609
+ t["dihiragana"] = 0x3062;
1610
+ t["dikatakana"] = 0x30c2;
1611
+ t["dittomark"] = 0x3003;
1612
+ t["divide"] = 0x00f7;
1613
+ t["divides"] = 0x2223;
1614
+ t["divisionslash"] = 0x2215;
1615
+ t["djecyrillic"] = 0x0452;
1616
+ t["dkshade"] = 0x2593;
1617
+ t["dlinebelow"] = 0x1e0f;
1618
+ t["dlsquare"] = 0x3397;
1619
+ t["dmacron"] = 0x0111;
1620
+ t["dmonospace"] = 0xff44;
1621
+ t["dnblock"] = 0x2584;
1622
+ t["dochadathai"] = 0x0e0e;
1623
+ t["dodekthai"] = 0x0e14;
1624
+ t["dohiragana"] = 0x3069;
1625
+ t["dokatakana"] = 0x30c9;
1626
+ t["dollar"] = 0x0024;
1627
+ t["dollarinferior"] = 0xf6e3;
1628
+ t["dollarmonospace"] = 0xff04;
1629
+ t["dollaroldstyle"] = 0xf724;
1630
+ t["dollarsmall"] = 0xfe69;
1631
+ t["dollarsuperior"] = 0xf6e4;
1632
+ t["dong"] = 0x20ab;
1633
+ t["dorusquare"] = 0x3326;
1634
+ t["dotaccent"] = 0x02d9;
1635
+ t["dotaccentcmb"] = 0x0307;
1636
+ t["dotbelowcmb"] = 0x0323;
1637
+ t["dotbelowcomb"] = 0x0323;
1638
+ t["dotkatakana"] = 0x30fb;
1639
+ t["dotlessi"] = 0x0131;
1640
+ t["dotlessj"] = 0xf6be;
1641
+ t["dotlessjstrokehook"] = 0x0284;
1642
+ t["dotmath"] = 0x22c5;
1643
+ t["dottedcircle"] = 0x25cc;
1644
+ t["doubleyodpatah"] = 0xfb1f;
1645
+ t["doubleyodpatahhebrew"] = 0xfb1f;
1646
+ t["downtackbelowcmb"] = 0x031e;
1647
+ t["downtackmod"] = 0x02d5;
1648
+ t["dparen"] = 0x249f;
1649
+ t["dsuperior"] = 0xf6eb;
1650
+ t["dtail"] = 0x0256;
1651
+ t["dtopbar"] = 0x018c;
1652
+ t["duhiragana"] = 0x3065;
1653
+ t["dukatakana"] = 0x30c5;
1654
+ t["dz"] = 0x01f3;
1655
+ t["dzaltone"] = 0x02a3;
1656
+ t["dzcaron"] = 0x01c6;
1657
+ t["dzcurl"] = 0x02a5;
1658
+ t["dzeabkhasiancyrillic"] = 0x04e1;
1659
+ t["dzecyrillic"] = 0x0455;
1660
+ t["dzhecyrillic"] = 0x045f;
1661
+ t["e"] = 0x0065;
1662
+ t["eacute"] = 0x00e9;
1663
+ t["earth"] = 0x2641;
1664
+ t["ebengali"] = 0x098f;
1665
+ t["ebopomofo"] = 0x311c;
1666
+ t["ebreve"] = 0x0115;
1667
+ t["ecandradeva"] = 0x090d;
1668
+ t["ecandragujarati"] = 0x0a8d;
1669
+ t["ecandravowelsigndeva"] = 0x0945;
1670
+ t["ecandravowelsigngujarati"] = 0x0ac5;
1671
+ t["ecaron"] = 0x011b;
1672
+ t["ecedillabreve"] = 0x1e1d;
1673
+ t["echarmenian"] = 0x0565;
1674
+ t["echyiwnarmenian"] = 0x0587;
1675
+ t["ecircle"] = 0x24d4;
1676
+ t["ecircumflex"] = 0x00ea;
1677
+ t["ecircumflexacute"] = 0x1ebf;
1678
+ t["ecircumflexbelow"] = 0x1e19;
1679
+ t["ecircumflexdotbelow"] = 0x1ec7;
1680
+ t["ecircumflexgrave"] = 0x1ec1;
1681
+ t["ecircumflexhookabove"] = 0x1ec3;
1682
+ t["ecircumflextilde"] = 0x1ec5;
1683
+ t["ecyrillic"] = 0x0454;
1684
+ t["edblgrave"] = 0x0205;
1685
+ t["edeva"] = 0x090f;
1686
+ t["edieresis"] = 0x00eb;
1687
+ t["edot"] = 0x0117;
1688
+ t["edotaccent"] = 0x0117;
1689
+ t["edotbelow"] = 0x1eb9;
1690
+ t["eegurmukhi"] = 0x0a0f;
1691
+ t["eematragurmukhi"] = 0x0a47;
1692
+ t["efcyrillic"] = 0x0444;
1693
+ t["egrave"] = 0x00e8;
1694
+ t["egujarati"] = 0x0a8f;
1695
+ t["eharmenian"] = 0x0567;
1696
+ t["ehbopomofo"] = 0x311d;
1697
+ t["ehiragana"] = 0x3048;
1698
+ t["ehookabove"] = 0x1ebb;
1699
+ t["eibopomofo"] = 0x311f;
1700
+ t["eight"] = 0x0038;
1701
+ t["eightarabic"] = 0x0668;
1702
+ t["eightbengali"] = 0x09ee;
1703
+ t["eightcircle"] = 0x2467;
1704
+ t["eightcircleinversesansserif"] = 0x2791;
1705
+ t["eightdeva"] = 0x096e;
1706
+ t["eighteencircle"] = 0x2471;
1707
+ t["eighteenparen"] = 0x2485;
1708
+ t["eighteenperiod"] = 0x2499;
1709
+ t["eightgujarati"] = 0x0aee;
1710
+ t["eightgurmukhi"] = 0x0a6e;
1711
+ t["eighthackarabic"] = 0x0668;
1712
+ t["eighthangzhou"] = 0x3028;
1713
+ t["eighthnotebeamed"] = 0x266b;
1714
+ t["eightideographicparen"] = 0x3227;
1715
+ t["eightinferior"] = 0x2088;
1716
+ t["eightmonospace"] = 0xff18;
1717
+ t["eightoldstyle"] = 0xf738;
1718
+ t["eightparen"] = 0x247b;
1719
+ t["eightperiod"] = 0x248f;
1720
+ t["eightpersian"] = 0x06f8;
1721
+ t["eightroman"] = 0x2177;
1722
+ t["eightsuperior"] = 0x2078;
1723
+ t["eightthai"] = 0x0e58;
1724
+ t["einvertedbreve"] = 0x0207;
1725
+ t["eiotifiedcyrillic"] = 0x0465;
1726
+ t["ekatakana"] = 0x30a8;
1727
+ t["ekatakanahalfwidth"] = 0xff74;
1728
+ t["ekonkargurmukhi"] = 0x0a74;
1729
+ t["ekorean"] = 0x3154;
1730
+ t["elcyrillic"] = 0x043b;
1731
+ t["element"] = 0x2208;
1732
+ t["elevencircle"] = 0x246a;
1733
+ t["elevenparen"] = 0x247e;
1734
+ t["elevenperiod"] = 0x2492;
1735
+ t["elevenroman"] = 0x217a;
1736
+ t["ellipsis"] = 0x2026;
1737
+ t["ellipsisvertical"] = 0x22ee;
1738
+ t["emacron"] = 0x0113;
1739
+ t["emacronacute"] = 0x1e17;
1740
+ t["emacrongrave"] = 0x1e15;
1741
+ t["emcyrillic"] = 0x043c;
1742
+ t["emdash"] = 0x2014;
1743
+ t["emdashvertical"] = 0xfe31;
1744
+ t["emonospace"] = 0xff45;
1745
+ t["emphasismarkarmenian"] = 0x055b;
1746
+ t["emptyset"] = 0x2205;
1747
+ t["enbopomofo"] = 0x3123;
1748
+ t["encyrillic"] = 0x043d;
1749
+ t["endash"] = 0x2013;
1750
+ t["endashvertical"] = 0xfe32;
1751
+ t["endescendercyrillic"] = 0x04a3;
1752
+ t["eng"] = 0x014b;
1753
+ t["engbopomofo"] = 0x3125;
1754
+ t["enghecyrillic"] = 0x04a5;
1755
+ t["enhookcyrillic"] = 0x04c8;
1756
+ t["enspace"] = 0x2002;
1757
+ t["eogonek"] = 0x0119;
1758
+ t["eokorean"] = 0x3153;
1759
+ t["eopen"] = 0x025b;
1760
+ t["eopenclosed"] = 0x029a;
1761
+ t["eopenreversed"] = 0x025c;
1762
+ t["eopenreversedclosed"] = 0x025e;
1763
+ t["eopenreversedhook"] = 0x025d;
1764
+ t["eparen"] = 0x24a0;
1765
+ t["epsilon"] = 0x03b5;
1766
+ t["epsilontonos"] = 0x03ad;
1767
+ t["equal"] = 0x003d;
1768
+ t["equalmonospace"] = 0xff1d;
1769
+ t["equalsmall"] = 0xfe66;
1770
+ t["equalsuperior"] = 0x207c;
1771
+ t["equivalence"] = 0x2261;
1772
+ t["erbopomofo"] = 0x3126;
1773
+ t["ercyrillic"] = 0x0440;
1774
+ t["ereversed"] = 0x0258;
1775
+ t["ereversedcyrillic"] = 0x044d;
1776
+ t["escyrillic"] = 0x0441;
1777
+ t["esdescendercyrillic"] = 0x04ab;
1778
+ t["esh"] = 0x0283;
1779
+ t["eshcurl"] = 0x0286;
1780
+ t["eshortdeva"] = 0x090e;
1781
+ t["eshortvowelsigndeva"] = 0x0946;
1782
+ t["eshreversedloop"] = 0x01aa;
1783
+ t["eshsquatreversed"] = 0x0285;
1784
+ t["esmallhiragana"] = 0x3047;
1785
+ t["esmallkatakana"] = 0x30a7;
1786
+ t["esmallkatakanahalfwidth"] = 0xff6a;
1787
+ t["estimated"] = 0x212e;
1788
+ t["esuperior"] = 0xf6ec;
1789
+ t["eta"] = 0x03b7;
1790
+ t["etarmenian"] = 0x0568;
1791
+ t["etatonos"] = 0x03ae;
1792
+ t["eth"] = 0x00f0;
1793
+ t["etilde"] = 0x1ebd;
1794
+ t["etildebelow"] = 0x1e1b;
1795
+ t["etnahtafoukhhebrew"] = 0x0591;
1796
+ t["etnahtafoukhlefthebrew"] = 0x0591;
1797
+ t["etnahtahebrew"] = 0x0591;
1798
+ t["etnahtalefthebrew"] = 0x0591;
1799
+ t["eturned"] = 0x01dd;
1800
+ t["eukorean"] = 0x3161;
1801
+ t["euro"] = 0x20ac;
1802
+ t["evowelsignbengali"] = 0x09c7;
1803
+ t["evowelsigndeva"] = 0x0947;
1804
+ t["evowelsigngujarati"] = 0x0ac7;
1805
+ t["exclam"] = 0x0021;
1806
+ t["exclamarmenian"] = 0x055c;
1807
+ t["exclamdbl"] = 0x203c;
1808
+ t["exclamdown"] = 0x00a1;
1809
+ t["exclamdownsmall"] = 0xf7a1;
1810
+ t["exclammonospace"] = 0xff01;
1811
+ t["exclamsmall"] = 0xf721;
1812
+ t["existential"] = 0x2203;
1813
+ t["ezh"] = 0x0292;
1814
+ t["ezhcaron"] = 0x01ef;
1815
+ t["ezhcurl"] = 0x0293;
1816
+ t["ezhreversed"] = 0x01b9;
1817
+ t["ezhtail"] = 0x01ba;
1818
+ t["f"] = 0x0066;
1819
+ t["fadeva"] = 0x095e;
1820
+ t["fagurmukhi"] = 0x0a5e;
1821
+ t["fahrenheit"] = 0x2109;
1822
+ t["fathaarabic"] = 0x064e;
1823
+ t["fathalowarabic"] = 0x064e;
1824
+ t["fathatanarabic"] = 0x064b;
1825
+ t["fbopomofo"] = 0x3108;
1826
+ t["fcircle"] = 0x24d5;
1827
+ t["fdotaccent"] = 0x1e1f;
1828
+ t["feharabic"] = 0x0641;
1829
+ t["feharmenian"] = 0x0586;
1830
+ t["fehfinalarabic"] = 0xfed2;
1831
+ t["fehinitialarabic"] = 0xfed3;
1832
+ t["fehmedialarabic"] = 0xfed4;
1833
+ t["feicoptic"] = 0x03e5;
1834
+ t["female"] = 0x2640;
1835
+ t["ff"] = 0xfb00;
1836
+ t["f_f"] = 0xfb00;
1837
+ t["ffi"] = 0xfb03;
1838
+ t["ffl"] = 0xfb04;
1839
+ t["fi"] = 0xfb01;
1840
+ t["fifteencircle"] = 0x246e;
1841
+ t["fifteenparen"] = 0x2482;
1842
+ t["fifteenperiod"] = 0x2496;
1843
+ t["figuredash"] = 0x2012;
1844
+ t["filledbox"] = 0x25a0;
1845
+ t["filledrect"] = 0x25ac;
1846
+ t["finalkaf"] = 0x05da;
1847
+ t["finalkafdagesh"] = 0xfb3a;
1848
+ t["finalkafdageshhebrew"] = 0xfb3a;
1849
+ t["finalkafhebrew"] = 0x05da;
1850
+ t["finalmem"] = 0x05dd;
1851
+ t["finalmemhebrew"] = 0x05dd;
1852
+ t["finalnun"] = 0x05df;
1853
+ t["finalnunhebrew"] = 0x05df;
1854
+ t["finalpe"] = 0x05e3;
1855
+ t["finalpehebrew"] = 0x05e3;
1856
+ t["finaltsadi"] = 0x05e5;
1857
+ t["finaltsadihebrew"] = 0x05e5;
1858
+ t["firsttonechinese"] = 0x02c9;
1859
+ t["fisheye"] = 0x25c9;
1860
+ t["fitacyrillic"] = 0x0473;
1861
+ t["five"] = 0x0035;
1862
+ t["fivearabic"] = 0x0665;
1863
+ t["fivebengali"] = 0x09eb;
1864
+ t["fivecircle"] = 0x2464;
1865
+ t["fivecircleinversesansserif"] = 0x278e;
1866
+ t["fivedeva"] = 0x096b;
1867
+ t["fiveeighths"] = 0x215d;
1868
+ t["fivegujarati"] = 0x0aeb;
1869
+ t["fivegurmukhi"] = 0x0a6b;
1870
+ t["fivehackarabic"] = 0x0665;
1871
+ t["fivehangzhou"] = 0x3025;
1872
+ t["fiveideographicparen"] = 0x3224;
1873
+ t["fiveinferior"] = 0x2085;
1874
+ t["fivemonospace"] = 0xff15;
1875
+ t["fiveoldstyle"] = 0xf735;
1876
+ t["fiveparen"] = 0x2478;
1877
+ t["fiveperiod"] = 0x248c;
1878
+ t["fivepersian"] = 0x06f5;
1879
+ t["fiveroman"] = 0x2174;
1880
+ t["fivesuperior"] = 0x2075;
1881
+ t["fivethai"] = 0x0e55;
1882
+ t["fl"] = 0xfb02;
1883
+ t["florin"] = 0x0192;
1884
+ t["fmonospace"] = 0xff46;
1885
+ t["fmsquare"] = 0x3399;
1886
+ t["fofanthai"] = 0x0e1f;
1887
+ t["fofathai"] = 0x0e1d;
1888
+ t["fongmanthai"] = 0x0e4f;
1889
+ t["forall"] = 0x2200;
1890
+ t["four"] = 0x0034;
1891
+ t["fourarabic"] = 0x0664;
1892
+ t["fourbengali"] = 0x09ea;
1893
+ t["fourcircle"] = 0x2463;
1894
+ t["fourcircleinversesansserif"] = 0x278d;
1895
+ t["fourdeva"] = 0x096a;
1896
+ t["fourgujarati"] = 0x0aea;
1897
+ t["fourgurmukhi"] = 0x0a6a;
1898
+ t["fourhackarabic"] = 0x0664;
1899
+ t["fourhangzhou"] = 0x3024;
1900
+ t["fourideographicparen"] = 0x3223;
1901
+ t["fourinferior"] = 0x2084;
1902
+ t["fourmonospace"] = 0xff14;
1903
+ t["fournumeratorbengali"] = 0x09f7;
1904
+ t["fouroldstyle"] = 0xf734;
1905
+ t["fourparen"] = 0x2477;
1906
+ t["fourperiod"] = 0x248b;
1907
+ t["fourpersian"] = 0x06f4;
1908
+ t["fourroman"] = 0x2173;
1909
+ t["foursuperior"] = 0x2074;
1910
+ t["fourteencircle"] = 0x246d;
1911
+ t["fourteenparen"] = 0x2481;
1912
+ t["fourteenperiod"] = 0x2495;
1913
+ t["fourthai"] = 0x0e54;
1914
+ t["fourthtonechinese"] = 0x02cb;
1915
+ t["fparen"] = 0x24a1;
1916
+ t["fraction"] = 0x2044;
1917
+ t["franc"] = 0x20a3;
1918
+ t["g"] = 0x0067;
1919
+ t["gabengali"] = 0x0997;
1920
+ t["gacute"] = 0x01f5;
1921
+ t["gadeva"] = 0x0917;
1922
+ t["gafarabic"] = 0x06af;
1923
+ t["gaffinalarabic"] = 0xfb93;
1924
+ t["gafinitialarabic"] = 0xfb94;
1925
+ t["gafmedialarabic"] = 0xfb95;
1926
+ t["gagujarati"] = 0x0a97;
1927
+ t["gagurmukhi"] = 0x0a17;
1928
+ t["gahiragana"] = 0x304c;
1929
+ t["gakatakana"] = 0x30ac;
1930
+ t["gamma"] = 0x03b3;
1931
+ t["gammalatinsmall"] = 0x0263;
1932
+ t["gammasuperior"] = 0x02e0;
1933
+ t["gangiacoptic"] = 0x03eb;
1934
+ t["gbopomofo"] = 0x310d;
1935
+ t["gbreve"] = 0x011f;
1936
+ t["gcaron"] = 0x01e7;
1937
+ t["gcedilla"] = 0x0123;
1938
+ t["gcircle"] = 0x24d6;
1939
+ t["gcircumflex"] = 0x011d;
1940
+ t["gcommaaccent"] = 0x0123;
1941
+ t["gdot"] = 0x0121;
1942
+ t["gdotaccent"] = 0x0121;
1943
+ t["gecyrillic"] = 0x0433;
1944
+ t["gehiragana"] = 0x3052;
1945
+ t["gekatakana"] = 0x30b2;
1946
+ t["geometricallyequal"] = 0x2251;
1947
+ t["gereshaccenthebrew"] = 0x059c;
1948
+ t["gereshhebrew"] = 0x05f3;
1949
+ t["gereshmuqdamhebrew"] = 0x059d;
1950
+ t["germandbls"] = 0x00df;
1951
+ t["gershayimaccenthebrew"] = 0x059e;
1952
+ t["gershayimhebrew"] = 0x05f4;
1953
+ t["getamark"] = 0x3013;
1954
+ t["ghabengali"] = 0x0998;
1955
+ t["ghadarmenian"] = 0x0572;
1956
+ t["ghadeva"] = 0x0918;
1957
+ t["ghagujarati"] = 0x0a98;
1958
+ t["ghagurmukhi"] = 0x0a18;
1959
+ t["ghainarabic"] = 0x063a;
1960
+ t["ghainfinalarabic"] = 0xfece;
1961
+ t["ghaininitialarabic"] = 0xfecf;
1962
+ t["ghainmedialarabic"] = 0xfed0;
1963
+ t["ghemiddlehookcyrillic"] = 0x0495;
1964
+ t["ghestrokecyrillic"] = 0x0493;
1965
+ t["gheupturncyrillic"] = 0x0491;
1966
+ t["ghhadeva"] = 0x095a;
1967
+ t["ghhagurmukhi"] = 0x0a5a;
1968
+ t["ghook"] = 0x0260;
1969
+ t["ghzsquare"] = 0x3393;
1970
+ t["gihiragana"] = 0x304e;
1971
+ t["gikatakana"] = 0x30ae;
1972
+ t["gimarmenian"] = 0x0563;
1973
+ t["gimel"] = 0x05d2;
1974
+ t["gimeldagesh"] = 0xfb32;
1975
+ t["gimeldageshhebrew"] = 0xfb32;
1976
+ t["gimelhebrew"] = 0x05d2;
1977
+ t["gjecyrillic"] = 0x0453;
1978
+ t["glottalinvertedstroke"] = 0x01be;
1979
+ t["glottalstop"] = 0x0294;
1980
+ t["glottalstopinverted"] = 0x0296;
1981
+ t["glottalstopmod"] = 0x02c0;
1982
+ t["glottalstopreversed"] = 0x0295;
1983
+ t["glottalstopreversedmod"] = 0x02c1;
1984
+ t["glottalstopreversedsuperior"] = 0x02e4;
1985
+ t["glottalstopstroke"] = 0x02a1;
1986
+ t["glottalstopstrokereversed"] = 0x02a2;
1987
+ t["gmacron"] = 0x1e21;
1988
+ t["gmonospace"] = 0xff47;
1989
+ t["gohiragana"] = 0x3054;
1990
+ t["gokatakana"] = 0x30b4;
1991
+ t["gparen"] = 0x24a2;
1992
+ t["gpasquare"] = 0x33ac;
1993
+ t["gradient"] = 0x2207;
1994
+ t["grave"] = 0x0060;
1995
+ t["gravebelowcmb"] = 0x0316;
1996
+ t["gravecmb"] = 0x0300;
1997
+ t["gravecomb"] = 0x0300;
1998
+ t["gravedeva"] = 0x0953;
1999
+ t["gravelowmod"] = 0x02ce;
2000
+ t["gravemonospace"] = 0xff40;
2001
+ t["gravetonecmb"] = 0x0340;
2002
+ t["greater"] = 0x003e;
2003
+ t["greaterequal"] = 0x2265;
2004
+ t["greaterequalorless"] = 0x22db;
2005
+ t["greatermonospace"] = 0xff1e;
2006
+ t["greaterorequivalent"] = 0x2273;
2007
+ t["greaterorless"] = 0x2277;
2008
+ t["greateroverequal"] = 0x2267;
2009
+ t["greatersmall"] = 0xfe65;
2010
+ t["gscript"] = 0x0261;
2011
+ t["gstroke"] = 0x01e5;
2012
+ t["guhiragana"] = 0x3050;
2013
+ t["guillemotleft"] = 0x00ab;
2014
+ t["guillemotright"] = 0x00bb;
2015
+ t["guilsinglleft"] = 0x2039;
2016
+ t["guilsinglright"] = 0x203a;
2017
+ t["gukatakana"] = 0x30b0;
2018
+ t["guramusquare"] = 0x3318;
2019
+ t["gysquare"] = 0x33c9;
2020
+ t["h"] = 0x0068;
2021
+ t["haabkhasiancyrillic"] = 0x04a9;
2022
+ t["haaltonearabic"] = 0x06c1;
2023
+ t["habengali"] = 0x09b9;
2024
+ t["hadescendercyrillic"] = 0x04b3;
2025
+ t["hadeva"] = 0x0939;
2026
+ t["hagujarati"] = 0x0ab9;
2027
+ t["hagurmukhi"] = 0x0a39;
2028
+ t["haharabic"] = 0x062d;
2029
+ t["hahfinalarabic"] = 0xfea2;
2030
+ t["hahinitialarabic"] = 0xfea3;
2031
+ t["hahiragana"] = 0x306f;
2032
+ t["hahmedialarabic"] = 0xfea4;
2033
+ t["haitusquare"] = 0x332a;
2034
+ t["hakatakana"] = 0x30cf;
2035
+ t["hakatakanahalfwidth"] = 0xff8a;
2036
+ t["halantgurmukhi"] = 0x0a4d;
2037
+ t["hamzaarabic"] = 0x0621;
2038
+ t["hamzalowarabic"] = 0x0621;
2039
+ t["hangulfiller"] = 0x3164;
2040
+ t["hardsigncyrillic"] = 0x044a;
2041
+ t["harpoonleftbarbup"] = 0x21bc;
2042
+ t["harpoonrightbarbup"] = 0x21c0;
2043
+ t["hasquare"] = 0x33ca;
2044
+ t["hatafpatah"] = 0x05b2;
2045
+ t["hatafpatah16"] = 0x05b2;
2046
+ t["hatafpatah23"] = 0x05b2;
2047
+ t["hatafpatah2f"] = 0x05b2;
2048
+ t["hatafpatahhebrew"] = 0x05b2;
2049
+ t["hatafpatahnarrowhebrew"] = 0x05b2;
2050
+ t["hatafpatahquarterhebrew"] = 0x05b2;
2051
+ t["hatafpatahwidehebrew"] = 0x05b2;
2052
+ t["hatafqamats"] = 0x05b3;
2053
+ t["hatafqamats1b"] = 0x05b3;
2054
+ t["hatafqamats28"] = 0x05b3;
2055
+ t["hatafqamats34"] = 0x05b3;
2056
+ t["hatafqamatshebrew"] = 0x05b3;
2057
+ t["hatafqamatsnarrowhebrew"] = 0x05b3;
2058
+ t["hatafqamatsquarterhebrew"] = 0x05b3;
2059
+ t["hatafqamatswidehebrew"] = 0x05b3;
2060
+ t["hatafsegol"] = 0x05b1;
2061
+ t["hatafsegol17"] = 0x05b1;
2062
+ t["hatafsegol24"] = 0x05b1;
2063
+ t["hatafsegol30"] = 0x05b1;
2064
+ t["hatafsegolhebrew"] = 0x05b1;
2065
+ t["hatafsegolnarrowhebrew"] = 0x05b1;
2066
+ t["hatafsegolquarterhebrew"] = 0x05b1;
2067
+ t["hatafsegolwidehebrew"] = 0x05b1;
2068
+ t["hbar"] = 0x0127;
2069
+ t["hbopomofo"] = 0x310f;
2070
+ t["hbrevebelow"] = 0x1e2b;
2071
+ t["hcedilla"] = 0x1e29;
2072
+ t["hcircle"] = 0x24d7;
2073
+ t["hcircumflex"] = 0x0125;
2074
+ t["hdieresis"] = 0x1e27;
2075
+ t["hdotaccent"] = 0x1e23;
2076
+ t["hdotbelow"] = 0x1e25;
2077
+ t["he"] = 0x05d4;
2078
+ t["heart"] = 0x2665;
2079
+ t["heartsuitblack"] = 0x2665;
2080
+ t["heartsuitwhite"] = 0x2661;
2081
+ t["hedagesh"] = 0xfb34;
2082
+ t["hedageshhebrew"] = 0xfb34;
2083
+ t["hehaltonearabic"] = 0x06c1;
2084
+ t["heharabic"] = 0x0647;
2085
+ t["hehebrew"] = 0x05d4;
2086
+ t["hehfinalaltonearabic"] = 0xfba7;
2087
+ t["hehfinalalttwoarabic"] = 0xfeea;
2088
+ t["hehfinalarabic"] = 0xfeea;
2089
+ t["hehhamzaabovefinalarabic"] = 0xfba5;
2090
+ t["hehhamzaaboveisolatedarabic"] = 0xfba4;
2091
+ t["hehinitialaltonearabic"] = 0xfba8;
2092
+ t["hehinitialarabic"] = 0xfeeb;
2093
+ t["hehiragana"] = 0x3078;
2094
+ t["hehmedialaltonearabic"] = 0xfba9;
2095
+ t["hehmedialarabic"] = 0xfeec;
2096
+ t["heiseierasquare"] = 0x337b;
2097
+ t["hekatakana"] = 0x30d8;
2098
+ t["hekatakanahalfwidth"] = 0xff8d;
2099
+ t["hekutaarusquare"] = 0x3336;
2100
+ t["henghook"] = 0x0267;
2101
+ t["herutusquare"] = 0x3339;
2102
+ t["het"] = 0x05d7;
2103
+ t["hethebrew"] = 0x05d7;
2104
+ t["hhook"] = 0x0266;
2105
+ t["hhooksuperior"] = 0x02b1;
2106
+ t["hieuhacirclekorean"] = 0x327b;
2107
+ t["hieuhaparenkorean"] = 0x321b;
2108
+ t["hieuhcirclekorean"] = 0x326d;
2109
+ t["hieuhkorean"] = 0x314e;
2110
+ t["hieuhparenkorean"] = 0x320d;
2111
+ t["hihiragana"] = 0x3072;
2112
+ t["hikatakana"] = 0x30d2;
2113
+ t["hikatakanahalfwidth"] = 0xff8b;
2114
+ t["hiriq"] = 0x05b4;
2115
+ t["hiriq14"] = 0x05b4;
2116
+ t["hiriq21"] = 0x05b4;
2117
+ t["hiriq2d"] = 0x05b4;
2118
+ t["hiriqhebrew"] = 0x05b4;
2119
+ t["hiriqnarrowhebrew"] = 0x05b4;
2120
+ t["hiriqquarterhebrew"] = 0x05b4;
2121
+ t["hiriqwidehebrew"] = 0x05b4;
2122
+ t["hlinebelow"] = 0x1e96;
2123
+ t["hmonospace"] = 0xff48;
2124
+ t["hoarmenian"] = 0x0570;
2125
+ t["hohipthai"] = 0x0e2b;
2126
+ t["hohiragana"] = 0x307b;
2127
+ t["hokatakana"] = 0x30db;
2128
+ t["hokatakanahalfwidth"] = 0xff8e;
2129
+ t["holam"] = 0x05b9;
2130
+ t["holam19"] = 0x05b9;
2131
+ t["holam26"] = 0x05b9;
2132
+ t["holam32"] = 0x05b9;
2133
+ t["holamhebrew"] = 0x05b9;
2134
+ t["holamnarrowhebrew"] = 0x05b9;
2135
+ t["holamquarterhebrew"] = 0x05b9;
2136
+ t["holamwidehebrew"] = 0x05b9;
2137
+ t["honokhukthai"] = 0x0e2e;
2138
+ t["hookabovecomb"] = 0x0309;
2139
+ t["hookcmb"] = 0x0309;
2140
+ t["hookpalatalizedbelowcmb"] = 0x0321;
2141
+ t["hookretroflexbelowcmb"] = 0x0322;
2142
+ t["hoonsquare"] = 0x3342;
2143
+ t["horicoptic"] = 0x03e9;
2144
+ t["horizontalbar"] = 0x2015;
2145
+ t["horncmb"] = 0x031b;
2146
+ t["hotsprings"] = 0x2668;
2147
+ t["house"] = 0x2302;
2148
+ t["hparen"] = 0x24a3;
2149
+ t["hsuperior"] = 0x02b0;
2150
+ t["hturned"] = 0x0265;
2151
+ t["huhiragana"] = 0x3075;
2152
+ t["huiitosquare"] = 0x3333;
2153
+ t["hukatakana"] = 0x30d5;
2154
+ t["hukatakanahalfwidth"] = 0xff8c;
2155
+ t["hungarumlaut"] = 0x02dd;
2156
+ t["hungarumlautcmb"] = 0x030b;
2157
+ t["hv"] = 0x0195;
2158
+ t["hyphen"] = 0x002d;
2159
+ t["hypheninferior"] = 0xf6e5;
2160
+ t["hyphenmonospace"] = 0xff0d;
2161
+ t["hyphensmall"] = 0xfe63;
2162
+ t["hyphensuperior"] = 0xf6e6;
2163
+ t["hyphentwo"] = 0x2010;
2164
+ t["i"] = 0x0069;
2165
+ t["iacute"] = 0x00ed;
2166
+ t["iacyrillic"] = 0x044f;
2167
+ t["ibengali"] = 0x0987;
2168
+ t["ibopomofo"] = 0x3127;
2169
+ t["ibreve"] = 0x012d;
2170
+ t["icaron"] = 0x01d0;
2171
+ t["icircle"] = 0x24d8;
2172
+ t["icircumflex"] = 0x00ee;
2173
+ t["icyrillic"] = 0x0456;
2174
+ t["idblgrave"] = 0x0209;
2175
+ t["ideographearthcircle"] = 0x328f;
2176
+ t["ideographfirecircle"] = 0x328b;
2177
+ t["ideographicallianceparen"] = 0x323f;
2178
+ t["ideographiccallparen"] = 0x323a;
2179
+ t["ideographiccentrecircle"] = 0x32a5;
2180
+ t["ideographicclose"] = 0x3006;
2181
+ t["ideographiccomma"] = 0x3001;
2182
+ t["ideographiccommaleft"] = 0xff64;
2183
+ t["ideographiccongratulationparen"] = 0x3237;
2184
+ t["ideographiccorrectcircle"] = 0x32a3;
2185
+ t["ideographicearthparen"] = 0x322f;
2186
+ t["ideographicenterpriseparen"] = 0x323d;
2187
+ t["ideographicexcellentcircle"] = 0x329d;
2188
+ t["ideographicfestivalparen"] = 0x3240;
2189
+ t["ideographicfinancialcircle"] = 0x3296;
2190
+ t["ideographicfinancialparen"] = 0x3236;
2191
+ t["ideographicfireparen"] = 0x322b;
2192
+ t["ideographichaveparen"] = 0x3232;
2193
+ t["ideographichighcircle"] = 0x32a4;
2194
+ t["ideographiciterationmark"] = 0x3005;
2195
+ t["ideographiclaborcircle"] = 0x3298;
2196
+ t["ideographiclaborparen"] = 0x3238;
2197
+ t["ideographicleftcircle"] = 0x32a7;
2198
+ t["ideographiclowcircle"] = 0x32a6;
2199
+ t["ideographicmedicinecircle"] = 0x32a9;
2200
+ t["ideographicmetalparen"] = 0x322e;
2201
+ t["ideographicmoonparen"] = 0x322a;
2202
+ t["ideographicnameparen"] = 0x3234;
2203
+ t["ideographicperiod"] = 0x3002;
2204
+ t["ideographicprintcircle"] = 0x329e;
2205
+ t["ideographicreachparen"] = 0x3243;
2206
+ t["ideographicrepresentparen"] = 0x3239;
2207
+ t["ideographicresourceparen"] = 0x323e;
2208
+ t["ideographicrightcircle"] = 0x32a8;
2209
+ t["ideographicsecretcircle"] = 0x3299;
2210
+ t["ideographicselfparen"] = 0x3242;
2211
+ t["ideographicsocietyparen"] = 0x3233;
2212
+ t["ideographicspace"] = 0x3000;
2213
+ t["ideographicspecialparen"] = 0x3235;
2214
+ t["ideographicstockparen"] = 0x3231;
2215
+ t["ideographicstudyparen"] = 0x323b;
2216
+ t["ideographicsunparen"] = 0x3230;
2217
+ t["ideographicsuperviseparen"] = 0x323c;
2218
+ t["ideographicwaterparen"] = 0x322c;
2219
+ t["ideographicwoodparen"] = 0x322d;
2220
+ t["ideographiczero"] = 0x3007;
2221
+ t["ideographmetalcircle"] = 0x328e;
2222
+ t["ideographmooncircle"] = 0x328a;
2223
+ t["ideographnamecircle"] = 0x3294;
2224
+ t["ideographsuncircle"] = 0x3290;
2225
+ t["ideographwatercircle"] = 0x328c;
2226
+ t["ideographwoodcircle"] = 0x328d;
2227
+ t["ideva"] = 0x0907;
2228
+ t["idieresis"] = 0x00ef;
2229
+ t["idieresisacute"] = 0x1e2f;
2230
+ t["idieresiscyrillic"] = 0x04e5;
2231
+ t["idotbelow"] = 0x1ecb;
2232
+ t["iebrevecyrillic"] = 0x04d7;
2233
+ t["iecyrillic"] = 0x0435;
2234
+ t["ieungacirclekorean"] = 0x3275;
2235
+ t["ieungaparenkorean"] = 0x3215;
2236
+ t["ieungcirclekorean"] = 0x3267;
2237
+ t["ieungkorean"] = 0x3147;
2238
+ t["ieungparenkorean"] = 0x3207;
2239
+ t["igrave"] = 0x00ec;
2240
+ t["igujarati"] = 0x0a87;
2241
+ t["igurmukhi"] = 0x0a07;
2242
+ t["ihiragana"] = 0x3044;
2243
+ t["ihookabove"] = 0x1ec9;
2244
+ t["iibengali"] = 0x0988;
2245
+ t["iicyrillic"] = 0x0438;
2246
+ t["iideva"] = 0x0908;
2247
+ t["iigujarati"] = 0x0a88;
2248
+ t["iigurmukhi"] = 0x0a08;
2249
+ t["iimatragurmukhi"] = 0x0a40;
2250
+ t["iinvertedbreve"] = 0x020b;
2251
+ t["iishortcyrillic"] = 0x0439;
2252
+ t["iivowelsignbengali"] = 0x09c0;
2253
+ t["iivowelsigndeva"] = 0x0940;
2254
+ t["iivowelsigngujarati"] = 0x0ac0;
2255
+ t["ij"] = 0x0133;
2256
+ t["ikatakana"] = 0x30a4;
2257
+ t["ikatakanahalfwidth"] = 0xff72;
2258
+ t["ikorean"] = 0x3163;
2259
+ t["ilde"] = 0x02dc;
2260
+ t["iluyhebrew"] = 0x05ac;
2261
+ t["imacron"] = 0x012b;
2262
+ t["imacroncyrillic"] = 0x04e3;
2263
+ t["imageorapproximatelyequal"] = 0x2253;
2264
+ t["imatragurmukhi"] = 0x0a3f;
2265
+ t["imonospace"] = 0xff49;
2266
+ t["increment"] = 0x2206;
2267
+ t["infinity"] = 0x221e;
2268
+ t["iniarmenian"] = 0x056b;
2269
+ t["integral"] = 0x222b;
2270
+ t["integralbottom"] = 0x2321;
2271
+ t["integralbt"] = 0x2321;
2272
+ t["integralex"] = 0xf8f5;
2273
+ t["integraltop"] = 0x2320;
2274
+ t["integraltp"] = 0x2320;
2275
+ t["intersection"] = 0x2229;
2276
+ t["intisquare"] = 0x3305;
2277
+ t["invbullet"] = 0x25d8;
2278
+ t["invcircle"] = 0x25d9;
2279
+ t["invsmileface"] = 0x263b;
2280
+ t["iocyrillic"] = 0x0451;
2281
+ t["iogonek"] = 0x012f;
2282
+ t["iota"] = 0x03b9;
2283
+ t["iotadieresis"] = 0x03ca;
2284
+ t["iotadieresistonos"] = 0x0390;
2285
+ t["iotalatin"] = 0x0269;
2286
+ t["iotatonos"] = 0x03af;
2287
+ t["iparen"] = 0x24a4;
2288
+ t["irigurmukhi"] = 0x0a72;
2289
+ t["ismallhiragana"] = 0x3043;
2290
+ t["ismallkatakana"] = 0x30a3;
2291
+ t["ismallkatakanahalfwidth"] = 0xff68;
2292
+ t["issharbengali"] = 0x09fa;
2293
+ t["istroke"] = 0x0268;
2294
+ t["isuperior"] = 0xf6ed;
2295
+ t["iterationhiragana"] = 0x309d;
2296
+ t["iterationkatakana"] = 0x30fd;
2297
+ t["itilde"] = 0x0129;
2298
+ t["itildebelow"] = 0x1e2d;
2299
+ t["iubopomofo"] = 0x3129;
2300
+ t["iucyrillic"] = 0x044e;
2301
+ t["ivowelsignbengali"] = 0x09bf;
2302
+ t["ivowelsigndeva"] = 0x093f;
2303
+ t["ivowelsigngujarati"] = 0x0abf;
2304
+ t["izhitsacyrillic"] = 0x0475;
2305
+ t["izhitsadblgravecyrillic"] = 0x0477;
2306
+ t["j"] = 0x006a;
2307
+ t["jaarmenian"] = 0x0571;
2308
+ t["jabengali"] = 0x099c;
2309
+ t["jadeva"] = 0x091c;
2310
+ t["jagujarati"] = 0x0a9c;
2311
+ t["jagurmukhi"] = 0x0a1c;
2312
+ t["jbopomofo"] = 0x3110;
2313
+ t["jcaron"] = 0x01f0;
2314
+ t["jcircle"] = 0x24d9;
2315
+ t["jcircumflex"] = 0x0135;
2316
+ t["jcrossedtail"] = 0x029d;
2317
+ t["jdotlessstroke"] = 0x025f;
2318
+ t["jecyrillic"] = 0x0458;
2319
+ t["jeemarabic"] = 0x062c;
2320
+ t["jeemfinalarabic"] = 0xfe9e;
2321
+ t["jeeminitialarabic"] = 0xfe9f;
2322
+ t["jeemmedialarabic"] = 0xfea0;
2323
+ t["jeharabic"] = 0x0698;
2324
+ t["jehfinalarabic"] = 0xfb8b;
2325
+ t["jhabengali"] = 0x099d;
2326
+ t["jhadeva"] = 0x091d;
2327
+ t["jhagujarati"] = 0x0a9d;
2328
+ t["jhagurmukhi"] = 0x0a1d;
2329
+ t["jheharmenian"] = 0x057b;
2330
+ t["jis"] = 0x3004;
2331
+ t["jmonospace"] = 0xff4a;
2332
+ t["jparen"] = 0x24a5;
2333
+ t["jsuperior"] = 0x02b2;
2334
+ t["k"] = 0x006b;
2335
+ t["kabashkircyrillic"] = 0x04a1;
2336
+ t["kabengali"] = 0x0995;
2337
+ t["kacute"] = 0x1e31;
2338
+ t["kacyrillic"] = 0x043a;
2339
+ t["kadescendercyrillic"] = 0x049b;
2340
+ t["kadeva"] = 0x0915;
2341
+ t["kaf"] = 0x05db;
2342
+ t["kafarabic"] = 0x0643;
2343
+ t["kafdagesh"] = 0xfb3b;
2344
+ t["kafdageshhebrew"] = 0xfb3b;
2345
+ t["kaffinalarabic"] = 0xfeda;
2346
+ t["kafhebrew"] = 0x05db;
2347
+ t["kafinitialarabic"] = 0xfedb;
2348
+ t["kafmedialarabic"] = 0xfedc;
2349
+ t["kafrafehebrew"] = 0xfb4d;
2350
+ t["kagujarati"] = 0x0a95;
2351
+ t["kagurmukhi"] = 0x0a15;
2352
+ t["kahiragana"] = 0x304b;
2353
+ t["kahookcyrillic"] = 0x04c4;
2354
+ t["kakatakana"] = 0x30ab;
2355
+ t["kakatakanahalfwidth"] = 0xff76;
2356
+ t["kappa"] = 0x03ba;
2357
+ t["kappasymbolgreek"] = 0x03f0;
2358
+ t["kapyeounmieumkorean"] = 0x3171;
2359
+ t["kapyeounphieuphkorean"] = 0x3184;
2360
+ t["kapyeounpieupkorean"] = 0x3178;
2361
+ t["kapyeounssangpieupkorean"] = 0x3179;
2362
+ t["karoriisquare"] = 0x330d;
2363
+ t["kashidaautoarabic"] = 0x0640;
2364
+ t["kashidaautonosidebearingarabic"] = 0x0640;
2365
+ t["kasmallkatakana"] = 0x30f5;
2366
+ t["kasquare"] = 0x3384;
2367
+ t["kasraarabic"] = 0x0650;
2368
+ t["kasratanarabic"] = 0x064d;
2369
+ t["kastrokecyrillic"] = 0x049f;
2370
+ t["katahiraprolongmarkhalfwidth"] = 0xff70;
2371
+ t["kaverticalstrokecyrillic"] = 0x049d;
2372
+ t["kbopomofo"] = 0x310e;
2373
+ t["kcalsquare"] = 0x3389;
2374
+ t["kcaron"] = 0x01e9;
2375
+ t["kcedilla"] = 0x0137;
2376
+ t["kcircle"] = 0x24da;
2377
+ t["kcommaaccent"] = 0x0137;
2378
+ t["kdotbelow"] = 0x1e33;
2379
+ t["keharmenian"] = 0x0584;
2380
+ t["kehiragana"] = 0x3051;
2381
+ t["kekatakana"] = 0x30b1;
2382
+ t["kekatakanahalfwidth"] = 0xff79;
2383
+ t["kenarmenian"] = 0x056f;
2384
+ t["kesmallkatakana"] = 0x30f6;
2385
+ t["kgreenlandic"] = 0x0138;
2386
+ t["khabengali"] = 0x0996;
2387
+ t["khacyrillic"] = 0x0445;
2388
+ t["khadeva"] = 0x0916;
2389
+ t["khagujarati"] = 0x0a96;
2390
+ t["khagurmukhi"] = 0x0a16;
2391
+ t["khaharabic"] = 0x062e;
2392
+ t["khahfinalarabic"] = 0xfea6;
2393
+ t["khahinitialarabic"] = 0xfea7;
2394
+ t["khahmedialarabic"] = 0xfea8;
2395
+ t["kheicoptic"] = 0x03e7;
2396
+ t["khhadeva"] = 0x0959;
2397
+ t["khhagurmukhi"] = 0x0a59;
2398
+ t["khieukhacirclekorean"] = 0x3278;
2399
+ t["khieukhaparenkorean"] = 0x3218;
2400
+ t["khieukhcirclekorean"] = 0x326a;
2401
+ t["khieukhkorean"] = 0x314b;
2402
+ t["khieukhparenkorean"] = 0x320a;
2403
+ t["khokhaithai"] = 0x0e02;
2404
+ t["khokhonthai"] = 0x0e05;
2405
+ t["khokhuatthai"] = 0x0e03;
2406
+ t["khokhwaithai"] = 0x0e04;
2407
+ t["khomutthai"] = 0x0e5b;
2408
+ t["khook"] = 0x0199;
2409
+ t["khorakhangthai"] = 0x0e06;
2410
+ t["khzsquare"] = 0x3391;
2411
+ t["kihiragana"] = 0x304d;
2412
+ t["kikatakana"] = 0x30ad;
2413
+ t["kikatakanahalfwidth"] = 0xff77;
2414
+ t["kiroguramusquare"] = 0x3315;
2415
+ t["kiromeetorusquare"] = 0x3316;
2416
+ t["kirosquare"] = 0x3314;
2417
+ t["kiyeokacirclekorean"] = 0x326e;
2418
+ t["kiyeokaparenkorean"] = 0x320e;
2419
+ t["kiyeokcirclekorean"] = 0x3260;
2420
+ t["kiyeokkorean"] = 0x3131;
2421
+ t["kiyeokparenkorean"] = 0x3200;
2422
+ t["kiyeoksioskorean"] = 0x3133;
2423
+ t["kjecyrillic"] = 0x045c;
2424
+ t["klinebelow"] = 0x1e35;
2425
+ t["klsquare"] = 0x3398;
2426
+ t["kmcubedsquare"] = 0x33a6;
2427
+ t["kmonospace"] = 0xff4b;
2428
+ t["kmsquaredsquare"] = 0x33a2;
2429
+ t["kohiragana"] = 0x3053;
2430
+ t["kohmsquare"] = 0x33c0;
2431
+ t["kokaithai"] = 0x0e01;
2432
+ t["kokatakana"] = 0x30b3;
2433
+ t["kokatakanahalfwidth"] = 0xff7a;
2434
+ t["kooposquare"] = 0x331e;
2435
+ t["koppacyrillic"] = 0x0481;
2436
+ t["koreanstandardsymbol"] = 0x327f;
2437
+ t["koroniscmb"] = 0x0343;
2438
+ t["kparen"] = 0x24a6;
2439
+ t["kpasquare"] = 0x33aa;
2440
+ t["ksicyrillic"] = 0x046f;
2441
+ t["ktsquare"] = 0x33cf;
2442
+ t["kturned"] = 0x029e;
2443
+ t["kuhiragana"] = 0x304f;
2444
+ t["kukatakana"] = 0x30af;
2445
+ t["kukatakanahalfwidth"] = 0xff78;
2446
+ t["kvsquare"] = 0x33b8;
2447
+ t["kwsquare"] = 0x33be;
2448
+ t["l"] = 0x006c;
2449
+ t["labengali"] = 0x09b2;
2450
+ t["lacute"] = 0x013a;
2451
+ t["ladeva"] = 0x0932;
2452
+ t["lagujarati"] = 0x0ab2;
2453
+ t["lagurmukhi"] = 0x0a32;
2454
+ t["lakkhangyaothai"] = 0x0e45;
2455
+ t["lamaleffinalarabic"] = 0xfefc;
2456
+ t["lamalefhamzaabovefinalarabic"] = 0xfef8;
2457
+ t["lamalefhamzaaboveisolatedarabic"] = 0xfef7;
2458
+ t["lamalefhamzabelowfinalarabic"] = 0xfefa;
2459
+ t["lamalefhamzabelowisolatedarabic"] = 0xfef9;
2460
+ t["lamalefisolatedarabic"] = 0xfefb;
2461
+ t["lamalefmaddaabovefinalarabic"] = 0xfef6;
2462
+ t["lamalefmaddaaboveisolatedarabic"] = 0xfef5;
2463
+ t["lamarabic"] = 0x0644;
2464
+ t["lambda"] = 0x03bb;
2465
+ t["lambdastroke"] = 0x019b;
2466
+ t["lamed"] = 0x05dc;
2467
+ t["lameddagesh"] = 0xfb3c;
2468
+ t["lameddageshhebrew"] = 0xfb3c;
2469
+ t["lamedhebrew"] = 0x05dc;
2470
+ t["lamfinalarabic"] = 0xfede;
2471
+ t["lamhahinitialarabic"] = 0xfcca;
2472
+ t["laminitialarabic"] = 0xfedf;
2473
+ t["lamjeeminitialarabic"] = 0xfcc9;
2474
+ t["lamkhahinitialarabic"] = 0xfccb;
2475
+ t["lamlamhehisolatedarabic"] = 0xfdf2;
2476
+ t["lammedialarabic"] = 0xfee0;
2477
+ t["lammeemhahinitialarabic"] = 0xfd88;
2478
+ t["lammeeminitialarabic"] = 0xfccc;
2479
+ t["largecircle"] = 0x25ef;
2480
+ t["lbar"] = 0x019a;
2481
+ t["lbelt"] = 0x026c;
2482
+ t["lbopomofo"] = 0x310c;
2483
+ t["lcaron"] = 0x013e;
2484
+ t["lcedilla"] = 0x013c;
2485
+ t["lcircle"] = 0x24db;
2486
+ t["lcircumflexbelow"] = 0x1e3d;
2487
+ t["lcommaaccent"] = 0x013c;
2488
+ t["ldot"] = 0x0140;
2489
+ t["ldotaccent"] = 0x0140;
2490
+ t["ldotbelow"] = 0x1e37;
2491
+ t["ldotbelowmacron"] = 0x1e39;
2492
+ t["leftangleabovecmb"] = 0x031a;
2493
+ t["lefttackbelowcmb"] = 0x0318;
2494
+ t["less"] = 0x003c;
2495
+ t["lessequal"] = 0x2264;
2496
+ t["lessequalorgreater"] = 0x22da;
2497
+ t["lessmonospace"] = 0xff1c;
2498
+ t["lessorequivalent"] = 0x2272;
2499
+ t["lessorgreater"] = 0x2276;
2500
+ t["lessoverequal"] = 0x2266;
2501
+ t["lesssmall"] = 0xfe64;
2502
+ t["lezh"] = 0x026e;
2503
+ t["lfblock"] = 0x258c;
2504
+ t["lhookretroflex"] = 0x026d;
2505
+ t["lira"] = 0x20a4;
2506
+ t["liwnarmenian"] = 0x056c;
2507
+ t["lj"] = 0x01c9;
2508
+ t["ljecyrillic"] = 0x0459;
2509
+ t["ll"] = 0xf6c0;
2510
+ t["lladeva"] = 0x0933;
2511
+ t["llagujarati"] = 0x0ab3;
2512
+ t["llinebelow"] = 0x1e3b;
2513
+ t["llladeva"] = 0x0934;
2514
+ t["llvocalicbengali"] = 0x09e1;
2515
+ t["llvocalicdeva"] = 0x0961;
2516
+ t["llvocalicvowelsignbengali"] = 0x09e3;
2517
+ t["llvocalicvowelsigndeva"] = 0x0963;
2518
+ t["lmiddletilde"] = 0x026b;
2519
+ t["lmonospace"] = 0xff4c;
2520
+ t["lmsquare"] = 0x33d0;
2521
+ t["lochulathai"] = 0x0e2c;
2522
+ t["logicaland"] = 0x2227;
2523
+ t["logicalnot"] = 0x00ac;
2524
+ t["logicalnotreversed"] = 0x2310;
2525
+ t["logicalor"] = 0x2228;
2526
+ t["lolingthai"] = 0x0e25;
2527
+ t["longs"] = 0x017f;
2528
+ t["lowlinecenterline"] = 0xfe4e;
2529
+ t["lowlinecmb"] = 0x0332;
2530
+ t["lowlinedashed"] = 0xfe4d;
2531
+ t["lozenge"] = 0x25ca;
2532
+ t["lparen"] = 0x24a7;
2533
+ t["lslash"] = 0x0142;
2534
+ t["lsquare"] = 0x2113;
2535
+ t["lsuperior"] = 0xf6ee;
2536
+ t["ltshade"] = 0x2591;
2537
+ t["luthai"] = 0x0e26;
2538
+ t["lvocalicbengali"] = 0x098c;
2539
+ t["lvocalicdeva"] = 0x090c;
2540
+ t["lvocalicvowelsignbengali"] = 0x09e2;
2541
+ t["lvocalicvowelsigndeva"] = 0x0962;
2542
+ t["lxsquare"] = 0x33d3;
2543
+ t["m"] = 0x006d;
2544
+ t["mabengali"] = 0x09ae;
2545
+ t["macron"] = 0x00af;
2546
+ t["macronbelowcmb"] = 0x0331;
2547
+ t["macroncmb"] = 0x0304;
2548
+ t["macronlowmod"] = 0x02cd;
2549
+ t["macronmonospace"] = 0xffe3;
2550
+ t["macute"] = 0x1e3f;
2551
+ t["madeva"] = 0x092e;
2552
+ t["magujarati"] = 0x0aae;
2553
+ t["magurmukhi"] = 0x0a2e;
2554
+ t["mahapakhhebrew"] = 0x05a4;
2555
+ t["mahapakhlefthebrew"] = 0x05a4;
2556
+ t["mahiragana"] = 0x307e;
2557
+ t["maichattawalowleftthai"] = 0xf895;
2558
+ t["maichattawalowrightthai"] = 0xf894;
2559
+ t["maichattawathai"] = 0x0e4b;
2560
+ t["maichattawaupperleftthai"] = 0xf893;
2561
+ t["maieklowleftthai"] = 0xf88c;
2562
+ t["maieklowrightthai"] = 0xf88b;
2563
+ t["maiekthai"] = 0x0e48;
2564
+ t["maiekupperleftthai"] = 0xf88a;
2565
+ t["maihanakatleftthai"] = 0xf884;
2566
+ t["maihanakatthai"] = 0x0e31;
2567
+ t["maitaikhuleftthai"] = 0xf889;
2568
+ t["maitaikhuthai"] = 0x0e47;
2569
+ t["maitholowleftthai"] = 0xf88f;
2570
+ t["maitholowrightthai"] = 0xf88e;
2571
+ t["maithothai"] = 0x0e49;
2572
+ t["maithoupperleftthai"] = 0xf88d;
2573
+ t["maitrilowleftthai"] = 0xf892;
2574
+ t["maitrilowrightthai"] = 0xf891;
2575
+ t["maitrithai"] = 0x0e4a;
2576
+ t["maitriupperleftthai"] = 0xf890;
2577
+ t["maiyamokthai"] = 0x0e46;
2578
+ t["makatakana"] = 0x30de;
2579
+ t["makatakanahalfwidth"] = 0xff8f;
2580
+ t["male"] = 0x2642;
2581
+ t["mansyonsquare"] = 0x3347;
2582
+ t["maqafhebrew"] = 0x05be;
2583
+ t["mars"] = 0x2642;
2584
+ t["masoracirclehebrew"] = 0x05af;
2585
+ t["masquare"] = 0x3383;
2586
+ t["mbopomofo"] = 0x3107;
2587
+ t["mbsquare"] = 0x33d4;
2588
+ t["mcircle"] = 0x24dc;
2589
+ t["mcubedsquare"] = 0x33a5;
2590
+ t["mdotaccent"] = 0x1e41;
2591
+ t["mdotbelow"] = 0x1e43;
2592
+ t["meemarabic"] = 0x0645;
2593
+ t["meemfinalarabic"] = 0xfee2;
2594
+ t["meeminitialarabic"] = 0xfee3;
2595
+ t["meemmedialarabic"] = 0xfee4;
2596
+ t["meemmeeminitialarabic"] = 0xfcd1;
2597
+ t["meemmeemisolatedarabic"] = 0xfc48;
2598
+ t["meetorusquare"] = 0x334d;
2599
+ t["mehiragana"] = 0x3081;
2600
+ t["meizierasquare"] = 0x337e;
2601
+ t["mekatakana"] = 0x30e1;
2602
+ t["mekatakanahalfwidth"] = 0xff92;
2603
+ t["mem"] = 0x05de;
2604
+ t["memdagesh"] = 0xfb3e;
2605
+ t["memdageshhebrew"] = 0xfb3e;
2606
+ t["memhebrew"] = 0x05de;
2607
+ t["menarmenian"] = 0x0574;
2608
+ t["merkhahebrew"] = 0x05a5;
2609
+ t["merkhakefulahebrew"] = 0x05a6;
2610
+ t["merkhakefulalefthebrew"] = 0x05a6;
2611
+ t["merkhalefthebrew"] = 0x05a5;
2612
+ t["mhook"] = 0x0271;
2613
+ t["mhzsquare"] = 0x3392;
2614
+ t["middledotkatakanahalfwidth"] = 0xff65;
2615
+ t["middot"] = 0x00b7;
2616
+ t["mieumacirclekorean"] = 0x3272;
2617
+ t["mieumaparenkorean"] = 0x3212;
2618
+ t["mieumcirclekorean"] = 0x3264;
2619
+ t["mieumkorean"] = 0x3141;
2620
+ t["mieumpansioskorean"] = 0x3170;
2621
+ t["mieumparenkorean"] = 0x3204;
2622
+ t["mieumpieupkorean"] = 0x316e;
2623
+ t["mieumsioskorean"] = 0x316f;
2624
+ t["mihiragana"] = 0x307f;
2625
+ t["mikatakana"] = 0x30df;
2626
+ t["mikatakanahalfwidth"] = 0xff90;
2627
+ t["minus"] = 0x2212;
2628
+ t["minusbelowcmb"] = 0x0320;
2629
+ t["minuscircle"] = 0x2296;
2630
+ t["minusmod"] = 0x02d7;
2631
+ t["minusplus"] = 0x2213;
2632
+ t["minute"] = 0x2032;
2633
+ t["miribaarusquare"] = 0x334a;
2634
+ t["mirisquare"] = 0x3349;
2635
+ t["mlonglegturned"] = 0x0270;
2636
+ t["mlsquare"] = 0x3396;
2637
+ t["mmcubedsquare"] = 0x33a3;
2638
+ t["mmonospace"] = 0xff4d;
2639
+ t["mmsquaredsquare"] = 0x339f;
2640
+ t["mohiragana"] = 0x3082;
2641
+ t["mohmsquare"] = 0x33c1;
2642
+ t["mokatakana"] = 0x30e2;
2643
+ t["mokatakanahalfwidth"] = 0xff93;
2644
+ t["molsquare"] = 0x33d6;
2645
+ t["momathai"] = 0x0e21;
2646
+ t["moverssquare"] = 0x33a7;
2647
+ t["moverssquaredsquare"] = 0x33a8;
2648
+ t["mparen"] = 0x24a8;
2649
+ t["mpasquare"] = 0x33ab;
2650
+ t["mssquare"] = 0x33b3;
2651
+ t["msuperior"] = 0xf6ef;
2652
+ t["mturned"] = 0x026f;
2653
+ t["mu"] = 0x00b5;
2654
+ t["mu1"] = 0x00b5;
2655
+ t["muasquare"] = 0x3382;
2656
+ t["muchgreater"] = 0x226b;
2657
+ t["muchless"] = 0x226a;
2658
+ t["mufsquare"] = 0x338c;
2659
+ t["mugreek"] = 0x03bc;
2660
+ t["mugsquare"] = 0x338d;
2661
+ t["muhiragana"] = 0x3080;
2662
+ t["mukatakana"] = 0x30e0;
2663
+ t["mukatakanahalfwidth"] = 0xff91;
2664
+ t["mulsquare"] = 0x3395;
2665
+ t["multiply"] = 0x00d7;
2666
+ t["mumsquare"] = 0x339b;
2667
+ t["munahhebrew"] = 0x05a3;
2668
+ t["munahlefthebrew"] = 0x05a3;
2669
+ t["musicalnote"] = 0x266a;
2670
+ t["musicalnotedbl"] = 0x266b;
2671
+ t["musicflatsign"] = 0x266d;
2672
+ t["musicsharpsign"] = 0x266f;
2673
+ t["mussquare"] = 0x33b2;
2674
+ t["muvsquare"] = 0x33b6;
2675
+ t["muwsquare"] = 0x33bc;
2676
+ t["mvmegasquare"] = 0x33b9;
2677
+ t["mvsquare"] = 0x33b7;
2678
+ t["mwmegasquare"] = 0x33bf;
2679
+ t["mwsquare"] = 0x33bd;
2680
+ t["n"] = 0x006e;
2681
+ t["nabengali"] = 0x09a8;
2682
+ t["nabla"] = 0x2207;
2683
+ t["nacute"] = 0x0144;
2684
+ t["nadeva"] = 0x0928;
2685
+ t["nagujarati"] = 0x0aa8;
2686
+ t["nagurmukhi"] = 0x0a28;
2687
+ t["nahiragana"] = 0x306a;
2688
+ t["nakatakana"] = 0x30ca;
2689
+ t["nakatakanahalfwidth"] = 0xff85;
2690
+ t["napostrophe"] = 0x0149;
2691
+ t["nasquare"] = 0x3381;
2692
+ t["nbopomofo"] = 0x310b;
2693
+ t["nbspace"] = 0x00a0;
2694
+ t["ncaron"] = 0x0148;
2695
+ t["ncedilla"] = 0x0146;
2696
+ t["ncircle"] = 0x24dd;
2697
+ t["ncircumflexbelow"] = 0x1e4b;
2698
+ t["ncommaaccent"] = 0x0146;
2699
+ t["ndotaccent"] = 0x1e45;
2700
+ t["ndotbelow"] = 0x1e47;
2701
+ t["nehiragana"] = 0x306d;
2702
+ t["nekatakana"] = 0x30cd;
2703
+ t["nekatakanahalfwidth"] = 0xff88;
2704
+ t["newsheqelsign"] = 0x20aa;
2705
+ t["nfsquare"] = 0x338b;
2706
+ t["ngabengali"] = 0x0999;
2707
+ t["ngadeva"] = 0x0919;
2708
+ t["ngagujarati"] = 0x0a99;
2709
+ t["ngagurmukhi"] = 0x0a19;
2710
+ t["ngonguthai"] = 0x0e07;
2711
+ t["nhiragana"] = 0x3093;
2712
+ t["nhookleft"] = 0x0272;
2713
+ t["nhookretroflex"] = 0x0273;
2714
+ t["nieunacirclekorean"] = 0x326f;
2715
+ t["nieunaparenkorean"] = 0x320f;
2716
+ t["nieuncieuckorean"] = 0x3135;
2717
+ t["nieuncirclekorean"] = 0x3261;
2718
+ t["nieunhieuhkorean"] = 0x3136;
2719
+ t["nieunkorean"] = 0x3134;
2720
+ t["nieunpansioskorean"] = 0x3168;
2721
+ t["nieunparenkorean"] = 0x3201;
2722
+ t["nieunsioskorean"] = 0x3167;
2723
+ t["nieuntikeutkorean"] = 0x3166;
2724
+ t["nihiragana"] = 0x306b;
2725
+ t["nikatakana"] = 0x30cb;
2726
+ t["nikatakanahalfwidth"] = 0xff86;
2727
+ t["nikhahitleftthai"] = 0xf899;
2728
+ t["nikhahitthai"] = 0x0e4d;
2729
+ t["nine"] = 0x0039;
2730
+ t["ninearabic"] = 0x0669;
2731
+ t["ninebengali"] = 0x09ef;
2732
+ t["ninecircle"] = 0x2468;
2733
+ t["ninecircleinversesansserif"] = 0x2792;
2734
+ t["ninedeva"] = 0x096f;
2735
+ t["ninegujarati"] = 0x0aef;
2736
+ t["ninegurmukhi"] = 0x0a6f;
2737
+ t["ninehackarabic"] = 0x0669;
2738
+ t["ninehangzhou"] = 0x3029;
2739
+ t["nineideographicparen"] = 0x3228;
2740
+ t["nineinferior"] = 0x2089;
2741
+ t["ninemonospace"] = 0xff19;
2742
+ t["nineoldstyle"] = 0xf739;
2743
+ t["nineparen"] = 0x247c;
2744
+ t["nineperiod"] = 0x2490;
2745
+ t["ninepersian"] = 0x06f9;
2746
+ t["nineroman"] = 0x2178;
2747
+ t["ninesuperior"] = 0x2079;
2748
+ t["nineteencircle"] = 0x2472;
2749
+ t["nineteenparen"] = 0x2486;
2750
+ t["nineteenperiod"] = 0x249a;
2751
+ t["ninethai"] = 0x0e59;
2752
+ t["nj"] = 0x01cc;
2753
+ t["njecyrillic"] = 0x045a;
2754
+ t["nkatakana"] = 0x30f3;
2755
+ t["nkatakanahalfwidth"] = 0xff9d;
2756
+ t["nlegrightlong"] = 0x019e;
2757
+ t["nlinebelow"] = 0x1e49;
2758
+ t["nmonospace"] = 0xff4e;
2759
+ t["nmsquare"] = 0x339a;
2760
+ t["nnabengali"] = 0x09a3;
2761
+ t["nnadeva"] = 0x0923;
2762
+ t["nnagujarati"] = 0x0aa3;
2763
+ t["nnagurmukhi"] = 0x0a23;
2764
+ t["nnnadeva"] = 0x0929;
2765
+ t["nohiragana"] = 0x306e;
2766
+ t["nokatakana"] = 0x30ce;
2767
+ t["nokatakanahalfwidth"] = 0xff89;
2768
+ t["nonbreakingspace"] = 0x00a0;
2769
+ t["nonenthai"] = 0x0e13;
2770
+ t["nonuthai"] = 0x0e19;
2771
+ t["noonarabic"] = 0x0646;
2772
+ t["noonfinalarabic"] = 0xfee6;
2773
+ t["noonghunnaarabic"] = 0x06ba;
2774
+ t["noonghunnafinalarabic"] = 0xfb9f;
2775
+ t["nooninitialarabic"] = 0xfee7;
2776
+ t["noonjeeminitialarabic"] = 0xfcd2;
2777
+ t["noonjeemisolatedarabic"] = 0xfc4b;
2778
+ t["noonmedialarabic"] = 0xfee8;
2779
+ t["noonmeeminitialarabic"] = 0xfcd5;
2780
+ t["noonmeemisolatedarabic"] = 0xfc4e;
2781
+ t["noonnoonfinalarabic"] = 0xfc8d;
2782
+ t["notcontains"] = 0x220c;
2783
+ t["notelement"] = 0x2209;
2784
+ t["notelementof"] = 0x2209;
2785
+ t["notequal"] = 0x2260;
2786
+ t["notgreater"] = 0x226f;
2787
+ t["notgreaternorequal"] = 0x2271;
2788
+ t["notgreaternorless"] = 0x2279;
2789
+ t["notidentical"] = 0x2262;
2790
+ t["notless"] = 0x226e;
2791
+ t["notlessnorequal"] = 0x2270;
2792
+ t["notparallel"] = 0x2226;
2793
+ t["notprecedes"] = 0x2280;
2794
+ t["notsubset"] = 0x2284;
2795
+ t["notsucceeds"] = 0x2281;
2796
+ t["notsuperset"] = 0x2285;
2797
+ t["nowarmenian"] = 0x0576;
2798
+ t["nparen"] = 0x24a9;
2799
+ t["nssquare"] = 0x33b1;
2800
+ t["nsuperior"] = 0x207f;
2801
+ t["ntilde"] = 0x00f1;
2802
+ t["nu"] = 0x03bd;
2803
+ t["nuhiragana"] = 0x306c;
2804
+ t["nukatakana"] = 0x30cc;
2805
+ t["nukatakanahalfwidth"] = 0xff87;
2806
+ t["nuktabengali"] = 0x09bc;
2807
+ t["nuktadeva"] = 0x093c;
2808
+ t["nuktagujarati"] = 0x0abc;
2809
+ t["nuktagurmukhi"] = 0x0a3c;
2810
+ t["numbersign"] = 0x0023;
2811
+ t["numbersignmonospace"] = 0xff03;
2812
+ t["numbersignsmall"] = 0xfe5f;
2813
+ t["numeralsigngreek"] = 0x0374;
2814
+ t["numeralsignlowergreek"] = 0x0375;
2815
+ t["numero"] = 0x2116;
2816
+ t["nun"] = 0x05e0;
2817
+ t["nundagesh"] = 0xfb40;
2818
+ t["nundageshhebrew"] = 0xfb40;
2819
+ t["nunhebrew"] = 0x05e0;
2820
+ t["nvsquare"] = 0x33b5;
2821
+ t["nwsquare"] = 0x33bb;
2822
+ t["nyabengali"] = 0x099e;
2823
+ t["nyadeva"] = 0x091e;
2824
+ t["nyagujarati"] = 0x0a9e;
2825
+ t["nyagurmukhi"] = 0x0a1e;
2826
+ t["o"] = 0x006f;
2827
+ t["oacute"] = 0x00f3;
2828
+ t["oangthai"] = 0x0e2d;
2829
+ t["obarred"] = 0x0275;
2830
+ t["obarredcyrillic"] = 0x04e9;
2831
+ t["obarreddieresiscyrillic"] = 0x04eb;
2832
+ t["obengali"] = 0x0993;
2833
+ t["obopomofo"] = 0x311b;
2834
+ t["obreve"] = 0x014f;
2835
+ t["ocandradeva"] = 0x0911;
2836
+ t["ocandragujarati"] = 0x0a91;
2837
+ t["ocandravowelsigndeva"] = 0x0949;
2838
+ t["ocandravowelsigngujarati"] = 0x0ac9;
2839
+ t["ocaron"] = 0x01d2;
2840
+ t["ocircle"] = 0x24de;
2841
+ t["ocircumflex"] = 0x00f4;
2842
+ t["ocircumflexacute"] = 0x1ed1;
2843
+ t["ocircumflexdotbelow"] = 0x1ed9;
2844
+ t["ocircumflexgrave"] = 0x1ed3;
2845
+ t["ocircumflexhookabove"] = 0x1ed5;
2846
+ t["ocircumflextilde"] = 0x1ed7;
2847
+ t["ocyrillic"] = 0x043e;
2848
+ t["odblacute"] = 0x0151;
2849
+ t["odblgrave"] = 0x020d;
2850
+ t["odeva"] = 0x0913;
2851
+ t["odieresis"] = 0x00f6;
2852
+ t["odieresiscyrillic"] = 0x04e7;
2853
+ t["odotbelow"] = 0x1ecd;
2854
+ t["oe"] = 0x0153;
2855
+ t["oekorean"] = 0x315a;
2856
+ t["ogonek"] = 0x02db;
2857
+ t["ogonekcmb"] = 0x0328;
2858
+ t["ograve"] = 0x00f2;
2859
+ t["ogujarati"] = 0x0a93;
2860
+ t["oharmenian"] = 0x0585;
2861
+ t["ohiragana"] = 0x304a;
2862
+ t["ohookabove"] = 0x1ecf;
2863
+ t["ohorn"] = 0x01a1;
2864
+ t["ohornacute"] = 0x1edb;
2865
+ t["ohorndotbelow"] = 0x1ee3;
2866
+ t["ohorngrave"] = 0x1edd;
2867
+ t["ohornhookabove"] = 0x1edf;
2868
+ t["ohorntilde"] = 0x1ee1;
2869
+ t["ohungarumlaut"] = 0x0151;
2870
+ t["oi"] = 0x01a3;
2871
+ t["oinvertedbreve"] = 0x020f;
2872
+ t["okatakana"] = 0x30aa;
2873
+ t["okatakanahalfwidth"] = 0xff75;
2874
+ t["okorean"] = 0x3157;
2875
+ t["olehebrew"] = 0x05ab;
2876
+ t["omacron"] = 0x014d;
2877
+ t["omacronacute"] = 0x1e53;
2878
+ t["omacrongrave"] = 0x1e51;
2879
+ t["omdeva"] = 0x0950;
2880
+ t["omega"] = 0x03c9;
2881
+ t["omega1"] = 0x03d6;
2882
+ t["omegacyrillic"] = 0x0461;
2883
+ t["omegalatinclosed"] = 0x0277;
2884
+ t["omegaroundcyrillic"] = 0x047b;
2885
+ t["omegatitlocyrillic"] = 0x047d;
2886
+ t["omegatonos"] = 0x03ce;
2887
+ t["omgujarati"] = 0x0ad0;
2888
+ t["omicron"] = 0x03bf;
2889
+ t["omicrontonos"] = 0x03cc;
2890
+ t["omonospace"] = 0xff4f;
2891
+ t["one"] = 0x0031;
2892
+ t["onearabic"] = 0x0661;
2893
+ t["onebengali"] = 0x09e7;
2894
+ t["onecircle"] = 0x2460;
2895
+ t["onecircleinversesansserif"] = 0x278a;
2896
+ t["onedeva"] = 0x0967;
2897
+ t["onedotenleader"] = 0x2024;
2898
+ t["oneeighth"] = 0x215b;
2899
+ t["onefitted"] = 0xf6dc;
2900
+ t["onegujarati"] = 0x0ae7;
2901
+ t["onegurmukhi"] = 0x0a67;
2902
+ t["onehackarabic"] = 0x0661;
2903
+ t["onehalf"] = 0x00bd;
2904
+ t["onehangzhou"] = 0x3021;
2905
+ t["oneideographicparen"] = 0x3220;
2906
+ t["oneinferior"] = 0x2081;
2907
+ t["onemonospace"] = 0xff11;
2908
+ t["onenumeratorbengali"] = 0x09f4;
2909
+ t["oneoldstyle"] = 0xf731;
2910
+ t["oneparen"] = 0x2474;
2911
+ t["oneperiod"] = 0x2488;
2912
+ t["onepersian"] = 0x06f1;
2913
+ t["onequarter"] = 0x00bc;
2914
+ t["oneroman"] = 0x2170;
2915
+ t["onesuperior"] = 0x00b9;
2916
+ t["onethai"] = 0x0e51;
2917
+ t["onethird"] = 0x2153;
2918
+ t["oogonek"] = 0x01eb;
2919
+ t["oogonekmacron"] = 0x01ed;
2920
+ t["oogurmukhi"] = 0x0a13;
2921
+ t["oomatragurmukhi"] = 0x0a4b;
2922
+ t["oopen"] = 0x0254;
2923
+ t["oparen"] = 0x24aa;
2924
+ t["openbullet"] = 0x25e6;
2925
+ t["option"] = 0x2325;
2926
+ t["ordfeminine"] = 0x00aa;
2927
+ t["ordmasculine"] = 0x00ba;
2928
+ t["orthogonal"] = 0x221f;
2929
+ t["oshortdeva"] = 0x0912;
2930
+ t["oshortvowelsigndeva"] = 0x094a;
2931
+ t["oslash"] = 0x00f8;
2932
+ t["oslashacute"] = 0x01ff;
2933
+ t["osmallhiragana"] = 0x3049;
2934
+ t["osmallkatakana"] = 0x30a9;
2935
+ t["osmallkatakanahalfwidth"] = 0xff6b;
2936
+ t["ostrokeacute"] = 0x01ff;
2937
+ t["osuperior"] = 0xf6f0;
2938
+ t["otcyrillic"] = 0x047f;
2939
+ t["otilde"] = 0x00f5;
2940
+ t["otildeacute"] = 0x1e4d;
2941
+ t["otildedieresis"] = 0x1e4f;
2942
+ t["oubopomofo"] = 0x3121;
2943
+ t["overline"] = 0x203e;
2944
+ t["overlinecenterline"] = 0xfe4a;
2945
+ t["overlinecmb"] = 0x0305;
2946
+ t["overlinedashed"] = 0xfe49;
2947
+ t["overlinedblwavy"] = 0xfe4c;
2948
+ t["overlinewavy"] = 0xfe4b;
2949
+ t["overscore"] = 0x00af;
2950
+ t["ovowelsignbengali"] = 0x09cb;
2951
+ t["ovowelsigndeva"] = 0x094b;
2952
+ t["ovowelsigngujarati"] = 0x0acb;
2953
+ t["p"] = 0x0070;
2954
+ t["paampssquare"] = 0x3380;
2955
+ t["paasentosquare"] = 0x332b;
2956
+ t["pabengali"] = 0x09aa;
2957
+ t["pacute"] = 0x1e55;
2958
+ t["padeva"] = 0x092a;
2959
+ t["pagedown"] = 0x21df;
2960
+ t["pageup"] = 0x21de;
2961
+ t["pagujarati"] = 0x0aaa;
2962
+ t["pagurmukhi"] = 0x0a2a;
2963
+ t["pahiragana"] = 0x3071;
2964
+ t["paiyannoithai"] = 0x0e2f;
2965
+ t["pakatakana"] = 0x30d1;
2966
+ t["palatalizationcyrilliccmb"] = 0x0484;
2967
+ t["palochkacyrillic"] = 0x04c0;
2968
+ t["pansioskorean"] = 0x317f;
2969
+ t["paragraph"] = 0x00b6;
2970
+ t["parallel"] = 0x2225;
2971
+ t["parenleft"] = 0x0028;
2972
+ t["parenleftaltonearabic"] = 0xfd3e;
2973
+ t["parenleftbt"] = 0xf8ed;
2974
+ t["parenleftex"] = 0xf8ec;
2975
+ t["parenleftinferior"] = 0x208d;
2976
+ t["parenleftmonospace"] = 0xff08;
2977
+ t["parenleftsmall"] = 0xfe59;
2978
+ t["parenleftsuperior"] = 0x207d;
2979
+ t["parenlefttp"] = 0xf8eb;
2980
+ t["parenleftvertical"] = 0xfe35;
2981
+ t["parenright"] = 0x0029;
2982
+ t["parenrightaltonearabic"] = 0xfd3f;
2983
+ t["parenrightbt"] = 0xf8f8;
2984
+ t["parenrightex"] = 0xf8f7;
2985
+ t["parenrightinferior"] = 0x208e;
2986
+ t["parenrightmonospace"] = 0xff09;
2987
+ t["parenrightsmall"] = 0xfe5a;
2988
+ t["parenrightsuperior"] = 0x207e;
2989
+ t["parenrighttp"] = 0xf8f6;
2990
+ t["parenrightvertical"] = 0xfe36;
2991
+ t["partialdiff"] = 0x2202;
2992
+ t["paseqhebrew"] = 0x05c0;
2993
+ t["pashtahebrew"] = 0x0599;
2994
+ t["pasquare"] = 0x33a9;
2995
+ t["patah"] = 0x05b7;
2996
+ t["patah11"] = 0x05b7;
2997
+ t["patah1d"] = 0x05b7;
2998
+ t["patah2a"] = 0x05b7;
2999
+ t["patahhebrew"] = 0x05b7;
3000
+ t["patahnarrowhebrew"] = 0x05b7;
3001
+ t["patahquarterhebrew"] = 0x05b7;
3002
+ t["patahwidehebrew"] = 0x05b7;
3003
+ t["pazerhebrew"] = 0x05a1;
3004
+ t["pbopomofo"] = 0x3106;
3005
+ t["pcircle"] = 0x24df;
3006
+ t["pdotaccent"] = 0x1e57;
3007
+ t["pe"] = 0x05e4;
3008
+ t["pecyrillic"] = 0x043f;
3009
+ t["pedagesh"] = 0xfb44;
3010
+ t["pedageshhebrew"] = 0xfb44;
3011
+ t["peezisquare"] = 0x333b;
3012
+ t["pefinaldageshhebrew"] = 0xfb43;
3013
+ t["peharabic"] = 0x067e;
3014
+ t["peharmenian"] = 0x057a;
3015
+ t["pehebrew"] = 0x05e4;
3016
+ t["pehfinalarabic"] = 0xfb57;
3017
+ t["pehinitialarabic"] = 0xfb58;
3018
+ t["pehiragana"] = 0x307a;
3019
+ t["pehmedialarabic"] = 0xfb59;
3020
+ t["pekatakana"] = 0x30da;
3021
+ t["pemiddlehookcyrillic"] = 0x04a7;
3022
+ t["perafehebrew"] = 0xfb4e;
3023
+ t["percent"] = 0x0025;
3024
+ t["percentarabic"] = 0x066a;
3025
+ t["percentmonospace"] = 0xff05;
3026
+ t["percentsmall"] = 0xfe6a;
3027
+ t["period"] = 0x002e;
3028
+ t["periodarmenian"] = 0x0589;
3029
+ t["periodcentered"] = 0x00b7;
3030
+ t["periodhalfwidth"] = 0xff61;
3031
+ t["periodinferior"] = 0xf6e7;
3032
+ t["periodmonospace"] = 0xff0e;
3033
+ t["periodsmall"] = 0xfe52;
3034
+ t["periodsuperior"] = 0xf6e8;
3035
+ t["perispomenigreekcmb"] = 0x0342;
3036
+ t["perpendicular"] = 0x22a5;
3037
+ t["perthousand"] = 0x2030;
3038
+ t["peseta"] = 0x20a7;
3039
+ t["pfsquare"] = 0x338a;
3040
+ t["phabengali"] = 0x09ab;
3041
+ t["phadeva"] = 0x092b;
3042
+ t["phagujarati"] = 0x0aab;
3043
+ t["phagurmukhi"] = 0x0a2b;
3044
+ t["phi"] = 0x03c6;
3045
+ t["phi1"] = 0x03d5;
3046
+ t["phieuphacirclekorean"] = 0x327a;
3047
+ t["phieuphaparenkorean"] = 0x321a;
3048
+ t["phieuphcirclekorean"] = 0x326c;
3049
+ t["phieuphkorean"] = 0x314d;
3050
+ t["phieuphparenkorean"] = 0x320c;
3051
+ t["philatin"] = 0x0278;
3052
+ t["phinthuthai"] = 0x0e3a;
3053
+ t["phisymbolgreek"] = 0x03d5;
3054
+ t["phook"] = 0x01a5;
3055
+ t["phophanthai"] = 0x0e1e;
3056
+ t["phophungthai"] = 0x0e1c;
3057
+ t["phosamphaothai"] = 0x0e20;
3058
+ t["pi"] = 0x03c0;
3059
+ t["pieupacirclekorean"] = 0x3273;
3060
+ t["pieupaparenkorean"] = 0x3213;
3061
+ t["pieupcieuckorean"] = 0x3176;
3062
+ t["pieupcirclekorean"] = 0x3265;
3063
+ t["pieupkiyeokkorean"] = 0x3172;
3064
+ t["pieupkorean"] = 0x3142;
3065
+ t["pieupparenkorean"] = 0x3205;
3066
+ t["pieupsioskiyeokkorean"] = 0x3174;
3067
+ t["pieupsioskorean"] = 0x3144;
3068
+ t["pieupsiostikeutkorean"] = 0x3175;
3069
+ t["pieupthieuthkorean"] = 0x3177;
3070
+ t["pieuptikeutkorean"] = 0x3173;
3071
+ t["pihiragana"] = 0x3074;
3072
+ t["pikatakana"] = 0x30d4;
3073
+ t["pisymbolgreek"] = 0x03d6;
3074
+ t["piwrarmenian"] = 0x0583;
3075
+ t["plus"] = 0x002b;
3076
+ t["plusbelowcmb"] = 0x031f;
3077
+ t["pluscircle"] = 0x2295;
3078
+ t["plusminus"] = 0x00b1;
3079
+ t["plusmod"] = 0x02d6;
3080
+ t["plusmonospace"] = 0xff0b;
3081
+ t["plussmall"] = 0xfe62;
3082
+ t["plussuperior"] = 0x207a;
3083
+ t["pmonospace"] = 0xff50;
3084
+ t["pmsquare"] = 0x33d8;
3085
+ t["pohiragana"] = 0x307d;
3086
+ t["pointingindexdownwhite"] = 0x261f;
3087
+ t["pointingindexleftwhite"] = 0x261c;
3088
+ t["pointingindexrightwhite"] = 0x261e;
3089
+ t["pointingindexupwhite"] = 0x261d;
3090
+ t["pokatakana"] = 0x30dd;
3091
+ t["poplathai"] = 0x0e1b;
3092
+ t["postalmark"] = 0x3012;
3093
+ t["postalmarkface"] = 0x3020;
3094
+ t["pparen"] = 0x24ab;
3095
+ t["precedes"] = 0x227a;
3096
+ t["prescription"] = 0x211e;
3097
+ t["primemod"] = 0x02b9;
3098
+ t["primereversed"] = 0x2035;
3099
+ t["product"] = 0x220f;
3100
+ t["projective"] = 0x2305;
3101
+ t["prolongedkana"] = 0x30fc;
3102
+ t["propellor"] = 0x2318;
3103
+ t["propersubset"] = 0x2282;
3104
+ t["propersuperset"] = 0x2283;
3105
+ t["proportion"] = 0x2237;
3106
+ t["proportional"] = 0x221d;
3107
+ t["psi"] = 0x03c8;
3108
+ t["psicyrillic"] = 0x0471;
3109
+ t["psilipneumatacyrilliccmb"] = 0x0486;
3110
+ t["pssquare"] = 0x33b0;
3111
+ t["puhiragana"] = 0x3077;
3112
+ t["pukatakana"] = 0x30d7;
3113
+ t["pvsquare"] = 0x33b4;
3114
+ t["pwsquare"] = 0x33ba;
3115
+ t["q"] = 0x0071;
3116
+ t["qadeva"] = 0x0958;
3117
+ t["qadmahebrew"] = 0x05a8;
3118
+ t["qafarabic"] = 0x0642;
3119
+ t["qaffinalarabic"] = 0xfed6;
3120
+ t["qafinitialarabic"] = 0xfed7;
3121
+ t["qafmedialarabic"] = 0xfed8;
3122
+ t["qamats"] = 0x05b8;
3123
+ t["qamats10"] = 0x05b8;
3124
+ t["qamats1a"] = 0x05b8;
3125
+ t["qamats1c"] = 0x05b8;
3126
+ t["qamats27"] = 0x05b8;
3127
+ t["qamats29"] = 0x05b8;
3128
+ t["qamats33"] = 0x05b8;
3129
+ t["qamatsde"] = 0x05b8;
3130
+ t["qamatshebrew"] = 0x05b8;
3131
+ t["qamatsnarrowhebrew"] = 0x05b8;
3132
+ t["qamatsqatanhebrew"] = 0x05b8;
3133
+ t["qamatsqatannarrowhebrew"] = 0x05b8;
3134
+ t["qamatsqatanquarterhebrew"] = 0x05b8;
3135
+ t["qamatsqatanwidehebrew"] = 0x05b8;
3136
+ t["qamatsquarterhebrew"] = 0x05b8;
3137
+ t["qamatswidehebrew"] = 0x05b8;
3138
+ t["qarneyparahebrew"] = 0x059f;
3139
+ t["qbopomofo"] = 0x3111;
3140
+ t["qcircle"] = 0x24e0;
3141
+ t["qhook"] = 0x02a0;
3142
+ t["qmonospace"] = 0xff51;
3143
+ t["qof"] = 0x05e7;
3144
+ t["qofdagesh"] = 0xfb47;
3145
+ t["qofdageshhebrew"] = 0xfb47;
3146
+ t["qofhebrew"] = 0x05e7;
3147
+ t["qparen"] = 0x24ac;
3148
+ t["quarternote"] = 0x2669;
3149
+ t["qubuts"] = 0x05bb;
3150
+ t["qubuts18"] = 0x05bb;
3151
+ t["qubuts25"] = 0x05bb;
3152
+ t["qubuts31"] = 0x05bb;
3153
+ t["qubutshebrew"] = 0x05bb;
3154
+ t["qubutsnarrowhebrew"] = 0x05bb;
3155
+ t["qubutsquarterhebrew"] = 0x05bb;
3156
+ t["qubutswidehebrew"] = 0x05bb;
3157
+ t["question"] = 0x003f;
3158
+ t["questionarabic"] = 0x061f;
3159
+ t["questionarmenian"] = 0x055e;
3160
+ t["questiondown"] = 0x00bf;
3161
+ t["questiondownsmall"] = 0xf7bf;
3162
+ t["questiongreek"] = 0x037e;
3163
+ t["questionmonospace"] = 0xff1f;
3164
+ t["questionsmall"] = 0xf73f;
3165
+ t["quotedbl"] = 0x0022;
3166
+ t["quotedblbase"] = 0x201e;
3167
+ t["quotedblleft"] = 0x201c;
3168
+ t["quotedblmonospace"] = 0xff02;
3169
+ t["quotedblprime"] = 0x301e;
3170
+ t["quotedblprimereversed"] = 0x301d;
3171
+ t["quotedblright"] = 0x201d;
3172
+ t["quoteleft"] = 0x2018;
3173
+ t["quoteleftreversed"] = 0x201b;
3174
+ t["quotereversed"] = 0x201b;
3175
+ t["quoteright"] = 0x2019;
3176
+ t["quoterightn"] = 0x0149;
3177
+ t["quotesinglbase"] = 0x201a;
3178
+ t["quotesingle"] = 0x0027;
3179
+ t["quotesinglemonospace"] = 0xff07;
3180
+ t["r"] = 0x0072;
3181
+ t["raarmenian"] = 0x057c;
3182
+ t["rabengali"] = 0x09b0;
3183
+ t["racute"] = 0x0155;
3184
+ t["radeva"] = 0x0930;
3185
+ t["radical"] = 0x221a;
3186
+ t["radicalex"] = 0xf8e5;
3187
+ t["radoverssquare"] = 0x33ae;
3188
+ t["radoverssquaredsquare"] = 0x33af;
3189
+ t["radsquare"] = 0x33ad;
3190
+ t["rafe"] = 0x05bf;
3191
+ t["rafehebrew"] = 0x05bf;
3192
+ t["ragujarati"] = 0x0ab0;
3193
+ t["ragurmukhi"] = 0x0a30;
3194
+ t["rahiragana"] = 0x3089;
3195
+ t["rakatakana"] = 0x30e9;
3196
+ t["rakatakanahalfwidth"] = 0xff97;
3197
+ t["ralowerdiagonalbengali"] = 0x09f1;
3198
+ t["ramiddlediagonalbengali"] = 0x09f0;
3199
+ t["ramshorn"] = 0x0264;
3200
+ t["ratio"] = 0x2236;
3201
+ t["rbopomofo"] = 0x3116;
3202
+ t["rcaron"] = 0x0159;
3203
+ t["rcedilla"] = 0x0157;
3204
+ t["rcircle"] = 0x24e1;
3205
+ t["rcommaaccent"] = 0x0157;
3206
+ t["rdblgrave"] = 0x0211;
3207
+ t["rdotaccent"] = 0x1e59;
3208
+ t["rdotbelow"] = 0x1e5b;
3209
+ t["rdotbelowmacron"] = 0x1e5d;
3210
+ t["referencemark"] = 0x203b;
3211
+ t["reflexsubset"] = 0x2286;
3212
+ t["reflexsuperset"] = 0x2287;
3213
+ t["registered"] = 0x00ae;
3214
+ t["registersans"] = 0xf8e8;
3215
+ t["registerserif"] = 0xf6da;
3216
+ t["reharabic"] = 0x0631;
3217
+ t["reharmenian"] = 0x0580;
3218
+ t["rehfinalarabic"] = 0xfeae;
3219
+ t["rehiragana"] = 0x308c;
3220
+ t["rekatakana"] = 0x30ec;
3221
+ t["rekatakanahalfwidth"] = 0xff9a;
3222
+ t["resh"] = 0x05e8;
3223
+ t["reshdageshhebrew"] = 0xfb48;
3224
+ t["reshhebrew"] = 0x05e8;
3225
+ t["reversedtilde"] = 0x223d;
3226
+ t["reviahebrew"] = 0x0597;
3227
+ t["reviamugrashhebrew"] = 0x0597;
3228
+ t["revlogicalnot"] = 0x2310;
3229
+ t["rfishhook"] = 0x027e;
3230
+ t["rfishhookreversed"] = 0x027f;
3231
+ t["rhabengali"] = 0x09dd;
3232
+ t["rhadeva"] = 0x095d;
3233
+ t["rho"] = 0x03c1;
3234
+ t["rhook"] = 0x027d;
3235
+ t["rhookturned"] = 0x027b;
3236
+ t["rhookturnedsuperior"] = 0x02b5;
3237
+ t["rhosymbolgreek"] = 0x03f1;
3238
+ t["rhotichookmod"] = 0x02de;
3239
+ t["rieulacirclekorean"] = 0x3271;
3240
+ t["rieulaparenkorean"] = 0x3211;
3241
+ t["rieulcirclekorean"] = 0x3263;
3242
+ t["rieulhieuhkorean"] = 0x3140;
3243
+ t["rieulkiyeokkorean"] = 0x313a;
3244
+ t["rieulkiyeoksioskorean"] = 0x3169;
3245
+ t["rieulkorean"] = 0x3139;
3246
+ t["rieulmieumkorean"] = 0x313b;
3247
+ t["rieulpansioskorean"] = 0x316c;
3248
+ t["rieulparenkorean"] = 0x3203;
3249
+ t["rieulphieuphkorean"] = 0x313f;
3250
+ t["rieulpieupkorean"] = 0x313c;
3251
+ t["rieulpieupsioskorean"] = 0x316b;
3252
+ t["rieulsioskorean"] = 0x313d;
3253
+ t["rieulthieuthkorean"] = 0x313e;
3254
+ t["rieultikeutkorean"] = 0x316a;
3255
+ t["rieulyeorinhieuhkorean"] = 0x316d;
3256
+ t["rightangle"] = 0x221f;
3257
+ t["righttackbelowcmb"] = 0x0319;
3258
+ t["righttriangle"] = 0x22bf;
3259
+ t["rihiragana"] = 0x308a;
3260
+ t["rikatakana"] = 0x30ea;
3261
+ t["rikatakanahalfwidth"] = 0xff98;
3262
+ t["ring"] = 0x02da;
3263
+ t["ringbelowcmb"] = 0x0325;
3264
+ t["ringcmb"] = 0x030a;
3265
+ t["ringhalfleft"] = 0x02bf;
3266
+ t["ringhalfleftarmenian"] = 0x0559;
3267
+ t["ringhalfleftbelowcmb"] = 0x031c;
3268
+ t["ringhalfleftcentered"] = 0x02d3;
3269
+ t["ringhalfright"] = 0x02be;
3270
+ t["ringhalfrightbelowcmb"] = 0x0339;
3271
+ t["ringhalfrightcentered"] = 0x02d2;
3272
+ t["rinvertedbreve"] = 0x0213;
3273
+ t["rittorusquare"] = 0x3351;
3274
+ t["rlinebelow"] = 0x1e5f;
3275
+ t["rlongleg"] = 0x027c;
3276
+ t["rlonglegturned"] = 0x027a;
3277
+ t["rmonospace"] = 0xff52;
3278
+ t["rohiragana"] = 0x308d;
3279
+ t["rokatakana"] = 0x30ed;
3280
+ t["rokatakanahalfwidth"] = 0xff9b;
3281
+ t["roruathai"] = 0x0e23;
3282
+ t["rparen"] = 0x24ad;
3283
+ t["rrabengali"] = 0x09dc;
3284
+ t["rradeva"] = 0x0931;
3285
+ t["rragurmukhi"] = 0x0a5c;
3286
+ t["rreharabic"] = 0x0691;
3287
+ t["rrehfinalarabic"] = 0xfb8d;
3288
+ t["rrvocalicbengali"] = 0x09e0;
3289
+ t["rrvocalicdeva"] = 0x0960;
3290
+ t["rrvocalicgujarati"] = 0x0ae0;
3291
+ t["rrvocalicvowelsignbengali"] = 0x09c4;
3292
+ t["rrvocalicvowelsigndeva"] = 0x0944;
3293
+ t["rrvocalicvowelsigngujarati"] = 0x0ac4;
3294
+ t["rsuperior"] = 0xf6f1;
3295
+ t["rtblock"] = 0x2590;
3296
+ t["rturned"] = 0x0279;
3297
+ t["rturnedsuperior"] = 0x02b4;
3298
+ t["ruhiragana"] = 0x308b;
3299
+ t["rukatakana"] = 0x30eb;
3300
+ t["rukatakanahalfwidth"] = 0xff99;
3301
+ t["rupeemarkbengali"] = 0x09f2;
3302
+ t["rupeesignbengali"] = 0x09f3;
3303
+ t["rupiah"] = 0xf6dd;
3304
+ t["ruthai"] = 0x0e24;
3305
+ t["rvocalicbengali"] = 0x098b;
3306
+ t["rvocalicdeva"] = 0x090b;
3307
+ t["rvocalicgujarati"] = 0x0a8b;
3308
+ t["rvocalicvowelsignbengali"] = 0x09c3;
3309
+ t["rvocalicvowelsigndeva"] = 0x0943;
3310
+ t["rvocalicvowelsigngujarati"] = 0x0ac3;
3311
+ t["s"] = 0x0073;
3312
+ t["sabengali"] = 0x09b8;
3313
+ t["sacute"] = 0x015b;
3314
+ t["sacutedotaccent"] = 0x1e65;
3315
+ t["sadarabic"] = 0x0635;
3316
+ t["sadeva"] = 0x0938;
3317
+ t["sadfinalarabic"] = 0xfeba;
3318
+ t["sadinitialarabic"] = 0xfebb;
3319
+ t["sadmedialarabic"] = 0xfebc;
3320
+ t["sagujarati"] = 0x0ab8;
3321
+ t["sagurmukhi"] = 0x0a38;
3322
+ t["sahiragana"] = 0x3055;
3323
+ t["sakatakana"] = 0x30b5;
3324
+ t["sakatakanahalfwidth"] = 0xff7b;
3325
+ t["sallallahoualayhewasallamarabic"] = 0xfdfa;
3326
+ t["samekh"] = 0x05e1;
3327
+ t["samekhdagesh"] = 0xfb41;
3328
+ t["samekhdageshhebrew"] = 0xfb41;
3329
+ t["samekhhebrew"] = 0x05e1;
3330
+ t["saraaathai"] = 0x0e32;
3331
+ t["saraaethai"] = 0x0e41;
3332
+ t["saraaimaimalaithai"] = 0x0e44;
3333
+ t["saraaimaimuanthai"] = 0x0e43;
3334
+ t["saraamthai"] = 0x0e33;
3335
+ t["saraathai"] = 0x0e30;
3336
+ t["saraethai"] = 0x0e40;
3337
+ t["saraiileftthai"] = 0xf886;
3338
+ t["saraiithai"] = 0x0e35;
3339
+ t["saraileftthai"] = 0xf885;
3340
+ t["saraithai"] = 0x0e34;
3341
+ t["saraothai"] = 0x0e42;
3342
+ t["saraueeleftthai"] = 0xf888;
3343
+ t["saraueethai"] = 0x0e37;
3344
+ t["saraueleftthai"] = 0xf887;
3345
+ t["sarauethai"] = 0x0e36;
3346
+ t["sarauthai"] = 0x0e38;
3347
+ t["sarauuthai"] = 0x0e39;
3348
+ t["sbopomofo"] = 0x3119;
3349
+ t["scaron"] = 0x0161;
3350
+ t["scarondotaccent"] = 0x1e67;
3351
+ t["scedilla"] = 0x015f;
3352
+ t["schwa"] = 0x0259;
3353
+ t["schwacyrillic"] = 0x04d9;
3354
+ t["schwadieresiscyrillic"] = 0x04db;
3355
+ t["schwahook"] = 0x025a;
3356
+ t["scircle"] = 0x24e2;
3357
+ t["scircumflex"] = 0x015d;
3358
+ t["scommaaccent"] = 0x0219;
3359
+ t["sdotaccent"] = 0x1e61;
3360
+ t["sdotbelow"] = 0x1e63;
3361
+ t["sdotbelowdotaccent"] = 0x1e69;
3362
+ t["seagullbelowcmb"] = 0x033c;
3363
+ t["second"] = 0x2033;
3364
+ t["secondtonechinese"] = 0x02ca;
3365
+ t["section"] = 0x00a7;
3366
+ t["seenarabic"] = 0x0633;
3367
+ t["seenfinalarabic"] = 0xfeb2;
3368
+ t["seeninitialarabic"] = 0xfeb3;
3369
+ t["seenmedialarabic"] = 0xfeb4;
3370
+ t["segol"] = 0x05b6;
3371
+ t["segol13"] = 0x05b6;
3372
+ t["segol1f"] = 0x05b6;
3373
+ t["segol2c"] = 0x05b6;
3374
+ t["segolhebrew"] = 0x05b6;
3375
+ t["segolnarrowhebrew"] = 0x05b6;
3376
+ t["segolquarterhebrew"] = 0x05b6;
3377
+ t["segoltahebrew"] = 0x0592;
3378
+ t["segolwidehebrew"] = 0x05b6;
3379
+ t["seharmenian"] = 0x057d;
3380
+ t["sehiragana"] = 0x305b;
3381
+ t["sekatakana"] = 0x30bb;
3382
+ t["sekatakanahalfwidth"] = 0xff7e;
3383
+ t["semicolon"] = 0x003b;
3384
+ t["semicolonarabic"] = 0x061b;
3385
+ t["semicolonmonospace"] = 0xff1b;
3386
+ t["semicolonsmall"] = 0xfe54;
3387
+ t["semivoicedmarkkana"] = 0x309c;
3388
+ t["semivoicedmarkkanahalfwidth"] = 0xff9f;
3389
+ t["sentisquare"] = 0x3322;
3390
+ t["sentosquare"] = 0x3323;
3391
+ t["seven"] = 0x0037;
3392
+ t["sevenarabic"] = 0x0667;
3393
+ t["sevenbengali"] = 0x09ed;
3394
+ t["sevencircle"] = 0x2466;
3395
+ t["sevencircleinversesansserif"] = 0x2790;
3396
+ t["sevendeva"] = 0x096d;
3397
+ t["seveneighths"] = 0x215e;
3398
+ t["sevengujarati"] = 0x0aed;
3399
+ t["sevengurmukhi"] = 0x0a6d;
3400
+ t["sevenhackarabic"] = 0x0667;
3401
+ t["sevenhangzhou"] = 0x3027;
3402
+ t["sevenideographicparen"] = 0x3226;
3403
+ t["seveninferior"] = 0x2087;
3404
+ t["sevenmonospace"] = 0xff17;
3405
+ t["sevenoldstyle"] = 0xf737;
3406
+ t["sevenparen"] = 0x247a;
3407
+ t["sevenperiod"] = 0x248e;
3408
+ t["sevenpersian"] = 0x06f7;
3409
+ t["sevenroman"] = 0x2176;
3410
+ t["sevensuperior"] = 0x2077;
3411
+ t["seventeencircle"] = 0x2470;
3412
+ t["seventeenparen"] = 0x2484;
3413
+ t["seventeenperiod"] = 0x2498;
3414
+ t["seventhai"] = 0x0e57;
3415
+ t["sfthyphen"] = 0x00ad;
3416
+ t["shaarmenian"] = 0x0577;
3417
+ t["shabengali"] = 0x09b6;
3418
+ t["shacyrillic"] = 0x0448;
3419
+ t["shaddaarabic"] = 0x0651;
3420
+ t["shaddadammaarabic"] = 0xfc61;
3421
+ t["shaddadammatanarabic"] = 0xfc5e;
3422
+ t["shaddafathaarabic"] = 0xfc60;
3423
+ t["shaddakasraarabic"] = 0xfc62;
3424
+ t["shaddakasratanarabic"] = 0xfc5f;
3425
+ t["shade"] = 0x2592;
3426
+ t["shadedark"] = 0x2593;
3427
+ t["shadelight"] = 0x2591;
3428
+ t["shademedium"] = 0x2592;
3429
+ t["shadeva"] = 0x0936;
3430
+ t["shagujarati"] = 0x0ab6;
3431
+ t["shagurmukhi"] = 0x0a36;
3432
+ t["shalshelethebrew"] = 0x0593;
3433
+ t["shbopomofo"] = 0x3115;
3434
+ t["shchacyrillic"] = 0x0449;
3435
+ t["sheenarabic"] = 0x0634;
3436
+ t["sheenfinalarabic"] = 0xfeb6;
3437
+ t["sheeninitialarabic"] = 0xfeb7;
3438
+ t["sheenmedialarabic"] = 0xfeb8;
3439
+ t["sheicoptic"] = 0x03e3;
3440
+ t["sheqel"] = 0x20aa;
3441
+ t["sheqelhebrew"] = 0x20aa;
3442
+ t["sheva"] = 0x05b0;
3443
+ t["sheva115"] = 0x05b0;
3444
+ t["sheva15"] = 0x05b0;
3445
+ t["sheva22"] = 0x05b0;
3446
+ t["sheva2e"] = 0x05b0;
3447
+ t["shevahebrew"] = 0x05b0;
3448
+ t["shevanarrowhebrew"] = 0x05b0;
3449
+ t["shevaquarterhebrew"] = 0x05b0;
3450
+ t["shevawidehebrew"] = 0x05b0;
3451
+ t["shhacyrillic"] = 0x04bb;
3452
+ t["shimacoptic"] = 0x03ed;
3453
+ t["shin"] = 0x05e9;
3454
+ t["shindagesh"] = 0xfb49;
3455
+ t["shindageshhebrew"] = 0xfb49;
3456
+ t["shindageshshindot"] = 0xfb2c;
3457
+ t["shindageshshindothebrew"] = 0xfb2c;
3458
+ t["shindageshsindot"] = 0xfb2d;
3459
+ t["shindageshsindothebrew"] = 0xfb2d;
3460
+ t["shindothebrew"] = 0x05c1;
3461
+ t["shinhebrew"] = 0x05e9;
3462
+ t["shinshindot"] = 0xfb2a;
3463
+ t["shinshindothebrew"] = 0xfb2a;
3464
+ t["shinsindot"] = 0xfb2b;
3465
+ t["shinsindothebrew"] = 0xfb2b;
3466
+ t["shook"] = 0x0282;
3467
+ t["sigma"] = 0x03c3;
3468
+ t["sigma1"] = 0x03c2;
3469
+ t["sigmafinal"] = 0x03c2;
3470
+ t["sigmalunatesymbolgreek"] = 0x03f2;
3471
+ t["sihiragana"] = 0x3057;
3472
+ t["sikatakana"] = 0x30b7;
3473
+ t["sikatakanahalfwidth"] = 0xff7c;
3474
+ t["siluqhebrew"] = 0x05bd;
3475
+ t["siluqlefthebrew"] = 0x05bd;
3476
+ t["similar"] = 0x223c;
3477
+ t["sindothebrew"] = 0x05c2;
3478
+ t["siosacirclekorean"] = 0x3274;
3479
+ t["siosaparenkorean"] = 0x3214;
3480
+ t["sioscieuckorean"] = 0x317e;
3481
+ t["sioscirclekorean"] = 0x3266;
3482
+ t["sioskiyeokkorean"] = 0x317a;
3483
+ t["sioskorean"] = 0x3145;
3484
+ t["siosnieunkorean"] = 0x317b;
3485
+ t["siosparenkorean"] = 0x3206;
3486
+ t["siospieupkorean"] = 0x317d;
3487
+ t["siostikeutkorean"] = 0x317c;
3488
+ t["six"] = 0x0036;
3489
+ t["sixarabic"] = 0x0666;
3490
+ t["sixbengali"] = 0x09ec;
3491
+ t["sixcircle"] = 0x2465;
3492
+ t["sixcircleinversesansserif"] = 0x278f;
3493
+ t["sixdeva"] = 0x096c;
3494
+ t["sixgujarati"] = 0x0aec;
3495
+ t["sixgurmukhi"] = 0x0a6c;
3496
+ t["sixhackarabic"] = 0x0666;
3497
+ t["sixhangzhou"] = 0x3026;
3498
+ t["sixideographicparen"] = 0x3225;
3499
+ t["sixinferior"] = 0x2086;
3500
+ t["sixmonospace"] = 0xff16;
3501
+ t["sixoldstyle"] = 0xf736;
3502
+ t["sixparen"] = 0x2479;
3503
+ t["sixperiod"] = 0x248d;
3504
+ t["sixpersian"] = 0x06f6;
3505
+ t["sixroman"] = 0x2175;
3506
+ t["sixsuperior"] = 0x2076;
3507
+ t["sixteencircle"] = 0x246f;
3508
+ t["sixteencurrencydenominatorbengali"] = 0x09f9;
3509
+ t["sixteenparen"] = 0x2483;
3510
+ t["sixteenperiod"] = 0x2497;
3511
+ t["sixthai"] = 0x0e56;
3512
+ t["slash"] = 0x002f;
3513
+ t["slashmonospace"] = 0xff0f;
3514
+ t["slong"] = 0x017f;
3515
+ t["slongdotaccent"] = 0x1e9b;
3516
+ t["smileface"] = 0x263a;
3517
+ t["smonospace"] = 0xff53;
3518
+ t["sofpasuqhebrew"] = 0x05c3;
3519
+ t["softhyphen"] = 0x00ad;
3520
+ t["softsigncyrillic"] = 0x044c;
3521
+ t["sohiragana"] = 0x305d;
3522
+ t["sokatakana"] = 0x30bd;
3523
+ t["sokatakanahalfwidth"] = 0xff7f;
3524
+ t["soliduslongoverlaycmb"] = 0x0338;
3525
+ t["solidusshortoverlaycmb"] = 0x0337;
3526
+ t["sorusithai"] = 0x0e29;
3527
+ t["sosalathai"] = 0x0e28;
3528
+ t["sosothai"] = 0x0e0b;
3529
+ t["sosuathai"] = 0x0e2a;
3530
+ t["space"] = 0x0020;
3531
+ t["spacehackarabic"] = 0x0020;
3532
+ t["spade"] = 0x2660;
3533
+ t["spadesuitblack"] = 0x2660;
3534
+ t["spadesuitwhite"] = 0x2664;
3535
+ t["sparen"] = 0x24ae;
3536
+ t["squarebelowcmb"] = 0x033b;
3537
+ t["squarecc"] = 0x33c4;
3538
+ t["squarecm"] = 0x339d;
3539
+ t["squarediagonalcrosshatchfill"] = 0x25a9;
3540
+ t["squarehorizontalfill"] = 0x25a4;
3541
+ t["squarekg"] = 0x338f;
3542
+ t["squarekm"] = 0x339e;
3543
+ t["squarekmcapital"] = 0x33ce;
3544
+ t["squareln"] = 0x33d1;
3545
+ t["squarelog"] = 0x33d2;
3546
+ t["squaremg"] = 0x338e;
3547
+ t["squaremil"] = 0x33d5;
3548
+ t["squaremm"] = 0x339c;
3549
+ t["squaremsquared"] = 0x33a1;
3550
+ t["squareorthogonalcrosshatchfill"] = 0x25a6;
3551
+ t["squareupperlefttolowerrightfill"] = 0x25a7;
3552
+ t["squareupperrighttolowerleftfill"] = 0x25a8;
3553
+ t["squareverticalfill"] = 0x25a5;
3554
+ t["squarewhitewithsmallblack"] = 0x25a3;
3555
+ t["srsquare"] = 0x33db;
3556
+ t["ssabengali"] = 0x09b7;
3557
+ t["ssadeva"] = 0x0937;
3558
+ t["ssagujarati"] = 0x0ab7;
3559
+ t["ssangcieuckorean"] = 0x3149;
3560
+ t["ssanghieuhkorean"] = 0x3185;
3561
+ t["ssangieungkorean"] = 0x3180;
3562
+ t["ssangkiyeokkorean"] = 0x3132;
3563
+ t["ssangnieunkorean"] = 0x3165;
3564
+ t["ssangpieupkorean"] = 0x3143;
3565
+ t["ssangsioskorean"] = 0x3146;
3566
+ t["ssangtikeutkorean"] = 0x3138;
3567
+ t["ssuperior"] = 0xf6f2;
3568
+ t["sterling"] = 0x00a3;
3569
+ t["sterlingmonospace"] = 0xffe1;
3570
+ t["strokelongoverlaycmb"] = 0x0336;
3571
+ t["strokeshortoverlaycmb"] = 0x0335;
3572
+ t["subset"] = 0x2282;
3573
+ t["subsetnotequal"] = 0x228a;
3574
+ t["subsetorequal"] = 0x2286;
3575
+ t["succeeds"] = 0x227b;
3576
+ t["suchthat"] = 0x220b;
3577
+ t["suhiragana"] = 0x3059;
3578
+ t["sukatakana"] = 0x30b9;
3579
+ t["sukatakanahalfwidth"] = 0xff7d;
3580
+ t["sukunarabic"] = 0x0652;
3581
+ t["summation"] = 0x2211;
3582
+ t["sun"] = 0x263c;
3583
+ t["superset"] = 0x2283;
3584
+ t["supersetnotequal"] = 0x228b;
3585
+ t["supersetorequal"] = 0x2287;
3586
+ t["svsquare"] = 0x33dc;
3587
+ t["syouwaerasquare"] = 0x337c;
3588
+ t["t"] = 0x0074;
3589
+ t["tabengali"] = 0x09a4;
3590
+ t["tackdown"] = 0x22a4;
3591
+ t["tackleft"] = 0x22a3;
3592
+ t["tadeva"] = 0x0924;
3593
+ t["tagujarati"] = 0x0aa4;
3594
+ t["tagurmukhi"] = 0x0a24;
3595
+ t["taharabic"] = 0x0637;
3596
+ t["tahfinalarabic"] = 0xfec2;
3597
+ t["tahinitialarabic"] = 0xfec3;
3598
+ t["tahiragana"] = 0x305f;
3599
+ t["tahmedialarabic"] = 0xfec4;
3600
+ t["taisyouerasquare"] = 0x337d;
3601
+ t["takatakana"] = 0x30bf;
3602
+ t["takatakanahalfwidth"] = 0xff80;
3603
+ t["tatweelarabic"] = 0x0640;
3604
+ t["tau"] = 0x03c4;
3605
+ t["tav"] = 0x05ea;
3606
+ t["tavdages"] = 0xfb4a;
3607
+ t["tavdagesh"] = 0xfb4a;
3608
+ t["tavdageshhebrew"] = 0xfb4a;
3609
+ t["tavhebrew"] = 0x05ea;
3610
+ t["tbar"] = 0x0167;
3611
+ t["tbopomofo"] = 0x310a;
3612
+ t["tcaron"] = 0x0165;
3613
+ t["tccurl"] = 0x02a8;
3614
+ t["tcedilla"] = 0x0163;
3615
+ t["tcheharabic"] = 0x0686;
3616
+ t["tchehfinalarabic"] = 0xfb7b;
3617
+ t["tchehinitialarabic"] = 0xfb7c;
3618
+ t["tchehmedialarabic"] = 0xfb7d;
3619
+ t["tcircle"] = 0x24e3;
3620
+ t["tcircumflexbelow"] = 0x1e71;
3621
+ t["tcommaaccent"] = 0x0163;
3622
+ t["tdieresis"] = 0x1e97;
3623
+ t["tdotaccent"] = 0x1e6b;
3624
+ t["tdotbelow"] = 0x1e6d;
3625
+ t["tecyrillic"] = 0x0442;
3626
+ t["tedescendercyrillic"] = 0x04ad;
3627
+ t["teharabic"] = 0x062a;
3628
+ t["tehfinalarabic"] = 0xfe96;
3629
+ t["tehhahinitialarabic"] = 0xfca2;
3630
+ t["tehhahisolatedarabic"] = 0xfc0c;
3631
+ t["tehinitialarabic"] = 0xfe97;
3632
+ t["tehiragana"] = 0x3066;
3633
+ t["tehjeeminitialarabic"] = 0xfca1;
3634
+ t["tehjeemisolatedarabic"] = 0xfc0b;
3635
+ t["tehmarbutaarabic"] = 0x0629;
3636
+ t["tehmarbutafinalarabic"] = 0xfe94;
3637
+ t["tehmedialarabic"] = 0xfe98;
3638
+ t["tehmeeminitialarabic"] = 0xfca4;
3639
+ t["tehmeemisolatedarabic"] = 0xfc0e;
3640
+ t["tehnoonfinalarabic"] = 0xfc73;
3641
+ t["tekatakana"] = 0x30c6;
3642
+ t["tekatakanahalfwidth"] = 0xff83;
3643
+ t["telephone"] = 0x2121;
3644
+ t["telephoneblack"] = 0x260e;
3645
+ t["telishagedolahebrew"] = 0x05a0;
3646
+ t["telishaqetanahebrew"] = 0x05a9;
3647
+ t["tencircle"] = 0x2469;
3648
+ t["tenideographicparen"] = 0x3229;
3649
+ t["tenparen"] = 0x247d;
3650
+ t["tenperiod"] = 0x2491;
3651
+ t["tenroman"] = 0x2179;
3652
+ t["tesh"] = 0x02a7;
3653
+ t["tet"] = 0x05d8;
3654
+ t["tetdagesh"] = 0xfb38;
3655
+ t["tetdageshhebrew"] = 0xfb38;
3656
+ t["tethebrew"] = 0x05d8;
3657
+ t["tetsecyrillic"] = 0x04b5;
3658
+ t["tevirhebrew"] = 0x059b;
3659
+ t["tevirlefthebrew"] = 0x059b;
3660
+ t["thabengali"] = 0x09a5;
3661
+ t["thadeva"] = 0x0925;
3662
+ t["thagujarati"] = 0x0aa5;
3663
+ t["thagurmukhi"] = 0x0a25;
3664
+ t["thalarabic"] = 0x0630;
3665
+ t["thalfinalarabic"] = 0xfeac;
3666
+ t["thanthakhatlowleftthai"] = 0xf898;
3667
+ t["thanthakhatlowrightthai"] = 0xf897;
3668
+ t["thanthakhatthai"] = 0x0e4c;
3669
+ t["thanthakhatupperleftthai"] = 0xf896;
3670
+ t["theharabic"] = 0x062b;
3671
+ t["thehfinalarabic"] = 0xfe9a;
3672
+ t["thehinitialarabic"] = 0xfe9b;
3673
+ t["thehmedialarabic"] = 0xfe9c;
3674
+ t["thereexists"] = 0x2203;
3675
+ t["therefore"] = 0x2234;
3676
+ t["theta"] = 0x03b8;
3677
+ t["theta1"] = 0x03d1;
3678
+ t["thetasymbolgreek"] = 0x03d1;
3679
+ t["thieuthacirclekorean"] = 0x3279;
3680
+ t["thieuthaparenkorean"] = 0x3219;
3681
+ t["thieuthcirclekorean"] = 0x326b;
3682
+ t["thieuthkorean"] = 0x314c;
3683
+ t["thieuthparenkorean"] = 0x320b;
3684
+ t["thirteencircle"] = 0x246c;
3685
+ t["thirteenparen"] = 0x2480;
3686
+ t["thirteenperiod"] = 0x2494;
3687
+ t["thonangmonthothai"] = 0x0e11;
3688
+ t["thook"] = 0x01ad;
3689
+ t["thophuthaothai"] = 0x0e12;
3690
+ t["thorn"] = 0x00fe;
3691
+ t["thothahanthai"] = 0x0e17;
3692
+ t["thothanthai"] = 0x0e10;
3693
+ t["thothongthai"] = 0x0e18;
3694
+ t["thothungthai"] = 0x0e16;
3695
+ t["thousandcyrillic"] = 0x0482;
3696
+ t["thousandsseparatorarabic"] = 0x066c;
3697
+ t["thousandsseparatorpersian"] = 0x066c;
3698
+ t["three"] = 0x0033;
3699
+ t["threearabic"] = 0x0663;
3700
+ t["threebengali"] = 0x09e9;
3701
+ t["threecircle"] = 0x2462;
3702
+ t["threecircleinversesansserif"] = 0x278c;
3703
+ t["threedeva"] = 0x0969;
3704
+ t["threeeighths"] = 0x215c;
3705
+ t["threegujarati"] = 0x0ae9;
3706
+ t["threegurmukhi"] = 0x0a69;
3707
+ t["threehackarabic"] = 0x0663;
3708
+ t["threehangzhou"] = 0x3023;
3709
+ t["threeideographicparen"] = 0x3222;
3710
+ t["threeinferior"] = 0x2083;
3711
+ t["threemonospace"] = 0xff13;
3712
+ t["threenumeratorbengali"] = 0x09f6;
3713
+ t["threeoldstyle"] = 0xf733;
3714
+ t["threeparen"] = 0x2476;
3715
+ t["threeperiod"] = 0x248a;
3716
+ t["threepersian"] = 0x06f3;
3717
+ t["threequarters"] = 0x00be;
3718
+ t["threequartersemdash"] = 0xf6de;
3719
+ t["threeroman"] = 0x2172;
3720
+ t["threesuperior"] = 0x00b3;
3721
+ t["threethai"] = 0x0e53;
3722
+ t["thzsquare"] = 0x3394;
3723
+ t["tihiragana"] = 0x3061;
3724
+ t["tikatakana"] = 0x30c1;
3725
+ t["tikatakanahalfwidth"] = 0xff81;
3726
+ t["tikeutacirclekorean"] = 0x3270;
3727
+ t["tikeutaparenkorean"] = 0x3210;
3728
+ t["tikeutcirclekorean"] = 0x3262;
3729
+ t["tikeutkorean"] = 0x3137;
3730
+ t["tikeutparenkorean"] = 0x3202;
3731
+ t["tilde"] = 0x02dc;
3732
+ t["tildebelowcmb"] = 0x0330;
3733
+ t["tildecmb"] = 0x0303;
3734
+ t["tildecomb"] = 0x0303;
3735
+ t["tildedoublecmb"] = 0x0360;
3736
+ t["tildeoperator"] = 0x223c;
3737
+ t["tildeoverlaycmb"] = 0x0334;
3738
+ t["tildeverticalcmb"] = 0x033e;
3739
+ t["timescircle"] = 0x2297;
3740
+ t["tipehahebrew"] = 0x0596;
3741
+ t["tipehalefthebrew"] = 0x0596;
3742
+ t["tippigurmukhi"] = 0x0a70;
3743
+ t["titlocyrilliccmb"] = 0x0483;
3744
+ t["tiwnarmenian"] = 0x057f;
3745
+ t["tlinebelow"] = 0x1e6f;
3746
+ t["tmonospace"] = 0xff54;
3747
+ t["toarmenian"] = 0x0569;
3748
+ t["tohiragana"] = 0x3068;
3749
+ t["tokatakana"] = 0x30c8;
3750
+ t["tokatakanahalfwidth"] = 0xff84;
3751
+ t["tonebarextrahighmod"] = 0x02e5;
3752
+ t["tonebarextralowmod"] = 0x02e9;
3753
+ t["tonebarhighmod"] = 0x02e6;
3754
+ t["tonebarlowmod"] = 0x02e8;
3755
+ t["tonebarmidmod"] = 0x02e7;
3756
+ t["tonefive"] = 0x01bd;
3757
+ t["tonesix"] = 0x0185;
3758
+ t["tonetwo"] = 0x01a8;
3759
+ t["tonos"] = 0x0384;
3760
+ t["tonsquare"] = 0x3327;
3761
+ t["topatakthai"] = 0x0e0f;
3762
+ t["tortoiseshellbracketleft"] = 0x3014;
3763
+ t["tortoiseshellbracketleftsmall"] = 0xfe5d;
3764
+ t["tortoiseshellbracketleftvertical"] = 0xfe39;
3765
+ t["tortoiseshellbracketright"] = 0x3015;
3766
+ t["tortoiseshellbracketrightsmall"] = 0xfe5e;
3767
+ t["tortoiseshellbracketrightvertical"] = 0xfe3a;
3768
+ t["totaothai"] = 0x0e15;
3769
+ t["tpalatalhook"] = 0x01ab;
3770
+ t["tparen"] = 0x24af;
3771
+ t["trademark"] = 0x2122;
3772
+ t["trademarksans"] = 0xf8ea;
3773
+ t["trademarkserif"] = 0xf6db;
3774
+ t["tretroflexhook"] = 0x0288;
3775
+ t["triagdn"] = 0x25bc;
3776
+ t["triaglf"] = 0x25c4;
3777
+ t["triagrt"] = 0x25ba;
3778
+ t["triagup"] = 0x25b2;
3779
+ t["ts"] = 0x02a6;
3780
+ t["tsadi"] = 0x05e6;
3781
+ t["tsadidagesh"] = 0xfb46;
3782
+ t["tsadidageshhebrew"] = 0xfb46;
3783
+ t["tsadihebrew"] = 0x05e6;
3784
+ t["tsecyrillic"] = 0x0446;
3785
+ t["tsere"] = 0x05b5;
3786
+ t["tsere12"] = 0x05b5;
3787
+ t["tsere1e"] = 0x05b5;
3788
+ t["tsere2b"] = 0x05b5;
3789
+ t["tserehebrew"] = 0x05b5;
3790
+ t["tserenarrowhebrew"] = 0x05b5;
3791
+ t["tserequarterhebrew"] = 0x05b5;
3792
+ t["tserewidehebrew"] = 0x05b5;
3793
+ t["tshecyrillic"] = 0x045b;
3794
+ t["tsuperior"] = 0xf6f3;
3795
+ t["ttabengali"] = 0x099f;
3796
+ t["ttadeva"] = 0x091f;
3797
+ t["ttagujarati"] = 0x0a9f;
3798
+ t["ttagurmukhi"] = 0x0a1f;
3799
+ t["tteharabic"] = 0x0679;
3800
+ t["ttehfinalarabic"] = 0xfb67;
3801
+ t["ttehinitialarabic"] = 0xfb68;
3802
+ t["ttehmedialarabic"] = 0xfb69;
3803
+ t["tthabengali"] = 0x09a0;
3804
+ t["tthadeva"] = 0x0920;
3805
+ t["tthagujarati"] = 0x0aa0;
3806
+ t["tthagurmukhi"] = 0x0a20;
3807
+ t["tturned"] = 0x0287;
3808
+ t["tuhiragana"] = 0x3064;
3809
+ t["tukatakana"] = 0x30c4;
3810
+ t["tukatakanahalfwidth"] = 0xff82;
3811
+ t["tusmallhiragana"] = 0x3063;
3812
+ t["tusmallkatakana"] = 0x30c3;
3813
+ t["tusmallkatakanahalfwidth"] = 0xff6f;
3814
+ t["twelvecircle"] = 0x246b;
3815
+ t["twelveparen"] = 0x247f;
3816
+ t["twelveperiod"] = 0x2493;
3817
+ t["twelveroman"] = 0x217b;
3818
+ t["twentycircle"] = 0x2473;
3819
+ t["twentyhangzhou"] = 0x5344;
3820
+ t["twentyparen"] = 0x2487;
3821
+ t["twentyperiod"] = 0x249b;
3822
+ t["two"] = 0x0032;
3823
+ t["twoarabic"] = 0x0662;
3824
+ t["twobengali"] = 0x09e8;
3825
+ t["twocircle"] = 0x2461;
3826
+ t["twocircleinversesansserif"] = 0x278b;
3827
+ t["twodeva"] = 0x0968;
3828
+ t["twodotenleader"] = 0x2025;
3829
+ t["twodotleader"] = 0x2025;
3830
+ t["twodotleadervertical"] = 0xfe30;
3831
+ t["twogujarati"] = 0x0ae8;
3832
+ t["twogurmukhi"] = 0x0a68;
3833
+ t["twohackarabic"] = 0x0662;
3834
+ t["twohangzhou"] = 0x3022;
3835
+ t["twoideographicparen"] = 0x3221;
3836
+ t["twoinferior"] = 0x2082;
3837
+ t["twomonospace"] = 0xff12;
3838
+ t["twonumeratorbengali"] = 0x09f5;
3839
+ t["twooldstyle"] = 0xf732;
3840
+ t["twoparen"] = 0x2475;
3841
+ t["twoperiod"] = 0x2489;
3842
+ t["twopersian"] = 0x06f2;
3843
+ t["tworoman"] = 0x2171;
3844
+ t["twostroke"] = 0x01bb;
3845
+ t["twosuperior"] = 0x00b2;
3846
+ t["twothai"] = 0x0e52;
3847
+ t["twothirds"] = 0x2154;
3848
+ t["u"] = 0x0075;
3849
+ t["uacute"] = 0x00fa;
3850
+ t["ubar"] = 0x0289;
3851
+ t["ubengali"] = 0x0989;
3852
+ t["ubopomofo"] = 0x3128;
3853
+ t["ubreve"] = 0x016d;
3854
+ t["ucaron"] = 0x01d4;
3855
+ t["ucircle"] = 0x24e4;
3856
+ t["ucircumflex"] = 0x00fb;
3857
+ t["ucircumflexbelow"] = 0x1e77;
3858
+ t["ucyrillic"] = 0x0443;
3859
+ t["udattadeva"] = 0x0951;
3860
+ t["udblacute"] = 0x0171;
3861
+ t["udblgrave"] = 0x0215;
3862
+ t["udeva"] = 0x0909;
3863
+ t["udieresis"] = 0x00fc;
3864
+ t["udieresisacute"] = 0x01d8;
3865
+ t["udieresisbelow"] = 0x1e73;
3866
+ t["udieresiscaron"] = 0x01da;
3867
+ t["udieresiscyrillic"] = 0x04f1;
3868
+ t["udieresisgrave"] = 0x01dc;
3869
+ t["udieresismacron"] = 0x01d6;
3870
+ t["udotbelow"] = 0x1ee5;
3871
+ t["ugrave"] = 0x00f9;
3872
+ t["ugujarati"] = 0x0a89;
3873
+ t["ugurmukhi"] = 0x0a09;
3874
+ t["uhiragana"] = 0x3046;
3875
+ t["uhookabove"] = 0x1ee7;
3876
+ t["uhorn"] = 0x01b0;
3877
+ t["uhornacute"] = 0x1ee9;
3878
+ t["uhorndotbelow"] = 0x1ef1;
3879
+ t["uhorngrave"] = 0x1eeb;
3880
+ t["uhornhookabove"] = 0x1eed;
3881
+ t["uhorntilde"] = 0x1eef;
3882
+ t["uhungarumlaut"] = 0x0171;
3883
+ t["uhungarumlautcyrillic"] = 0x04f3;
3884
+ t["uinvertedbreve"] = 0x0217;
3885
+ t["ukatakana"] = 0x30a6;
3886
+ t["ukatakanahalfwidth"] = 0xff73;
3887
+ t["ukcyrillic"] = 0x0479;
3888
+ t["ukorean"] = 0x315c;
3889
+ t["umacron"] = 0x016b;
3890
+ t["umacroncyrillic"] = 0x04ef;
3891
+ t["umacrondieresis"] = 0x1e7b;
3892
+ t["umatragurmukhi"] = 0x0a41;
3893
+ t["umonospace"] = 0xff55;
3894
+ t["underscore"] = 0x005f;
3895
+ t["underscoredbl"] = 0x2017;
3896
+ t["underscoremonospace"] = 0xff3f;
3897
+ t["underscorevertical"] = 0xfe33;
3898
+ t["underscorewavy"] = 0xfe4f;
3899
+ t["union"] = 0x222a;
3900
+ t["universal"] = 0x2200;
3901
+ t["uogonek"] = 0x0173;
3902
+ t["uparen"] = 0x24b0;
3903
+ t["upblock"] = 0x2580;
3904
+ t["upperdothebrew"] = 0x05c4;
3905
+ t["upsilon"] = 0x03c5;
3906
+ t["upsilondieresis"] = 0x03cb;
3907
+ t["upsilondieresistonos"] = 0x03b0;
3908
+ t["upsilonlatin"] = 0x028a;
3909
+ t["upsilontonos"] = 0x03cd;
3910
+ t["uptackbelowcmb"] = 0x031d;
3911
+ t["uptackmod"] = 0x02d4;
3912
+ t["uragurmukhi"] = 0x0a73;
3913
+ t["uring"] = 0x016f;
3914
+ t["ushortcyrillic"] = 0x045e;
3915
+ t["usmallhiragana"] = 0x3045;
3916
+ t["usmallkatakana"] = 0x30a5;
3917
+ t["usmallkatakanahalfwidth"] = 0xff69;
3918
+ t["ustraightcyrillic"] = 0x04af;
3919
+ t["ustraightstrokecyrillic"] = 0x04b1;
3920
+ t["utilde"] = 0x0169;
3921
+ t["utildeacute"] = 0x1e79;
3922
+ t["utildebelow"] = 0x1e75;
3923
+ t["uubengali"] = 0x098a;
3924
+ t["uudeva"] = 0x090a;
3925
+ t["uugujarati"] = 0x0a8a;
3926
+ t["uugurmukhi"] = 0x0a0a;
3927
+ t["uumatragurmukhi"] = 0x0a42;
3928
+ t["uuvowelsignbengali"] = 0x09c2;
3929
+ t["uuvowelsigndeva"] = 0x0942;
3930
+ t["uuvowelsigngujarati"] = 0x0ac2;
3931
+ t["uvowelsignbengali"] = 0x09c1;
3932
+ t["uvowelsigndeva"] = 0x0941;
3933
+ t["uvowelsigngujarati"] = 0x0ac1;
3934
+ t["v"] = 0x0076;
3935
+ t["vadeva"] = 0x0935;
3936
+ t["vagujarati"] = 0x0ab5;
3937
+ t["vagurmukhi"] = 0x0a35;
3938
+ t["vakatakana"] = 0x30f7;
3939
+ t["vav"] = 0x05d5;
3940
+ t["vavdagesh"] = 0xfb35;
3941
+ t["vavdagesh65"] = 0xfb35;
3942
+ t["vavdageshhebrew"] = 0xfb35;
3943
+ t["vavhebrew"] = 0x05d5;
3944
+ t["vavholam"] = 0xfb4b;
3945
+ t["vavholamhebrew"] = 0xfb4b;
3946
+ t["vavvavhebrew"] = 0x05f0;
3947
+ t["vavyodhebrew"] = 0x05f1;
3948
+ t["vcircle"] = 0x24e5;
3949
+ t["vdotbelow"] = 0x1e7f;
3950
+ t["vecyrillic"] = 0x0432;
3951
+ t["veharabic"] = 0x06a4;
3952
+ t["vehfinalarabic"] = 0xfb6b;
3953
+ t["vehinitialarabic"] = 0xfb6c;
3954
+ t["vehmedialarabic"] = 0xfb6d;
3955
+ t["vekatakana"] = 0x30f9;
3956
+ t["venus"] = 0x2640;
3957
+ t["verticalbar"] = 0x007c;
3958
+ t["verticallineabovecmb"] = 0x030d;
3959
+ t["verticallinebelowcmb"] = 0x0329;
3960
+ t["verticallinelowmod"] = 0x02cc;
3961
+ t["verticallinemod"] = 0x02c8;
3962
+ t["vewarmenian"] = 0x057e;
3963
+ t["vhook"] = 0x028b;
3964
+ t["vikatakana"] = 0x30f8;
3965
+ t["viramabengali"] = 0x09cd;
3966
+ t["viramadeva"] = 0x094d;
3967
+ t["viramagujarati"] = 0x0acd;
3968
+ t["visargabengali"] = 0x0983;
3969
+ t["visargadeva"] = 0x0903;
3970
+ t["visargagujarati"] = 0x0a83;
3971
+ t["vmonospace"] = 0xff56;
3972
+ t["voarmenian"] = 0x0578;
3973
+ t["voicediterationhiragana"] = 0x309e;
3974
+ t["voicediterationkatakana"] = 0x30fe;
3975
+ t["voicedmarkkana"] = 0x309b;
3976
+ t["voicedmarkkanahalfwidth"] = 0xff9e;
3977
+ t["vokatakana"] = 0x30fa;
3978
+ t["vparen"] = 0x24b1;
3979
+ t["vtilde"] = 0x1e7d;
3980
+ t["vturned"] = 0x028c;
3981
+ t["vuhiragana"] = 0x3094;
3982
+ t["vukatakana"] = 0x30f4;
3983
+ t["w"] = 0x0077;
3984
+ t["wacute"] = 0x1e83;
3985
+ t["waekorean"] = 0x3159;
3986
+ t["wahiragana"] = 0x308f;
3987
+ t["wakatakana"] = 0x30ef;
3988
+ t["wakatakanahalfwidth"] = 0xff9c;
3989
+ t["wakorean"] = 0x3158;
3990
+ t["wasmallhiragana"] = 0x308e;
3991
+ t["wasmallkatakana"] = 0x30ee;
3992
+ t["wattosquare"] = 0x3357;
3993
+ t["wavedash"] = 0x301c;
3994
+ t["wavyunderscorevertical"] = 0xfe34;
3995
+ t["wawarabic"] = 0x0648;
3996
+ t["wawfinalarabic"] = 0xfeee;
3997
+ t["wawhamzaabovearabic"] = 0x0624;
3998
+ t["wawhamzaabovefinalarabic"] = 0xfe86;
3999
+ t["wbsquare"] = 0x33dd;
4000
+ t["wcircle"] = 0x24e6;
4001
+ t["wcircumflex"] = 0x0175;
4002
+ t["wdieresis"] = 0x1e85;
4003
+ t["wdotaccent"] = 0x1e87;
4004
+ t["wdotbelow"] = 0x1e89;
4005
+ t["wehiragana"] = 0x3091;
4006
+ t["weierstrass"] = 0x2118;
4007
+ t["wekatakana"] = 0x30f1;
4008
+ t["wekorean"] = 0x315e;
4009
+ t["weokorean"] = 0x315d;
4010
+ t["wgrave"] = 0x1e81;
4011
+ t["whitebullet"] = 0x25e6;
4012
+ t["whitecircle"] = 0x25cb;
4013
+ t["whitecircleinverse"] = 0x25d9;
4014
+ t["whitecornerbracketleft"] = 0x300e;
4015
+ t["whitecornerbracketleftvertical"] = 0xfe43;
4016
+ t["whitecornerbracketright"] = 0x300f;
4017
+ t["whitecornerbracketrightvertical"] = 0xfe44;
4018
+ t["whitediamond"] = 0x25c7;
4019
+ t["whitediamondcontainingblacksmalldiamond"] = 0x25c8;
4020
+ t["whitedownpointingsmalltriangle"] = 0x25bf;
4021
+ t["whitedownpointingtriangle"] = 0x25bd;
4022
+ t["whiteleftpointingsmalltriangle"] = 0x25c3;
4023
+ t["whiteleftpointingtriangle"] = 0x25c1;
4024
+ t["whitelenticularbracketleft"] = 0x3016;
4025
+ t["whitelenticularbracketright"] = 0x3017;
4026
+ t["whiterightpointingsmalltriangle"] = 0x25b9;
4027
+ t["whiterightpointingtriangle"] = 0x25b7;
4028
+ t["whitesmallsquare"] = 0x25ab;
4029
+ t["whitesmilingface"] = 0x263a;
4030
+ t["whitesquare"] = 0x25a1;
4031
+ t["whitestar"] = 0x2606;
4032
+ t["whitetelephone"] = 0x260f;
4033
+ t["whitetortoiseshellbracketleft"] = 0x3018;
4034
+ t["whitetortoiseshellbracketright"] = 0x3019;
4035
+ t["whiteuppointingsmalltriangle"] = 0x25b5;
4036
+ t["whiteuppointingtriangle"] = 0x25b3;
4037
+ t["wihiragana"] = 0x3090;
4038
+ t["wikatakana"] = 0x30f0;
4039
+ t["wikorean"] = 0x315f;
4040
+ t["wmonospace"] = 0xff57;
4041
+ t["wohiragana"] = 0x3092;
4042
+ t["wokatakana"] = 0x30f2;
4043
+ t["wokatakanahalfwidth"] = 0xff66;
4044
+ t["won"] = 0x20a9;
4045
+ t["wonmonospace"] = 0xffe6;
4046
+ t["wowaenthai"] = 0x0e27;
4047
+ t["wparen"] = 0x24b2;
4048
+ t["wring"] = 0x1e98;
4049
+ t["wsuperior"] = 0x02b7;
4050
+ t["wturned"] = 0x028d;
4051
+ t["wynn"] = 0x01bf;
4052
+ t["x"] = 0x0078;
4053
+ t["xabovecmb"] = 0x033d;
4054
+ t["xbopomofo"] = 0x3112;
4055
+ t["xcircle"] = 0x24e7;
4056
+ t["xdieresis"] = 0x1e8d;
4057
+ t["xdotaccent"] = 0x1e8b;
4058
+ t["xeharmenian"] = 0x056d;
4059
+ t["xi"] = 0x03be;
4060
+ t["xmonospace"] = 0xff58;
4061
+ t["xparen"] = 0x24b3;
4062
+ t["xsuperior"] = 0x02e3;
4063
+ t["y"] = 0x0079;
4064
+ t["yaadosquare"] = 0x334e;
4065
+ t["yabengali"] = 0x09af;
4066
+ t["yacute"] = 0x00fd;
4067
+ t["yadeva"] = 0x092f;
4068
+ t["yaekorean"] = 0x3152;
4069
+ t["yagujarati"] = 0x0aaf;
4070
+ t["yagurmukhi"] = 0x0a2f;
4071
+ t["yahiragana"] = 0x3084;
4072
+ t["yakatakana"] = 0x30e4;
4073
+ t["yakatakanahalfwidth"] = 0xff94;
4074
+ t["yakorean"] = 0x3151;
4075
+ t["yamakkanthai"] = 0x0e4e;
4076
+ t["yasmallhiragana"] = 0x3083;
4077
+ t["yasmallkatakana"] = 0x30e3;
4078
+ t["yasmallkatakanahalfwidth"] = 0xff6c;
4079
+ t["yatcyrillic"] = 0x0463;
4080
+ t["ycircle"] = 0x24e8;
4081
+ t["ycircumflex"] = 0x0177;
4082
+ t["ydieresis"] = 0x00ff;
4083
+ t["ydotaccent"] = 0x1e8f;
4084
+ t["ydotbelow"] = 0x1ef5;
4085
+ t["yeharabic"] = 0x064a;
4086
+ t["yehbarreearabic"] = 0x06d2;
4087
+ t["yehbarreefinalarabic"] = 0xfbaf;
4088
+ t["yehfinalarabic"] = 0xfef2;
4089
+ t["yehhamzaabovearabic"] = 0x0626;
4090
+ t["yehhamzaabovefinalarabic"] = 0xfe8a;
4091
+ t["yehhamzaaboveinitialarabic"] = 0xfe8b;
4092
+ t["yehhamzaabovemedialarabic"] = 0xfe8c;
4093
+ t["yehinitialarabic"] = 0xfef3;
4094
+ t["yehmedialarabic"] = 0xfef4;
4095
+ t["yehmeeminitialarabic"] = 0xfcdd;
4096
+ t["yehmeemisolatedarabic"] = 0xfc58;
4097
+ t["yehnoonfinalarabic"] = 0xfc94;
4098
+ t["yehthreedotsbelowarabic"] = 0x06d1;
4099
+ t["yekorean"] = 0x3156;
4100
+ t["yen"] = 0x00a5;
4101
+ t["yenmonospace"] = 0xffe5;
4102
+ t["yeokorean"] = 0x3155;
4103
+ t["yeorinhieuhkorean"] = 0x3186;
4104
+ t["yerahbenyomohebrew"] = 0x05aa;
4105
+ t["yerahbenyomolefthebrew"] = 0x05aa;
4106
+ t["yericyrillic"] = 0x044b;
4107
+ t["yerudieresiscyrillic"] = 0x04f9;
4108
+ t["yesieungkorean"] = 0x3181;
4109
+ t["yesieungpansioskorean"] = 0x3183;
4110
+ t["yesieungsioskorean"] = 0x3182;
4111
+ t["yetivhebrew"] = 0x059a;
4112
+ t["ygrave"] = 0x1ef3;
4113
+ t["yhook"] = 0x01b4;
4114
+ t["yhookabove"] = 0x1ef7;
4115
+ t["yiarmenian"] = 0x0575;
4116
+ t["yicyrillic"] = 0x0457;
4117
+ t["yikorean"] = 0x3162;
4118
+ t["yinyang"] = 0x262f;
4119
+ t["yiwnarmenian"] = 0x0582;
4120
+ t["ymonospace"] = 0xff59;
4121
+ t["yod"] = 0x05d9;
4122
+ t["yoddagesh"] = 0xfb39;
4123
+ t["yoddageshhebrew"] = 0xfb39;
4124
+ t["yodhebrew"] = 0x05d9;
4125
+ t["yodyodhebrew"] = 0x05f2;
4126
+ t["yodyodpatahhebrew"] = 0xfb1f;
4127
+ t["yohiragana"] = 0x3088;
4128
+ t["yoikorean"] = 0x3189;
4129
+ t["yokatakana"] = 0x30e8;
4130
+ t["yokatakanahalfwidth"] = 0xff96;
4131
+ t["yokorean"] = 0x315b;
4132
+ t["yosmallhiragana"] = 0x3087;
4133
+ t["yosmallkatakana"] = 0x30e7;
4134
+ t["yosmallkatakanahalfwidth"] = 0xff6e;
4135
+ t["yotgreek"] = 0x03f3;
4136
+ t["yoyaekorean"] = 0x3188;
4137
+ t["yoyakorean"] = 0x3187;
4138
+ t["yoyakthai"] = 0x0e22;
4139
+ t["yoyingthai"] = 0x0e0d;
4140
+ t["yparen"] = 0x24b4;
4141
+ t["ypogegrammeni"] = 0x037a;
4142
+ t["ypogegrammenigreekcmb"] = 0x0345;
4143
+ t["yr"] = 0x01a6;
4144
+ t["yring"] = 0x1e99;
4145
+ t["ysuperior"] = 0x02b8;
4146
+ t["ytilde"] = 0x1ef9;
4147
+ t["yturned"] = 0x028e;
4148
+ t["yuhiragana"] = 0x3086;
4149
+ t["yuikorean"] = 0x318c;
4150
+ t["yukatakana"] = 0x30e6;
4151
+ t["yukatakanahalfwidth"] = 0xff95;
4152
+ t["yukorean"] = 0x3160;
4153
+ t["yusbigcyrillic"] = 0x046b;
4154
+ t["yusbigiotifiedcyrillic"] = 0x046d;
4155
+ t["yuslittlecyrillic"] = 0x0467;
4156
+ t["yuslittleiotifiedcyrillic"] = 0x0469;
4157
+ t["yusmallhiragana"] = 0x3085;
4158
+ t["yusmallkatakana"] = 0x30e5;
4159
+ t["yusmallkatakanahalfwidth"] = 0xff6d;
4160
+ t["yuyekorean"] = 0x318b;
4161
+ t["yuyeokorean"] = 0x318a;
4162
+ t["yyabengali"] = 0x09df;
4163
+ t["yyadeva"] = 0x095f;
4164
+ t["z"] = 0x007a;
4165
+ t["zaarmenian"] = 0x0566;
4166
+ t["zacute"] = 0x017a;
4167
+ t["zadeva"] = 0x095b;
4168
+ t["zagurmukhi"] = 0x0a5b;
4169
+ t["zaharabic"] = 0x0638;
4170
+ t["zahfinalarabic"] = 0xfec6;
4171
+ t["zahinitialarabic"] = 0xfec7;
4172
+ t["zahiragana"] = 0x3056;
4173
+ t["zahmedialarabic"] = 0xfec8;
4174
+ t["zainarabic"] = 0x0632;
4175
+ t["zainfinalarabic"] = 0xfeb0;
4176
+ t["zakatakana"] = 0x30b6;
4177
+ t["zaqefgadolhebrew"] = 0x0595;
4178
+ t["zaqefqatanhebrew"] = 0x0594;
4179
+ t["zarqahebrew"] = 0x0598;
4180
+ t["zayin"] = 0x05d6;
4181
+ t["zayindagesh"] = 0xfb36;
4182
+ t["zayindageshhebrew"] = 0xfb36;
4183
+ t["zayinhebrew"] = 0x05d6;
4184
+ t["zbopomofo"] = 0x3117;
4185
+ t["zcaron"] = 0x017e;
4186
+ t["zcircle"] = 0x24e9;
4187
+ t["zcircumflex"] = 0x1e91;
4188
+ t["zcurl"] = 0x0291;
4189
+ t["zdot"] = 0x017c;
4190
+ t["zdotaccent"] = 0x017c;
4191
+ t["zdotbelow"] = 0x1e93;
4192
+ t["zecyrillic"] = 0x0437;
4193
+ t["zedescendercyrillic"] = 0x0499;
4194
+ t["zedieresiscyrillic"] = 0x04df;
4195
+ t["zehiragana"] = 0x305c;
4196
+ t["zekatakana"] = 0x30bc;
4197
+ t["zero"] = 0x0030;
4198
+ t["zeroarabic"] = 0x0660;
4199
+ t["zerobengali"] = 0x09e6;
4200
+ t["zerodeva"] = 0x0966;
4201
+ t["zerogujarati"] = 0x0ae6;
4202
+ t["zerogurmukhi"] = 0x0a66;
4203
+ t["zerohackarabic"] = 0x0660;
4204
+ t["zeroinferior"] = 0x2080;
4205
+ t["zeromonospace"] = 0xff10;
4206
+ t["zerooldstyle"] = 0xf730;
4207
+ t["zeropersian"] = 0x06f0;
4208
+ t["zerosuperior"] = 0x2070;
4209
+ t["zerothai"] = 0x0e50;
4210
+ t["zerowidthjoiner"] = 0xfeff;
4211
+ t["zerowidthnonjoiner"] = 0x200c;
4212
+ t["zerowidthspace"] = 0x200b;
4213
+ t["zeta"] = 0x03b6;
4214
+ t["zhbopomofo"] = 0x3113;
4215
+ t["zhearmenian"] = 0x056a;
4216
+ t["zhebrevecyrillic"] = 0x04c2;
4217
+ t["zhecyrillic"] = 0x0436;
4218
+ t["zhedescendercyrillic"] = 0x0497;
4219
+ t["zhedieresiscyrillic"] = 0x04dd;
4220
+ t["zihiragana"] = 0x3058;
4221
+ t["zikatakana"] = 0x30b8;
4222
+ t["zinorhebrew"] = 0x05ae;
4223
+ t["zlinebelow"] = 0x1e95;
4224
+ t["zmonospace"] = 0xff5a;
4225
+ t["zohiragana"] = 0x305e;
4226
+ t["zokatakana"] = 0x30be;
4227
+ t["zparen"] = 0x24b5;
4228
+ t["zretroflexhook"] = 0x0290;
4229
+ t["zstroke"] = 0x01b6;
4230
+ t["zuhiragana"] = 0x305a;
4231
+ t["zukatakana"] = 0x30ba;
4232
+ t[".notdef"] = 0x0000;
4233
+ t["angbracketleftbig"] = 0x2329;
4234
+ t["angbracketleftBig"] = 0x2329;
4235
+ t["angbracketleftbigg"] = 0x2329;
4236
+ t["angbracketleftBigg"] = 0x2329;
4237
+ t["angbracketrightBig"] = 0x232a;
4238
+ t["angbracketrightbig"] = 0x232a;
4239
+ t["angbracketrightBigg"] = 0x232a;
4240
+ t["angbracketrightbigg"] = 0x232a;
4241
+ t["arrowhookleft"] = 0x21aa;
4242
+ t["arrowhookright"] = 0x21a9;
4243
+ t["arrowlefttophalf"] = 0x21bc;
4244
+ t["arrowleftbothalf"] = 0x21bd;
4245
+ t["arrownortheast"] = 0x2197;
4246
+ t["arrownorthwest"] = 0x2196;
4247
+ t["arrowrighttophalf"] = 0x21c0;
4248
+ t["arrowrightbothalf"] = 0x21c1;
4249
+ t["arrowsoutheast"] = 0x2198;
4250
+ t["arrowsouthwest"] = 0x2199;
4251
+ t["backslashbig"] = 0x2216;
4252
+ t["backslashBig"] = 0x2216;
4253
+ t["backslashBigg"] = 0x2216;
4254
+ t["backslashbigg"] = 0x2216;
4255
+ t["bardbl"] = 0x2016;
4256
+ t["bracehtipdownleft"] = 0xfe37;
4257
+ t["bracehtipdownright"] = 0xfe37;
4258
+ t["bracehtipupleft"] = 0xfe38;
4259
+ t["bracehtipupright"] = 0xfe38;
4260
+ t["braceleftBig"] = 0x007b;
4261
+ t["braceleftbig"] = 0x007b;
4262
+ t["braceleftbigg"] = 0x007b;
4263
+ t["braceleftBigg"] = 0x007b;
4264
+ t["bracerightBig"] = 0x007d;
4265
+ t["bracerightbig"] = 0x007d;
4266
+ t["bracerightbigg"] = 0x007d;
4267
+ t["bracerightBigg"] = 0x007d;
4268
+ t["bracketleftbig"] = 0x005b;
4269
+ t["bracketleftBig"] = 0x005b;
4270
+ t["bracketleftbigg"] = 0x005b;
4271
+ t["bracketleftBigg"] = 0x005b;
4272
+ t["bracketrightBig"] = 0x005d;
4273
+ t["bracketrightbig"] = 0x005d;
4274
+ t["bracketrightbigg"] = 0x005d;
4275
+ t["bracketrightBigg"] = 0x005d;
4276
+ t["ceilingleftbig"] = 0x2308;
4277
+ t["ceilingleftBig"] = 0x2308;
4278
+ t["ceilingleftBigg"] = 0x2308;
4279
+ t["ceilingleftbigg"] = 0x2308;
4280
+ t["ceilingrightbig"] = 0x2309;
4281
+ t["ceilingrightBig"] = 0x2309;
4282
+ t["ceilingrightbigg"] = 0x2309;
4283
+ t["ceilingrightBigg"] = 0x2309;
4284
+ t["circledotdisplay"] = 0x2299;
4285
+ t["circledottext"] = 0x2299;
4286
+ t["circlemultiplydisplay"] = 0x2297;
4287
+ t["circlemultiplytext"] = 0x2297;
4288
+ t["circleplusdisplay"] = 0x2295;
4289
+ t["circleplustext"] = 0x2295;
4290
+ t["contintegraldisplay"] = 0x222e;
4291
+ t["contintegraltext"] = 0x222e;
4292
+ t["coproductdisplay"] = 0x2210;
4293
+ t["coproducttext"] = 0x2210;
4294
+ t["floorleftBig"] = 0x230a;
4295
+ t["floorleftbig"] = 0x230a;
4296
+ t["floorleftbigg"] = 0x230a;
4297
+ t["floorleftBigg"] = 0x230a;
4298
+ t["floorrightbig"] = 0x230b;
4299
+ t["floorrightBig"] = 0x230b;
4300
+ t["floorrightBigg"] = 0x230b;
4301
+ t["floorrightbigg"] = 0x230b;
4302
+ t["hatwide"] = 0x0302;
4303
+ t["hatwider"] = 0x0302;
4304
+ t["hatwidest"] = 0x0302;
4305
+ t["intercal"] = 0x1d40;
4306
+ t["integraldisplay"] = 0x222b;
4307
+ t["integraltext"] = 0x222b;
4308
+ t["intersectiondisplay"] = 0x22c2;
4309
+ t["intersectiontext"] = 0x22c2;
4310
+ t["logicalanddisplay"] = 0x2227;
4311
+ t["logicalandtext"] = 0x2227;
4312
+ t["logicalordisplay"] = 0x2228;
4313
+ t["logicalortext"] = 0x2228;
4314
+ t["parenleftBig"] = 0x0028;
4315
+ t["parenleftbig"] = 0x0028;
4316
+ t["parenleftBigg"] = 0x0028;
4317
+ t["parenleftbigg"] = 0x0028;
4318
+ t["parenrightBig"] = 0x0029;
4319
+ t["parenrightbig"] = 0x0029;
4320
+ t["parenrightBigg"] = 0x0029;
4321
+ t["parenrightbigg"] = 0x0029;
4322
+ t["prime"] = 0x2032;
4323
+ t["productdisplay"] = 0x220f;
4324
+ t["producttext"] = 0x220f;
4325
+ t["radicalbig"] = 0x221a;
4326
+ t["radicalBig"] = 0x221a;
4327
+ t["radicalBigg"] = 0x221a;
4328
+ t["radicalbigg"] = 0x221a;
4329
+ t["radicalbt"] = 0x221a;
4330
+ t["radicaltp"] = 0x221a;
4331
+ t["radicalvertex"] = 0x221a;
4332
+ t["slashbig"] = 0x002f;
4333
+ t["slashBig"] = 0x002f;
4334
+ t["slashBigg"] = 0x002f;
4335
+ t["slashbigg"] = 0x002f;
4336
+ t["summationdisplay"] = 0x2211;
4337
+ t["summationtext"] = 0x2211;
4338
+ t["tildewide"] = 0x02dc;
4339
+ t["tildewider"] = 0x02dc;
4340
+ t["tildewidest"] = 0x02dc;
4341
+ t["uniondisplay"] = 0x22c3;
4342
+ t["unionmultidisplay"] = 0x228e;
4343
+ t["unionmultitext"] = 0x228e;
4344
+ t["unionsqdisplay"] = 0x2294;
4345
+ t["unionsqtext"] = 0x2294;
4346
+ t["uniontext"] = 0x22c3;
4347
+ t["vextenddouble"] = 0x2225;
4348
+ t["vextendsingle"] = 0x2223;
4349
+ });
4350
+ var getDingbatsGlyphsUnicode = getLookupTableFactory(function (t) {
4351
+ t["space"] = 0x0020;
4352
+ t["a1"] = 0x2701;
4353
+ t["a2"] = 0x2702;
4354
+ t["a202"] = 0x2703;
4355
+ t["a3"] = 0x2704;
4356
+ t["a4"] = 0x260e;
4357
+ t["a5"] = 0x2706;
4358
+ t["a119"] = 0x2707;
4359
+ t["a118"] = 0x2708;
4360
+ t["a117"] = 0x2709;
4361
+ t["a11"] = 0x261b;
4362
+ t["a12"] = 0x261e;
4363
+ t["a13"] = 0x270c;
4364
+ t["a14"] = 0x270d;
4365
+ t["a15"] = 0x270e;
4366
+ t["a16"] = 0x270f;
4367
+ t["a105"] = 0x2710;
4368
+ t["a17"] = 0x2711;
4369
+ t["a18"] = 0x2712;
4370
+ t["a19"] = 0x2713;
4371
+ t["a20"] = 0x2714;
4372
+ t["a21"] = 0x2715;
4373
+ t["a22"] = 0x2716;
4374
+ t["a23"] = 0x2717;
4375
+ t["a24"] = 0x2718;
4376
+ t["a25"] = 0x2719;
4377
+ t["a26"] = 0x271a;
4378
+ t["a27"] = 0x271b;
4379
+ t["a28"] = 0x271c;
4380
+ t["a6"] = 0x271d;
4381
+ t["a7"] = 0x271e;
4382
+ t["a8"] = 0x271f;
4383
+ t["a9"] = 0x2720;
4384
+ t["a10"] = 0x2721;
4385
+ t["a29"] = 0x2722;
4386
+ t["a30"] = 0x2723;
4387
+ t["a31"] = 0x2724;
4388
+ t["a32"] = 0x2725;
4389
+ t["a33"] = 0x2726;
4390
+ t["a34"] = 0x2727;
4391
+ t["a35"] = 0x2605;
4392
+ t["a36"] = 0x2729;
4393
+ t["a37"] = 0x272a;
4394
+ t["a38"] = 0x272b;
4395
+ t["a39"] = 0x272c;
4396
+ t["a40"] = 0x272d;
4397
+ t["a41"] = 0x272e;
4398
+ t["a42"] = 0x272f;
4399
+ t["a43"] = 0x2730;
4400
+ t["a44"] = 0x2731;
4401
+ t["a45"] = 0x2732;
4402
+ t["a46"] = 0x2733;
4403
+ t["a47"] = 0x2734;
4404
+ t["a48"] = 0x2735;
4405
+ t["a49"] = 0x2736;
4406
+ t["a50"] = 0x2737;
4407
+ t["a51"] = 0x2738;
4408
+ t["a52"] = 0x2739;
4409
+ t["a53"] = 0x273a;
4410
+ t["a54"] = 0x273b;
4411
+ t["a55"] = 0x273c;
4412
+ t["a56"] = 0x273d;
4413
+ t["a57"] = 0x273e;
4414
+ t["a58"] = 0x273f;
4415
+ t["a59"] = 0x2740;
4416
+ t["a60"] = 0x2741;
4417
+ t["a61"] = 0x2742;
4418
+ t["a62"] = 0x2743;
4419
+ t["a63"] = 0x2744;
4420
+ t["a64"] = 0x2745;
4421
+ t["a65"] = 0x2746;
4422
+ t["a66"] = 0x2747;
4423
+ t["a67"] = 0x2748;
4424
+ t["a68"] = 0x2749;
4425
+ t["a69"] = 0x274a;
4426
+ t["a70"] = 0x274b;
4427
+ t["a71"] = 0x25cf;
4428
+ t["a72"] = 0x274d;
4429
+ t["a73"] = 0x25a0;
4430
+ t["a74"] = 0x274f;
4431
+ t["a203"] = 0x2750;
4432
+ t["a75"] = 0x2751;
4433
+ t["a204"] = 0x2752;
4434
+ t["a76"] = 0x25b2;
4435
+ t["a77"] = 0x25bc;
4436
+ t["a78"] = 0x25c6;
4437
+ t["a79"] = 0x2756;
4438
+ t["a81"] = 0x25d7;
4439
+ t["a82"] = 0x2758;
4440
+ t["a83"] = 0x2759;
4441
+ t["a84"] = 0x275a;
4442
+ t["a97"] = 0x275b;
4443
+ t["a98"] = 0x275c;
4444
+ t["a99"] = 0x275d;
4445
+ t["a100"] = 0x275e;
4446
+ t["a101"] = 0x2761;
4447
+ t["a102"] = 0x2762;
4448
+ t["a103"] = 0x2763;
4449
+ t["a104"] = 0x2764;
4450
+ t["a106"] = 0x2765;
4451
+ t["a107"] = 0x2766;
4452
+ t["a108"] = 0x2767;
4453
+ t["a112"] = 0x2663;
4454
+ t["a111"] = 0x2666;
4455
+ t["a110"] = 0x2665;
4456
+ t["a109"] = 0x2660;
4457
+ t["a120"] = 0x2460;
4458
+ t["a121"] = 0x2461;
4459
+ t["a122"] = 0x2462;
4460
+ t["a123"] = 0x2463;
4461
+ t["a124"] = 0x2464;
4462
+ t["a125"] = 0x2465;
4463
+ t["a126"] = 0x2466;
4464
+ t["a127"] = 0x2467;
4465
+ t["a128"] = 0x2468;
4466
+ t["a129"] = 0x2469;
4467
+ t["a130"] = 0x2776;
4468
+ t["a131"] = 0x2777;
4469
+ t["a132"] = 0x2778;
4470
+ t["a133"] = 0x2779;
4471
+ t["a134"] = 0x277a;
4472
+ t["a135"] = 0x277b;
4473
+ t["a136"] = 0x277c;
4474
+ t["a137"] = 0x277d;
4475
+ t["a138"] = 0x277e;
4476
+ t["a139"] = 0x277f;
4477
+ t["a140"] = 0x2780;
4478
+ t["a141"] = 0x2781;
4479
+ t["a142"] = 0x2782;
4480
+ t["a143"] = 0x2783;
4481
+ t["a144"] = 0x2784;
4482
+ t["a145"] = 0x2785;
4483
+ t["a146"] = 0x2786;
4484
+ t["a147"] = 0x2787;
4485
+ t["a148"] = 0x2788;
4486
+ t["a149"] = 0x2789;
4487
+ t["a150"] = 0x278a;
4488
+ t["a151"] = 0x278b;
4489
+ t["a152"] = 0x278c;
4490
+ t["a153"] = 0x278d;
4491
+ t["a154"] = 0x278e;
4492
+ t["a155"] = 0x278f;
4493
+ t["a156"] = 0x2790;
4494
+ t["a157"] = 0x2791;
4495
+ t["a158"] = 0x2792;
4496
+ t["a159"] = 0x2793;
4497
+ t["a160"] = 0x2794;
4498
+ t["a161"] = 0x2192;
4499
+ t["a163"] = 0x2194;
4500
+ t["a164"] = 0x2195;
4501
+ t["a196"] = 0x2798;
4502
+ t["a165"] = 0x2799;
4503
+ t["a192"] = 0x279a;
4504
+ t["a166"] = 0x279b;
4505
+ t["a167"] = 0x279c;
4506
+ t["a168"] = 0x279d;
4507
+ t["a169"] = 0x279e;
4508
+ t["a170"] = 0x279f;
4509
+ t["a171"] = 0x27a0;
4510
+ t["a172"] = 0x27a1;
4511
+ t["a173"] = 0x27a2;
4512
+ t["a162"] = 0x27a3;
4513
+ t["a174"] = 0x27a4;
4514
+ t["a175"] = 0x27a5;
4515
+ t["a176"] = 0x27a6;
4516
+ t["a177"] = 0x27a7;
4517
+ t["a178"] = 0x27a8;
4518
+ t["a179"] = 0x27a9;
4519
+ t["a193"] = 0x27aa;
4520
+ t["a180"] = 0x27ab;
4521
+ t["a199"] = 0x27ac;
4522
+ t["a181"] = 0x27ad;
4523
+ t["a200"] = 0x27ae;
4524
+ t["a182"] = 0x27af;
4525
+ t["a201"] = 0x27b1;
4526
+ t["a183"] = 0x27b2;
4527
+ t["a184"] = 0x27b3;
4528
+ t["a197"] = 0x27b4;
4529
+ t["a185"] = 0x27b5;
4530
+ t["a194"] = 0x27b6;
4531
+ t["a198"] = 0x27b7;
4532
+ t["a186"] = 0x27b8;
4533
+ t["a195"] = 0x27b9;
4534
+ t["a187"] = 0x27ba;
4535
+ t["a188"] = 0x27bb;
4536
+ t["a189"] = 0x27bc;
4537
+ t["a190"] = 0x27bd;
4538
+ t["a191"] = 0x27be;
4539
+ t["a89"] = 0x2768;
4540
+ t["a90"] = 0x2769;
4541
+ t["a93"] = 0x276a;
4542
+ t["a94"] = 0x276b;
4543
+ t["a91"] = 0x276c;
4544
+ t["a92"] = 0x276d;
4545
+ t["a205"] = 0x276e;
4546
+ t["a85"] = 0x276f;
4547
+ t["a206"] = 0x2770;
4548
+ t["a86"] = 0x2771;
4549
+ t["a87"] = 0x2772;
4550
+ t["a88"] = 0x2773;
4551
+ t["a95"] = 0x2774;
4552
+ t["a96"] = 0x2775;
4553
+ t[".notdef"] = 0x0000;
4554
+ });
4555
+ exports.getGlyphsUnicode = getGlyphsUnicode;
4556
+ exports.getDingbatsGlyphsUnicode = getDingbatsGlyphsUnicode;