xinference 0.6.5__py3-none-any.whl → 0.7.1__py3-none-any.whl

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.

Potentially problematic release.


This version of xinference might be problematic. Click here for more details.

Files changed (243) hide show
  1. xinference/_version.py +3 -3
  2. xinference/api/restful_api.py +18 -4
  3. xinference/core/model.py +33 -10
  4. xinference/core/supervisor.py +10 -0
  5. xinference/core/worker.py +40 -13
  6. xinference/deploy/utils.py +4 -1
  7. xinference/model/embedding/__init__.py +5 -1
  8. xinference/model/embedding/core.py +10 -7
  9. xinference/model/llm/ggml/chatglm.py +7 -5
  10. xinference/model/llm/llm_family.py +41 -15
  11. xinference/model/llm/pytorch/core.py +1 -0
  12. xinference/model/llm/pytorch/utils.py +3 -0
  13. xinference/model/llm/vllm/core.py +8 -2
  14. xinference/model/rerank/__init__.py +5 -1
  15. xinference/model/rerank/core.py +7 -6
  16. xinference/model/utils.py +38 -2
  17. xinference/types.py +4 -4
  18. xinference/web/ui/build/asset-manifest.json +3 -3
  19. xinference/web/ui/build/index.html +1 -1
  20. xinference/web/ui/build/static/js/main.778615cc.js +3 -0
  21. xinference/web/ui/build/static/js/main.778615cc.js.map +1 -0
  22. xinference/web/ui/node_modules/.cache/babel-loader/0cccfbe5d963b8e31eb679f9d9677392839cedd04aa2956ac6b33cf19599d597.json +1 -0
  23. xinference/web/ui/node_modules/.cache/babel-loader/2f651cf60b1bde50c0601c7110f77dd44819fb6e2501ff748a631724d91445d4.json +1 -0
  24. xinference/web/ui/node_modules/.cache/babel-loader/35204b265d70210394b0a8571e5b01c8c0f9a748437b8a923961e3560ae3d550.json +1 -0
  25. xinference/web/ui/node_modules/.cache/babel-loader/47887a9524ffeecdc2a7839dace146b24f97a5564fc3d431d6179ad2b153cf1f.json +1 -0
  26. xinference/web/ui/node_modules/.cache/babel-loader/483eb7e5f01e34c6a42ad7c64dad550ff945ee21053a52c2e5e7ebe108b85411.json +1 -0
  27. xinference/web/ui/node_modules/.cache/babel-loader/667753ce39ce1d4bcbf9a5f1a103d653be1d19d42f4e1fbaceb9b507679a52c7.json +1 -0
  28. xinference/web/ui/node_modules/.cache/babel-loader/6a60ae66b29c2f3634fd081d369b9e63b4522fe18eb9e43e9979d1ff264b68ad.json +1 -0
  29. xinference/web/ui/node_modules/.cache/babel-loader/6e63957e4e0801705c6cb258379bfda0007ce6c3ddd2e3b62898b68455c3edf4.json +1 -0
  30. xinference/web/ui/node_modules/.cache/babel-loader/8d2b0b3c6988d1894694dcbbe708ef91cfe62d62dac317031f09915ced637953.json +1 -0
  31. xinference/web/ui/node_modules/.cache/babel-loader/8d77975a2735d67a618407026e5325608ccd66f1b379a74faf35b4087db536f3.json +1 -0
  32. xinference/web/ui/node_modules/.cache/babel-loader/a158a9ffa0c9b169aee53dd4a0c44501a596755b4e4f6ede7746d65a72e2a71f.json +1 -0
  33. xinference/web/ui/node_modules/.cache/babel-loader/a5e2e9f707eb7039bea096ca117d996b8f9cbc2a5613fd8e0c5b0094444ce23c.json +1 -0
  34. xinference/web/ui/node_modules/.cache/babel-loader/b374bf2be1eac3cff5e0a8528a8e816e266ece911f714c123110961798a93a3b.json +1 -0
  35. xinference/web/ui/node_modules/.cache/babel-loader/d8a42e9df7157de9f28eecefdf178fd113bf2280d28471b6e32a8a45276042df.json +1 -0
  36. xinference/web/ui/node_modules/.cache/babel-loader/e26750d9556e9741912333349e4da454c53dbfddbfc6002ab49518dcf02af745.json +1 -0
  37. xinference/web/ui/node_modules/.cache/babel-loader/ed010102f476cd1a22b49be031a7f94f2ab3dd7ba8bf58839a771d46e28ff559.json +1 -0
  38. xinference/web/ui/node_modules/.cache/babel-loader/ef42ec014d7bc373b874b2a1ff0dcd785490f125e913698bc049b0bd778e4d66.json +1 -0
  39. xinference/web/ui/node_modules/.cache/babel-loader/fe3eb4d76c79ca98833f686d642224eeeb94cc83ad14300d281623796d087f0a.json +1 -0
  40. xinference/web/ui/node_modules/.cache/babel-loader/fe653ca0ca4297b415c0be4013574870d0465a657ae0f3d3f5b66ef6a831390c.json +1 -0
  41. xinference/web/ui/node_modules/.package-lock.json +1077 -405
  42. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +163 -3
  43. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/package.json +1 -1
  44. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/ignore/package.json +64 -0
  45. xinference/web/ui/node_modules/@eslint/eslintrc/package.json +18 -37
  46. xinference/web/ui/node_modules/@eslint/js/package.json +1 -1
  47. xinference/web/ui/node_modules/@eslint-community/regexpp/package.json +9 -4
  48. xinference/web/ui/node_modules/@humanwhocodes/config-array/package.json +14 -14
  49. xinference/web/ui/node_modules/@rushstack/eslint-patch/package.json +6 -4
  50. xinference/web/ui/node_modules/@types/semver/package.json +15 -15
  51. xinference/web/ui/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
  52. xinference/web/ui/node_modules/@ungap/structured-clone/package.json +53 -0
  53. xinference/web/ui/node_modules/ansi-colors/package.json +129 -0
  54. xinference/web/ui/node_modules/array-includes/package.json +8 -8
  55. xinference/web/ui/node_modules/array.prototype.findlastindex/package.json +120 -0
  56. xinference/web/ui/node_modules/array.prototype.flat/package.json +8 -8
  57. xinference/web/ui/node_modules/array.prototype.flatmap/package.json +8 -8
  58. xinference/web/ui/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  59. xinference/web/ui/node_modules/ast-types-flow/package.json +2 -2
  60. xinference/web/ui/node_modules/astral-regex/package.json +33 -0
  61. xinference/web/ui/node_modules/asynciterator.prototype/package.json +72 -0
  62. xinference/web/ui/node_modules/axe-core/locales/_template.json +0 -12
  63. xinference/web/ui/node_modules/axe-core/package.json +1 -2
  64. xinference/web/ui/node_modules/axe-core/sri-history.json +0 -8
  65. xinference/web/ui/node_modules/call-bind/package.json +33 -23
  66. xinference/web/ui/node_modules/define-data-property/package.json +113 -0
  67. xinference/web/ui/node_modules/define-data-property/tsconfig.json +59 -0
  68. xinference/web/ui/node_modules/define-properties/package.json +5 -4
  69. xinference/web/ui/node_modules/enquirer/package.json +112 -0
  70. xinference/web/ui/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  71. xinference/web/ui/node_modules/es-abstract/package.json +29 -23
  72. xinference/web/ui/node_modules/es-iterator-helpers/index.json +17 -0
  73. xinference/web/ui/node_modules/es-iterator-helpers/package.json +185 -0
  74. xinference/web/ui/node_modules/eslint/conf/{rule-type-list.json → category-list.json} +9 -6
  75. xinference/web/ui/node_modules/eslint/node_modules/@babel/code-frame/package.json +25 -0
  76. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
  77. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/package.json +39 -0
  78. xinference/web/ui/node_modules/eslint/node_modules/glob-parent/package.json +48 -0
  79. xinference/web/ui/node_modules/eslint/node_modules/ignore/package.json +64 -0
  80. xinference/web/ui/node_modules/eslint/package.json +53 -82
  81. xinference/web/ui/node_modules/eslint-config-prettier/package.json +13 -0
  82. xinference/web/ui/node_modules/eslint-import-resolver-node/package.json +3 -3
  83. xinference/web/ui/node_modules/eslint-plugin-import/package.json +22 -17
  84. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/package.json +25 -24
  85. xinference/web/ui/node_modules/eslint-plugin-simple-import-sort/package.json +23 -0
  86. xinference/web/ui/node_modules/eslint-plugin-testing-library/package.json +1 -1
  87. xinference/web/ui/node_modules/eslint-scope/package.json +19 -34
  88. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  89. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +40 -0
  90. xinference/web/ui/node_modules/eslint-utils/package.json +65 -0
  91. xinference/web/ui/node_modules/eslint-visitor-keys/package.json +15 -15
  92. xinference/web/ui/node_modules/espree/node_modules/acorn/package.json +35 -0
  93. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  94. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/package.json +40 -0
  95. xinference/web/ui/node_modules/espree/package.json +27 -51
  96. xinference/web/ui/node_modules/function-bind/package.json +38 -14
  97. xinference/web/ui/node_modules/function.prototype.name/package.json +32 -13
  98. xinference/web/ui/node_modules/functional-red-black-tree/package.json +40 -0
  99. xinference/web/ui/node_modules/get-intrinsic/package.json +11 -11
  100. xinference/web/ui/node_modules/hasown/package.json +91 -0
  101. xinference/web/ui/node_modules/hasown/tsconfig.json +49 -0
  102. xinference/web/ui/node_modules/is-async-function/package.json +86 -0
  103. xinference/web/ui/node_modules/is-core-module/core.json +3 -3
  104. xinference/web/ui/node_modules/is-core-module/package.json +7 -7
  105. xinference/web/ui/node_modules/is-finalizationregistry/package.json +67 -0
  106. xinference/web/ui/node_modules/is-generator-function/package.json +87 -0
  107. xinference/web/ui/node_modules/is-typed-array/package.json +8 -10
  108. xinference/web/ui/node_modules/iterator.prototype/package.json +73 -0
  109. xinference/web/ui/node_modules/jsx-ast-utils/package.json +5 -5
  110. xinference/web/ui/node_modules/language-tags/package.json +48 -8
  111. xinference/web/ui/node_modules/lodash.truncate/package.json +17 -0
  112. xinference/web/ui/node_modules/object-inspect/package.json +8 -6
  113. xinference/web/ui/node_modules/object.entries/package.json +7 -7
  114. xinference/web/ui/node_modules/object.fromentries/package.json +7 -7
  115. xinference/web/ui/node_modules/object.groupby/package.json +83 -0
  116. xinference/web/ui/node_modules/object.values/package.json +7 -7
  117. xinference/web/ui/node_modules/prettier/package.json +21 -0
  118. xinference/web/ui/node_modules/progress/package.json +26 -0
  119. xinference/web/ui/node_modules/react-scripts/node_modules/@eslint/eslintrc/package.json +82 -0
  120. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/config-array/package.json +61 -0
  121. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/object-schema/package.json +33 -0
  122. xinference/web/ui/node_modules/react-scripts/node_modules/ansi-styles/package.json +56 -0
  123. xinference/web/ui/node_modules/react-scripts/node_modules/chalk/package.json +68 -0
  124. xinference/web/ui/node_modules/react-scripts/node_modules/color-convert/package.json +48 -0
  125. xinference/web/ui/node_modules/react-scripts/node_modules/color-name/package.json +28 -0
  126. xinference/web/ui/node_modules/react-scripts/node_modules/escape-string-regexp/package.json +38 -0
  127. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/replacements.json +22 -0
  128. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/rule-type-list.json +28 -0
  129. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/package.json +179 -0
  130. xinference/web/ui/node_modules/react-scripts/node_modules/eslint-scope/package.json +63 -0
  131. xinference/web/ui/node_modules/react-scripts/node_modules/espree/package.json +88 -0
  132. xinference/web/ui/node_modules/react-scripts/node_modules/globals/globals.json +1974 -0
  133. xinference/web/ui/node_modules/react-scripts/node_modules/globals/package.json +55 -0
  134. xinference/web/ui/node_modules/react-scripts/node_modules/has-flag/package.json +46 -0
  135. xinference/web/ui/node_modules/react-scripts/node_modules/supports-color/package.json +53 -0
  136. xinference/web/ui/node_modules/react-scripts/node_modules/type-fest/package.json +58 -0
  137. xinference/web/ui/node_modules/reflect.getprototypeof/package.json +99 -0
  138. xinference/web/ui/node_modules/regexp.prototype.flags/package.json +8 -7
  139. xinference/web/ui/node_modules/regexpp/package.json +91 -0
  140. xinference/web/ui/node_modules/resolve/lib/core.json +4 -1
  141. xinference/web/ui/node_modules/resolve/package.json +9 -8
  142. xinference/web/ui/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  143. xinference/web/ui/node_modules/safe-array-concat/package.json +5 -5
  144. xinference/web/ui/node_modules/set-function-length/package.json +84 -0
  145. xinference/web/ui/node_modules/set-function-name/package.json +80 -0
  146. xinference/web/ui/node_modules/slice-ansi/node_modules/ansi-styles/package.json +56 -0
  147. xinference/web/ui/node_modules/slice-ansi/node_modules/color-convert/package.json +48 -0
  148. xinference/web/ui/node_modules/slice-ansi/node_modules/color-name/package.json +28 -0
  149. xinference/web/ui/node_modules/slice-ansi/package.json +52 -0
  150. xinference/web/ui/node_modules/string.prototype.trim/package.json +7 -7
  151. xinference/web/ui/node_modules/string.prototype.trimend/package.json +7 -7
  152. xinference/web/ui/node_modules/string.prototype.trimstart/package.json +7 -7
  153. xinference/web/ui/node_modules/table/dist/src/schemas/config.json +95 -0
  154. xinference/web/ui/node_modules/table/dist/src/schemas/shared.json +139 -0
  155. xinference/web/ui/node_modules/table/dist/src/schemas/streamConfig.json +25 -0
  156. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/data.json +13 -0
  157. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  158. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  159. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  160. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  161. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  162. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  163. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
  164. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  165. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  166. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  167. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  168. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  169. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  170. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  171. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
  172. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
  173. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  174. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
  175. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/data.json +13 -0
  176. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  177. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  178. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  179. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  180. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  181. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  182. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
  183. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  184. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  185. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  186. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  187. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  188. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  189. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  190. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
  191. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
  192. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
  193. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
  194. xinference/web/ui/node_modules/table/node_modules/ajv/package.json +126 -0
  195. xinference/web/ui/node_modules/table/node_modules/json-schema-traverse/package.json +43 -0
  196. xinference/web/ui/node_modules/table/package.json +77 -0
  197. xinference/web/ui/node_modules/typed-array-buffer/package.json +73 -0
  198. xinference/web/ui/node_modules/typed-array-byte-length/package.json +98 -0
  199. xinference/web/ui/node_modules/v8-compile-cache/package.json +34 -0
  200. xinference/web/ui/node_modules/which-builtin-type/package.json +93 -0
  201. xinference/web/ui/node_modules/which-typed-array/package.json +4 -5
  202. xinference/web/ui/package-lock.json +1085 -406
  203. xinference/web/ui/package.json +10 -2
  204. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/METADATA +46 -35
  205. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/RECORD +217 -110
  206. xinference/web/ui/build/static/js/main.9b46963e.js +0 -3
  207. xinference/web/ui/build/static/js/main.9b46963e.js.map +0 -1
  208. xinference/web/ui/node_modules/.cache/babel-loader/06363becf51869c421a8b3e34b4e3f50aa0aac3d590446044f9412e379f4ebbe.json +0 -1
  209. xinference/web/ui/node_modules/.cache/babel-loader/2849edddeb99a8ecdda577e810eead74b8f8a291cdfbd987839d604666ed79d0.json +0 -1
  210. xinference/web/ui/node_modules/.cache/babel-loader/2c774712d327cdf0b192aaa22785ec380e9427c587350c33289828d99e9c4abc.json +0 -1
  211. xinference/web/ui/node_modules/.cache/babel-loader/34c578e50d3040519ca8dc28bf0f7fec8674c2d6c0fcc3e98401c0a3f9f013cf.json +0 -1
  212. xinference/web/ui/node_modules/.cache/babel-loader/5933910e7c33febbabc0297ef7ba80f5e53ed96aa125b6a44ff2910aec29ced1.json +0 -1
  213. xinference/web/ui/node_modules/.cache/babel-loader/5e18a8354ea03d22a967fd8cb2171aa798edcb3da5d66ab1fd3b9663affd0abe.json +0 -1
  214. xinference/web/ui/node_modules/.cache/babel-loader/717cd7c186ace4812d1e602bdd299d8dc507f072670cc43974d53aac2574df5d.json +0 -1
  215. xinference/web/ui/node_modules/.cache/babel-loader/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +0 -1
  216. xinference/web/ui/node_modules/.cache/babel-loader/aad919619ddb400e30bf9886f3ad7f59d5ec7cdbb98ed8b8442565bb19164237.json +0 -1
  217. xinference/web/ui/node_modules/.cache/babel-loader/adaec65f73accce3171b51b0fbcbfd8d0cd83f81a2e1b28eb34148644875499a.json +0 -1
  218. xinference/web/ui/node_modules/.cache/babel-loader/ae8f44c77c2e6f79680fe32fb00174183cd867093ebbda967b8985c33cc10fa2.json +0 -1
  219. xinference/web/ui/node_modules/.cache/babel-loader/b10bd04b4d6e28bfcaaaab37b0a4c1986e87a5b7e62e5ce4d56019880ef26990.json +0 -1
  220. xinference/web/ui/node_modules/.cache/babel-loader/cfc5da1cedee985a556e04865affccb72d0f624cbfb73da348bbe8693e8a4983.json +0 -1
  221. xinference/web/ui/node_modules/.cache/babel-loader/eebd0123c4b4396737e56b9181406a9fd76b107dd32971d23b0de99f51dd38d6.json +0 -1
  222. xinference/web/ui/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  223. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/eslint-scope/package.json +0 -48
  224. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/estraverse/package.json +0 -40
  225. xinference/web/ui/node_modules/eslint/node_modules/argparse/package.json +0 -31
  226. xinference/web/ui/node_modules/eslint/node_modules/js-yaml/package.json +0 -66
  227. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/node_modules/semver/package.json +0 -38
  228. xinference/web/ui/node_modules/function-bind/.jscs.json +0 -176
  229. xinference/web/ui/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  230. xinference/web/ui/node_modules/webpack/node_modules/eslint-scope/package.json +0 -48
  231. xinference/web/ui/node_modules/webpack/node_modules/estraverse/package.json +0 -40
  232. /xinference/web/ui/build/static/js/{main.9b46963e.js.LICENSE.txt → main.778615cc.js.LICENSE.txt} +0 -0
  233. /xinference/web/ui/node_modules/{@nicolo-ribaudo/eslint-scope-5-internals → eslint-scope}/node_modules/estraverse/package.json +0 -0
  234. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/argparse/package.json +0 -0
  235. /xinference/web/ui/node_modules/{eslint → react-scripts/node_modules/eslint}/lib/cli-engine/formatters/formatters-meta.json +0 -0
  236. /xinference/web/ui/node_modules/{eslint-config-react-app → react-scripts/node_modules/eslint-config-react-app}/package.json +0 -0
  237. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/dist/configs/recommended.json +0 -0
  238. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/package.json +0 -0
  239. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/js-yaml/package.json +0 -0
  240. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/LICENSE +0 -0
  241. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/WHEEL +0 -0
  242. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/entry_points.txt +0 -0
  243. {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1430 @@
1
+ {
2
+ "C": {
3
+ "a": "A",
4
+ "b": "B",
5
+ "c": "C",
6
+ "d": "D",
7
+ "e": "E",
8
+ "f": "F",
9
+ "g": "G",
10
+ "h": "H",
11
+ "i": "I",
12
+ "j": "J",
13
+ "k": "K",
14
+ "l": "L",
15
+ "m": "M",
16
+ "n": "N",
17
+ "o": "O",
18
+ "p": "P",
19
+ "q": "Q",
20
+ "r": "R",
21
+ "s": "ſ",
22
+ "t": "T",
23
+ "u": "U",
24
+ "v": "V",
25
+ "w": "W",
26
+ "x": "X",
27
+ "y": "Y",
28
+ "z": "Z",
29
+ "μ": "Μ",
30
+ "à": "À",
31
+ "á": "Á",
32
+ "â": "Â",
33
+ "ã": "Ã",
34
+ "ä": "Ä",
35
+ "å": "Å",
36
+ "æ": "Æ",
37
+ "ç": "Ç",
38
+ "è": "È",
39
+ "é": "É",
40
+ "ê": "Ê",
41
+ "ë": "Ë",
42
+ "ì": "Ì",
43
+ "í": "Í",
44
+ "î": "Î",
45
+ "ï": "Ï",
46
+ "ð": "Ð",
47
+ "ñ": "Ñ",
48
+ "ò": "Ò",
49
+ "ó": "Ó",
50
+ "ô": "Ô",
51
+ "õ": "Õ",
52
+ "ö": "Ö",
53
+ "ø": "Ø",
54
+ "ù": "Ù",
55
+ "ú": "Ú",
56
+ "û": "Û",
57
+ "ü": "Ü",
58
+ "ý": "Ý",
59
+ "þ": "Þ",
60
+ "ā": "Ā",
61
+ "ă": "Ă",
62
+ "ą": "Ą",
63
+ "ć": "Ć",
64
+ "ĉ": "Ĉ",
65
+ "ċ": "Ċ",
66
+ "č": "Č",
67
+ "ď": "Ď",
68
+ "đ": "Đ",
69
+ "ē": "Ē",
70
+ "ĕ": "Ĕ",
71
+ "ė": "Ė",
72
+ "ę": "Ę",
73
+ "ě": "Ě",
74
+ "ĝ": "Ĝ",
75
+ "ğ": "Ğ",
76
+ "ġ": "Ġ",
77
+ "ģ": "Ģ",
78
+ "ĥ": "Ĥ",
79
+ "ħ": "Ħ",
80
+ "ĩ": "Ĩ",
81
+ "ī": "Ī",
82
+ "ĭ": "Ĭ",
83
+ "į": "Į",
84
+ "ij": "IJ",
85
+ "ĵ": "Ĵ",
86
+ "ķ": "Ķ",
87
+ "ĺ": "Ĺ",
88
+ "ļ": "Ļ",
89
+ "ľ": "Ľ",
90
+ "ŀ": "Ŀ",
91
+ "ł": "Ł",
92
+ "ń": "Ń",
93
+ "ņ": "Ņ",
94
+ "ň": "Ň",
95
+ "ŋ": "Ŋ",
96
+ "ō": "Ō",
97
+ "ŏ": "Ŏ",
98
+ "ő": "Ő",
99
+ "œ": "Œ",
100
+ "ŕ": "Ŕ",
101
+ "ŗ": "Ŗ",
102
+ "ř": "Ř",
103
+ "ś": "Ś",
104
+ "ŝ": "Ŝ",
105
+ "ş": "Ş",
106
+ "š": "Š",
107
+ "ţ": "Ţ",
108
+ "ť": "Ť",
109
+ "ŧ": "Ŧ",
110
+ "ũ": "Ũ",
111
+ "ū": "Ū",
112
+ "ŭ": "Ŭ",
113
+ "ů": "Ů",
114
+ "ű": "Ű",
115
+ "ų": "Ų",
116
+ "ŵ": "Ŵ",
117
+ "ŷ": "Ŷ",
118
+ "ÿ": "Ÿ",
119
+ "ź": "Ź",
120
+ "ż": "Ż",
121
+ "ž": "Ž",
122
+ "ɓ": "Ɓ",
123
+ "ƃ": "Ƃ",
124
+ "ƅ": "Ƅ",
125
+ "ɔ": "Ɔ",
126
+ "ƈ": "Ƈ",
127
+ "ɖ": "Ɖ",
128
+ "ɗ": "Ɗ",
129
+ "ƌ": "Ƌ",
130
+ "ǝ": "Ǝ",
131
+ "ə": "Ə",
132
+ "ɛ": "Ɛ",
133
+ "ƒ": "Ƒ",
134
+ "ɠ": "Ɠ",
135
+ "ɣ": "Ɣ",
136
+ "ɩ": "Ɩ",
137
+ "ɨ": "Ɨ",
138
+ "ƙ": "Ƙ",
139
+ "ɯ": "Ɯ",
140
+ "ɲ": "Ɲ",
141
+ "ɵ": "Ɵ",
142
+ "ơ": "Ơ",
143
+ "ƣ": "Ƣ",
144
+ "ƥ": "Ƥ",
145
+ "ʀ": "Ʀ",
146
+ "ƨ": "Ƨ",
147
+ "ʃ": "Ʃ",
148
+ "ƭ": "Ƭ",
149
+ "ʈ": "Ʈ",
150
+ "ư": "Ư",
151
+ "ʊ": "Ʊ",
152
+ "ʋ": "Ʋ",
153
+ "ƴ": "Ƴ",
154
+ "ƶ": "Ƶ",
155
+ "ʒ": "Ʒ",
156
+ "ƹ": "Ƹ",
157
+ "ƽ": "Ƽ",
158
+ "dž": "Dž",
159
+ "lj": "Lj",
160
+ "nj": "Nj",
161
+ "ǎ": "Ǎ",
162
+ "ǐ": "Ǐ",
163
+ "ǒ": "Ǒ",
164
+ "ǔ": "Ǔ",
165
+ "ǖ": "Ǖ",
166
+ "ǘ": "Ǘ",
167
+ "ǚ": "Ǚ",
168
+ "ǜ": "Ǜ",
169
+ "ǟ": "Ǟ",
170
+ "ǡ": "Ǡ",
171
+ "ǣ": "Ǣ",
172
+ "ǥ": "Ǥ",
173
+ "ǧ": "Ǧ",
174
+ "ǩ": "Ǩ",
175
+ "ǫ": "Ǫ",
176
+ "ǭ": "Ǭ",
177
+ "ǯ": "Ǯ",
178
+ "dz": "Dz",
179
+ "ǵ": "Ǵ",
180
+ "ƕ": "Ƕ",
181
+ "ƿ": "Ƿ",
182
+ "ǹ": "Ǹ",
183
+ "ǻ": "Ǻ",
184
+ "ǽ": "Ǽ",
185
+ "ǿ": "Ǿ",
186
+ "ȁ": "Ȁ",
187
+ "ȃ": "Ȃ",
188
+ "ȅ": "Ȅ",
189
+ "ȇ": "Ȇ",
190
+ "ȉ": "Ȉ",
191
+ "ȋ": "Ȋ",
192
+ "ȍ": "Ȍ",
193
+ "ȏ": "Ȏ",
194
+ "ȑ": "Ȑ",
195
+ "ȓ": "Ȓ",
196
+ "ȕ": "Ȕ",
197
+ "ȗ": "Ȗ",
198
+ "ș": "Ș",
199
+ "ț": "Ț",
200
+ "ȝ": "Ȝ",
201
+ "ȟ": "Ȟ",
202
+ "ƞ": "Ƞ",
203
+ "ȣ": "Ȣ",
204
+ "ȥ": "Ȥ",
205
+ "ȧ": "Ȧ",
206
+ "ȩ": "Ȩ",
207
+ "ȫ": "Ȫ",
208
+ "ȭ": "Ȭ",
209
+ "ȯ": "Ȯ",
210
+ "ȱ": "Ȱ",
211
+ "ȳ": "Ȳ",
212
+ "ⱥ": "Ⱥ",
213
+ "ȼ": "Ȼ",
214
+ "ƚ": "Ƚ",
215
+ "ⱦ": "Ⱦ",
216
+ "ɂ": "Ɂ",
217
+ "ƀ": "Ƀ",
218
+ "ʉ": "Ʉ",
219
+ "ʌ": "Ʌ",
220
+ "ɇ": "Ɇ",
221
+ "ɉ": "Ɉ",
222
+ "ɋ": "Ɋ",
223
+ "ɍ": "Ɍ",
224
+ "ɏ": "Ɏ",
225
+ "ι": "ι",
226
+ "ͱ": "Ͱ",
227
+ "ͳ": "Ͳ",
228
+ "ͷ": "Ͷ",
229
+ "ϳ": "Ϳ",
230
+ "ά": "Ά",
231
+ "έ": "Έ",
232
+ "ή": "Ή",
233
+ "ί": "Ί",
234
+ "ό": "Ό",
235
+ "ύ": "Ύ",
236
+ "ώ": "Ώ",
237
+ "α": "Α",
238
+ "β": "ϐ",
239
+ "γ": "Γ",
240
+ "δ": "Δ",
241
+ "ε": "ϵ",
242
+ "ζ": "Ζ",
243
+ "η": "Η",
244
+ "θ": "ϴ",
245
+ "κ": "ϰ",
246
+ "λ": "Λ",
247
+ "ν": "Ν",
248
+ "ξ": "Ξ",
249
+ "ο": "Ο",
250
+ "π": "ϖ",
251
+ "ρ": "ϱ",
252
+ "σ": "ς",
253
+ "τ": "Τ",
254
+ "υ": "Υ",
255
+ "φ": "ϕ",
256
+ "χ": "Χ",
257
+ "ψ": "Ψ",
258
+ "ω": "Ω",
259
+ "ϊ": "Ϊ",
260
+ "ϋ": "Ϋ",
261
+ "ϗ": "Ϗ",
262
+ "ϙ": "Ϙ",
263
+ "ϛ": "Ϛ",
264
+ "ϝ": "Ϝ",
265
+ "ϟ": "Ϟ",
266
+ "ϡ": "Ϡ",
267
+ "ϣ": "Ϣ",
268
+ "ϥ": "Ϥ",
269
+ "ϧ": "Ϧ",
270
+ "ϩ": "Ϩ",
271
+ "ϫ": "Ϫ",
272
+ "ϭ": "Ϭ",
273
+ "ϯ": "Ϯ",
274
+ "ϸ": "Ϸ",
275
+ "ϲ": "Ϲ",
276
+ "ϻ": "Ϻ",
277
+ "ͻ": "Ͻ",
278
+ "ͼ": "Ͼ",
279
+ "ͽ": "Ͽ",
280
+ "ѐ": "Ѐ",
281
+ "ё": "Ё",
282
+ "ђ": "Ђ",
283
+ "ѓ": "Ѓ",
284
+ "є": "Є",
285
+ "ѕ": "Ѕ",
286
+ "і": "І",
287
+ "ї": "Ї",
288
+ "ј": "Ј",
289
+ "љ": "Љ",
290
+ "њ": "Њ",
291
+ "ћ": "Ћ",
292
+ "ќ": "Ќ",
293
+ "ѝ": "Ѝ",
294
+ "ў": "Ў",
295
+ "џ": "Џ",
296
+ "а": "А",
297
+ "б": "Б",
298
+ "в": "ᲀ",
299
+ "г": "Г",
300
+ "д": "ᲁ",
301
+ "е": "Е",
302
+ "ж": "Ж",
303
+ "з": "З",
304
+ "и": "И",
305
+ "й": "Й",
306
+ "к": "К",
307
+ "л": "Л",
308
+ "м": "М",
309
+ "н": "Н",
310
+ "о": "ᲂ",
311
+ "п": "П",
312
+ "р": "Р",
313
+ "с": "ᲃ",
314
+ "т": "ᲅ",
315
+ "у": "У",
316
+ "ф": "Ф",
317
+ "х": "Х",
318
+ "ц": "Ц",
319
+ "ч": "Ч",
320
+ "ш": "Ш",
321
+ "щ": "Щ",
322
+ "ъ": "ᲆ",
323
+ "ы": "Ы",
324
+ "ь": "Ь",
325
+ "э": "Э",
326
+ "ю": "Ю",
327
+ "я": "Я",
328
+ "ѡ": "Ѡ",
329
+ "ѣ": "ᲇ",
330
+ "ѥ": "Ѥ",
331
+ "ѧ": "Ѧ",
332
+ "ѩ": "Ѩ",
333
+ "ѫ": "Ѫ",
334
+ "ѭ": "Ѭ",
335
+ "ѯ": "Ѯ",
336
+ "ѱ": "Ѱ",
337
+ "ѳ": "Ѳ",
338
+ "ѵ": "Ѵ",
339
+ "ѷ": "Ѷ",
340
+ "ѹ": "Ѹ",
341
+ "ѻ": "Ѻ",
342
+ "ѽ": "Ѽ",
343
+ "ѿ": "Ѿ",
344
+ "ҁ": "Ҁ",
345
+ "ҋ": "Ҋ",
346
+ "ҍ": "Ҍ",
347
+ "ҏ": "Ҏ",
348
+ "ґ": "Ґ",
349
+ "ғ": "Ғ",
350
+ "ҕ": "Ҕ",
351
+ "җ": "Җ",
352
+ "ҙ": "Ҙ",
353
+ "қ": "Қ",
354
+ "ҝ": "Ҝ",
355
+ "ҟ": "Ҟ",
356
+ "ҡ": "Ҡ",
357
+ "ң": "Ң",
358
+ "ҥ": "Ҥ",
359
+ "ҧ": "Ҧ",
360
+ "ҩ": "Ҩ",
361
+ "ҫ": "Ҫ",
362
+ "ҭ": "Ҭ",
363
+ "ү": "Ү",
364
+ "ұ": "Ұ",
365
+ "ҳ": "Ҳ",
366
+ "ҵ": "Ҵ",
367
+ "ҷ": "Ҷ",
368
+ "ҹ": "Ҹ",
369
+ "һ": "Һ",
370
+ "ҽ": "Ҽ",
371
+ "ҿ": "Ҿ",
372
+ "ӏ": "Ӏ",
373
+ "ӂ": "Ӂ",
374
+ "ӄ": "Ӄ",
375
+ "ӆ": "Ӆ",
376
+ "ӈ": "Ӈ",
377
+ "ӊ": "Ӊ",
378
+ "ӌ": "Ӌ",
379
+ "ӎ": "Ӎ",
380
+ "ӑ": "Ӑ",
381
+ "ӓ": "Ӓ",
382
+ "ӕ": "Ӕ",
383
+ "ӗ": "Ӗ",
384
+ "ә": "Ә",
385
+ "ӛ": "Ӛ",
386
+ "ӝ": "Ӝ",
387
+ "ӟ": "Ӟ",
388
+ "ӡ": "Ӡ",
389
+ "ӣ": "Ӣ",
390
+ "ӥ": "Ӥ",
391
+ "ӧ": "Ӧ",
392
+ "ө": "Ө",
393
+ "ӫ": "Ӫ",
394
+ "ӭ": "Ӭ",
395
+ "ӯ": "Ӯ",
396
+ "ӱ": "Ӱ",
397
+ "ӳ": "Ӳ",
398
+ "ӵ": "Ӵ",
399
+ "ӷ": "Ӷ",
400
+ "ӹ": "Ӹ",
401
+ "ӻ": "Ӻ",
402
+ "ӽ": "Ӽ",
403
+ "ӿ": "Ӿ",
404
+ "ԁ": "Ԁ",
405
+ "ԃ": "Ԃ",
406
+ "ԅ": "Ԅ",
407
+ "ԇ": "Ԇ",
408
+ "ԉ": "Ԉ",
409
+ "ԋ": "Ԋ",
410
+ "ԍ": "Ԍ",
411
+ "ԏ": "Ԏ",
412
+ "ԑ": "Ԑ",
413
+ "ԓ": "Ԓ",
414
+ "ԕ": "Ԕ",
415
+ "ԗ": "Ԗ",
416
+ "ԙ": "Ԙ",
417
+ "ԛ": "Ԛ",
418
+ "ԝ": "Ԝ",
419
+ "ԟ": "Ԟ",
420
+ "ԡ": "Ԡ",
421
+ "ԣ": "Ԣ",
422
+ "ԥ": "Ԥ",
423
+ "ԧ": "Ԧ",
424
+ "ԩ": "Ԩ",
425
+ "ԫ": "Ԫ",
426
+ "ԭ": "Ԭ",
427
+ "ԯ": "Ԯ",
428
+ "ա": "Ա",
429
+ "բ": "Բ",
430
+ "գ": "Գ",
431
+ "դ": "Դ",
432
+ "ե": "Ե",
433
+ "զ": "Զ",
434
+ "է": "Է",
435
+ "ը": "Ը",
436
+ "թ": "Թ",
437
+ "ժ": "Ժ",
438
+ "ի": "Ի",
439
+ "լ": "Լ",
440
+ "խ": "Խ",
441
+ "ծ": "Ծ",
442
+ "կ": "Կ",
443
+ "հ": "Հ",
444
+ "ձ": "Ձ",
445
+ "ղ": "Ղ",
446
+ "ճ": "Ճ",
447
+ "մ": "Մ",
448
+ "յ": "Յ",
449
+ "ն": "Ն",
450
+ "շ": "Շ",
451
+ "ո": "Ո",
452
+ "չ": "Չ",
453
+ "պ": "Պ",
454
+ "ջ": "Ջ",
455
+ "ռ": "Ռ",
456
+ "ս": "Ս",
457
+ "վ": "Վ",
458
+ "տ": "Տ",
459
+ "ր": "Ր",
460
+ "ց": "Ց",
461
+ "ւ": "Ւ",
462
+ "փ": "Փ",
463
+ "ք": "Ք",
464
+ "օ": "Օ",
465
+ "ֆ": "Ֆ",
466
+ "ⴀ": "Ⴀ",
467
+ "ⴁ": "Ⴁ",
468
+ "ⴂ": "Ⴂ",
469
+ "ⴃ": "Ⴃ",
470
+ "ⴄ": "Ⴄ",
471
+ "ⴅ": "Ⴅ",
472
+ "ⴆ": "Ⴆ",
473
+ "ⴇ": "Ⴇ",
474
+ "ⴈ": "Ⴈ",
475
+ "ⴉ": "Ⴉ",
476
+ "ⴊ": "Ⴊ",
477
+ "ⴋ": "Ⴋ",
478
+ "ⴌ": "Ⴌ",
479
+ "ⴍ": "Ⴍ",
480
+ "ⴎ": "Ⴎ",
481
+ "ⴏ": "Ⴏ",
482
+ "ⴐ": "Ⴐ",
483
+ "ⴑ": "Ⴑ",
484
+ "ⴒ": "Ⴒ",
485
+ "ⴓ": "Ⴓ",
486
+ "ⴔ": "Ⴔ",
487
+ "ⴕ": "Ⴕ",
488
+ "ⴖ": "Ⴖ",
489
+ "ⴗ": "Ⴗ",
490
+ "ⴘ": "Ⴘ",
491
+ "ⴙ": "Ⴙ",
492
+ "ⴚ": "Ⴚ",
493
+ "ⴛ": "Ⴛ",
494
+ "ⴜ": "Ⴜ",
495
+ "ⴝ": "Ⴝ",
496
+ "ⴞ": "Ⴞ",
497
+ "ⴟ": "Ⴟ",
498
+ "ⴠ": "Ⴠ",
499
+ "ⴡ": "Ⴡ",
500
+ "ⴢ": "Ⴢ",
501
+ "ⴣ": "Ⴣ",
502
+ "ⴤ": "Ⴤ",
503
+ "ⴥ": "Ⴥ",
504
+ "ⴧ": "Ⴧ",
505
+ "ⴭ": "Ⴭ",
506
+ "Ᏸ": "ᏸ",
507
+ "Ᏹ": "ᏹ",
508
+ "Ᏺ": "ᏺ",
509
+ "Ᏻ": "ᏻ",
510
+ "Ᏼ": "ᏼ",
511
+ "Ᏽ": "ᏽ",
512
+ "ꙋ": "Ꙋ",
513
+ "ა": "Ა",
514
+ "ბ": "Ბ",
515
+ "გ": "Გ",
516
+ "დ": "Დ",
517
+ "ე": "Ე",
518
+ "ვ": "Ვ",
519
+ "ზ": "Ზ",
520
+ "თ": "Თ",
521
+ "ი": "Ი",
522
+ "კ": "Კ",
523
+ "ლ": "Ლ",
524
+ "მ": "Მ",
525
+ "ნ": "Ნ",
526
+ "ო": "Ო",
527
+ "პ": "Პ",
528
+ "ჟ": "Ჟ",
529
+ "რ": "Რ",
530
+ "ს": "Ს",
531
+ "ტ": "Ტ",
532
+ "უ": "Უ",
533
+ "ფ": "Ფ",
534
+ "ქ": "Ქ",
535
+ "ღ": "Ღ",
536
+ "ყ": "Ყ",
537
+ "შ": "Შ",
538
+ "ჩ": "Ჩ",
539
+ "ც": "Ც",
540
+ "ძ": "Ძ",
541
+ "წ": "Წ",
542
+ "ჭ": "Ჭ",
543
+ "ხ": "Ხ",
544
+ "ჯ": "Ჯ",
545
+ "ჰ": "Ჰ",
546
+ "ჱ": "Ჱ",
547
+ "ჲ": "Ჲ",
548
+ "ჳ": "Ჳ",
549
+ "ჴ": "Ჴ",
550
+ "ჵ": "Ჵ",
551
+ "ჶ": "Ჶ",
552
+ "ჷ": "Ჷ",
553
+ "ჸ": "Ჸ",
554
+ "ჹ": "Ჹ",
555
+ "ჺ": "Ჺ",
556
+ "ჽ": "Ჽ",
557
+ "ჾ": "Ჾ",
558
+ "ჿ": "Ჿ",
559
+ "ḁ": "Ḁ",
560
+ "ḃ": "Ḃ",
561
+ "ḅ": "Ḅ",
562
+ "ḇ": "Ḇ",
563
+ "ḉ": "Ḉ",
564
+ "ḋ": "Ḋ",
565
+ "ḍ": "Ḍ",
566
+ "ḏ": "Ḏ",
567
+ "ḑ": "Ḑ",
568
+ "ḓ": "Ḓ",
569
+ "ḕ": "Ḕ",
570
+ "ḗ": "Ḗ",
571
+ "ḙ": "Ḙ",
572
+ "ḛ": "Ḛ",
573
+ "ḝ": "Ḝ",
574
+ "ḟ": "Ḟ",
575
+ "ḡ": "Ḡ",
576
+ "ḣ": "Ḣ",
577
+ "ḥ": "Ḥ",
578
+ "ḧ": "Ḧ",
579
+ "ḩ": "Ḩ",
580
+ "ḫ": "Ḫ",
581
+ "ḭ": "Ḭ",
582
+ "ḯ": "Ḯ",
583
+ "ḱ": "Ḱ",
584
+ "ḳ": "Ḳ",
585
+ "ḵ": "Ḵ",
586
+ "ḷ": "Ḷ",
587
+ "ḹ": "Ḹ",
588
+ "ḻ": "Ḻ",
589
+ "ḽ": "Ḽ",
590
+ "ḿ": "Ḿ",
591
+ "ṁ": "Ṁ",
592
+ "ṃ": "Ṃ",
593
+ "ṅ": "Ṅ",
594
+ "ṇ": "Ṇ",
595
+ "ṉ": "Ṉ",
596
+ "ṋ": "Ṋ",
597
+ "ṍ": "Ṍ",
598
+ "ṏ": "Ṏ",
599
+ "ṑ": "Ṑ",
600
+ "ṓ": "Ṓ",
601
+ "ṕ": "Ṕ",
602
+ "ṗ": "Ṗ",
603
+ "ṙ": "Ṙ",
604
+ "ṛ": "Ṛ",
605
+ "ṝ": "Ṝ",
606
+ "ṟ": "Ṟ",
607
+ "ṡ": "ẛ",
608
+ "ṣ": "Ṣ",
609
+ "ṥ": "Ṥ",
610
+ "ṧ": "Ṧ",
611
+ "ṩ": "Ṩ",
612
+ "ṫ": "Ṫ",
613
+ "ṭ": "Ṭ",
614
+ "ṯ": "Ṯ",
615
+ "ṱ": "Ṱ",
616
+ "ṳ": "Ṳ",
617
+ "ṵ": "Ṵ",
618
+ "ṷ": "Ṷ",
619
+ "ṹ": "Ṹ",
620
+ "ṻ": "Ṻ",
621
+ "ṽ": "Ṽ",
622
+ "ṿ": "Ṿ",
623
+ "ẁ": "Ẁ",
624
+ "ẃ": "Ẃ",
625
+ "ẅ": "Ẅ",
626
+ "ẇ": "Ẇ",
627
+ "ẉ": "Ẉ",
628
+ "ẋ": "Ẋ",
629
+ "ẍ": "Ẍ",
630
+ "ẏ": "Ẏ",
631
+ "ẑ": "Ẑ",
632
+ "ẓ": "Ẓ",
633
+ "ẕ": "Ẕ",
634
+ "ạ": "Ạ",
635
+ "ả": "Ả",
636
+ "ấ": "Ấ",
637
+ "ầ": "Ầ",
638
+ "ẩ": "Ẩ",
639
+ "ẫ": "Ẫ",
640
+ "ậ": "Ậ",
641
+ "ắ": "Ắ",
642
+ "ằ": "Ằ",
643
+ "ẳ": "Ẳ",
644
+ "ẵ": "Ẵ",
645
+ "ặ": "Ặ",
646
+ "ẹ": "Ẹ",
647
+ "ẻ": "Ẻ",
648
+ "ẽ": "Ẽ",
649
+ "ế": "Ế",
650
+ "ề": "Ề",
651
+ "ể": "Ể",
652
+ "ễ": "Ễ",
653
+ "ệ": "Ệ",
654
+ "ỉ": "Ỉ",
655
+ "ị": "Ị",
656
+ "ọ": "Ọ",
657
+ "ỏ": "Ỏ",
658
+ "ố": "Ố",
659
+ "ồ": "Ồ",
660
+ "ổ": "Ổ",
661
+ "ỗ": "Ỗ",
662
+ "ộ": "Ộ",
663
+ "ớ": "Ớ",
664
+ "ờ": "Ờ",
665
+ "ở": "Ở",
666
+ "ỡ": "Ỡ",
667
+ "ợ": "Ợ",
668
+ "ụ": "Ụ",
669
+ "ủ": "Ủ",
670
+ "ứ": "Ứ",
671
+ "ừ": "Ừ",
672
+ "ử": "Ử",
673
+ "ữ": "Ữ",
674
+ "ự": "Ự",
675
+ "ỳ": "Ỳ",
676
+ "ỵ": "Ỵ",
677
+ "ỷ": "Ỷ",
678
+ "ỹ": "Ỹ",
679
+ "ỻ": "Ỻ",
680
+ "ỽ": "Ỽ",
681
+ "ỿ": "Ỿ",
682
+ "ἀ": "Ἀ",
683
+ "ἁ": "Ἁ",
684
+ "ἂ": "Ἂ",
685
+ "ἃ": "Ἃ",
686
+ "ἄ": "Ἄ",
687
+ "ἅ": "Ἅ",
688
+ "ἆ": "Ἆ",
689
+ "ἇ": "Ἇ",
690
+ "ἐ": "Ἐ",
691
+ "ἑ": "Ἑ",
692
+ "ἒ": "Ἒ",
693
+ "ἓ": "Ἓ",
694
+ "ἔ": "Ἔ",
695
+ "ἕ": "Ἕ",
696
+ "ἠ": "Ἠ",
697
+ "ἡ": "Ἡ",
698
+ "ἢ": "Ἢ",
699
+ "ἣ": "Ἣ",
700
+ "ἤ": "Ἤ",
701
+ "ἥ": "Ἥ",
702
+ "ἦ": "Ἦ",
703
+ "ἧ": "Ἧ",
704
+ "ἰ": "Ἰ",
705
+ "ἱ": "Ἱ",
706
+ "ἲ": "Ἲ",
707
+ "ἳ": "Ἳ",
708
+ "ἴ": "Ἴ",
709
+ "ἵ": "Ἵ",
710
+ "ἶ": "Ἶ",
711
+ "ἷ": "Ἷ",
712
+ "ὀ": "Ὀ",
713
+ "ὁ": "Ὁ",
714
+ "ὂ": "Ὂ",
715
+ "ὃ": "Ὃ",
716
+ "ὄ": "Ὄ",
717
+ "ὅ": "Ὅ",
718
+ "ὑ": "Ὑ",
719
+ "ὓ": "Ὓ",
720
+ "ὕ": "Ὕ",
721
+ "ὗ": "Ὗ",
722
+ "ὠ": "Ὠ",
723
+ "ὡ": "Ὡ",
724
+ "ὢ": "Ὢ",
725
+ "ὣ": "Ὣ",
726
+ "ὤ": "Ὤ",
727
+ "ὥ": "Ὥ",
728
+ "ὦ": "Ὦ",
729
+ "ὧ": "Ὧ",
730
+ "ᾰ": "Ᾰ",
731
+ "ᾱ": "Ᾱ",
732
+ "ὰ": "Ὰ",
733
+ "ά": "Ά",
734
+ "ὲ": "Ὲ",
735
+ "έ": "Έ",
736
+ "ὴ": "Ὴ",
737
+ "ή": "Ή",
738
+ "ῐ": "Ῐ",
739
+ "ῑ": "Ῑ",
740
+ "ὶ": "Ὶ",
741
+ "ί": "Ί",
742
+ "ῠ": "Ῠ",
743
+ "ῡ": "Ῡ",
744
+ "ὺ": "Ὺ",
745
+ "ύ": "Ύ",
746
+ "ῥ": "Ῥ",
747
+ "ὸ": "Ὸ",
748
+ "ό": "Ό",
749
+ "ὼ": "Ὼ",
750
+ "ώ": "Ώ",
751
+ "ⅎ": "Ⅎ",
752
+ "ⅰ": "Ⅰ",
753
+ "ⅱ": "Ⅱ",
754
+ "ⅲ": "Ⅲ",
755
+ "ⅳ": "Ⅳ",
756
+ "ⅴ": "Ⅴ",
757
+ "ⅵ": "Ⅵ",
758
+ "ⅶ": "Ⅶ",
759
+ "ⅷ": "Ⅷ",
760
+ "ⅸ": "Ⅸ",
761
+ "ⅹ": "Ⅹ",
762
+ "ⅺ": "Ⅺ",
763
+ "ⅻ": "Ⅻ",
764
+ "ⅼ": "Ⅼ",
765
+ "ⅽ": "Ⅽ",
766
+ "ⅾ": "Ⅾ",
767
+ "ⅿ": "Ⅿ",
768
+ "ↄ": "Ↄ",
769
+ "ⓐ": "Ⓐ",
770
+ "ⓑ": "Ⓑ",
771
+ "ⓒ": "Ⓒ",
772
+ "ⓓ": "Ⓓ",
773
+ "ⓔ": "Ⓔ",
774
+ "ⓕ": "Ⓕ",
775
+ "ⓖ": "Ⓖ",
776
+ "ⓗ": "Ⓗ",
777
+ "ⓘ": "Ⓘ",
778
+ "ⓙ": "Ⓙ",
779
+ "ⓚ": "Ⓚ",
780
+ "ⓛ": "Ⓛ",
781
+ "ⓜ": "Ⓜ",
782
+ "ⓝ": "Ⓝ",
783
+ "ⓞ": "Ⓞ",
784
+ "ⓟ": "Ⓟ",
785
+ "ⓠ": "Ⓠ",
786
+ "ⓡ": "Ⓡ",
787
+ "ⓢ": "Ⓢ",
788
+ "ⓣ": "Ⓣ",
789
+ "ⓤ": "Ⓤ",
790
+ "ⓥ": "Ⓥ",
791
+ "ⓦ": "Ⓦ",
792
+ "ⓧ": "Ⓧ",
793
+ "ⓨ": "Ⓨ",
794
+ "ⓩ": "Ⓩ",
795
+ "ⰰ": "Ⰰ",
796
+ "ⰱ": "Ⰱ",
797
+ "ⰲ": "Ⰲ",
798
+ "ⰳ": "Ⰳ",
799
+ "ⰴ": "Ⰴ",
800
+ "ⰵ": "Ⰵ",
801
+ "ⰶ": "Ⰶ",
802
+ "ⰷ": "Ⰷ",
803
+ "ⰸ": "Ⰸ",
804
+ "ⰹ": "Ⰹ",
805
+ "ⰺ": "Ⰺ",
806
+ "ⰻ": "Ⰻ",
807
+ "ⰼ": "Ⰼ",
808
+ "ⰽ": "Ⰽ",
809
+ "ⰾ": "Ⰾ",
810
+ "ⰿ": "Ⰿ",
811
+ "ⱀ": "Ⱀ",
812
+ "ⱁ": "Ⱁ",
813
+ "ⱂ": "Ⱂ",
814
+ "ⱃ": "Ⱃ",
815
+ "ⱄ": "Ⱄ",
816
+ "ⱅ": "Ⱅ",
817
+ "ⱆ": "Ⱆ",
818
+ "ⱇ": "Ⱇ",
819
+ "ⱈ": "Ⱈ",
820
+ "ⱉ": "Ⱉ",
821
+ "ⱊ": "Ⱊ",
822
+ "ⱋ": "Ⱋ",
823
+ "ⱌ": "Ⱌ",
824
+ "ⱍ": "Ⱍ",
825
+ "ⱎ": "Ⱎ",
826
+ "ⱏ": "Ⱏ",
827
+ "ⱐ": "Ⱐ",
828
+ "ⱑ": "Ⱑ",
829
+ "ⱒ": "Ⱒ",
830
+ "ⱓ": "Ⱓ",
831
+ "ⱔ": "Ⱔ",
832
+ "ⱕ": "Ⱕ",
833
+ "ⱖ": "Ⱖ",
834
+ "ⱗ": "Ⱗ",
835
+ "ⱘ": "Ⱘ",
836
+ "ⱙ": "Ⱙ",
837
+ "ⱚ": "Ⱚ",
838
+ "ⱛ": "Ⱛ",
839
+ "ⱜ": "Ⱜ",
840
+ "ⱝ": "Ⱝ",
841
+ "ⱞ": "Ⱞ",
842
+ "ⱟ": "Ⱟ",
843
+ "ⱡ": "Ⱡ",
844
+ "ɫ": "Ɫ",
845
+ "ᵽ": "Ᵽ",
846
+ "ɽ": "Ɽ",
847
+ "ⱨ": "Ⱨ",
848
+ "ⱪ": "Ⱪ",
849
+ "ⱬ": "Ⱬ",
850
+ "ɑ": "Ɑ",
851
+ "ɱ": "Ɱ",
852
+ "ɐ": "Ɐ",
853
+ "ɒ": "Ɒ",
854
+ "ⱳ": "Ⱳ",
855
+ "ⱶ": "Ⱶ",
856
+ "ȿ": "Ȿ",
857
+ "ɀ": "Ɀ",
858
+ "ⲁ": "Ⲁ",
859
+ "ⲃ": "Ⲃ",
860
+ "ⲅ": "Ⲅ",
861
+ "ⲇ": "Ⲇ",
862
+ "ⲉ": "Ⲉ",
863
+ "ⲋ": "Ⲋ",
864
+ "ⲍ": "Ⲍ",
865
+ "ⲏ": "Ⲏ",
866
+ "ⲑ": "Ⲑ",
867
+ "ⲓ": "Ⲓ",
868
+ "ⲕ": "Ⲕ",
869
+ "ⲗ": "Ⲗ",
870
+ "ⲙ": "Ⲙ",
871
+ "ⲛ": "Ⲛ",
872
+ "ⲝ": "Ⲝ",
873
+ "ⲟ": "Ⲟ",
874
+ "ⲡ": "Ⲡ",
875
+ "ⲣ": "Ⲣ",
876
+ "ⲥ": "Ⲥ",
877
+ "ⲧ": "Ⲧ",
878
+ "ⲩ": "Ⲩ",
879
+ "ⲫ": "Ⲫ",
880
+ "ⲭ": "Ⲭ",
881
+ "ⲯ": "Ⲯ",
882
+ "ⲱ": "Ⲱ",
883
+ "ⲳ": "Ⲳ",
884
+ "ⲵ": "Ⲵ",
885
+ "ⲷ": "Ⲷ",
886
+ "ⲹ": "Ⲹ",
887
+ "ⲻ": "Ⲻ",
888
+ "ⲽ": "Ⲽ",
889
+ "ⲿ": "Ⲿ",
890
+ "ⳁ": "Ⳁ",
891
+ "ⳃ": "Ⳃ",
892
+ "ⳅ": "Ⳅ",
893
+ "ⳇ": "Ⳇ",
894
+ "ⳉ": "Ⳉ",
895
+ "ⳋ": "Ⳋ",
896
+ "ⳍ": "Ⳍ",
897
+ "ⳏ": "Ⳏ",
898
+ "ⳑ": "Ⳑ",
899
+ "ⳓ": "Ⳓ",
900
+ "ⳕ": "Ⳕ",
901
+ "ⳗ": "Ⳗ",
902
+ "ⳙ": "Ⳙ",
903
+ "ⳛ": "Ⳛ",
904
+ "ⳝ": "Ⳝ",
905
+ "ⳟ": "Ⳟ",
906
+ "ⳡ": "Ⳡ",
907
+ "ⳣ": "Ⳣ",
908
+ "ⳬ": "Ⳬ",
909
+ "ⳮ": "Ⳮ",
910
+ "ⳳ": "Ⳳ",
911
+ "ꙁ": "Ꙁ",
912
+ "ꙃ": "Ꙃ",
913
+ "ꙅ": "Ꙅ",
914
+ "ꙇ": "Ꙇ",
915
+ "ꙉ": "Ꙉ",
916
+ "ꙍ": "Ꙍ",
917
+ "ꙏ": "Ꙏ",
918
+ "ꙑ": "Ꙑ",
919
+ "ꙓ": "Ꙓ",
920
+ "ꙕ": "Ꙕ",
921
+ "ꙗ": "Ꙗ",
922
+ "ꙙ": "Ꙙ",
923
+ "ꙛ": "Ꙛ",
924
+ "ꙝ": "Ꙝ",
925
+ "ꙟ": "Ꙟ",
926
+ "ꙡ": "Ꙡ",
927
+ "ꙣ": "Ꙣ",
928
+ "ꙥ": "Ꙥ",
929
+ "ꙧ": "Ꙧ",
930
+ "ꙩ": "Ꙩ",
931
+ "ꙫ": "Ꙫ",
932
+ "ꙭ": "Ꙭ",
933
+ "ꚁ": "Ꚁ",
934
+ "ꚃ": "Ꚃ",
935
+ "ꚅ": "Ꚅ",
936
+ "ꚇ": "Ꚇ",
937
+ "ꚉ": "Ꚉ",
938
+ "ꚋ": "Ꚋ",
939
+ "ꚍ": "Ꚍ",
940
+ "ꚏ": "Ꚏ",
941
+ "ꚑ": "Ꚑ",
942
+ "ꚓ": "Ꚓ",
943
+ "ꚕ": "Ꚕ",
944
+ "ꚗ": "Ꚗ",
945
+ "ꚙ": "Ꚙ",
946
+ "ꚛ": "Ꚛ",
947
+ "ꜣ": "Ꜣ",
948
+ "ꜥ": "Ꜥ",
949
+ "ꜧ": "Ꜧ",
950
+ "ꜩ": "Ꜩ",
951
+ "ꜫ": "Ꜫ",
952
+ "ꜭ": "Ꜭ",
953
+ "ꜯ": "Ꜯ",
954
+ "ꜳ": "Ꜳ",
955
+ "ꜵ": "Ꜵ",
956
+ "ꜷ": "Ꜷ",
957
+ "ꜹ": "Ꜹ",
958
+ "ꜻ": "Ꜻ",
959
+ "ꜽ": "Ꜽ",
960
+ "ꜿ": "Ꜿ",
961
+ "ꝁ": "Ꝁ",
962
+ "ꝃ": "Ꝃ",
963
+ "ꝅ": "Ꝅ",
964
+ "ꝇ": "Ꝇ",
965
+ "ꝉ": "Ꝉ",
966
+ "ꝋ": "Ꝋ",
967
+ "ꝍ": "Ꝍ",
968
+ "ꝏ": "Ꝏ",
969
+ "ꝑ": "Ꝑ",
970
+ "ꝓ": "Ꝓ",
971
+ "ꝕ": "Ꝕ",
972
+ "ꝗ": "Ꝗ",
973
+ "ꝙ": "Ꝙ",
974
+ "ꝛ": "Ꝛ",
975
+ "ꝝ": "Ꝝ",
976
+ "ꝟ": "Ꝟ",
977
+ "ꝡ": "Ꝡ",
978
+ "ꝣ": "Ꝣ",
979
+ "ꝥ": "Ꝥ",
980
+ "ꝧ": "Ꝧ",
981
+ "ꝩ": "Ꝩ",
982
+ "ꝫ": "Ꝫ",
983
+ "ꝭ": "Ꝭ",
984
+ "ꝯ": "Ꝯ",
985
+ "ꝺ": "Ꝺ",
986
+ "ꝼ": "Ꝼ",
987
+ "ᵹ": "Ᵹ",
988
+ "ꝿ": "Ꝿ",
989
+ "ꞁ": "Ꞁ",
990
+ "ꞃ": "Ꞃ",
991
+ "ꞅ": "Ꞅ",
992
+ "ꞇ": "Ꞇ",
993
+ "ꞌ": "Ꞌ",
994
+ "ɥ": "Ɥ",
995
+ "ꞑ": "Ꞑ",
996
+ "ꞓ": "Ꞓ",
997
+ "ꞗ": "Ꞗ",
998
+ "ꞙ": "Ꞙ",
999
+ "ꞛ": "Ꞛ",
1000
+ "ꞝ": "Ꞝ",
1001
+ "ꞟ": "Ꞟ",
1002
+ "ꞡ": "Ꞡ",
1003
+ "ꞣ": "Ꞣ",
1004
+ "ꞥ": "Ꞥ",
1005
+ "ꞧ": "Ꞧ",
1006
+ "ꞩ": "Ꞩ",
1007
+ "ɦ": "Ɦ",
1008
+ "ɜ": "Ɜ",
1009
+ "ɡ": "Ɡ",
1010
+ "ɬ": "Ɬ",
1011
+ "ɪ": "Ɪ",
1012
+ "ʞ": "Ʞ",
1013
+ "ʇ": "Ʇ",
1014
+ "ʝ": "Ʝ",
1015
+ "ꭓ": "Ꭓ",
1016
+ "ꞵ": "Ꞵ",
1017
+ "ꞷ": "Ꞷ",
1018
+ "ꞹ": "Ꞹ",
1019
+ "ꞻ": "Ꞻ",
1020
+ "ꞽ": "Ꞽ",
1021
+ "ꞿ": "Ꞿ",
1022
+ "ꟁ": "Ꟁ",
1023
+ "ꟃ": "Ꟃ",
1024
+ "ꞔ": "Ꞔ",
1025
+ "ʂ": "Ʂ",
1026
+ "ᶎ": "Ᶎ",
1027
+ "ꟈ": "Ꟈ",
1028
+ "ꟊ": "Ꟊ",
1029
+ "ꟑ": "Ꟑ",
1030
+ "ꟗ": "Ꟗ",
1031
+ "ꟙ": "Ꟙ",
1032
+ "ꟶ": "Ꟶ",
1033
+ "Ꭰ": "ꭰ",
1034
+ "Ꭱ": "ꭱ",
1035
+ "Ꭲ": "ꭲ",
1036
+ "Ꭳ": "ꭳ",
1037
+ "Ꭴ": "ꭴ",
1038
+ "Ꭵ": "ꭵ",
1039
+ "Ꭶ": "ꭶ",
1040
+ "Ꭷ": "ꭷ",
1041
+ "Ꭸ": "ꭸ",
1042
+ "Ꭹ": "ꭹ",
1043
+ "Ꭺ": "ꭺ",
1044
+ "Ꭻ": "ꭻ",
1045
+ "Ꭼ": "ꭼ",
1046
+ "Ꭽ": "ꭽ",
1047
+ "Ꭾ": "ꭾ",
1048
+ "Ꭿ": "ꭿ",
1049
+ "Ꮀ": "ꮀ",
1050
+ "Ꮁ": "ꮁ",
1051
+ "Ꮂ": "ꮂ",
1052
+ "Ꮃ": "ꮃ",
1053
+ "Ꮄ": "ꮄ",
1054
+ "Ꮅ": "ꮅ",
1055
+ "Ꮆ": "ꮆ",
1056
+ "Ꮇ": "ꮇ",
1057
+ "Ꮈ": "ꮈ",
1058
+ "Ꮉ": "ꮉ",
1059
+ "Ꮊ": "ꮊ",
1060
+ "Ꮋ": "ꮋ",
1061
+ "Ꮌ": "ꮌ",
1062
+ "Ꮍ": "ꮍ",
1063
+ "Ꮎ": "ꮎ",
1064
+ "Ꮏ": "ꮏ",
1065
+ "Ꮐ": "ꮐ",
1066
+ "Ꮑ": "ꮑ",
1067
+ "Ꮒ": "ꮒ",
1068
+ "Ꮓ": "ꮓ",
1069
+ "Ꮔ": "ꮔ",
1070
+ "Ꮕ": "ꮕ",
1071
+ "Ꮖ": "ꮖ",
1072
+ "Ꮗ": "ꮗ",
1073
+ "Ꮘ": "ꮘ",
1074
+ "Ꮙ": "ꮙ",
1075
+ "Ꮚ": "ꮚ",
1076
+ "Ꮛ": "ꮛ",
1077
+ "Ꮜ": "ꮜ",
1078
+ "Ꮝ": "ꮝ",
1079
+ "Ꮞ": "ꮞ",
1080
+ "Ꮟ": "ꮟ",
1081
+ "Ꮠ": "ꮠ",
1082
+ "Ꮡ": "ꮡ",
1083
+ "Ꮢ": "ꮢ",
1084
+ "Ꮣ": "ꮣ",
1085
+ "Ꮤ": "ꮤ",
1086
+ "Ꮥ": "ꮥ",
1087
+ "Ꮦ": "ꮦ",
1088
+ "Ꮧ": "ꮧ",
1089
+ "Ꮨ": "ꮨ",
1090
+ "Ꮩ": "ꮩ",
1091
+ "Ꮪ": "ꮪ",
1092
+ "Ꮫ": "ꮫ",
1093
+ "Ꮬ": "ꮬ",
1094
+ "Ꮭ": "ꮭ",
1095
+ "Ꮮ": "ꮮ",
1096
+ "Ꮯ": "ꮯ",
1097
+ "Ꮰ": "ꮰ",
1098
+ "Ꮱ": "ꮱ",
1099
+ "Ꮲ": "ꮲ",
1100
+ "Ꮳ": "ꮳ",
1101
+ "Ꮴ": "ꮴ",
1102
+ "Ꮵ": "ꮵ",
1103
+ "Ꮶ": "ꮶ",
1104
+ "Ꮷ": "ꮷ",
1105
+ "Ꮸ": "ꮸ",
1106
+ "Ꮹ": "ꮹ",
1107
+ "Ꮺ": "ꮺ",
1108
+ "Ꮻ": "ꮻ",
1109
+ "Ꮼ": "ꮼ",
1110
+ "Ꮽ": "ꮽ",
1111
+ "Ꮾ": "ꮾ",
1112
+ "Ꮿ": "ꮿ",
1113
+ "a": "A",
1114
+ "b": "B",
1115
+ "c": "C",
1116
+ "d": "D",
1117
+ "e": "E",
1118
+ "f": "F",
1119
+ "g": "G",
1120
+ "h": "H",
1121
+ "i": "I",
1122
+ "j": "J",
1123
+ "k": "K",
1124
+ "l": "L",
1125
+ "m": "M",
1126
+ "n": "N",
1127
+ "o": "O",
1128
+ "p": "P",
1129
+ "q": "Q",
1130
+ "r": "R",
1131
+ "s": "S",
1132
+ "t": "T",
1133
+ "u": "U",
1134
+ "v": "V",
1135
+ "w": "W",
1136
+ "x": "X",
1137
+ "y": "Y",
1138
+ "z": "Z",
1139
+ "𐐨": "𐐀",
1140
+ "𐐩": "𐐁",
1141
+ "𐐪": "𐐂",
1142
+ "𐐫": "𐐃",
1143
+ "𐐬": "𐐄",
1144
+ "𐐭": "𐐅",
1145
+ "𐐮": "𐐆",
1146
+ "𐐯": "𐐇",
1147
+ "𐐰": "𐐈",
1148
+ "𐐱": "𐐉",
1149
+ "𐐲": "𐐊",
1150
+ "𐐳": "𐐋",
1151
+ "𐐴": "𐐌",
1152
+ "𐐵": "𐐍",
1153
+ "𐐶": "𐐎",
1154
+ "𐐷": "𐐏",
1155
+ "𐐸": "𐐐",
1156
+ "𐐹": "𐐑",
1157
+ "𐐺": "𐐒",
1158
+ "𐐻": "𐐓",
1159
+ "𐐼": "𐐔",
1160
+ "𐐽": "𐐕",
1161
+ "𐐾": "𐐖",
1162
+ "𐐿": "𐐗",
1163
+ "𐑀": "𐐘",
1164
+ "𐑁": "𐐙",
1165
+ "𐑂": "𐐚",
1166
+ "𐑃": "𐐛",
1167
+ "𐑄": "𐐜",
1168
+ "𐑅": "𐐝",
1169
+ "𐑆": "𐐞",
1170
+ "𐑇": "𐐟",
1171
+ "𐑈": "𐐠",
1172
+ "𐑉": "𐐡",
1173
+ "𐑊": "𐐢",
1174
+ "𐑋": "𐐣",
1175
+ "𐑌": "𐐤",
1176
+ "𐑍": "𐐥",
1177
+ "𐑎": "𐐦",
1178
+ "𐑏": "𐐧",
1179
+ "𐓘": "𐒰",
1180
+ "𐓙": "𐒱",
1181
+ "𐓚": "𐒲",
1182
+ "𐓛": "𐒳",
1183
+ "𐓜": "𐒴",
1184
+ "𐓝": "𐒵",
1185
+ "𐓞": "𐒶",
1186
+ "𐓟": "𐒷",
1187
+ "𐓠": "𐒸",
1188
+ "𐓡": "𐒹",
1189
+ "𐓢": "𐒺",
1190
+ "𐓣": "𐒻",
1191
+ "𐓤": "𐒼",
1192
+ "𐓥": "𐒽",
1193
+ "𐓦": "𐒾",
1194
+ "𐓧": "𐒿",
1195
+ "𐓨": "𐓀",
1196
+ "𐓩": "𐓁",
1197
+ "𐓪": "𐓂",
1198
+ "𐓫": "𐓃",
1199
+ "𐓬": "𐓄",
1200
+ "𐓭": "𐓅",
1201
+ "𐓮": "𐓆",
1202
+ "𐓯": "𐓇",
1203
+ "𐓰": "𐓈",
1204
+ "𐓱": "𐓉",
1205
+ "𐓲": "𐓊",
1206
+ "𐓳": "𐓋",
1207
+ "𐓴": "𐓌",
1208
+ "𐓵": "𐓍",
1209
+ "𐓶": "𐓎",
1210
+ "𐓷": "𐓏",
1211
+ "𐓸": "𐓐",
1212
+ "𐓹": "𐓑",
1213
+ "𐓺": "𐓒",
1214
+ "𐓻": "𐓓",
1215
+ "𐖗": "𐕰",
1216
+ "𐖘": "𐕱",
1217
+ "𐖙": "𐕲",
1218
+ "𐖚": "𐕳",
1219
+ "𐖛": "𐕴",
1220
+ "𐖜": "𐕵",
1221
+ "𐖝": "𐕶",
1222
+ "𐖞": "𐕷",
1223
+ "𐖟": "𐕸",
1224
+ "𐖠": "𐕹",
1225
+ "𐖡": "𐕺",
1226
+ "𐖣": "𐕼",
1227
+ "𐖤": "𐕽",
1228
+ "𐖥": "𐕾",
1229
+ "𐖦": "𐕿",
1230
+ "𐖧": "𐖀",
1231
+ "𐖨": "𐖁",
1232
+ "𐖩": "𐖂",
1233
+ "𐖪": "𐖃",
1234
+ "𐖫": "𐖄",
1235
+ "𐖬": "𐖅",
1236
+ "𐖭": "𐖆",
1237
+ "𐖮": "𐖇",
1238
+ "𐖯": "𐖈",
1239
+ "𐖰": "𐖉",
1240
+ "𐖱": "𐖊",
1241
+ "𐖳": "𐖌",
1242
+ "𐖴": "𐖍",
1243
+ "𐖵": "𐖎",
1244
+ "𐖶": "𐖏",
1245
+ "𐖷": "𐖐",
1246
+ "𐖸": "𐖑",
1247
+ "𐖹": "𐖒",
1248
+ "𐖻": "𐖔",
1249
+ "𐖼": "𐖕",
1250
+ "𐳀": "𐲀",
1251
+ "𐳁": "𐲁",
1252
+ "𐳂": "𐲂",
1253
+ "𐳃": "𐲃",
1254
+ "𐳄": "𐲄",
1255
+ "𐳅": "𐲅",
1256
+ "𐳆": "𐲆",
1257
+ "𐳇": "𐲇",
1258
+ "𐳈": "𐲈",
1259
+ "𐳉": "𐲉",
1260
+ "𐳊": "𐲊",
1261
+ "𐳋": "𐲋",
1262
+ "𐳌": "𐲌",
1263
+ "𐳍": "𐲍",
1264
+ "𐳎": "𐲎",
1265
+ "𐳏": "𐲏",
1266
+ "𐳐": "𐲐",
1267
+ "𐳑": "𐲑",
1268
+ "𐳒": "𐲒",
1269
+ "𐳓": "𐲓",
1270
+ "𐳔": "𐲔",
1271
+ "𐳕": "𐲕",
1272
+ "𐳖": "𐲖",
1273
+ "𐳗": "𐲗",
1274
+ "𐳘": "𐲘",
1275
+ "𐳙": "𐲙",
1276
+ "𐳚": "𐲚",
1277
+ "𐳛": "𐲛",
1278
+ "𐳜": "𐲜",
1279
+ "𐳝": "𐲝",
1280
+ "𐳞": "𐲞",
1281
+ "𐳟": "𐲟",
1282
+ "𐳠": "𐲠",
1283
+ "𐳡": "𐲡",
1284
+ "𐳢": "𐲢",
1285
+ "𐳣": "𐲣",
1286
+ "𐳤": "𐲤",
1287
+ "𐳥": "𐲥",
1288
+ "𐳦": "𐲦",
1289
+ "𐳧": "𐲧",
1290
+ "𐳨": "𐲨",
1291
+ "𐳩": "𐲩",
1292
+ "𐳪": "𐲪",
1293
+ "𐳫": "𐲫",
1294
+ "𐳬": "𐲬",
1295
+ "𐳭": "𐲭",
1296
+ "𐳮": "𐲮",
1297
+ "𐳯": "𐲯",
1298
+ "𐳰": "𐲰",
1299
+ "𐳱": "𐲱",
1300
+ "𐳲": "𐲲",
1301
+ "𑣀": "𑢠",
1302
+ "𑣁": "𑢡",
1303
+ "𑣂": "𑢢",
1304
+ "𑣃": "𑢣",
1305
+ "𑣄": "𑢤",
1306
+ "𑣅": "𑢥",
1307
+ "𑣆": "𑢦",
1308
+ "𑣇": "𑢧",
1309
+ "𑣈": "𑢨",
1310
+ "𑣉": "𑢩",
1311
+ "𑣊": "𑢪",
1312
+ "𑣋": "𑢫",
1313
+ "𑣌": "𑢬",
1314
+ "𑣍": "𑢭",
1315
+ "𑣎": "𑢮",
1316
+ "𑣏": "𑢯",
1317
+ "𑣐": "𑢰",
1318
+ "𑣑": "𑢱",
1319
+ "𑣒": "𑢲",
1320
+ "𑣓": "𑢳",
1321
+ "𑣔": "𑢴",
1322
+ "𑣕": "𑢵",
1323
+ "𑣖": "𑢶",
1324
+ "𑣗": "𑢷",
1325
+ "𑣘": "𑢸",
1326
+ "𑣙": "𑢹",
1327
+ "𑣚": "𑢺",
1328
+ "𑣛": "𑢻",
1329
+ "𑣜": "𑢼",
1330
+ "𑣝": "𑢽",
1331
+ "𑣞": "𑢾",
1332
+ "𑣟": "𑢿",
1333
+ "𖹠": "𖹀",
1334
+ "𖹡": "𖹁",
1335
+ "𖹢": "𖹂",
1336
+ "𖹣": "𖹃",
1337
+ "𖹤": "𖹄",
1338
+ "𖹥": "𖹅",
1339
+ "𖹦": "𖹆",
1340
+ "𖹧": "𖹇",
1341
+ "𖹨": "𖹈",
1342
+ "𖹩": "𖹉",
1343
+ "𖹪": "𖹊",
1344
+ "𖹫": "𖹋",
1345
+ "𖹬": "𖹌",
1346
+ "𖹭": "𖹍",
1347
+ "𖹮": "𖹎",
1348
+ "𖹯": "𖹏",
1349
+ "𖹰": "𖹐",
1350
+ "𖹱": "𖹑",
1351
+ "𖹲": "𖹒",
1352
+ "𖹳": "𖹓",
1353
+ "𖹴": "𖹔",
1354
+ "𖹵": "𖹕",
1355
+ "𖹶": "𖹖",
1356
+ "𖹷": "𖹗",
1357
+ "𖹸": "𖹘",
1358
+ "𖹹": "𖹙",
1359
+ "𖹺": "𖹚",
1360
+ "𖹻": "𖹛",
1361
+ "𖹼": "𖹜",
1362
+ "𖹽": "𖹝",
1363
+ "𖹾": "𖹞",
1364
+ "𖹿": "𖹟",
1365
+ "𞤢": "𞤀",
1366
+ "𞤣": "𞤁",
1367
+ "𞤤": "𞤂",
1368
+ "𞤥": "𞤃",
1369
+ "𞤦": "𞤄",
1370
+ "𞤧": "𞤅",
1371
+ "𞤨": "𞤆",
1372
+ "𞤩": "𞤇",
1373
+ "𞤪": "𞤈",
1374
+ "𞤫": "𞤉",
1375
+ "𞤬": "𞤊",
1376
+ "𞤭": "𞤋",
1377
+ "𞤮": "𞤌",
1378
+ "𞤯": "𞤍",
1379
+ "𞤰": "𞤎",
1380
+ "𞤱": "𞤏",
1381
+ "𞤲": "𞤐",
1382
+ "𞤳": "𞤑",
1383
+ "𞤴": "𞤒",
1384
+ "𞤵": "𞤓",
1385
+ "𞤶": "𞤔",
1386
+ "𞤷": "𞤕",
1387
+ "𞤸": "𞤖",
1388
+ "𞤹": "𞤗",
1389
+ "𞤺": "𞤘",
1390
+ "𞤻": "𞤙",
1391
+ "𞤼": "𞤚",
1392
+ "𞤽": "𞤛",
1393
+ "𞤾": "𞤜",
1394
+ "𞤿": "𞤝",
1395
+ "𞥀": "𞤞",
1396
+ "𞥁": "𞤟",
1397
+ "𞥂": "𞤠",
1398
+ "𞥃": "𞤡"
1399
+ },
1400
+ "S": {
1401
+ "ß": "ẞ",
1402
+ "ᾀ": "ᾈ",
1403
+ "ᾁ": "ᾉ",
1404
+ "ᾂ": "ᾊ",
1405
+ "ᾃ": "ᾋ",
1406
+ "ᾄ": "ᾌ",
1407
+ "ᾅ": "ᾍ",
1408
+ "ᾆ": "ᾎ",
1409
+ "ᾇ": "ᾏ",
1410
+ "ᾐ": "ᾘ",
1411
+ "ᾑ": "ᾙ",
1412
+ "ᾒ": "ᾚ",
1413
+ "ᾓ": "ᾛ",
1414
+ "ᾔ": "ᾜ",
1415
+ "ᾕ": "ᾝ",
1416
+ "ᾖ": "ᾞ",
1417
+ "ᾗ": "ᾟ",
1418
+ "ᾠ": "ᾨ",
1419
+ "ᾡ": "ᾩ",
1420
+ "ᾢ": "ᾪ",
1421
+ "ᾣ": "ᾫ",
1422
+ "ᾤ": "ᾬ",
1423
+ "ᾥ": "ᾭ",
1424
+ "ᾦ": "ᾮ",
1425
+ "ᾧ": "ᾯ",
1426
+ "ᾳ": "ᾼ",
1427
+ "ῃ": "ῌ",
1428
+ "ῳ": "ῼ"
1429
+ }
1430
+ }