unicode-input-toolconverter 0.2.0

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 (123) hide show
  1. package/.babelrc.json +3 -0
  2. package/.editorconfig +16 -0
  3. package/.nojekyll +0 -0
  4. package/.nyc_output/out.json +173804 -0
  5. package/.nyc_output/processinfo/index.json +1 -0
  6. package/CHANGES.md +11 -0
  7. package/COPYING.LESSER.txt +180 -0
  8. package/COPYING.txt +687 -0
  9. package/README.md +65 -0
  10. package/_locales/en-US/messages.json +3126 -0
  11. package/_locales/hu-HU/messages.json +3126 -0
  12. package/_locales/pt-BR/messages.json +3126 -0
  13. package/_locales/sv-SE/messages.json +3126 -0
  14. package/babel.config.json +5 -0
  15. package/browser_action/characterSelection.js +91 -0
  16. package/browser_action/charrefConverters.js +389 -0
  17. package/browser_action/chartBuild.js +155 -0
  18. package/browser_action/encodingBehaviors.js +72 -0
  19. package/browser_action/encodings.js +97 -0
  20. package/browser_action/entities.js +12 -0
  21. package/browser_action/entityBehaviors.js +96 -0
  22. package/browser_action/index-es.html +15 -0
  23. package/browser_action/index-instrumented.html +16 -0
  24. package/browser_action/index-pages.html +16 -0
  25. package/browser_action/index.html +16 -0
  26. package/browser_action/index.iife.min.js +2 -0
  27. package/browser_action/index.iife.min.js.map +1 -0
  28. package/browser_action/index.instrumented.iife.min.js +2 -0
  29. package/browser_action/index.instrumented.iife.min.js.map +1 -0
  30. package/browser_action/index.js +95 -0
  31. package/browser_action/preferences/prefDefaults.js +52 -0
  32. package/browser_action/service-worker/sw-activateCallback.js +53 -0
  33. package/browser_action/service-worker/sw-locales.json +6 -0
  34. package/browser_action/service-worker/sw-resources.json +73 -0
  35. package/browser_action/service-worker/sw-unicode-data.json +3 -0
  36. package/browser_action/styles/unicode-dialog.css +391 -0
  37. package/browser_action/templateUtils/elements.js +12 -0
  38. package/browser_action/templateUtils/fill.js +3 -0
  39. package/browser_action/templateUtils/validation.js +6 -0
  40. package/browser_action/templates/chartBuild.js +185 -0
  41. package/browser_action/templates/index.js +1304 -0
  42. package/browser_action/templatesElementCustomization/widgets.js +56 -0
  43. package/browser_action/unicode/UnicodeConverter.js +793 -0
  44. package/browser_action/unicode/charrefunicodeDb.js +258 -0
  45. package/browser_action/unicode/getScriptInfoForCodePoint.js +646 -0
  46. package/browser_action/unicode/hangul.js +253 -0
  47. package/browser_action/unicode/lastScriptNames.json +5 -0
  48. package/browser_action/unicode/parseUnihanFromTextFileStrings.js +56 -0
  49. package/browser_action/unicode/unicodeFieldInfo.js +120 -0
  50. package/browser_action/unicode/unicodeScripts.js +4912 -0
  51. package/browser_action/unicode/unihan.js +129 -0
  52. package/browser_action/unicode/unihanDbPopulate.js +26 -0
  53. package/browser_action/unicodecharref.js +1480 -0
  54. package/browser_action/utils/DOMUtils.js +122 -0
  55. package/browser_action/utils/FetchUtils.js +19 -0
  56. package/browser_action/utils/TextUtils.js +28 -0
  57. package/browser_action/utils/TypedArrayUtils.js +21 -0
  58. package/browser_action/utils/semicolonSeparatedToArray.js +12 -0
  59. package/browser_action/utils/setupServiceWorker.js +193 -0
  60. package/cypress.config.js +21 -0
  61. package/download/entities/copyright-software-20021231.html +70 -0
  62. package/download/entities/html5-uppercase.ent +54 -0
  63. package/download/entities/htmlmathml-f.ent +2164 -0
  64. package/download/entities/isoamsa.ent +201 -0
  65. package/download/entities/isoamsb.ent +177 -0
  66. package/download/entities/isoamsc.ent +77 -0
  67. package/download/entities/isoamsn.ent +148 -0
  68. package/download/entities/isoamso.ent +107 -0
  69. package/download/entities/isoamsr.ent +238 -0
  70. package/download/entities/isobox.ent +95 -0
  71. package/download/entities/isocyr1.ent +122 -0
  72. package/download/entities/isocyr2.ent +81 -0
  73. package/download/entities/isodia.ent +69 -0
  74. package/download/entities/isogrk1.ent +104 -0
  75. package/download/entities/isogrk2.ent +75 -0
  76. package/download/entities/isogrk3.ent +98 -0
  77. package/download/entities/isogrk4.ent +98 -0
  78. package/download/entities/isolat1.ent +117 -0
  79. package/download/entities/isolat2.ent +176 -0
  80. package/download/entities/isomfrk.ent +107 -0
  81. package/download/entities/isomopf.ent +81 -0
  82. package/download/entities/isomscr.ent +107 -0
  83. package/download/entities/isonum.ent +131 -0
  84. package/download/entities/isopub.ent +140 -0
  85. package/download/entities/isotech.ent +216 -0
  86. package/download/entities/mmlalias.ent +598 -0
  87. package/download/entities/mmlextra.ent +154 -0
  88. package/download/entities/predefined.ent +52 -0
  89. package/download/entities/w3centities-f.ent +2276 -0
  90. package/download/entities/xhtml1-lat1.ent +143 -0
  91. package/download/entities/xhtml1-special.ent +78 -0
  92. package/download/entities/xhtml1-symbol.ent +171 -0
  93. package/eslint.config.js +66 -0
  94. package/icons/openWindow16.png +0 -0
  95. package/icons/openWindow24.png +0 -0
  96. package/lgtm.yml +5 -0
  97. package/lib/background.html +11 -0
  98. package/lib/background.js +13 -0
  99. package/lib/overlay.css +6 -0
  100. package/manifest.json +37 -0
  101. package/package.json +121 -0
  102. package/polyfills/browser-polyfill.min.js +8 -0
  103. package/polyfills/browser-polyfill.min.js.map +1 -0
  104. package/server.js +61 -0
  105. package/sw.js +259 -0
  106. package/tools/entities-import.js +62 -0
  107. package/tools/findEsResources.js +30 -0
  108. package/tools/list-locales.js +17 -0
  109. package/tools/parseUnicodeCharts.js +428 -0
  110. package/tools/ucd-import.js +24 -0
  111. package/tools/unicode-charts.html +596 -0
  112. package/tools/unihan-import.js +72 -0
  113. package/unicode_copyright.txt +46 -0
  114. package/vendor/camelcase/index.js +110 -0
  115. package/vendor/fflate/esm/browser.js +2665 -0
  116. package/vendor/intl-dom/dist/index.esm.js +2962 -0
  117. package/vendor/jamilih/dist/jml-es.js +2359 -0
  118. package/vendor/jquery/dist/jquery.js +10716 -0
  119. package/vendor/json-6/dist/index.mjs +1783 -0
  120. package/vendor/miller-columns/dist/index-es.min.js +1 -0
  121. package/vendor/miller-columns/miller-columns.css +75 -0
  122. package/vendor/simple-prefs/dist/index.esm.js +286 -0
  123. package/web-ext-config.cjs +13 -0
@@ -0,0 +1,3126 @@
1
+ {
2
+ "body": {
3
+ "langCode": {
4
+ "message": "en",
5
+ "description": "The default for the font language code field"
6
+ },
7
+ "extensionName": {
8
+ "message": "Unicode Input Tool/Converter"
9
+ },
10
+ "extensionShortName": {
11
+ "message": "Unicode Tool"
12
+ },
13
+ "extensionDescription": {
14
+ "message": "Add-on for selecting Unicode characters by variety of means and converting between various representations"
15
+ },
16
+ "browser_action_title": {
17
+ "message": "Unicode Input Tool/Converter"
18
+ },
19
+ "plus": {
20
+ "message": "+"
21
+ },
22
+ "minus": {
23
+ "message": "-"
24
+ },
25
+ "startCharCode": {
26
+ "message": "a",
27
+ "description": "This is the character that will be the default for the chart browser; should reflect a common character used by the language of the locale."
28
+ },
29
+ "unicode_noun": {
30
+ "message": "unicode"
31
+ },
32
+ "hex_noun": {
33
+ "message": "hexadecimal"
34
+ },
35
+ "dec_noun": {
36
+ "message": "decimal"
37
+ },
38
+ "ent_noun": {
39
+ "message": "entities"
40
+ },
41
+ "Unicode_table_caption_title": {
42
+ "message": "Control + left-click when over a character to freeze or unfreeze the descriptions below"
43
+ },
44
+ "Next_set": {
45
+ "message": "Next set"
46
+ },
47
+ "Prev_set": {
48
+ "message": "Prev set"
49
+ },
50
+ "Conversion_tab_label": {
51
+ "message": "Conversion"
52
+ },
53
+ "Prefs_tab_label": {
54
+ "message": "Prefs"
55
+ },
56
+ "DTD_tab_label": {
57
+ "message": "DTD"
58
+ },
59
+ "Charts_tab_label": {
60
+ "message": "Charts"
61
+ },
62
+ "Notes_tab_label": {
63
+ "message": "Notes"
64
+ },
65
+ "About_tab_label": {
66
+ "message": "About"
67
+ },
68
+ "About_dialogheader_title": {
69
+ "message": "About"
70
+ },
71
+ "About_developer_and_contributors": {
72
+ "message": "{About_developer} {About_developer_link} {About_contributors}"
73
+ },
74
+ "About_developer": {
75
+ "message": "This extension was developed by"
76
+ },
77
+ "About_developer_linkText": {
78
+ "message": "Brett Zamir"
79
+ },
80
+ "About_contributors": {
81
+ "message": " and translated by Karoly Fabricz (hu-HU), Edgard Magalhães (pt-BR), and Mikael Hiort af Ornäs (sv-SE)."
82
+ },
83
+ "About_donation": {
84
+ "message": "If you find this extension useful, please consider a {About_donation_button}."
85
+ },
86
+ "About_donation_buttonText": {
87
+ "message": "Donation"
88
+ },
89
+ "About_ial": {
90
+ "message": "The author of the extension wishes to invite you to consider (and promote) the idea of an official {About_ial_wikipedia_link}, so that the peoples of the world will one day all be able to inter-communicate due to early language instruction and spend their energies on more productive (as well as understanding-raising and cost-saving) areas than learning multiple lingua francas, freeing them up to do other things such as study whatever local or other language they may wish to learn: {About_ial_onetongue_link}"
91
+ },
92
+ "About_ial_wikipedia_linkText": {
93
+ "message": "world auxiliary language"
94
+ },
95
+ "About_ial_wikipedia_linkURL": {
96
+ "message": "http://en.wikipedia.org/wiki/International_auxiliary_language"
97
+ },
98
+ "About_ial_onetongue_linkText": {
99
+ "message": "World Auxiliary Language website"
100
+ },
101
+ "Notes_dialogheader_title": {
102
+ "message": "Notes"
103
+ },
104
+ "DTD_insertEntityFile": {
105
+ "message": "Insert Entity File"
106
+ },
107
+ "choose_an_entity_file": {
108
+ "message": "Choose an entity file"
109
+ },
110
+ "ent_htmlmathml_f": {
111
+ "message": "Expanded set of HTML and MathML entity definitions"
112
+ },
113
+ "ent_w3centities_f": {
114
+ "message": "W3C entities collection"
115
+ },
116
+ "ent_isobox": {
117
+ "message": "Box and Line Drawing"
118
+ },
119
+ "ent_isocyr1": {
120
+ "message": "Russian Cyrillic"
121
+ },
122
+ "ent_isocyr2": {
123
+ "message": "Non-Russian Cyrillic"
124
+ },
125
+ "ent_isodia": {
126
+ "message": "Diacritical Marks"
127
+ },
128
+ "ent_isolat1": {
129
+ "message": "Added Latin 1"
130
+ },
131
+ "ent_isolat2": {
132
+ "message": "Added Latin 2"
133
+ },
134
+ "ent_isonum": {
135
+ "message": "Numeric and Special Graphic"
136
+ },
137
+ "ent_isopub": {
138
+ "message": "Publishing"
139
+ },
140
+ "ent_isoamsa": {
141
+ "message": "Added Math Symbols: Arrow Relations"
142
+ },
143
+ "ent_isoamsb": {
144
+ "message": "Added Math Symbols: Binary Operators"
145
+ },
146
+ "ent_isoamsc": {
147
+ "message": "Added Math Symbols: Delimiters"
148
+ },
149
+ "ent_isoamsn": {
150
+ "message": "Added Math Symbols: Negated Relations"
151
+ },
152
+ "ent_isoamso": {
153
+ "message": "Added Math Symbols: Ordinary"
154
+ },
155
+ "ent_isoamsr": {
156
+ "message": "Added Math Symbols: Relations"
157
+ },
158
+ "ent_isogrk1": {
159
+ "message": "Greek Letters"
160
+ },
161
+ "ent_isogrk2": {
162
+ "message": "Monotoniko Greek"
163
+ },
164
+ "ent_isogrk3": {
165
+ "message": "Greek Symbols"
166
+ },
167
+ "ent_isogrk4": {
168
+ "message": "Alternative Greek Symbols"
169
+ },
170
+ "ent_isomfrk": {
171
+ "message": "Math Alphabets: Fraktur"
172
+ },
173
+ "ent_isomopf": {
174
+ "message": "Math Alphabets: Open Face"
175
+ },
176
+ "ent_isomscr": {
177
+ "message": "Math Alphabets: Script"
178
+ },
179
+ "ent_isotech": {
180
+ "message": "General Technical"
181
+ },
182
+ "ent_mmlextra": {
183
+ "message": "Additional MathML Symbols"
184
+ },
185
+ "ent_mmlalias": {
186
+ "message": "MathML Aliases"
187
+ },
188
+ "ent_xhtml1_lat1": {
189
+ "message": "Latin for HTML"
190
+ },
191
+ "ent_xhtml1_special": {
192
+ "message": "Special for HTML"
193
+ },
194
+ "ent_xhtml1_symbol": {
195
+ "message": "Symbol for HTML"
196
+ },
197
+ "ent_html5_uppercase": {
198
+ "message": "Uppercase aliases for HTML"
199
+ },
200
+ "ent_predefined": {
201
+ "message": "Predefined XML"
202
+ },
203
+ "Convert_From_Encoding": {
204
+ "message": "Convert From Encoding"
205
+ },
206
+ "Convert_To_Encoding": {
207
+ "message": "Convert To Encoding"
208
+ },
209
+ "kHanyuPinyin": {
210
+ "message": "HanyuPinyin"
211
+ },
212
+ "kIRG_MSource": {
213
+ "message": "IRG_MSource"
214
+ },
215
+ "kIRG_SSource": {
216
+ "message": "IRG_SSource"
217
+ },
218
+ "Ethiopic_Extended_A": {
219
+ "message": "Ethiopic Extended-A"
220
+ },
221
+ "Batak": {
222
+ "message": "Batak"
223
+ },
224
+ "CJK_Ideographs_Ext__D": {
225
+ "message": "CJK Ideographs Ext. D"
226
+ },
227
+ "Kana_Supplement": {
228
+ "message": "Kana Supplement"
229
+ },
230
+ "Alchemical_Symbols": {
231
+ "message": "Alchemical Symbols"
232
+ },
233
+ "Emoticons": {
234
+ "message": "Emoticons"
235
+ },
236
+ "Playing_Cards": {
237
+ "message": "Playing Cards"
238
+ },
239
+ "Miscellaneous_Symbols_And_Pictographs": {
240
+ "message": "Miscellaneous Symbols And Pictographs"
241
+ },
242
+ "Transport_and_Map_Symbols": {
243
+ "message": "Transport and Map Symbols"
244
+ },
245
+ "Mandaic": {
246
+ "message": "Mandaic"
247
+ },
248
+ "Brahmi": {
249
+ "message": "Brahmi"
250
+ },
251
+ "Bamum_Supplement": {
252
+ "message": "Bamum Supplement"
253
+ },
254
+ "font_label": {
255
+ "message": "Font"
256
+ },
257
+ "addToToolbar": {
258
+ "message": "Add Character(s) to Toolbar pull-down"
259
+ },
260
+ "usage_note_heading": {
261
+ "message": "Other Usage Notes"
262
+ },
263
+ "usage_notespar1": {
264
+ "message": "The extension can be activated from the context menu (which also gives the advantage of being able to operate on highlighted text), through the Tools menu, through the toolbar icon, or through the options URL in the addons menu."
265
+ },
266
+ "usage_notespar2": {
267
+ "message": "Preferences are set as soon as you click on the items, but you can revert back to the default values if you make any mistakes."
268
+ },
269
+ "usage_notespar3": {
270
+ "message": "Closing the dialog will set the current window's position for future use."
271
+ },
272
+ "usage_notespar4": {
273
+ "message": "If you have problems with Window size, go to the 'Prefs' tab and hit the 'Reset to default values (besides DTD)' button. Using 'prev set' or 'next set' can also sometimes adjust problems with items fitting correctly in the chart view."
274
+ },
275
+ "usage_notespar5": {
276
+ "message": "Note that you can get extra space on the screen by not using buttons. In such a case, you can still click on the items to get chart output."
277
+ },
278
+ "usage_notespar6": {
279
+ "message": "Please be aware that in the Unicode chart view, items like question marks (Firefox 2.0) or boxed numbers (Firefox 3.0+) may appear in place of a desired character (and some characters will not or cannot be displayed at all). This is due to Firefox's own present limitations in displaying such characters. To find these, you could consult the images such as those at the official {link|http://www.unicode.org/charts} site and also available within the extension. While in the extension, you can hover your mouse over a character from the desired range, and a link will appear which you can click to lead to the appropriate chart and optionally view the image. Or you can enable images for direct viewing, but this should not be on by default to avoid taxing the Unicode server."
280
+ },
281
+ "usage_notespar7": {
282
+ "message": "Please note that selecting the 'Only ents' option in chart view will allow you to see HTML entities in the order in which the HTML entities are defined (and only them). When when you are not in this mode, you will see all entities defined in the custom DTD, optionally excluding HTML entities, if the checkbox on the DTD page to append DTD entities is unchecked."
283
+ },
284
+ "usage_notespar8": {
285
+ "message": "You should be able to download the Unihan database (not included with the extension due to size) from within the preferences. If you have trouble, download the approximately 19MB file from {link|http://brett-zamir.me/unicode_input_tool/Unihan6.sqlite} and place it in your Firefox profile directory."
286
+ },
287
+ "usage_notespar9": {
288
+ "message": "Extension best used with higher resolutions but now makes some accommodations for lower resolutions. Drag the various splitters to resize subsections. Your desired size should be remembered."
289
+ },
290
+ "usage_notespar10": {
291
+ "message": "Use {code|control+left-click} while you are hovering the cursor over the chart view to freeze the descriptions below. "
292
+ },
293
+ "usage_notespar11": {
294
+ "message": "The toolbar icon can be added by going to {code|View->Toolbars->Customize} and then dragging the 'U' icon to the desired position in a toolbar. In addition, the icon has a pull-down menu to which snippets can be added for later re-use, by using the button near the chart output box. To delete items already added, while viewing the toolbar icon items, use right-click while hovering over the item to delete."
295
+ },
296
+ "usage_notespar12": {
297
+ "message": "The Unicode data within this extension is licensed as described at {link|http://unicode.org/copyright.html}"
298
+ },
299
+ "usage_notespar13": {
300
+ "message": "Translators welcome at {link|http://tinyurl.com/UnicodeInputToolTranslators}"
301
+ },
302
+ "note_heading": {
303
+ "message": "Unicode Notes (some usage information)"
304
+ },
305
+ "notespar1": {
306
+ "message": "Unicode is a system to represent all living (and some dead) human scripts and standard symbols and punctuation. Unicode's use in HTML and XML allow all such written characters to be contained even within the same page. Many programs allow you to type or save any such characters directly in Unicode."
307
+ },
308
+ "notespar2": {
309
+ "message": "However, because some programs still do not support Unicode fully (though if you are only using the basic English ASCII symbols, your documents will translate to Unicode with no difficulty) and will not save the text properly and perhaps also to make it easier for some to type, one may use different types of shortcuts to represent these assorted Unicode characters."
310
+ },
311
+ "notespar3": {
312
+ "message": "One such shortcut which can be used in any HTML or XML document is the character reference. These references begin with an ampersand ({code|&}) and a hash mark ({code|#}) and end with a semicolon ({code|;}). In the middle can either be a decimal number (i.e., digits 0-9) or a hexadecimal number (i.e., digits 0-9 or upper or lower-case letters A-F preceded by an {code|x} or {code|X}). Either type will display the same, and will be displayed exactly like the Unicode character it represents."
313
+ },
314
+ "notespar4": {
315
+ "message": "(The hexadecimal numbering system may be thought of as working somewhat like a set of playing cards. The Jack may represent '11' in some games, the Queen, '12', and so on. While there is only a single card, they represent a number greater than ten. Thus it is also with individual hexadecimal digits represented by the letters A-F.)"
316
+ },
317
+ "notespar5": {
318
+ "message": "Besides character references, another type of shortcut to represent a Unicode character (or even multiple characters) is the 'parsed general entity'."
319
+ },
320
+ "notespar6": {
321
+ "message": "For the XML language, except for five pre-defined entities ({code|&amp;} (&), {code|&lt;} (<), {code|&gt;} (>), {code|&quot;} (\"), {code|&apos;} (')), you must explicitly define the entities you will use (or use a special 'PUBLIC' id which can indicate to programs reading the XML file that you will be using that language's set of entities)."
322
+ },
323
+ "notespar7": {
324
+ "message": "In HTML, there are a number of already-defined entities. One important note: although HTML uses four of XML's five predefined entities, it does not use {code|&apos;}, so you will need to use the equivalent Unicode instead (or use the character reference {code|&#x27;} or {code|&#39;})."
325
+ },
326
+ "notespar8": {
327
+ "message": "You can also define your own entities in our 'DTD' section using the syntax {code|<!ENTITY entname \"entvalue\">} so that they can be included within conversions."
328
+ },
329
+ "lang_label": {
330
+ "message": "\"lang\""
331
+ },
332
+ "lang_tooltiptext": {
333
+ "message": "The HTML language attribute 'lang' or, in XML, the 'xml:lang' value. Has no effect on most scripts, but may affect glyph selection/font display for certain CJK characters (e.g., U+5203 in 'zh-Hans', 'zh-Hant', 'ja', or 'ko'). Note that you must use the lang attribute to see the effect outside of the chart (even our chart output box does not contain any)."
334
+ },
335
+ "initialTab_label": {
336
+ "message": "Initial tab to open (for key command or toolbar button activation)"
337
+ },
338
+ "CSSWhitespace_label": {
339
+ "message": "CSS escape white space character to use if in ambiguous mode"
340
+ },
341
+ "CSS_space": {
342
+ "message": "(space)"
343
+ },
344
+ "CSS_rn": {
345
+ "message": "\r\n (carriage return and newline)"
346
+ },
347
+ "CSS_r": {
348
+ "message": "\r (carriage return)"
349
+ },
350
+ "CSS_n": {
351
+ "message": "\n (newline)"
352
+ },
353
+ "CSS_t": {
354
+ "message": "\t (tab)"
355
+ },
356
+ "CSS_f": {
357
+ "message": "\f (form feed)"
358
+ },
359
+ "cssUnambiguous_label": {
360
+ "message": "Create CSS escape as 6-digit sequences not requiring whitespace (otherwise, will be as long as necessary and be followed by white space)"
361
+ },
362
+ "sixDigit2unicode_label": {
363
+ "message": "4 or 6-digit (as in PHP 6) to Unicode"
364
+ },
365
+ "sixDigit2unicodeContext_label": {
366
+ "message": "4 or 6-digit escape (as in PHP 6) to Unicode"
367
+ },
368
+ "sixDigit2unicodeContext_accesskey": {
369
+ "message": "6"
370
+ },
371
+ "unicodeTo6DigitContext_accesskey": {
372
+ "message": "U"
373
+ },
374
+ "unicodeTo6Digit_label": {
375
+ "message": "Unicode to 6-digit (as in PHP 6)"
376
+ },
377
+ "unicodeTo6DigitContext_label": {
378
+ "message": "Unicode to 6-digit escape (as in PHP 6)"
379
+ },
380
+ "charDesc2Unicode_accesskey": {
381
+ "message": "h"
382
+ },
383
+ "charDesc2UnicodeContext_label": {
384
+ "message": "Character description escapes (as in PHP 6) to Unicode"
385
+ },
386
+ "unicode2CharDescContext_label": {
387
+ "message": "Unicode to character description escapes (as in PHP 6)"
388
+ },
389
+ "unicode2CharDescContext_accesskey": {
390
+ "message": "n"
391
+ },
392
+ "charDesc2Unicode_label": {
393
+ "message": "Character description escapes to Unicode"
394
+ },
395
+ "unicode2CharDesc_label": {
396
+ "message": "Unicode to character description escapes"
397
+ },
398
+ "unicode2JSEscape_label": {
399
+ "message": "Unicode to JavaScript escape sequences"
400
+ },
401
+ "unicode2jsescapeContext_label": {
402
+ "message": "Unicode to escaped JS"
403
+ },
404
+ "unicode2jsescapeContext_accesskey": {
405
+ "message": "J"
406
+ },
407
+ "unicode2CSSEscape_label": {
408
+ "message": "Unicode to CSS escape sequences"
409
+ },
410
+ "unicode2cssescapeContext_accesskey": {
411
+ "message": "S"
412
+ },
413
+ "unicode2cssescapeContext_label": {
414
+ "message": "Unicode to escaped CSS"
415
+ },
416
+ "jsescape2unicode_label": {
417
+ "message": "JavaScript escape sequences to Unicode"
418
+ },
419
+ "jsescape2unicodeContext_accesskey": {
420
+ "message": "J"
421
+ },
422
+ "jsescape2unicodeContext_label": {
423
+ "message": "Escaped JS to Unicode"
424
+ },
425
+ "cssescape2unicode_label": {
426
+ "message": "CSS escape sequences to Unicode"
427
+ },
428
+ "cssescape2unicodeContext_accesskey": {
429
+ "message": "C"
430
+ },
431
+ "cssescape2unicodeContext_label": {
432
+ "message": "Escaped CSS to Unicode"
433
+ },
434
+ "Yijing_Symbols": {
435
+ "message": "Yijing Symbols"
436
+ },
437
+ "Noncharacters_at_end_of____": {
438
+ "message": "Noncharacters at end of ..."
439
+ },
440
+ "_see_also_Common_Indic_Number_Forms__": {
441
+ "message": "(see also Common Indic Number Forms)"
442
+ },
443
+ "_see_also_Combining_Diacritical_Marks_for_Symbols__": {
444
+ "message": "(See also Combining Diacritical Marks for Symbols)"
445
+ },
446
+ "Roman_Symbols": {
447
+ "message": "Roman Symbols"
448
+ },
449
+ "Latin_1_Supplement": {
450
+ "message": "Latin-1 Supplement"
451
+ },
452
+ "Cuneiform_Numbers_and_Punctuation": {
453
+ "message": "Cuneiform Numbers and Punctuation"
454
+ },
455
+ "CJK_Unified_Ideographs__Han_": {
456
+ "message": "CJK Unified Ideographs (Han)"
457
+ },
458
+ "CJK_Compatibility_Ideographs": {
459
+ "message": "CJK Compatibility Ideographs"
460
+ },
461
+ "CJK_Compatibility_Ideographs_Supplement": {
462
+ "message": "CJK Compatibility Ideographs Supplement"
463
+ },
464
+ "CJK_Radicals_Supplement": {
465
+ "message": "CJK Radicals Supplement"
466
+ },
467
+ "Ideographic_Description_Characters": {
468
+ "message": "Ideographic Description Characters"
469
+ },
470
+ "Small_Form_Variants": {
471
+ "message": "Small Form Variants"
472
+ },
473
+ "CJK_Symbols_and_Punctuation": {
474
+ "message": "CJK Symbols and Punctuation"
475
+ },
476
+ "Mathematical_Alphanumeric_Symbols": {
477
+ "message": "Mathematical Alphanumeric Symbols"
478
+ },
479
+ "Enclosed_CJK_Letters_and_Months": {
480
+ "message": "Enclosed CJK Letters and Months"
481
+ },
482
+ "Optical_Character_Recognition__OCR_": {
483
+ "message": "Optical Character Recognition (OCR)"
484
+ },
485
+ "Misc__Math_Symbols_A": {
486
+ "message": "Miscellaneous Math Symbols A"
487
+ },
488
+ "Misc__Math_Symbols_B": {
489
+ "message": "Miscellaneous Math Symbols B"
490
+ },
491
+ "Miscellaneous_Symbols_and_Arrows": {
492
+ "message": "Miscellaneous Symbols and Arrows"
493
+ },
494
+ "Suppl__Math_Operators": {
495
+ "message": "Supplemental Math Operators"
496
+ },
497
+ "Geometric_Shapes": {
498
+ "message": "Geometric Shapes"
499
+ },
500
+ "Other_Symbols": {
501
+ "message": "Other Symbols"
502
+ },
503
+ "Musical_Symbols": {
504
+ "message": "Musical Symbols"
505
+ },
506
+ "Yijing_Mono___Di__and_Trigrams": {
507
+ "message": "Yijing Mono-, Di- and Trigrams"
508
+ },
509
+ "Yijing_Hexagram_Symbols": {
510
+ "message": "Yijing Hexagram Symbols"
511
+ },
512
+ "Katakana_Phonetic_Extensions": {
513
+ "message": "Katakana Phonetic Extensions"
514
+ },
515
+ "Supplementary_Private_Use_Area_A": {
516
+ "message": "Supplementary Private Use Area-A"
517
+ },
518
+ "Supplementary_Private_Use_Area_B": {
519
+ "message": "Supplementary Private Use Area-B"
520
+ },
521
+ "Combining_Diacritics": {
522
+ "message": "Combining Diacritics"
523
+ },
524
+ "CJK_Ideographs_Ext__C": {
525
+ "message": "CJK Ideographs Ext. C"
526
+ },
527
+ "Bamum": {
528
+ "message": "Bamum"
529
+ },
530
+ "Egyptian_Hieroglyphs": {
531
+ "message": "Egyptian Hieroglyphs"
532
+ },
533
+ "Aramaic__Imperial": {
534
+ "message": "Aramaic, Imperial"
535
+ },
536
+ "Avestan": {
537
+ "message": "Avestan"
538
+ },
539
+ "Old_South_Arabian": {
540
+ "message": "Old South Arabian"
541
+ },
542
+ "Pahlavi__Inscriptional": {
543
+ "message": "Pahlavi, Inscriptional"
544
+ },
545
+ "Parthian__Inscriptional": {
546
+ "message": "Parthian, Inscriptional"
547
+ },
548
+ "Samaritan": {
549
+ "message": "Samaritan"
550
+ },
551
+ "Old_Turkic": {
552
+ "message": "Old Turkic"
553
+ },
554
+ "Devanagari_Extended": {
555
+ "message": "Devanagari Extended"
556
+ },
557
+ "Kaithi": {
558
+ "message": "Kaithi"
559
+ },
560
+ "Meetei_Mayek": {
561
+ "message": "Meetei Mayek"
562
+ },
563
+ "Vedic_Extensions": {
564
+ "message": "Vedic Extensions"
565
+ },
566
+ "Javanese": {
567
+ "message": "Javanese"
568
+ },
569
+ "Myanmar_Extended_A": {
570
+ "message": "Myanmar Extended-A"
571
+ },
572
+ "South_Asian_Scripts": {
573
+ "message": "South Asian Scripts"
574
+ },
575
+ "Tai_Tham": {
576
+ "message": "Tai Tham"
577
+ },
578
+ "Tai_Viet": {
579
+ "message": "Tai Viet"
580
+ },
581
+ "Lisu": {
582
+ "message": "Lisu"
583
+ },
584
+ "Hangul_Jamo_Extended_A": {
585
+ "message": "Hangul Jamo Extended-A"
586
+ },
587
+ "Hangul_Jamo_Extended_B": {
588
+ "message": "Hangul Jamo Extended-B"
589
+ },
590
+ "UCAS_Extended": {
591
+ "message": "UCAS Extended"
592
+ },
593
+ "Common_Indic_Number_Forms": {
594
+ "message": "Common Indic Number Forms"
595
+ },
596
+ "Rumi_Numeral_Symbols": {
597
+ "message": "Rumi Numeral Symbols"
598
+ },
599
+ "Basic_operators__Plus__Factorial__Division__Multiplication": {
600
+ "message": "Basic operators: Plus, Factorial, Division, Multiplication"
601
+ },
602
+ "Division__Multiplication": {
603
+ "message": "Division, Multiplication"
604
+ },
605
+ "Unified_Canadian_Aboriginal_Syllabics": {
606
+ "message": "Unified Canadian Aboriginal Syllabics"
607
+ },
608
+ "Yi_Syllables": {
609
+ "message": "Yi Syllables"
610
+ },
611
+ "Alphabetic_Presentation_Forms": {
612
+ "message": "Alphabetic Presentation Forms"
613
+ },
614
+ "Halfwidth_and_Fullwidth_Forms": {
615
+ "message": "Halfwidth and Fullwidth Forms"
616
+ },
617
+ "ASCII_Characters": {
618
+ "message": "ASCII Characters"
619
+ },
620
+ "Alphanumeric_Symbols": {
621
+ "message": "Alphanumeric Symbols"
622
+ },
623
+ "Enclosed_Alphanumeric_Supplement": {
624
+ "message": "Enclosed Alphanumeric Supplement"
625
+ },
626
+ "Enclosed_Ideographic_Supplement": {
627
+ "message": "Enclosed Ideographic Supplement"
628
+ },
629
+ "Additional_Squared_Symbols": {
630
+ "message": "Additional Squared Symbols"
631
+ },
632
+ "label_unicode": {
633
+ "message": "Unicode"
634
+ },
635
+ "showAllDetailedView_label": {
636
+ "message": "Show all items (or only those with content)"
637
+ },
638
+ "showAllDetailedCJKView_label": {
639
+ "message": "Show all items (or only those with content)"
640
+ },
641
+ "showComplexWindow_label": {
642
+ "message": "Show specialized search options and meta-data in chart view (slower to open window)"
643
+ },
644
+ "Specialized_search": {
645
+ "message": "Specialized search"
646
+ },
647
+ "Code_point": {
648
+ "message": "Code Point"
649
+ },
650
+ "Name": {
651
+ "message": "Name"
652
+ },
653
+ "kCangjie": {
654
+ "message": "Cangjie"
655
+ },
656
+ "kCantonese": {
657
+ "message": "Cantonese"
658
+ },
659
+ "kDefinition": {
660
+ "message": "Definition"
661
+ },
662
+ "kHanYu": {
663
+ "message": "HanYu"
664
+ },
665
+ "kIRGHanyuDaZidian": {
666
+ "message": "IRGHanyuDaZidian"
667
+ },
668
+ "kIRGKangXi": {
669
+ "message": "IRGKangXi"
670
+ },
671
+ "kIRG_GSource": {
672
+ "message": "IRG GSource"
673
+ },
674
+ "kIRG_JSource": {
675
+ "message": "IRG JSource"
676
+ },
677
+ "kIRG_TSource": {
678
+ "message": "IRG TSource"
679
+ },
680
+ "kIRG_UKSource": {
681
+ "message": "IRG UKSource"
682
+ },
683
+ "kMandarin": {
684
+ "message": "Mandarin"
685
+ },
686
+ "kRSUnicode": {
687
+ "message": "RSUnicode"
688
+ },
689
+ "kSemanticVariant": {
690
+ "message": "SemanticVariant"
691
+ },
692
+ "kTotalStrokes": {
693
+ "message": "TotalStrokes"
694
+ },
695
+ "kCihaiT": {
696
+ "message": "CihaiT"
697
+ },
698
+ "kIRG_KSource": {
699
+ "message": "IRG KSource"
700
+ },
701
+ "kSBGY": {
702
+ "message": "SBGY"
703
+ },
704
+ "kJIS0213": {
705
+ "message": "JIS0213"
706
+ },
707
+ "kJoyoKanji": {
708
+ "message": "JoyoKanji"
709
+ },
710
+ "kNelson": {
711
+ "message": "Nelson"
712
+ },
713
+ "kRSAdobe_Japan1_6": {
714
+ "message": "RSAdobe Japan1 6"
715
+ },
716
+ "kCowles": {
717
+ "message": "Cowles"
718
+ },
719
+ "kMatthews": {
720
+ "message": "Matthews"
721
+ },
722
+ "kOtherNumeric": {
723
+ "message": "OtherNumeric"
724
+ },
725
+ "kPhonetic": {
726
+ "message": "Phonetic"
727
+ },
728
+ "kGSR": {
729
+ "message": "GSR"
730
+ },
731
+ "kIRG_KPSource": {
732
+ "message": "IRG KPSource"
733
+ },
734
+ "kIRG_VSource": {
735
+ "message": "IRG VSource"
736
+ },
737
+ "kKPS1": {
738
+ "message": "KPS1"
739
+ },
740
+ "kFenn": {
741
+ "message": "Fenn"
742
+ },
743
+ "kFennIndex": {
744
+ "message": "FennIndex"
745
+ },
746
+ "kKarlgren": {
747
+ "message": "Karlgren"
748
+ },
749
+ "kHKSCS": {
750
+ "message": "HKSCS"
751
+ },
752
+ "kIRG_HSource": {
753
+ "message": "IRG HSource"
754
+ },
755
+ "kXHC1983": {
756
+ "message": "XHC1983"
757
+ },
758
+ "kMeyerWempe": {
759
+ "message": "MeyerWempe"
760
+ },
761
+ "kTraditionalVariant": {
762
+ "message": "TraditionalVariant"
763
+ },
764
+ "kUnihanCore2020": {
765
+ "message": "UnihanCore2020"
766
+ },
767
+ "kVietnamese": {
768
+ "message": "Vietnamese"
769
+ },
770
+ "kSpecializedSemanticVariant": {
771
+ "message": "SpecializedSemanticVariant"
772
+ },
773
+ "kSpoofingVariant": {
774
+ "message": "SpoofingVariant"
775
+ },
776
+ "kLau": {
777
+ "message": "Lau"
778
+ },
779
+ "kCheungBauer": {
780
+ "message": "CheungBauer"
781
+ },
782
+ "kCheungBauerIndex": {
783
+ "message": "CheungBauerIndex"
784
+ },
785
+ "kIICore": {
786
+ "message": "IICore"
787
+ },
788
+ "kTang": {
789
+ "message": "Tang"
790
+ },
791
+ "kTGH": {
792
+ "message": "TGH"
793
+ },
794
+ "kTGHZ2013": {
795
+ "message": "TGHZ2013"
796
+ },
797
+ "kZVariant": {
798
+ "message": "ZVariant"
799
+ },
800
+ "kRSKangXi": {
801
+ "message": "RSKangXi"
802
+ },
803
+ "kJa": {
804
+ "message": "Ja"
805
+ },
806
+ "kJapaneseKun": {
807
+ "message": "JapaneseKun"
808
+ },
809
+ "kJapaneseOn": {
810
+ "message": "JapaneseOn"
811
+ },
812
+ "kJinmeiyoKanji": {
813
+ "message": "JinmeiyoKanji"
814
+ },
815
+ "kSimplifiedVariant": {
816
+ "message": "SimplifiedVariant"
817
+ },
818
+ "kKangXi": {
819
+ "message": "KangXi"
820
+ },
821
+ "kKPS0": {
822
+ "message": "KPS0"
823
+ },
824
+ "kBigFive": {
825
+ "message": "BigFive"
826
+ },
827
+ "kCCCII": {
828
+ "message": "CCCII"
829
+ },
830
+ "kCNS1986": {
831
+ "message": "CNS1986"
832
+ },
833
+ "kCNS1992": {
834
+ "message": "CNS1992"
835
+ },
836
+ "kDaeJaweon": {
837
+ "message": "DaeJaweon"
838
+ },
839
+ "kEACC": {
840
+ "message": "EACC"
841
+ },
842
+ "kFourCornerCode": {
843
+ "message": "FourCornerCode"
844
+ },
845
+ "kFrequency": {
846
+ "message": "Frequency"
847
+ },
848
+ "kGB0": {
849
+ "message": "GB0"
850
+ },
851
+ "kGB1": {
852
+ "message": "GB1"
853
+ },
854
+ "kGradeLevel": {
855
+ "message": "GradeLevel"
856
+ },
857
+ "kHDZRadBreak": {
858
+ "message": "HDZRadBreak"
859
+ },
860
+ "kHKGlyph": {
861
+ "message": "HKGlyph"
862
+ },
863
+ "kHangul": {
864
+ "message": "Hangul"
865
+ },
866
+ "kHanyuPinlu": {
867
+ "message": "HanyuPinlu"
868
+ },
869
+ "kIRGDaeJaweon": {
870
+ "message": "IRGDaeJaweon"
871
+ },
872
+ "kIRGDaiKanwaZiten": {
873
+ "message": "IRGDaiKanwaZiten"
874
+ },
875
+ "kJis0": {
876
+ "message": "Jis0"
877
+ },
878
+ "kKSC0": {
879
+ "message": "KSC0"
880
+ },
881
+ "kKorean": {
882
+ "message": "Korean"
883
+ },
884
+ "kKoreanEducationHanja": {
885
+ "message": "KoreanEducationHanja"
886
+ },
887
+ "kKoreanName": {
888
+ "message": "KoreanName"
889
+ },
890
+ "kMainlandTelegraph": {
891
+ "message": "MainlandTelegraph"
892
+ },
893
+ "kMorohashi": {
894
+ "message": "Morohashi"
895
+ },
896
+ "kPrimaryNumeric": {
897
+ "message": "PrimaryNumeric"
898
+ },
899
+ "kTaiwanTelegraph": {
900
+ "message": "TaiwanTelegraph"
901
+ },
902
+ "kXerox": {
903
+ "message": "Xerox"
904
+ },
905
+ "kGB5": {
906
+ "message": "GB5"
907
+ },
908
+ "kJis1": {
909
+ "message": "Jis1"
910
+ },
911
+ "kPseudoGB1": {
912
+ "message": "PseudoGB1"
913
+ },
914
+ "kGB3": {
915
+ "message": "GB3"
916
+ },
917
+ "kGB8": {
918
+ "message": "GB8"
919
+ },
920
+ "kKSC1": {
921
+ "message": "KSC1"
922
+ },
923
+ "kIBMJapan": {
924
+ "message": "IBMJapan"
925
+ },
926
+ "kRSKanWa": {
927
+ "message": "RSKanWa"
928
+ },
929
+ "kRSJapanese": {
930
+ "message": "RSJapanese"
931
+ },
932
+ "kAccountingNumeric": {
933
+ "message": "AccountingNumeric"
934
+ },
935
+ "kAlternateTotalStrokes": {
936
+ "message": "AlternateTotalStrokes"
937
+ },
938
+ "kRSKorean": {
939
+ "message": "RSKorean"
940
+ },
941
+ "kGB7": {
942
+ "message": "GB7"
943
+ },
944
+ "kIRG_USource": {
945
+ "message": "IRG USource"
946
+ },
947
+ "kCompatibilityVariant": {
948
+ "message": "CompatibilityVariant"
949
+ },
950
+ "kStrange": {
951
+ "message": "Strange:"
952
+ },
953
+ "General_Category": {
954
+ "message": "General Category"
955
+ },
956
+ "Canonical_Combining_Class": {
957
+ "message": "Canonical Combining Class"
958
+ },
959
+ "Bidi_Class": {
960
+ "message": "Bidirectional Class"
961
+ },
962
+ "Decomposition_Type_and_Mapping": {
963
+ "message": "Decomposition Type and Mapping"
964
+ },
965
+ "decompositionMapping": {
966
+ "message": "Decomposition Mapping"
967
+ },
968
+ "decompositionType": {
969
+ "message": "Decomposition Type"
970
+ },
971
+ "Decimal": {
972
+ "message": "Decimal"
973
+ },
974
+ "Digit": {
975
+ "message": "Digit"
976
+ },
977
+ "Numeric": {
978
+ "message": "Numeric"
979
+ },
980
+ "None": {
981
+ "message": "None"
982
+ },
983
+ "numericType": {
984
+ "message": "Numeric type"
985
+ },
986
+ "numericValue": {
987
+ "message": "Numeric value"
988
+ },
989
+ "Bidi_Mirrored": {
990
+ "message": "Bidirectional Mirrored"
991
+ },
992
+ "Unicode_1_Name": {
993
+ "message": "Unicode 1 Name"
994
+ },
995
+ "ISO_Comment": {
996
+ "message": "ISO Comment"
997
+ },
998
+ "Simple_Uppercase_Mapping": {
999
+ "message": "Simple Uppercase Mapping"
1000
+ },
1001
+ "Simple_Lowercase_Mapping": {
1002
+ "message": "Simple Lowercase Mapping"
1003
+ },
1004
+ "Simple_Titlecase_Mapping": {
1005
+ "message": "Simple Titlecase Mapping"
1006
+ },
1007
+ "basicView_tab": {
1008
+ "message": "Basic view and output"
1009
+ },
1010
+ "detailedView_tab": {
1011
+ "message": "Detailed view"
1012
+ },
1013
+ "detailedCJKView_tab": {
1014
+ "message": "Detailed view (CJK)"
1015
+ },
1016
+ "unicode2charrefDecSurrogate_label": {
1017
+ "message": "Unicode to Char reference (dec) as surrogate pairs"
1018
+ },
1019
+ "unicode2charrefHexSurrogate_label": {
1020
+ "message": "Unicode to Char reference (hex) as surrogate pairs"
1021
+ },
1022
+ "unicode2charrefSurrogate_tooltip": {
1023
+ "message": "Convert into surrogate pairs (Don't choose this unless you need to find out the surrogates of a (rare) higher plane character or wish to view a surrogate itself)"
1024
+ },
1025
+ "DownloadUnihan": {
1026
+ "message": "Download Unihan file (39.5 MB)"
1027
+ },
1028
+ "Download_unihan_tooltip": {
1029
+ "message": "To get the latest character descriptions for the Chinese-Japanese-Korean characters, click here to download (not included with the extension since the file size is fairly large)."
1030
+ },
1031
+ "Close": {
1032
+ "message": "Close"
1033
+ },
1034
+ "UnihanInstalled": {
1035
+ "message": "Unihan (CJK) database installed"
1036
+ },
1037
+ "Register_protocol_handler": {
1038
+ "message": "Register protocol handler"
1039
+ },
1040
+ "searchName": {
1041
+ "message": "Search by character name"
1042
+ },
1043
+ "searchkDefinition": {
1044
+ "message": "Search by character description (CJK)"
1045
+ },
1046
+ "Regular_tab_label": {
1047
+ "message": "Regular Search (non-CJK)"
1048
+ },
1049
+ "CJK_tab_label": {
1050
+ "message": "CJK"
1051
+ },
1052
+ "CJK_tooltip": {
1053
+ "message": "Search Chinese-Japanese-Korean only"
1054
+ },
1055
+ "Regular_tooltip": {
1056
+ "message": "Search regular database (besides Chinese-Japanese-Korean)"
1057
+ },
1058
+ "Additional_Arrows": {
1059
+ "message": "Additional Arrows"
1060
+ },
1061
+ "Floors_and_Ceilings": {
1062
+ "message": "Floors and Ceilings"
1063
+ },
1064
+ "Additional_Shapes": {
1065
+ "message": "Additional Shapes"
1066
+ },
1067
+ "APL_symbols": {
1068
+ "message": "APL symbols"
1069
+ },
1070
+ "ShowImg_checkbox_label": {
1071
+ "message": "Show image?"
1072
+ },
1073
+ "ShowImg_tooltiptext": {
1074
+ "message": "Please keep this turned off unless you need to find an image, since it taxes the Unicode server."
1075
+ },
1076
+ "Sundanese": {
1077
+ "message": "Sundanese"
1078
+ },
1079
+ "Ol_Chiki": {
1080
+ "message": "Ol Chiki"
1081
+ },
1082
+ "Cyrillic_Extended_A": {
1083
+ "message": "Cyrillic Extended-A"
1084
+ },
1085
+ "Vai": {
1086
+ "message": "Vai"
1087
+ },
1088
+ "Cyrillic_Extended_B": {
1089
+ "message": "Cyrillic Extended-B"
1090
+ },
1091
+ "Saurashtra": {
1092
+ "message": "Saurashtra"
1093
+ },
1094
+ "Kayah_Li": {
1095
+ "message": "Kayah Li"
1096
+ },
1097
+ "Rejang": {
1098
+ "message": "Rejang"
1099
+ },
1100
+ "Cham": {
1101
+ "message": "Cham"
1102
+ },
1103
+ "Ancient_Symbols": {
1104
+ "message": "Ancient Symbols"
1105
+ },
1106
+ "Phaistos_Disc": {
1107
+ "message": "Phaistos Disc"
1108
+ },
1109
+ "Lycian": {
1110
+ "message": "Lycian"
1111
+ },
1112
+ "Carian": {
1113
+ "message": "Carian"
1114
+ },
1115
+ "Lydian": {
1116
+ "message": "Lydian"
1117
+ },
1118
+ "Mahjong_Tiles": {
1119
+ "message": "Mahjong Tiles"
1120
+ },
1121
+ "Domino_Tiles": {
1122
+ "message": "Domino Tiles"
1123
+ },
1124
+ "Game_Symbols": {
1125
+ "message": "Game Symbols"
1126
+ },
1127
+ "Chess__Checkers_Draughts": {
1128
+ "message": "Chess, Checkers/Draughts"
1129
+ },
1130
+ "Card_suits": {
1131
+ "message": "Card suits"
1132
+ },
1133
+ "Japanese_Chess": {
1134
+ "message": "Japanese Chess"
1135
+ },
1136
+ "copyToClipboard": {
1137
+ "message": "Copy to clipboard"
1138
+ },
1139
+ "copiedToClipboard": {
1140
+ "message": "Copied to clipboard!"
1141
+ },
1142
+ "Unexpected_target_ID": {
1143
+ "message": "Unexpected target ID type {targetid}"
1144
+ },
1145
+ "Unrecognized_query_type": {
1146
+ "message": "Unrecognized query type passed to application for custom Unicode protocol"
1147
+ },
1148
+ "moveconvertedup_label": {
1149
+ "message": "Copy 'converted' to preconverted"
1150
+ },
1151
+ "Reconvert_dialogheader_title": {
1152
+ "message": "Convert options"
1153
+ },
1154
+ "Preferences_dialogheader_title": {
1155
+ "message": "Preferences"
1156
+ },
1157
+ "converted_value_placeholder": {
1158
+ "message": "Converted text"
1159
+ },
1160
+ "Ascii_checkbox_label": {
1161
+ "message": "Convert into character references/descriptions if ASCIIs < 128 (existing entities/char refs. will thus not be immune)?"
1162
+ },
1163
+ "Hexletters_checkbox_label": {
1164
+ "message": "Output Hexadecimal A-F (upper-case)?"
1165
+ },
1166
+ "xhtmlentmode_label": {
1167
+ "message": "XHTML entity mode (allow {code|&apos;} when creating HTML entities instead of numeric)? (It may be best to leave this unchecked.)"
1168
+ },
1169
+ "xmlentmode_label": {
1170
+ "message": "XML entity mode (when converting from (X)HTML entities, will leave {code|&amp;}, {code|&lt;}, {code|&gt;}, {code|&quot;}, and {code|&apos;} unconverted)? (These entities are safe in XML without needing DTD entity declarations, so they probably don't need to be converted and are easier to read.)"
1171
+ },
1172
+ "ampkeep_label": {
1173
+ "message": "When converting from Unicode to HTML entities, will not convert {code|&} so as to avoid tampering with existing HTML entities"
1174
+ },
1175
+ "ampspace_label": {
1176
+ "message": "Convert each '&' which is followed by whitespace to {code|&amp;} (for well-formed XML)?"
1177
+ },
1178
+ "resettodefault_label": {
1179
+ "message": "Reset to default values (besides DTD)?"
1180
+ },
1181
+ "numrows": {
1182
+ "message": "# of rows"
1183
+ },
1184
+ "numcols": {
1185
+ "message": "# of cols"
1186
+ },
1187
+ "charref2unicode_label": {
1188
+ "message": "Char reference to Unicode"
1189
+ },
1190
+ "charref2unicodeContext_label": {
1191
+ "message": "Char. ref. (hex. or dec.) to Unicode"
1192
+ },
1193
+ "charref2unicodeContext_accesskey": {
1194
+ "message": "C"
1195
+ },
1196
+ "charref2htmlents_label": {
1197
+ "message": "Character references to HTML entities"
1198
+ },
1199
+ "charref2htmlentsContext_label": {
1200
+ "message": "Char. ref. (hex. or dec.) to HTML ents."
1201
+ },
1202
+ "charref2htmlentsContext_accesskey": {
1203
+ "message": "C"
1204
+ },
1205
+ "unicode2charrefDec_label": {
1206
+ "message": "Unicode to Char reference (dec)"
1207
+ },
1208
+ "unicode2charrefDecContext_label": {
1209
+ "message": "Unicode to Char. ref. (dec)"
1210
+ },
1211
+ "unicode2charrefDecContext_accesskey": {
1212
+ "message": "U"
1213
+ },
1214
+ "unicode2charrefHex_label": {
1215
+ "message": "Unicode to Char reference (hex)"
1216
+ },
1217
+ "unicode2charrefHexContext_label": {
1218
+ "message": "Unicode to Char. ref. (hex)"
1219
+ },
1220
+ "unicode2charrefHexContext_accesskey": {
1221
+ "message": "U"
1222
+ },
1223
+ "unicode2htmlents_label": {
1224
+ "message": "Unicode to HTML entities"
1225
+ },
1226
+ "unicode2htmlentsContext_label": {
1227
+ "message": "Unicode to HTML ents."
1228
+ },
1229
+ "unicode2htmlentsContext_accesskey": {
1230
+ "message": "U"
1231
+ },
1232
+ "htmlents2charrefDec_label": {
1233
+ "message": "HTML entity to Char reference (dec)"
1234
+ },
1235
+ "htmlents2charrefDecContext_label": {
1236
+ "message": "HTML ent. to Char ref. (dec)"
1237
+ },
1238
+ "htmlents2charrefDecContext_accesskey": {
1239
+ "message": "H"
1240
+ },
1241
+ "htmlents2charrefHex_label": {
1242
+ "message": "HTML entity to Char reference (hex)"
1243
+ },
1244
+ "htmlents2charrefHexContext_label": {
1245
+ "message": "HTML ent. to Char ref. (hex)"
1246
+ },
1247
+ "htmlents2charrefHexContext_accesskey": {
1248
+ "message": "H"
1249
+ },
1250
+ "htmlents2unicode_label": {
1251
+ "message": "HTML entity to Unicode"
1252
+ },
1253
+ "htmlents2unicodeContext_label": {
1254
+ "message": "HTML ent. to Unicode"
1255
+ },
1256
+ "htmlents2unicodeContext_accesskey": {
1257
+ "message": "H"
1258
+ },
1259
+ "launchunicode_label": {
1260
+ "message": "Launch Unicode conversion tool"
1261
+ },
1262
+ "launchunicodeContext_label": {
1263
+ "message": "Launch Unicode conversion tool"
1264
+ },
1265
+ "launchunicodeContext_accesskey": {
1266
+ "message": "L"
1267
+ },
1268
+ "unicodechart_label": {
1269
+ "message": "Find in Unicode chart"
1270
+ },
1271
+ "unicodechartContext_label": {
1272
+ "message": "Find in Unicode chart"
1273
+ },
1274
+ "unicodechartContext_accesskey": {
1275
+ "message": "C"
1276
+ },
1277
+ "hex2dec_label": {
1278
+ "message": "Hexadecimal to decimal"
1279
+ },
1280
+ "hex2decContext_label": {
1281
+ "message": "Hexadecimal to decimal"
1282
+ },
1283
+ "hex2decContext_accesskey": {
1284
+ "message": "H"
1285
+ },
1286
+ "dec2hex_label": {
1287
+ "message": "Decimal to hexadecimal"
1288
+ },
1289
+ "dec2hexContext_label": {
1290
+ "message": "Decimal to hexadecimal"
1291
+ },
1292
+ "dec2hexContext_accesskey": {
1293
+ "message": "D"
1294
+ },
1295
+ "toconvert_placeholder": {
1296
+ "message": "Unicode to convert"
1297
+ },
1298
+ "uresults_title": {
1299
+ "message": "Unicode Results"
1300
+ },
1301
+ "uresults_preconverted": {
1302
+ "message": "Preconverted:"
1303
+ },
1304
+ "uresults_converted": {
1305
+ "message": "Converted:"
1306
+ },
1307
+ "button_clearoutput": {
1308
+ "message": "Clear"
1309
+ },
1310
+ "caption_chart_output": {
1311
+ "message": "Chart Output"
1312
+ },
1313
+ "caption_chart_selectchar": {
1314
+ "message": "Find Character or Range"
1315
+ },
1316
+ "caption_chart_layout": {
1317
+ "message": "Chart Layout"
1318
+ },
1319
+ "caption_displayUnicodeDesc": {
1320
+ "message": "Char. desc.:"
1321
+ },
1322
+ "textbox_displayUnicodeDesc": {
1323
+ "message": "Character description"
1324
+ },
1325
+ "button_multiline": {
1326
+ "message": "Multiline?"
1327
+ },
1328
+ "outputtocopy": {
1329
+ "message": "Output:"
1330
+ },
1331
+ "button_moveoutput": {
1332
+ "message": "Move output"
1333
+ },
1334
+ "willreplaceprecnv": {
1335
+ "message": "(will replace &quot;preconverted&quot; text in Conversion tab)"
1336
+ },
1337
+ "charhexdecchoices": {
1338
+ "message": "Unicode char., hex or dec num."
1339
+ },
1340
+ "desc_digits": {
1341
+ "message": "(if seeking char. refs. #0-9, use #n)"
1342
+ },
1343
+ "chooseregion": {
1344
+ "message": "OR Choose by Region"
1345
+ },
1346
+ "label_norows": {
1347
+ "message": "# of Rows?"
1348
+ },
1349
+ "label_nocols": {
1350
+ "message": "# of Cols?"
1351
+ },
1352
+ "label_hexq": {
1353
+ "message": "Hex?"
1354
+ },
1355
+ "label_decq": {
1356
+ "message": "Dec?"
1357
+ },
1358
+ "label_unicodeq": {
1359
+ "message": "Unicode?"
1360
+ },
1361
+ "label_entq": {
1362
+ "message": "Ent?"
1363
+ },
1364
+ "label_onlyentsyesq": {
1365
+ "message": "Show only ents?"
1366
+ },
1367
+ "label_middleq": {
1368
+ "message": "Place target in middle?"
1369
+ },
1370
+ "label_buttonq": {
1371
+ "message": "Use buttons?"
1372
+ },
1373
+ "label_fontsize": {
1374
+ "message": "Font-size"
1375
+ },
1376
+ "desc_symbolspunc": {
1377
+ "message": "OR Choose from Symbols and Punctuation:"
1378
+ },
1379
+ "dialogheader_value": {
1380
+ "message": "DTD"
1381
+ },
1382
+ "DTD_desc_value1": {
1383
+ "message": "Add DTD entity declarations (optional) for use in conversions."
1384
+ },
1385
+ "DTD_desc_value2": {
1386
+ "message": "Form: {code|<!ENTITY entname 'charvalue'>}"
1387
+ },
1388
+ "DTD_textbox_value": {
1389
+ "message": ""
1390
+ },
1391
+ "DTD_insertent": {
1392
+ "message": "Insert {code|<!ENTITY>}"
1393
+ },
1394
+ "appendhtml_checkbox": {
1395
+ "message": "Append to existing HTML entity set?"
1396
+ },
1397
+ "European_Scripts": {
1398
+ "message": "European Scripts"
1399
+ },
1400
+ "Armenian": {
1401
+ "message": "Armenian"
1402
+ },
1403
+ "Armenian_Ligatures": {
1404
+ "message": "Armenian Ligatures"
1405
+ },
1406
+ "Coptic": {
1407
+ "message": "Coptic"
1408
+ },
1409
+ "Coptic_in_Greek_block": {
1410
+ "message": "Coptic in Greek block"
1411
+ },
1412
+ "Cyrillic": {
1413
+ "message": "Cyrillic"
1414
+ },
1415
+ "Cyrillic_Supplement": {
1416
+ "message": "Cyrillic Supplement"
1417
+ },
1418
+ "Georgian": {
1419
+ "message": "Georgian"
1420
+ },
1421
+ "Georgian_Supplement": {
1422
+ "message": "Georgian Supplement"
1423
+ },
1424
+ "Greek": {
1425
+ "message": "Greek"
1426
+ },
1427
+ "Greek_Extended": {
1428
+ "message": "Greek Extended"
1429
+ },
1430
+ "Latin": {
1431
+ "message": "Latin"
1432
+ },
1433
+ "Basic_Latin": {
1434
+ "message": "Basic Latin"
1435
+ },
1436
+ "Latin_Extended_A": {
1437
+ "message": "Latin Extended-A"
1438
+ },
1439
+ "Latin_Extended_B": {
1440
+ "message": "Latin Extended-B"
1441
+ },
1442
+ "Latin_Extended_C": {
1443
+ "message": "Latin Extended-C"
1444
+ },
1445
+ "Latin_Extended_D": {
1446
+ "message": "Latin Extended-D"
1447
+ },
1448
+ "Latin_Extended_Additional": {
1449
+ "message": "Latin Extended Additional"
1450
+ },
1451
+ "Latin_Ligatures": {
1452
+ "message": "Latin Ligatures"
1453
+ },
1454
+ "Fullwidth_Latin_Letters": {
1455
+ "message": "Fullwidth Latin Letters"
1456
+ },
1457
+ "Small_Forms": {
1458
+ "message": "Small Forms"
1459
+ },
1460
+ "African_Scripts": {
1461
+ "message": "African Scripts"
1462
+ },
1463
+ "Ethiopic": {
1464
+ "message": "Ethiopic"
1465
+ },
1466
+ "Ethiopic_Supplement": {
1467
+ "message": "Ethiopic Supplement"
1468
+ },
1469
+ "Ethiopic_Extended": {
1470
+ "message": "Ethiopic Extended"
1471
+ },
1472
+ "N_Ko": {
1473
+ "message": "N'Ko"
1474
+ },
1475
+ "Tifinagh": {
1476
+ "message": "Tifinagh"
1477
+ },
1478
+ "Middle_Eastern_Scripts": {
1479
+ "message": "Middle Eastern Scripts"
1480
+ },
1481
+ "Arabic": {
1482
+ "message": "Arabic"
1483
+ },
1484
+ "Arabic_Supplement": {
1485
+ "message": "Arabic Supplement"
1486
+ },
1487
+ "Arabic_Presentation_Forms_A": {
1488
+ "message": "Arabic Presentation Forms-A"
1489
+ },
1490
+ "Arabic_Presentation_Forms_B": {
1491
+ "message": "Arabic Presentation Forms-B"
1492
+ },
1493
+ "Hebrew": {
1494
+ "message": "Hebrew"
1495
+ },
1496
+ "Hebrew_Presentation_Forms": {
1497
+ "message": "Hebrew Presentation Forms"
1498
+ },
1499
+ "Syriac": {
1500
+ "message": "Syriac"
1501
+ },
1502
+ "Thaana": {
1503
+ "message": "Thaana"
1504
+ },
1505
+ "American_Scripts": {
1506
+ "message": "American Scripts"
1507
+ },
1508
+ "Cherokee": {
1509
+ "message": "Cherokee"
1510
+ },
1511
+ "Deseret": {
1512
+ "message": "Deseret"
1513
+ },
1514
+ "Other_Scripts": {
1515
+ "message": "Other Scripts"
1516
+ },
1517
+ "Shavian": {
1518
+ "message": "Shavian"
1519
+ },
1520
+ "Osmanya": {
1521
+ "message": "Osmanya"
1522
+ },
1523
+ "Glagolitic": {
1524
+ "message": "Glagolitic"
1525
+ },
1526
+ "Bengali": {
1527
+ "message": "Bengali"
1528
+ },
1529
+ "Devanagari": {
1530
+ "message": "Devanagari"
1531
+ },
1532
+ "Gujarati": {
1533
+ "message": "Gujarati"
1534
+ },
1535
+ "Gurmukhi": {
1536
+ "message": "Gurmukhi"
1537
+ },
1538
+ "Kannada": {
1539
+ "message": "Kannada"
1540
+ },
1541
+ "Limbu": {
1542
+ "message": "Limbu"
1543
+ },
1544
+ "Malayalam": {
1545
+ "message": "Malayalam"
1546
+ },
1547
+ "Oriya": {
1548
+ "message": "Oriya"
1549
+ },
1550
+ "Sinhala": {
1551
+ "message": "Sinhala"
1552
+ },
1553
+ "Syloti_Nagri": {
1554
+ "message": "Syloti Nagri"
1555
+ },
1556
+ "Tamil": {
1557
+ "message": "Tamil"
1558
+ },
1559
+ "Telugu": {
1560
+ "message": "Telugu"
1561
+ },
1562
+ "Philippine_Scripts": {
1563
+ "message": "Philippine Scripts"
1564
+ },
1565
+ "Buhid": {
1566
+ "message": "Buhid"
1567
+ },
1568
+ "Hanunoo": {
1569
+ "message": "Hanunoo"
1570
+ },
1571
+ "Tagalog": {
1572
+ "message": "Tagalog"
1573
+ },
1574
+ "Tagbanwa": {
1575
+ "message": "Tagbanwa"
1576
+ },
1577
+ "South_East_Asian": {
1578
+ "message": "Southeast Asian"
1579
+ },
1580
+ "Balinese": {
1581
+ "message": "Balinese"
1582
+ },
1583
+ "Buginese": {
1584
+ "message": "Buginese"
1585
+ },
1586
+ "Khmer": {
1587
+ "message": "Khmer"
1588
+ },
1589
+ "Khmer_Symbols": {
1590
+ "message": "Khmer Symbols"
1591
+ },
1592
+ "Lao": {
1593
+ "message": "Lao"
1594
+ },
1595
+ "Myanmar": {
1596
+ "message": "Myanmar"
1597
+ },
1598
+ "New_Tai_Lue": {
1599
+ "message": "New Tai Lue"
1600
+ },
1601
+ "Tai_Le": {
1602
+ "message": "Tai Le"
1603
+ },
1604
+ "Thai": {
1605
+ "message": "Thai"
1606
+ },
1607
+ "East_Asian_Scripts": {
1608
+ "message": "East Asian Scripts"
1609
+ },
1610
+ "CJK_Ideographs_Ext__A": {
1611
+ "message": "CJK Ideographs Ext. A"
1612
+ },
1613
+ "CJK_Ideographs_Ext__B": {
1614
+ "message": "CJK Ideographs Ext. B"
1615
+ },
1616
+ "Kanbun": {
1617
+ "message": "Kanbun"
1618
+ },
1619
+ "_see_also_Unihan_Database_": {
1620
+ "message": "(see also Unihan Database)"
1621
+ },
1622
+ "CJK_Strokes": {
1623
+ "message": "CJK Strokes"
1624
+ },
1625
+ "Bopomofo": {
1626
+ "message": "Bopomofo"
1627
+ },
1628
+ "Bopomofo_Extended": {
1629
+ "message": "Bopomofo Extended"
1630
+ },
1631
+ "Hiragana": {
1632
+ "message": "Hiragana"
1633
+ },
1634
+ "Katakana": {
1635
+ "message": "Katakana"
1636
+ },
1637
+ "Halfwidth_Katakana": {
1638
+ "message": "Halfwidth Katakana"
1639
+ },
1640
+ "Hangul_Syllables": {
1641
+ "message": "Hangul Syllables"
1642
+ },
1643
+ "Hangul_Jamo": {
1644
+ "message": "Hangul Jamo"
1645
+ },
1646
+ "Hangul_Compatibility_Jamo": {
1647
+ "message": "Hangul Compatibility Jamo"
1648
+ },
1649
+ "Halfwidth_Jamo": {
1650
+ "message": "Halfwidth Jamo"
1651
+ },
1652
+ "Yi": {
1653
+ "message": "Yi"
1654
+ },
1655
+ "Yi_Radicals": {
1656
+ "message": "Yi Radicals"
1657
+ },
1658
+ "Central_Asian_Scripts": {
1659
+ "message": "Central Asian Scripts"
1660
+ },
1661
+ "Kharoshthi": {
1662
+ "message": "Kharoshthi"
1663
+ },
1664
+ "Mongolian": {
1665
+ "message": "Mongolian"
1666
+ },
1667
+ "Phags_Pa": {
1668
+ "message": "Phags-Pa"
1669
+ },
1670
+ "Tibetan": {
1671
+ "message": "Tibetan"
1672
+ },
1673
+ "Ancient_Greek_Numbers": {
1674
+ "message": "Ancient Greek Numbers"
1675
+ },
1676
+ "Ancient_Greek_Musical_Notation": {
1677
+ "message": "Ancient Greek Musical Notation"
1678
+ },
1679
+ "Cuneiform": {
1680
+ "message": "Cuneiform"
1681
+ },
1682
+ "Old_Persian": {
1683
+ "message": "Old Persian"
1684
+ },
1685
+ "Ugaritic": {
1686
+ "message": "Ugaritic"
1687
+ },
1688
+ "Linear_B": {
1689
+ "message": "Linear B"
1690
+ },
1691
+ "Linear_B_Syllabary": {
1692
+ "message": "Linear B Syllabary"
1693
+ },
1694
+ "Linear_B_Ideograms": {
1695
+ "message": "Linear B Ideograms"
1696
+ },
1697
+ "Aegean_Numbers": {
1698
+ "message": "Aegean Numbers"
1699
+ },
1700
+ "Counting_Rod_Numerals": {
1701
+ "message": "Counting Rod Numerals"
1702
+ },
1703
+ "Cypriot_Syllabary": {
1704
+ "message": "Cypriot Syllabary"
1705
+ },
1706
+ "Gothic": {
1707
+ "message": "Gothic"
1708
+ },
1709
+ "Old_Italic": {
1710
+ "message": "Old Italic"
1711
+ },
1712
+ "Ogham": {
1713
+ "message": "Ogham"
1714
+ },
1715
+ "Runic": {
1716
+ "message": "Runic"
1717
+ },
1718
+ "Phoenician": {
1719
+ "message": "Phoenician"
1720
+ },
1721
+ "Punctuation": {
1722
+ "message": "Punctuation"
1723
+ },
1724
+ "General_Punctuation": {
1725
+ "message": "General Punctuation"
1726
+ },
1727
+ "ASCII_Punctuation": {
1728
+ "message": "ASCII Punctuation"
1729
+ },
1730
+ "Latin_1_Punctuation": {
1731
+ "message": "Latin-1 Punctuation"
1732
+ },
1733
+ "Supplemental_Punctuation": {
1734
+ "message": "Supplemental Punctuation"
1735
+ },
1736
+ "Fullwidth_ASCII_Punctuation": {
1737
+ "message": "Fullwidth ASCII Punctuation"
1738
+ },
1739
+ "Vertical_Forms": {
1740
+ "message": "Vertical Forms"
1741
+ },
1742
+ "Enclosed_Alphanumerics": {
1743
+ "message": "Enclosed Alphanumerics"
1744
+ },
1745
+ "CJK_Compatibility": {
1746
+ "message": "CJK Compatibility"
1747
+ },
1748
+ "Combining_Diacritical_Marks": {
1749
+ "message": "Combining Diacritical Marks"
1750
+ },
1751
+ "Combining_Diacritical_Marks_for_Symbols": {
1752
+ "message": "Combining Diacritical Marks for Symbols"
1753
+ },
1754
+ "Combining_Diacritical_Marks_Supplement": {
1755
+ "message": "Combining Diacritical Marks Supplement"
1756
+ },
1757
+ "Combining_Half_Marks": {
1758
+ "message": "Combining Half Marks"
1759
+ },
1760
+ "Phonetic_Symbols": {
1761
+ "message": "Phonetic Symbols"
1762
+ },
1763
+ "IPA_Extensions": {
1764
+ "message": "IPA Extensions"
1765
+ },
1766
+ "Phonetic_Extensions": {
1767
+ "message": "Phonetic Extensions"
1768
+ },
1769
+ "Phonetic_Extensions_Supplement": {
1770
+ "message": "Phonetic Extensions Supplement"
1771
+ },
1772
+ "Modifier_Tone_Letters": {
1773
+ "message": "Modifier Tone Letters"
1774
+ },
1775
+ "Spacing_Modifier_Letters": {
1776
+ "message": "Spacing Modifier Letters"
1777
+ },
1778
+ "Mathematical_Symbols": {
1779
+ "message": "Mathematical Symbols"
1780
+ },
1781
+ "Numbers_and_Digits": {
1782
+ "message": "Numbers and Digits"
1783
+ },
1784
+ "_see_also_specific_scripts_": {
1785
+ "message": "(see also specific scripts)"
1786
+ },
1787
+ "ASCII_Digits": {
1788
+ "message": "ASCII Digits"
1789
+ },
1790
+ "Fullwidth_ASCII_Digits": {
1791
+ "message": "Fullwidth ASCII Digits"
1792
+ },
1793
+ "Number_Forms": {
1794
+ "message": "Number Forms"
1795
+ },
1796
+ "Super_and_Subscripts": {
1797
+ "message": "Super and Subscripts"
1798
+ },
1799
+ "Letterlike_Symbols": {
1800
+ "message": "Letterlike Symbols"
1801
+ },
1802
+ "Arrows": {
1803
+ "message": "Arrows"
1804
+ },
1805
+ "Mathematical_Operators": {
1806
+ "message": "Mathematical Operators"
1807
+ },
1808
+ "Supplemental_Arrows_A": {
1809
+ "message": "Supplemental Arrows-A"
1810
+ },
1811
+ "Supplemental_Arrows_B": {
1812
+ "message": "Supplemental Arrows-B"
1813
+ },
1814
+ "Box_Drawing": {
1815
+ "message": "Box Drawing"
1816
+ },
1817
+ "Block_Elements": {
1818
+ "message": "Block Elements"
1819
+ },
1820
+ "Technical_Symbols": {
1821
+ "message": "Technical Symbols"
1822
+ },
1823
+ "Control_Pictures": {
1824
+ "message": "Control Pictures"
1825
+ },
1826
+ "Miscellaneous_Technical": {
1827
+ "message": "Miscellaneous Technical"
1828
+ },
1829
+ "Miscellaneous_Symbols": {
1830
+ "message": "Miscellaneous Symbols"
1831
+ },
1832
+ "Dingbats": {
1833
+ "message": "Dingbats"
1834
+ },
1835
+ "Tai_Xuan_Jing_Symbols": {
1836
+ "message": "Tai Xuan Jing Symbols"
1837
+ },
1838
+ "Braille_Patterns": {
1839
+ "message": "Braille Patterns"
1840
+ },
1841
+ "Byzantine_Musical_Symbols": {
1842
+ "message": "Byzantine Musical Symbols"
1843
+ },
1844
+ "Currency_Symbols": {
1845
+ "message": "Currency Symbols"
1846
+ },
1847
+ "Yen__Pound_and_Cent": {
1848
+ "message": "Yen, Pound and Cent"
1849
+ },
1850
+ "Fullwidth_Currency_Symbols": {
1851
+ "message": "Fullwidth Currency Symbols"
1852
+ },
1853
+ "Rial_Sign": {
1854
+ "message": "Rial Sign"
1855
+ },
1856
+ "Specials": {
1857
+ "message": "Specials"
1858
+ },
1859
+ "Controls__C0": {
1860
+ "message": "Controls: C0"
1861
+ },
1862
+ "Controls__C1": {
1863
+ "message": "Controls: C1"
1864
+ },
1865
+ "Layout_Controls": {
1866
+ "message": "Layout Controls"
1867
+ },
1868
+ "Invisible_Operators": {
1869
+ "message": "Invisible Operators"
1870
+ },
1871
+ "Tags": {
1872
+ "message": "Tags"
1873
+ },
1874
+ "Variation_Selectors": {
1875
+ "message": "Variation Selectors"
1876
+ },
1877
+ "Variation_Selectors_Supplement": {
1878
+ "message": "Variation Selectors Supplement"
1879
+ },
1880
+ "Private_Use": {
1881
+ "message": "Private Use"
1882
+ },
1883
+ "Private_Use_Area": {
1884
+ "message": "Private Use Area"
1885
+ },
1886
+ "Surrogates": {
1887
+ "message": "Surrogates"
1888
+ },
1889
+ "High_Surrogates": {
1890
+ "message": "High Surrogates"
1891
+ },
1892
+ "High_Private_Use_Surrogates": {
1893
+ "message": "High Private Use Surrogates"
1894
+ },
1895
+ "Low_Surrogates": {
1896
+ "message": "Low Surrogates"
1897
+ },
1898
+ "Noncharacters_in_blocks": {
1899
+ "message": "Noncharacters in blocks"
1900
+ },
1901
+ "Noncharacters_in_Charts": {
1902
+ "message": "Noncharacters in Charts"
1903
+ },
1904
+ "Reserved_range": {
1905
+ "message": "Reserved range"
1906
+ },
1907
+ "At_End_of_BMP": {
1908
+ "message": "At End of BMP"
1909
+ },
1910
+ "At_End_of_Plane_1": {
1911
+ "message": "At End of Plane 1"
1912
+ },
1913
+ "At_End_of_Plane_2": {
1914
+ "message": "At End of Plane 2"
1915
+ },
1916
+ "At_End_of_Plane_3": {
1917
+ "message": "At End of Plane 3"
1918
+ },
1919
+ "At_End_of_Plane_4": {
1920
+ "message": "At End of Plane 4"
1921
+ },
1922
+ "At_End_of_Plane_5": {
1923
+ "message": "At End of Plane 5"
1924
+ },
1925
+ "At_End_of_Plane_6": {
1926
+ "message": "At End of Plane 6"
1927
+ },
1928
+ "At_End_of_Plane_7": {
1929
+ "message": "At End of Plane 7"
1930
+ },
1931
+ "At_End_of_Plane_8": {
1932
+ "message": "At End of Plane 8"
1933
+ },
1934
+ "At_End_of_Plane_9": {
1935
+ "message": "At End of Plane 9"
1936
+ },
1937
+ "At_End_of_Plane_10": {
1938
+ "message": "At End of Plane 10"
1939
+ },
1940
+ "At_End_of_Plane_11": {
1941
+ "message": "At End of Plane 11"
1942
+ },
1943
+ "At_End_of_Plane_12": {
1944
+ "message": "At End of Plane 12"
1945
+ },
1946
+ "At_End_of_Plane_13": {
1947
+ "message": "At End of Plane 13"
1948
+ },
1949
+ "At_End_of_Plane_14": {
1950
+ "message": "At End of Plane 14"
1951
+ },
1952
+ "At_End_of_Plane_15": {
1953
+ "message": "At End of Plane 15"
1954
+ },
1955
+ "At_End_of_Plane_16": {
1956
+ "message": "At End of Plane 16"
1957
+ },
1958
+ "Lepcha": {
1959
+ "message": "Lepcha"
1960
+ },
1961
+ "CJK_Compatibility_Forms": {
1962
+ "message": "CJK Compatibility Forms"
1963
+ },
1964
+ "chars_could_not_be_converted": {
1965
+ "message": "The characters could not be converted to that character set"
1966
+ },
1967
+ "searchkHanyuPinyin": {
1968
+ "message": "HanyuPinyin:"
1969
+ },
1970
+ "searchkIRG_MSource": {
1971
+ "message": "IRG_MSource:"
1972
+ },
1973
+ "problemAddingToolbarItem": {
1974
+ "message": "Your item could not be added to the toolbar icon pull-down since the icon is not visible"
1975
+ },
1976
+ "dropdownArr": {
1977
+ "message": "[]"
1978
+ },
1979
+ "font": {
1980
+ "message": ""
1981
+ },
1982
+ "lang": {
1983
+ "message": "en-US"
1984
+ },
1985
+ "yourItemAdded": {
1986
+ "message": "Your item has been added to the toolbar icon pull-down"
1987
+ },
1988
+ "need_download_unihan": {
1989
+ "message": "In order to access CJK (Chinese-Korean-Japanese) characters, you must download the approximately 19.3MB Unihan database. See the button at the top of the preferences tab."
1990
+ },
1991
+ "left_parenth": {
1992
+ "message": "("
1993
+ },
1994
+ "right_parenth": {
1995
+ "message": ")"
1996
+ },
1997
+ "Digit0": {
1998
+ "message": "0"
1999
+ },
2000
+ "Digit1": {
2001
+ "message": "1"
2002
+ },
2003
+ "Digit2": {
2004
+ "message": "2"
2005
+ },
2006
+ "Digit3": {
2007
+ "message": "3"
2008
+ },
2009
+ "Digit4": {
2010
+ "message": "4"
2011
+ },
2012
+ "Digit5": {
2013
+ "message": "5"
2014
+ },
2015
+ "Digit6": {
2016
+ "message": "6"
2017
+ },
2018
+ "Digit7": {
2019
+ "message": "7"
2020
+ },
2021
+ "Digit8": {
2022
+ "message": "8"
2023
+ },
2024
+ "Digit9": {
2025
+ "message": "9"
2026
+ },
2027
+ "Decimal0": {
2028
+ "message": "0"
2029
+ },
2030
+ "Decimal1": {
2031
+ "message": "1"
2032
+ },
2033
+ "Decimal2": {
2034
+ "message": "2"
2035
+ },
2036
+ "Decimal3": {
2037
+ "message": "3"
2038
+ },
2039
+ "Decimal4": {
2040
+ "message": "4"
2041
+ },
2042
+ "Decimal5": {
2043
+ "message": "5"
2044
+ },
2045
+ "Decimal6": {
2046
+ "message": "6"
2047
+ },
2048
+ "Decimal7": {
2049
+ "message": "7"
2050
+ },
2051
+ "Decimal8": {
2052
+ "message": "8"
2053
+ },
2054
+ "Decimal9": {
2055
+ "message": "9"
2056
+ },
2057
+ "CJK_Ideograph_Extension_A": {
2058
+ "message": "CJK Ideograph Extension A"
2059
+ },
2060
+ "CJK_Ideograph": {
2061
+ "message": "CJK Ideograph"
2062
+ },
2063
+ "CJK_Ideograph_Extension_B": {
2064
+ "message": "CJK Ideograph Extension B"
2065
+ },
2066
+ "Hangul_Syllable": {
2067
+ "message": "Hangul Syllable"
2068
+ },
2069
+ "No_definition": {
2070
+ "message": "No definition"
2071
+ },
2072
+ "Bidi_MirroredY": {
2073
+ "message": "Yes"
2074
+ },
2075
+ "Bidi_MirroredN": {
2076
+ "message": "No"
2077
+ },
2078
+ "Bidi_ClassL": {
2079
+ "message": "Left-to-Right"
2080
+ },
2081
+ "Bidi_ClassLRE": {
2082
+ "message": "Left-to-Right Embedding"
2083
+ },
2084
+ "Bidi_ClassLRO": {
2085
+ "message": "Left-to-Right Override"
2086
+ },
2087
+ "Bidi_ClassR": {
2088
+ "message": "Right-to-Left"
2089
+ },
2090
+ "Bidi_ClassAL": {
2091
+ "message": "Right-to-Left Arabic"
2092
+ },
2093
+ "Bidi_ClassRLE": {
2094
+ "message": "Right-to-Left Embedding"
2095
+ },
2096
+ "Bidi_ClassRLO": {
2097
+ "message": "Right-to-Left Override"
2098
+ },
2099
+ "Bidi_ClassPDF": {
2100
+ "message": "Pop Directional Format"
2101
+ },
2102
+ "Bidi_ClassEN": {
2103
+ "message": "European Number"
2104
+ },
2105
+ "Bidi_ClassES": {
2106
+ "message": "European Number Separator"
2107
+ },
2108
+ "Bidi_ClassET": {
2109
+ "message": "European Number Terminator"
2110
+ },
2111
+ "Bidi_ClassAN": {
2112
+ "message": "Arabic Number"
2113
+ },
2114
+ "Bidi_ClassCS": {
2115
+ "message": "Common Number Separator"
2116
+ },
2117
+ "Bidi_ClassNSM": {
2118
+ "message": "Non-Spacing Mark"
2119
+ },
2120
+ "Bidi_ClassBN": {
2121
+ "message": "Boundary Neutral"
2122
+ },
2123
+ "Bidi_ClassB": {
2124
+ "message": "Paragraph Separator"
2125
+ },
2126
+ "Bidi_ClassS": {
2127
+ "message": "Segment Separator"
2128
+ },
2129
+ "Bidi_ClassWS": {
2130
+ "message": "Whitespace"
2131
+ },
2132
+ "Bidi_ClassON": {
2133
+ "message": "Other Neutrals"
2134
+ },
2135
+ "Canonical_Combining_Class0": {
2136
+ "message": "Spacing, split, enclosing, reordrant, and Tibetan subjoined"
2137
+ },
2138
+ "Canonical_Combining_Class1": {
2139
+ "message": "Overlays and interior"
2140
+ },
2141
+ "Canonical_Combining_Class7": {
2142
+ "message": "Nuktas"
2143
+ },
2144
+ "Canonical_Combining_Class8": {
2145
+ "message": "Hiragana/Katakana voicing marks"
2146
+ },
2147
+ "Canonical_Combining_Class9": {
2148
+ "message": "Viramas"
2149
+ },
2150
+ "Canonical_Combining_Class10": {
2151
+ "message": "Start of fixed position classes"
2152
+ },
2153
+ "Canonical_Combining_Class199": {
2154
+ "message": "End of fixed position classes"
2155
+ },
2156
+ "Canonical_Combining_Class200": {
2157
+ "message": "Below left attached"
2158
+ },
2159
+ "Canonical_Combining_Class202": {
2160
+ "message": "Below attached"
2161
+ },
2162
+ "Canonical_Combining_Class204": {
2163
+ "message": "Below right attached"
2164
+ },
2165
+ "Canonical_Combining_Class208": {
2166
+ "message": "Left attached (reordrant around single base character)"
2167
+ },
2168
+ "Canonical_Combining_Class210": {
2169
+ "message": "Right attached"
2170
+ },
2171
+ "Canonical_Combining_Class212": {
2172
+ "message": "Above left attached"
2173
+ },
2174
+ "Canonical_Combining_Class214": {
2175
+ "message": "Above attached"
2176
+ },
2177
+ "Canonical_Combining_Class216": {
2178
+ "message": "Above right attached"
2179
+ },
2180
+ "Canonical_Combining_Class218": {
2181
+ "message": "Below left"
2182
+ },
2183
+ "Canonical_Combining_Class220": {
2184
+ "message": "Below"
2185
+ },
2186
+ "Canonical_Combining_Class222": {
2187
+ "message": "Below right"
2188
+ },
2189
+ "Canonical_Combining_Class224": {
2190
+ "message": "Left (reordrant around single base character)"
2191
+ },
2192
+ "Canonical_Combining_Class226": {
2193
+ "message": "Right"
2194
+ },
2195
+ "Canonical_Combining_Class228": {
2196
+ "message": "Above left"
2197
+ },
2198
+ "Canonical_Combining_Class230": {
2199
+ "message": "Above"
2200
+ },
2201
+ "Canonical_Combining_Class232": {
2202
+ "message": "Above right"
2203
+ },
2204
+ "Canonical_Combining_Class233": {
2205
+ "message": "Double below"
2206
+ },
2207
+ "Canonical_Combining_Class234": {
2208
+ "message": "Double above"
2209
+ },
2210
+ "Canonical_Combining_Class240": {
2211
+ "message": "Below (iota subscript)"
2212
+ },
2213
+ "searchkCangjie": {
2214
+ "message": "Cangjie:"
2215
+ },
2216
+ "searchkCantonese": {
2217
+ "message": "Cantonese:"
2218
+ },
2219
+ "searchkHanYu": {
2220
+ "message": "HanYu:"
2221
+ },
2222
+ "searchkIRGHanyuDaZidian": {
2223
+ "message": "IRGHanyuDaZidian:"
2224
+ },
2225
+ "searchkIRGKangXi": {
2226
+ "message": "IRGKangXi:"
2227
+ },
2228
+ "searchkIRG_GSource": {
2229
+ "message": "IRG GSource:"
2230
+ },
2231
+ "searchkIRG_JSource": {
2232
+ "message": "IRG JSource:"
2233
+ },
2234
+ "searchkIRG_TSource": {
2235
+ "message": "IRG TSource:"
2236
+ },
2237
+ "searchkMandarin": {
2238
+ "message": "Mandarin:"
2239
+ },
2240
+ "searchkRSUnicode": {
2241
+ "message": "RSUnicode:"
2242
+ },
2243
+ "searchkSemanticVariant": {
2244
+ "message": "SemanticVariant:"
2245
+ },
2246
+ "searchkTotalStrokes": {
2247
+ "message": "TotalStrokes:"
2248
+ },
2249
+ "searchkCihaiT": {
2250
+ "message": "CihaiT:"
2251
+ },
2252
+ "searchkIRG_KSource": {
2253
+ "message": "IRG KSource:"
2254
+ },
2255
+ "searchkSBGY": {
2256
+ "message": "SBGY:"
2257
+ },
2258
+ "searchkJIS0213": {
2259
+ "message": "JIS0213:"
2260
+ },
2261
+ "searchkNelson": {
2262
+ "message": "Nelson:"
2263
+ },
2264
+ "searchkRSAdobe_Japan1_6": {
2265
+ "message": "RSAdobe Japan1 6:"
2266
+ },
2267
+ "searchkCowles": {
2268
+ "message": "Cowles:"
2269
+ },
2270
+ "searchkMatthews": {
2271
+ "message": "Matthews:"
2272
+ },
2273
+ "searchkOtherNumeric": {
2274
+ "message": "OtherNumeric:"
2275
+ },
2276
+ "searchkPhonetic": {
2277
+ "message": "Phonetic:"
2278
+ },
2279
+ "searchkGSR": {
2280
+ "message": "GSR:"
2281
+ },
2282
+ "searchkIRG_KPSource": {
2283
+ "message": "IRG KPSource:"
2284
+ },
2285
+ "searchkIRG_VSource": {
2286
+ "message": "IRG VSource:"
2287
+ },
2288
+ "searchkKPS1": {
2289
+ "message": "KPS1:"
2290
+ },
2291
+ "searchkFenn": {
2292
+ "message": "Fenn:"
2293
+ },
2294
+ "searchkFennIndex": {
2295
+ "message": "FennIndex:"
2296
+ },
2297
+ "searchkKarlgren": {
2298
+ "message": "Karlgren:"
2299
+ },
2300
+ "searchkHKSCS": {
2301
+ "message": "HKSCS:"
2302
+ },
2303
+ "searchkIRG_HSource": {
2304
+ "message": "IRG HSource:"
2305
+ },
2306
+ "searchkXHC1983": {
2307
+ "message": "XHC1983:"
2308
+ },
2309
+ "searchkMeyerWempe": {
2310
+ "message": "MeyerWempe:"
2311
+ },
2312
+ "searchkTraditionalVariant": {
2313
+ "message": "TraditionalVariant:"
2314
+ },
2315
+ "searchkVietnamese": {
2316
+ "message": "Vietnamese:"
2317
+ },
2318
+ "searchkSpecializedSemanticVariant": {
2319
+ "message": "SpecializedSemanticVariant:"
2320
+ },
2321
+ "searchkLau": {
2322
+ "message": "Lau:"
2323
+ },
2324
+ "searchkCheungBauer": {
2325
+ "message": "CheungBauer:"
2326
+ },
2327
+ "searchkCheungBauerIndex": {
2328
+ "message": "CheungBauerIndex:"
2329
+ },
2330
+ "searchkIICore": {
2331
+ "message": "IICore:"
2332
+ },
2333
+ "searchkTang": {
2334
+ "message": "Tang:"
2335
+ },
2336
+ "searchkZVariant": {
2337
+ "message": "ZVariant:"
2338
+ },
2339
+ "searchkRSKangXi": {
2340
+ "message": "RSKangXi:"
2341
+ },
2342
+ "searchkJapaneseKun": {
2343
+ "message": "JapaneseKun:"
2344
+ },
2345
+ "searchkJapaneseOn": {
2346
+ "message": "JapaneseOn:"
2347
+ },
2348
+ "searchkSimplifiedVariant": {
2349
+ "message": "SimplifiedVariant:"
2350
+ },
2351
+ "searchkKangXi": {
2352
+ "message": "KangXi:"
2353
+ },
2354
+ "searchkKPS0": {
2355
+ "message": "KPS0:"
2356
+ },
2357
+ "searchkBigFive": {
2358
+ "message": "BigFive:"
2359
+ },
2360
+ "searchkCCCII": {
2361
+ "message": "CCCII:"
2362
+ },
2363
+ "searchkCNS1986": {
2364
+ "message": "CNS1986:"
2365
+ },
2366
+ "searchkCNS1992": {
2367
+ "message": "CNS1992:"
2368
+ },
2369
+ "searchkDaeJaweon": {
2370
+ "message": "DaeJaweon:"
2371
+ },
2372
+ "searchkEACC": {
2373
+ "message": "EACC:"
2374
+ },
2375
+ "searchkFourCornerCode": {
2376
+ "message": "FourCornerCode:"
2377
+ },
2378
+ "searchkFrequency": {
2379
+ "message": "Frequency:"
2380
+ },
2381
+ "searchkGB0": {
2382
+ "message": "GB0:"
2383
+ },
2384
+ "searchkGB1": {
2385
+ "message": "GB1:"
2386
+ },
2387
+ "searchkGradeLevel": {
2388
+ "message": "GradeLevel:"
2389
+ },
2390
+ "searchkHDZRadBreak": {
2391
+ "message": "HDZRadBreak:"
2392
+ },
2393
+ "searchkHKGlyph": {
2394
+ "message": "HKGlyph:"
2395
+ },
2396
+ "searchkHangul": {
2397
+ "message": "Hangul:"
2398
+ },
2399
+ "searchkHanyuPinlu": {
2400
+ "message": "HanyuPinlu:"
2401
+ },
2402
+ "searchkIRGDaeJaweon": {
2403
+ "message": "IRGDaeJaweon:"
2404
+ },
2405
+ "searchkIRGDaiKanwaZiten": {
2406
+ "message": "IRGDaiKanwaZiten:"
2407
+ },
2408
+ "searchkJis0": {
2409
+ "message": "Jis0:"
2410
+ },
2411
+ "searchkKSC0": {
2412
+ "message": "KSC0:"
2413
+ },
2414
+ "searchkKorean": {
2415
+ "message": "Korean:"
2416
+ },
2417
+ "searchkMainlandTelegraph": {
2418
+ "message": "MainlandTelegraph:"
2419
+ },
2420
+ "searchkMorohashi": {
2421
+ "message": "Morohashi:"
2422
+ },
2423
+ "searchkPrimaryNumeric": {
2424
+ "message": "PrimaryNumeric:"
2425
+ },
2426
+ "searchkTaiwanTelegraph": {
2427
+ "message": "TaiwanTelegraph:"
2428
+ },
2429
+ "searchkXerox": {
2430
+ "message": "Xerox:"
2431
+ },
2432
+ "searchkGB5": {
2433
+ "message": "GB5:"
2434
+ },
2435
+ "searchkJis1": {
2436
+ "message": "Jis1:"
2437
+ },
2438
+ "searchkPseudoGB1": {
2439
+ "message": "PseudoGB1:"
2440
+ },
2441
+ "searchkGB3": {
2442
+ "message": "GB3:"
2443
+ },
2444
+ "searchkGB8": {
2445
+ "message": "GB8:"
2446
+ },
2447
+ "searchkKSC1": {
2448
+ "message": "KSC1:"
2449
+ },
2450
+ "searchkIBMJapan": {
2451
+ "message": "IBMJapan:"
2452
+ },
2453
+ "searchkRSKanWa": {
2454
+ "message": "RSKanWa:"
2455
+ },
2456
+ "searchkRSJapanese": {
2457
+ "message": "RSJapanese:"
2458
+ },
2459
+ "searchkAccountingNumeric": {
2460
+ "message": "AccountingNumeric:"
2461
+ },
2462
+ "searchkRSKorean": {
2463
+ "message": "RSKorean:"
2464
+ },
2465
+ "searchkGB7": {
2466
+ "message": "GB7:"
2467
+ },
2468
+ "searchkIRG_USource": {
2469
+ "message": "IRG USource:"
2470
+ },
2471
+ "searchkCompatibilityVariant": {
2472
+ "message": "CompatibilityVariant:"
2473
+ },
2474
+ "searchkStrange": {
2475
+ "message": "Strange:"
2476
+ },
2477
+ "searchGeneral_Category": {
2478
+ "message": "General Category"
2479
+ },
2480
+ "searchCanonical_Combining_Class": {
2481
+ "message": "Canonical Combining Class"
2482
+ },
2483
+ "searchBidi_Class": {
2484
+ "message": "Bidirectional Class"
2485
+ },
2486
+ "searchDecomposition_Type_and_Mapping": {
2487
+ "message": "Decomposition Type and Mapping"
2488
+ },
2489
+ "searchDecimal": {
2490
+ "message": "Decimal"
2491
+ },
2492
+ "searchDigit": {
2493
+ "message": "Digit"
2494
+ },
2495
+ "searchNumeric": {
2496
+ "message": "Numeric"
2497
+ },
2498
+ "searchBidi_Mirrored": {
2499
+ "message": "Bidirectional Mirrored"
2500
+ },
2501
+ "searchUnicode_1_Name": {
2502
+ "message": "Unicode 1 Name"
2503
+ },
2504
+ "searchISO_Comment": {
2505
+ "message": "ISO Comment"
2506
+ },
2507
+ "searchSimple_Uppercase_Mapping": {
2508
+ "message": "Simple Uppercase Mapping"
2509
+ },
2510
+ "searchSimple_Lowercase_Mapping": {
2511
+ "message": "Simple Lowercase Mapping"
2512
+ },
2513
+ "searchSimple_Titlecase_Mapping": {
2514
+ "message": "Simple Titlecase Mapping"
2515
+ },
2516
+ "General_CategoryLu": {
2517
+ "message": "Letter, Uppercase"
2518
+ },
2519
+ "General_CategoryLl": {
2520
+ "message": "Letter, Lowercase"
2521
+ },
2522
+ "General_CategoryLt": {
2523
+ "message": "Letter, Titlecase"
2524
+ },
2525
+ "General_CategoryLm": {
2526
+ "message": "Letter, Modifier"
2527
+ },
2528
+ "General_CategoryLo": {
2529
+ "message": "Letter, Other"
2530
+ },
2531
+ "General_CategoryMn": {
2532
+ "message": "Mark, Nonspacing"
2533
+ },
2534
+ "General_CategoryMc": {
2535
+ "message": "Mark, Spacing Combining"
2536
+ },
2537
+ "General_CategoryMe": {
2538
+ "message": "Mark, Enclosing"
2539
+ },
2540
+ "General_CategoryNd": {
2541
+ "message": "Number, Decimal Digit"
2542
+ },
2543
+ "General_CategoryNl": {
2544
+ "message": "Number, Letter"
2545
+ },
2546
+ "General_CategoryNo": {
2547
+ "message": "Number, Other"
2548
+ },
2549
+ "General_CategoryPc": {
2550
+ "message": "Punctuation, Connector"
2551
+ },
2552
+ "General_CategoryPd": {
2553
+ "message": "Punctuation, Dash"
2554
+ },
2555
+ "General_CategoryPs": {
2556
+ "message": "Punctuation, Open"
2557
+ },
2558
+ "General_CategoryPe": {
2559
+ "message": "Punctuation, Close"
2560
+ },
2561
+ "General_CategoryPi": {
2562
+ "message": "Punctuation, Initial quote (may behave like Punctuation, Open or Punctuation, Close depending on usage)"
2563
+ },
2564
+ "General_CategoryPf": {
2565
+ "message": "Punctuation, Final quote (may behave like Punctuation, Open or Punctuation, Close depending on usage)"
2566
+ },
2567
+ "General_CategoryPo": {
2568
+ "message": "Punctuation, Other"
2569
+ },
2570
+ "General_CategorySm": {
2571
+ "message": "Symbol, Math"
2572
+ },
2573
+ "General_CategorySc": {
2574
+ "message": "Symbol, Currency"
2575
+ },
2576
+ "General_CategorySk": {
2577
+ "message": "Symbol, Modifier"
2578
+ },
2579
+ "General_CategorySo": {
2580
+ "message": "Symbol, Other"
2581
+ },
2582
+ "General_CategoryZs": {
2583
+ "message": "Separator, Space"
2584
+ },
2585
+ "General_CategoryZl": {
2586
+ "message": "Separator, Line"
2587
+ },
2588
+ "General_CategoryZp": {
2589
+ "message": "Separator, Paragraph"
2590
+ },
2591
+ "General_CategoryCc": {
2592
+ "message": "Other, Control"
2593
+ },
2594
+ "General_CategoryCf": {
2595
+ "message": "Other, Format"
2596
+ },
2597
+ "General_CategoryCs": {
2598
+ "message": "Other, Surrogate"
2599
+ },
2600
+ "General_CategoryCo": {
2601
+ "message": "Other, Private Use"
2602
+ },
2603
+ "General_CategoryCn": {
2604
+ "message": "Other, Not Assigned"
2605
+ },
2606
+ "download_progress": {
2607
+ "message": "Download progress:"
2608
+ },
2609
+ "percentSign": {
2610
+ "message": "%"
2611
+ },
2612
+ "Finished_download": {
2613
+ "message": "Finished download"
2614
+ },
2615
+ "Problem_downloading": {
2616
+ "message": "There was a problem downloading the file. If trying it again doesn't work, you can find the file at http://brett-zamir.me/unicode_input_tool/Unihan6.sqlite and place it in your Firefox user profile directory."
2617
+ },
2618
+ "colon": {
2619
+ "message": ":"
2620
+ },
2621
+ "slash": {
2622
+ "message": "/"
2623
+ },
2624
+ "plane_num": {
2625
+ "message": "Plane {plane}:"
2626
+ },
2627
+ "plane_numNocolon": {
2628
+ "message": "Plane {number}"
2629
+ },
2630
+ "Noncharacter": {
2631
+ "message": "Reserved noncharacter"
2632
+ },
2633
+ "Private_use_character": {
2634
+ "message": "Private use character"
2635
+ },
2636
+ "High_Surrogate": {
2637
+ "message": "High Surrogate"
2638
+ },
2639
+ "High_Private_Use_Surrogate": {
2640
+ "message": "High Private Use Surrogate"
2641
+ },
2642
+ "Low_Surrogate": {
2643
+ "message": "Low Surrogate"
2644
+ },
2645
+ "shortened_Latin_Letters__Fullwidth_": {
2646
+ "message": "Latin Letters"
2647
+ },
2648
+ "shortened_ASCII_Punctuation__Fullwidth_": {
2649
+ "message": "ASCII Punctuation"
2650
+ },
2651
+ "shortened_ASCII_Digits__Fullwidth_": {
2652
+ "message": "ASCII Digits"
2653
+ },
2654
+ "shortened_Currency_Symbols__Fullwidth_": {
2655
+ "message": "Currency Symbols"
2656
+ },
2657
+ "shortened_Katakana__Halfwidth_": {
2658
+ "message": "Katakana"
2659
+ },
2660
+ "shortened_Jamo__Halfwidth_": {
2661
+ "message": "Jamo"
2662
+ },
2663
+ "shortened_full_and_half": {
2664
+ "message": "{fullAndHalf}"
2665
+ },
2666
+ "shortened_Fullwidth": {
2667
+ "message": "Fullwidth ({widthItems})"
2668
+ },
2669
+ "shortened_Halfwidth": {
2670
+ "message": "Halfwidth ({widthItems})"
2671
+ },
2672
+ "Not_found": {
2673
+ "message": "Undefined or not found"
2674
+ },
2675
+ "Not_found_hangul": {
2676
+ "message": "Not found (Hangul)"
2677
+ },
2678
+ "Request_status": {
2679
+ "message": "Request status"
2680
+ },
2681
+ "retrieving_description": {
2682
+ "message": "retrieving description..."
2683
+ },
2684
+ "DTDtextbox": {
2685
+ "message": ""
2686
+ },
2687
+ "currstartset": {
2688
+ "message": "a"
2689
+ },
2690
+ "startset": {
2691
+ "message": "a"
2692
+ },
2693
+ "Caucasian_Albanian": {
2694
+ "message": "Caucasian Albanian"
2695
+ },
2696
+ "Cyrillic_Extended_C": {
2697
+ "message": "Cyrillic Extended-C"
2698
+ },
2699
+ "Elbasan": {
2700
+ "message": "Elbasan"
2701
+ },
2702
+ "Georgian_Extended": {
2703
+ "message": "Georgian Extended"
2704
+ },
2705
+ "Glagolitic_Supplement": {
2706
+ "message": "Glagolitic Supplement"
2707
+ },
2708
+ "Latin_Extended_E": {
2709
+ "message": "Latin Extended-E"
2710
+ },
2711
+ "Linear_A": {
2712
+ "message": "Linear A"
2713
+ },
2714
+ "Old_Hungarian": {
2715
+ "message": "Old Hungarian"
2716
+ },
2717
+ "Old_Permic": {
2718
+ "message": "Old Permic"
2719
+ },
2720
+ "Modifier_Letters": {
2721
+ "message": "Modifier Letters"
2722
+ },
2723
+ "Superscripts_and_Subscripts": {
2724
+ "message": "Superscripts and Subscripts"
2725
+ },
2726
+ "Combining_Marks": {
2727
+ "message": "Combining Marks"
2728
+ },
2729
+ "Combining_Diacritical_Marks_Extended": {
2730
+ "message": "Combining Diacritical Marks Extended"
2731
+ },
2732
+ "Adlam": {
2733
+ "message": "Adlam"
2734
+ },
2735
+ "Bassa_Vah": {
2736
+ "message": "Bassa Vah"
2737
+ },
2738
+ "Coptic_Epact_Numbers": {
2739
+ "message": "Coptic Epact Numbers"
2740
+ },
2741
+ "Medefaidrin": {
2742
+ "message": "Medefaidrin"
2743
+ },
2744
+ "Mende_Kikakui": {
2745
+ "message": "Mende Kikakui"
2746
+ },
2747
+ "Meroitic": {
2748
+ "message": "Meroitic"
2749
+ },
2750
+ "Meroitic_Cursive": {
2751
+ "message": "Meroitic Cursive"
2752
+ },
2753
+ "Meroitic_Hieroglyphs": {
2754
+ "message": "Meroitic Hieroglyphs"
2755
+ },
2756
+ "Anatolian_Hieroglyphs": {
2757
+ "message": "Anatolian Hieroglyphs"
2758
+ },
2759
+ "Arabic_Extended_A": {
2760
+ "message": "Arabic Extended-A"
2761
+ },
2762
+ "Early_Dynastic_Cuneiform": {
2763
+ "message": "Early Dynastic Cuneiform"
2764
+ },
2765
+ "Hatran": {
2766
+ "message": "Hatran"
2767
+ },
2768
+ "Nabataean": {
2769
+ "message": "Nabataean"
2770
+ },
2771
+ "Old_North_Arabian": {
2772
+ "message": "Old North Arabian"
2773
+ },
2774
+ "Pahlavi__Psalter": {
2775
+ "message": "Pahlavi, Psalter"
2776
+ },
2777
+ "Palmyrene": {
2778
+ "message": "Palmyrene"
2779
+ },
2780
+ "Syriac_Supplement": {
2781
+ "message": "Syriac Supplement"
2782
+ },
2783
+ "Manichaean": {
2784
+ "message": "Manichaean"
2785
+ },
2786
+ "Marchen": {
2787
+ "message": "Marchen"
2788
+ },
2789
+ "Mongolian_Supplement": {
2790
+ "message": "Mongolian Supplement"
2791
+ },
2792
+ "Old_Sogdian": {
2793
+ "message": "Old Sogdian"
2794
+ },
2795
+ "Sogdian": {
2796
+ "message": "Sogdian"
2797
+ },
2798
+ "Soyombo": {
2799
+ "message": "Soyombo"
2800
+ },
2801
+ "Zanabazar_Square": {
2802
+ "message": "Zanabazar Square"
2803
+ },
2804
+ "Ahom": {
2805
+ "message": "Ahom"
2806
+ },
2807
+ "Bengali_and_Assamese": {
2808
+ "message": "Bengali and Assamese"
2809
+ },
2810
+ "Bhaiksuki": {
2811
+ "message": "Bhaiksuki"
2812
+ },
2813
+ "Chakma": {
2814
+ "message": "Chakma"
2815
+ },
2816
+ "Dogra": {
2817
+ "message": "Dogra"
2818
+ },
2819
+ "Grantha": {
2820
+ "message": "Grantha"
2821
+ },
2822
+ "Gunjala_Gondi": {
2823
+ "message": "Gunjala Gondi"
2824
+ },
2825
+ "Khojki": {
2826
+ "message": "Khojki"
2827
+ },
2828
+ "Khudawadi": {
2829
+ "message": "Khudawadi"
2830
+ },
2831
+ "Mahajani": {
2832
+ "message": "Mahajani"
2833
+ },
2834
+ "Masaram_Gondi": {
2835
+ "message": "Masaram Gondi"
2836
+ },
2837
+ "Meetei_Mayek_Extensions": {
2838
+ "message": "Meetei Mayek Extensions"
2839
+ },
2840
+ "Modi": {
2841
+ "message": "Modi"
2842
+ },
2843
+ "Mro": {
2844
+ "message": "Mro"
2845
+ },
2846
+ "Multani": {
2847
+ "message": "Multani"
2848
+ },
2849
+ "Newa": {
2850
+ "message": "Newa"
2851
+ },
2852
+ "Sharada": {
2853
+ "message": "Sharada"
2854
+ },
2855
+ "Siddham": {
2856
+ "message": "Siddham"
2857
+ },
2858
+ "Sinhala_Archaic_Numbers": {
2859
+ "message": "Sinhala Archaic Numbers"
2860
+ },
2861
+ "Sora_Sompeng": {
2862
+ "message": "Sora Sompeng"
2863
+ },
2864
+ "Takri": {
2865
+ "message": "Takri"
2866
+ },
2867
+ "Tirhuta": {
2868
+ "message": "Tirhuta"
2869
+ },
2870
+ "Warang_Citi": {
2871
+ "message": "Warang Citi"
2872
+ },
2873
+ "Southeast_Asian_Scripts": {
2874
+ "message": "Southeast Asian Scripts"
2875
+ },
2876
+ "Hanifi_Rohingya": {
2877
+ "message": "Hanifi Rohingya"
2878
+ },
2879
+ "Myanmar_Extended_B": {
2880
+ "message": "Myanmar Extended-B"
2881
+ },
2882
+ "Pahawh_Hmong": {
2883
+ "message": "Pahawh Hmong"
2884
+ },
2885
+ "Pau_Cin_Hau": {
2886
+ "message": "Pau Cin Hau"
2887
+ },
2888
+ "Makasar": {
2889
+ "message": "Makasar"
2890
+ },
2891
+ "Sundanese_Supplement": {
2892
+ "message": "Sundanese Supplement"
2893
+ },
2894
+ "CJK_Extension_A": {
2895
+ "message": "CJK Extension A"
2896
+ },
2897
+ "CJK_Extension_B": {
2898
+ "message": "CJK Extension B"
2899
+ },
2900
+ "CJK_Extension_C": {
2901
+ "message": "CJK Extension C"
2902
+ },
2903
+ "CJK_Extension_D": {
2904
+ "message": "CJK Extension D"
2905
+ },
2906
+ "CJK_Extension_E": {
2907
+ "message": "CJK Extension E"
2908
+ },
2909
+ "CJK_Extension_F": {
2910
+ "message": "CJK Extension F"
2911
+ },
2912
+ "Kana_Extended_A": {
2913
+ "message": "Kana Extended-A"
2914
+ },
2915
+ "Miao": {
2916
+ "message": "Miao"
2917
+ },
2918
+ "Nushu": {
2919
+ "message": "Nushu"
2920
+ },
2921
+ "Tangut": {
2922
+ "message": "Tangut"
2923
+ },
2924
+ "Tangut_Components": {
2925
+ "message": "Tangut Components"
2926
+ },
2927
+ "Cherokee_Supplement": {
2928
+ "message": "Cherokee Supplement"
2929
+ },
2930
+ "Osage": {
2931
+ "message": "Osage"
2932
+ },
2933
+ "Notational_Systems": {
2934
+ "message": "Notational Systems"
2935
+ },
2936
+ "Duployan": {
2937
+ "message": "Duployan"
2938
+ },
2939
+ "Shorthand_Format_Controls": {
2940
+ "message": "Shorthand Format Controls"
2941
+ },
2942
+ "Sutton_SignWriting": {
2943
+ "message": "Sutton SignWriting"
2944
+ },
2945
+ "Ideographic_Symbols_and_Punctuation": {
2946
+ "message": "Ideographic Symbols and Punctuation"
2947
+ },
2948
+ "Arabic_Mathematical_Alphabetic_Symbols": {
2949
+ "message": "Arabic Mathematical Alphabetic Symbols"
2950
+ },
2951
+ "Numbers___Digits": {
2952
+ "message": "Numbers & Digits"
2953
+ },
2954
+ "Indic_Siyaq_Numbers": {
2955
+ "message": "Indic Siyaq Numbers"
2956
+ },
2957
+ "Mayan_Numerals": {
2958
+ "message": "Mayan Numerals"
2959
+ },
2960
+ "Supplemental_Arrows_C": {
2961
+ "message": "Supplemental Arrows-C"
2962
+ },
2963
+ "Supplemental_Mathematical_Operators": {
2964
+ "message": "Supplemental Mathematical Operators"
2965
+ },
2966
+ "Miscellaneous_Mathematical_Symbols_A": {
2967
+ "message": "Miscellaneous Mathematical Symbols-A"
2968
+ },
2969
+ "Miscellaneous_Mathematical_Symbols_B": {
2970
+ "message": "Miscellaneous Mathematical Symbols-B"
2971
+ },
2972
+ "Geometric_Shapes_Extended": {
2973
+ "message": "Geometric Shapes Extended"
2974
+ },
2975
+ "Emoji___Pictographs": {
2976
+ "message": "Emoji & Pictographs"
2977
+ },
2978
+ "Ornamental_Dingbats": {
2979
+ "message": "Ornamental Dingbats"
2980
+ },
2981
+ "Supplemental_Symbols_and_Pictographs": {
2982
+ "message": "Supplemental Symbols and Pictographs"
2983
+ },
2984
+ "Dollar_Sign__Euro_Sign": {
2985
+ "message": "Dollar Sign, Euro Sign"
2986
+ },
2987
+ "Chess_Symbols": {
2988
+ "message": "Chess Symbols"
2989
+ },
2990
+ "Controls__tC0__tC1": {
2991
+ "message": "Controls:\\tC0,\\tC1"
2992
+ },
2993
+ "Range_in_Arabic_Presentation_Forms_A": {
2994
+ "message": "Range in Arabic Presentation Forms-A"
2995
+ },
2996
+ "Range_in_Specials": {
2997
+ "message": "Range in Specials"
2998
+ },
2999
+ "BMP__Plane_1__Plane_2__Plane_3__Plane_4__Plane_5__Plane_6__Plane_7__Plane_8__Plane_9__Plane_10__Plane_11__Plane_12__Plane_13__Plane_14__Plane_15__Plane_16": {
3000
+ "message": "BMP, Plane 1, \\n Plane 2, \\n Plane 3, \\n Plane 4, \\n Plane 5, \\n Plane 6, \\n Plane 7, \\n Plane 8,\\n Plane 9, \\n Plane 10, \\n Plane 11, \\n Plane 12, \\n Plane 13,\\n Plane 14, \\n Plane 15, \\n Plane 16"
3001
+ },
3002
+ "choose_a_font": {
3003
+ "message": "Or choose a font"
3004
+ },
3005
+ "Egyptian_Hieroglyph_Format_Controls": {
3006
+ "message": "Egyptian Hieroglyph Format Controls"
3007
+ },
3008
+ "Chorasmian": {
3009
+ "message": "Chorasmian"
3010
+ },
3011
+ "Elymaic": {
3012
+ "message": "Elymaic"
3013
+ },
3014
+ "Yezidi": {
3015
+ "message": "Yezidi"
3016
+ },
3017
+ "Dives_Akuru": {
3018
+ "message": "Dives Akuru"
3019
+ },
3020
+ "Nandinagari": {
3021
+ "message": "Nandinagari"
3022
+ },
3023
+ "Tamil_Supplement": {
3024
+ "message": "Tamil Supplement"
3025
+ },
3026
+ "Wancho": {
3027
+ "message": "Wancho"
3028
+ },
3029
+ "Nyiakeng_Puachue_Hmong": {
3030
+ "message": "Nyiakeng Puachue Hmong"
3031
+ },
3032
+ "CJK_Extension_G": {
3033
+ "message": "CJK Extension G"
3034
+ },
3035
+ "CJK_Radicals___Kangxi_Radicals": {
3036
+ "message": "CJK Radicals / Kangxi Radicals"
3037
+ },
3038
+ "Small_Kana_Extension": {
3039
+ "message": "Small Kana Extension"
3040
+ },
3041
+ "Khitan_Small_Script": {
3042
+ "message": "Khitan Small Script"
3043
+ },
3044
+ "Lisu_Supplement": {
3045
+ "message": "Lisu Supplement"
3046
+ },
3047
+ "Tangut_Supplement": {
3048
+ "message": "Tangut Supplement"
3049
+ },
3050
+ "Ottoman_Siyaq_Numbers": {
3051
+ "message": "Ottoman Siyaq Numbers"
3052
+ },
3053
+ "Symbols_and_Pictographs_Extended_A": {
3054
+ "message": "Symbols and Pictographs Extended-A"
3055
+ },
3056
+ "Symbols_for_Legacy_Computing": {
3057
+ "message": "Symbols for Legacy Computing"
3058
+ },
3059
+ "Cypro_Minoan": {
3060
+ "message": "Cypro-Minoan"
3061
+ },
3062
+ "Latin_Extended_F": {
3063
+ "message": "Latin Extended-F"
3064
+ },
3065
+ "Latin_Extended_G": {
3066
+ "message": "Latin Extended-G"
3067
+ },
3068
+ "Vithkuqi": {
3069
+ "message": "Vithkuqi"
3070
+ },
3071
+ "Ethiopic_Extended_B": {
3072
+ "message": "Ethiopic Extended-B"
3073
+ },
3074
+ "Arabic_Extended_B": {
3075
+ "message": "Arabic Extended-B"
3076
+ },
3077
+ "Old_Uyghur": {
3078
+ "message": "Old Uyghur"
3079
+ },
3080
+ "Toto": {
3081
+ "message": "Toto"
3082
+ },
3083
+ "Tangsa": {
3084
+ "message": "Tangsa"
3085
+ },
3086
+ "Kana_Extended_B": {
3087
+ "message": "Kana Extended-B"
3088
+ },
3089
+ "UCAS_Extended_A": {
3090
+ "message": "UCAS Extended-A"
3091
+ },
3092
+ "Znamenny_Musical_Notation": {
3093
+ "message": "Znamenny Musical Notation"
3094
+ },
3095
+ "Cyrillic_Extended_D": {
3096
+ "message": "Cyrillic Extended-D"
3097
+ },
3098
+ "Miscellaneous": {
3099
+ "message": "Miscellaneous"
3100
+ },
3101
+ "Arabic_Extended_C": {
3102
+ "message": "Arabic Extended-C"
3103
+ },
3104
+ "Devanagari_Extended_A": {
3105
+ "message": "Devanagari Extended-A"
3106
+ },
3107
+ "Nag_Mundari": {
3108
+ "message": "Nag Mundari"
3109
+ },
3110
+ "Indonesian___Philippine_Scripts": {
3111
+ "message": "Indonesian & Philippine Scripts"
3112
+ },
3113
+ "Kawi": {
3114
+ "message": "Kawi"
3115
+ },
3116
+ "CJK_Extension_H": {
3117
+ "message": "CJK Extension H"
3118
+ },
3119
+ "Kaktovik_Numerals": {
3120
+ "message": "Kaktovik Numerals"
3121
+ },
3122
+ "CJK_Extension_I": {
3123
+ "message": "CJK Extension I"
3124
+ }
3125
+ }
3126
+ }