create-vuetify0 0.0.14 → 0.1.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.
- package/dist/index.mjs +2287 -11
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -10682,6 +10682,18 @@ var en_default = {
|
|
|
10682
10682
|
"start": "Upgrading %{pkg} globally using nypm...",
|
|
10683
10683
|
"success": "Successfully upgraded %{pkg} to latest.",
|
|
10684
10684
|
"fail": "Failed to upgrade %{pkg}: %{message}"
|
|
10685
|
+
},
|
|
10686
|
+
"presets": {
|
|
10687
|
+
"description": "List existing presets",
|
|
10688
|
+
"intro": "Saved Presets",
|
|
10689
|
+
"empty": "No presets found.",
|
|
10690
|
+
"list": "Available presets:",
|
|
10691
|
+
"done": "Use --preset <name> to create a project from a preset",
|
|
10692
|
+
"select": "Select a preset",
|
|
10693
|
+
"cancel": "Selection cancelled",
|
|
10694
|
+
"selected": "Selected preset: %{name}",
|
|
10695
|
+
"use": "Create a project with this preset?",
|
|
10696
|
+
"tip": "Create a project and save it as a preset to see it here."
|
|
10685
10697
|
}
|
|
10686
10698
|
},
|
|
10687
10699
|
prompts: {
|
|
@@ -10697,6 +10709,12 @@ var en_default = {
|
|
|
10697
10709
|
"create": "Create Ruler config files?",
|
|
10698
10710
|
"scripts": "Add mcp scripts to package.json?"
|
|
10699
10711
|
},
|
|
10712
|
+
"preset": {
|
|
10713
|
+
"save": "Do you want to save these settings as a preset?",
|
|
10714
|
+
"name": "Preset name (display name):",
|
|
10715
|
+
"overwrite": "Preset \"%{name}\" already exists. Do you want to overwrite it?",
|
|
10716
|
+
"saved": "Preset saved to %{path}"
|
|
10717
|
+
},
|
|
10700
10718
|
"directory": {
|
|
10701
10719
|
"name": "Project name",
|
|
10702
10720
|
"overwrite": "Directory \"%{dir}\" already exists. Do you want to overwrite it?",
|
|
@@ -10726,6 +10744,11 @@ var en_default = {
|
|
|
10726
10744
|
"hint": "Headless Component Library"
|
|
10727
10745
|
}
|
|
10728
10746
|
},
|
|
10747
|
+
"vuetify_version": {
|
|
10748
|
+
"select": "Select Vuetify version:",
|
|
10749
|
+
"3_x": "Vuetify 3 (latest)",
|
|
10750
|
+
"4_x": "Vuetify 4 (beta)"
|
|
10751
|
+
},
|
|
10729
10752
|
"css_framework": {
|
|
10730
10753
|
"select": "Which CSS framework?",
|
|
10731
10754
|
"unocss": { "hint": "Instant on-demand atomic CSS engine" },
|
|
@@ -10827,7 +10850,8 @@ var en_default = {
|
|
|
10827
10850
|
"type": { "description": "The Vuetify version to use" },
|
|
10828
10851
|
"platform": { "description": "The framework to use" },
|
|
10829
10852
|
"verbose": { "description": "Output verbose logs" },
|
|
10830
|
-
"version": { "description": "The Vuetify version to check documentation for" }
|
|
10853
|
+
"version": { "description": "The Vuetify version to check documentation for" },
|
|
10854
|
+
"preset": { "description": "Path to a preset file to load" }
|
|
10831
10855
|
},
|
|
10832
10856
|
cli: {
|
|
10833
10857
|
"main": { "description": "Unified CLI for Vuetify" },
|
|
@@ -10908,6 +10932,18 @@ var ru_default = {
|
|
|
10908
10932
|
"start": "Обновляем %{pkg}",
|
|
10909
10933
|
"success": "Успешно обновлен %{pkg} до последней версии.",
|
|
10910
10934
|
"fail": "Не удалось обновить %{pkg}: %{message}"
|
|
10935
|
+
},
|
|
10936
|
+
"presets": {
|
|
10937
|
+
"description": "Показать список существующих пресетов",
|
|
10938
|
+
"intro": "Сохраненные пресеты",
|
|
10939
|
+
"empty": "Пресеты не найдены.",
|
|
10940
|
+
"list": "Доступные пресеты:",
|
|
10941
|
+
"done": "Используйте --preset <name> для создания проекта из пресета",
|
|
10942
|
+
"select": "Выберите пресет",
|
|
10943
|
+
"cancel": "Выбор отменен",
|
|
10944
|
+
"selected": "Выбран пресет: %{name}",
|
|
10945
|
+
"use": "Создать проект с этим пресетом?",
|
|
10946
|
+
"tip": "Создайте проект и сохраните его как пресет, чтобы увидеть его здесь."
|
|
10911
10947
|
}
|
|
10912
10948
|
},
|
|
10913
10949
|
prompts: {
|
|
@@ -10918,6 +10954,12 @@ var ru_default = {
|
|
|
10918
10954
|
"create": "Конфиг ESLint не найден. Создать его?",
|
|
10919
10955
|
"scripts": "Добавить скрипты lint в package.json?"
|
|
10920
10956
|
},
|
|
10957
|
+
"preset": {
|
|
10958
|
+
"save": "Хотите сохранить эти настройки как пресет?",
|
|
10959
|
+
"name": "Имя пресета (отображаемое имя):",
|
|
10960
|
+
"overwrite": "Пресет \"%{name}\" уже существует. Перезаписать?",
|
|
10961
|
+
"saved": "Пресет сохранен в %{path}"
|
|
10962
|
+
},
|
|
10921
10963
|
"directory": {
|
|
10922
10964
|
"name": "Название проекта",
|
|
10923
10965
|
"overwrite": "Папка \"%{dir}\" уже существует. Хотите перезаписать её?",
|
|
@@ -10947,6 +10989,11 @@ var ru_default = {
|
|
|
10947
10989
|
"hint": "Библиотека headless компонентов"
|
|
10948
10990
|
}
|
|
10949
10991
|
},
|
|
10992
|
+
"vuetify_version": {
|
|
10993
|
+
"select": "Выберите версию Vuetify:",
|
|
10994
|
+
"3_x": "Vuetify 3 (стабильная)",
|
|
10995
|
+
"4_x": "Vuetify 4 (бета)"
|
|
10996
|
+
},
|
|
10950
10997
|
"css_framework": {
|
|
10951
10998
|
"select": "Какой фреймворк CSS вы хотите использовать?",
|
|
10952
10999
|
"none": "Никакой",
|
|
@@ -11049,6 +11096,7 @@ var ru_default = {
|
|
|
11049
11096
|
"type": { "description": "Версия Vuetify для использования" },
|
|
11050
11097
|
"platform": { "description": "Фреймворк для использования" },
|
|
11051
11098
|
"verbose": { "description": "Вывести подробные логи" },
|
|
11099
|
+
"preset": { "description": "Путь к файлу пресета для загрузки" },
|
|
11052
11100
|
"version": { "description": "Версия Vuetify для просмотра документации" }
|
|
11053
11101
|
},
|
|
11054
11102
|
cli: {
|
|
@@ -11066,7 +11114,7 @@ var ru_default = {
|
|
|
11066
11114
|
|
|
11067
11115
|
//#endregion
|
|
11068
11116
|
//#region ../shared/src/i18n/setup.ts
|
|
11069
|
-
function normalizeLocale(locale) {
|
|
11117
|
+
function normalizeLocale$1(locale) {
|
|
11070
11118
|
return (locale ?? "en").split("-")[0].toLowerCase();
|
|
11071
11119
|
}
|
|
11072
11120
|
const i18n$2 = new import_require.I18n({
|
|
@@ -11074,7 +11122,7 @@ const i18n$2 = new import_require.I18n({
|
|
|
11074
11122
|
ru: ru_default
|
|
11075
11123
|
}, {
|
|
11076
11124
|
defaultLocale: "en",
|
|
11077
|
-
locale: normalizeLocale(getCurrentLocale())
|
|
11125
|
+
locale: normalizeLocale$1(getCurrentLocale())
|
|
11078
11126
|
});
|
|
11079
11127
|
|
|
11080
11128
|
//#endregion
|
|
@@ -11092,13 +11140,11 @@ function projectArgs(options$1) {
|
|
|
11092
11140
|
type: {
|
|
11093
11141
|
type: "string",
|
|
11094
11142
|
description: i18n.t("args.type.description"),
|
|
11095
|
-
default: "vuetify",
|
|
11096
11143
|
valueHint: "vuetify | vuetify0"
|
|
11097
11144
|
},
|
|
11098
11145
|
platform: {
|
|
11099
11146
|
type: "string",
|
|
11100
11147
|
description: i18n.t("args.platform.description"),
|
|
11101
|
-
default: "vue",
|
|
11102
11148
|
valueHint: "vue | nuxt"
|
|
11103
11149
|
},
|
|
11104
11150
|
features: {
|
|
@@ -11147,6 +11193,10 @@ function projectArgs(options$1) {
|
|
|
11147
11193
|
dir: {
|
|
11148
11194
|
type: "string",
|
|
11149
11195
|
description: i18n.t("args.dir.description")
|
|
11196
|
+
},
|
|
11197
|
+
preset: {
|
|
11198
|
+
type: "string",
|
|
11199
|
+
description: i18n.t("args.preset.description")
|
|
11150
11200
|
}
|
|
11151
11201
|
};
|
|
11152
11202
|
if (options$1?.exclude) for (const key of options$1.exclude) delete args$2[key];
|
|
@@ -29105,6 +29155,2156 @@ var require_vue_eslint_parser = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
29105
29155
|
var import_vue_eslint_parser = require_vue_eslint_parser();
|
|
29106
29156
|
const require$1 = createRequire(import.meta.url);
|
|
29107
29157
|
|
|
29158
|
+
//#endregion
|
|
29159
|
+
//#region ../../node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js
|
|
29160
|
+
function escapeStringRegexp(string) {
|
|
29161
|
+
if (typeof string !== "string") throw new TypeError("Expected a string");
|
|
29162
|
+
return string.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
|
|
29163
|
+
}
|
|
29164
|
+
|
|
29165
|
+
//#endregion
|
|
29166
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+transliterate@2.3.1/node_modules/@sindresorhus/transliterate/replacements.js
|
|
29167
|
+
const builtinReplacements = new Map([
|
|
29168
|
+
["ß", "ss"],
|
|
29169
|
+
["ẞ", "Ss"],
|
|
29170
|
+
["ä", "ae"],
|
|
29171
|
+
["Ä", "Ae"],
|
|
29172
|
+
["ö", "oe"],
|
|
29173
|
+
["Ö", "Oe"],
|
|
29174
|
+
["ü", "ue"],
|
|
29175
|
+
["Ü", "Ue"],
|
|
29176
|
+
["À", "A"],
|
|
29177
|
+
["Á", "A"],
|
|
29178
|
+
["Â", "A"],
|
|
29179
|
+
["Ã", "A"],
|
|
29180
|
+
["Ä", "Ae"],
|
|
29181
|
+
["Å", "A"],
|
|
29182
|
+
["Æ", "AE"],
|
|
29183
|
+
["Ç", "C"],
|
|
29184
|
+
["È", "E"],
|
|
29185
|
+
["É", "E"],
|
|
29186
|
+
["Ê", "E"],
|
|
29187
|
+
["Ë", "E"],
|
|
29188
|
+
["Ə", "A"],
|
|
29189
|
+
["Ì", "I"],
|
|
29190
|
+
["Í", "I"],
|
|
29191
|
+
["Î", "I"],
|
|
29192
|
+
["Ï", "I"],
|
|
29193
|
+
["Ð", "D"],
|
|
29194
|
+
["Ñ", "N"],
|
|
29195
|
+
["Ò", "O"],
|
|
29196
|
+
["Ó", "O"],
|
|
29197
|
+
["Ô", "O"],
|
|
29198
|
+
["Õ", "O"],
|
|
29199
|
+
["Ö", "Oe"],
|
|
29200
|
+
["Ō", "O"],
|
|
29201
|
+
["Ő", "O"],
|
|
29202
|
+
["Ø", "O"],
|
|
29203
|
+
["Œ", "OE"],
|
|
29204
|
+
["Ù", "U"],
|
|
29205
|
+
["Ú", "U"],
|
|
29206
|
+
["Û", "U"],
|
|
29207
|
+
["Ü", "Ue"],
|
|
29208
|
+
["Ű", "U"],
|
|
29209
|
+
["Ý", "Y"],
|
|
29210
|
+
["Þ", "TH"],
|
|
29211
|
+
["ß", "ss"],
|
|
29212
|
+
["à", "a"],
|
|
29213
|
+
["á", "a"],
|
|
29214
|
+
["â", "a"],
|
|
29215
|
+
["ã", "a"],
|
|
29216
|
+
["ä", "ae"],
|
|
29217
|
+
["å", "a"],
|
|
29218
|
+
["æ", "ae"],
|
|
29219
|
+
["ç", "c"],
|
|
29220
|
+
["è", "e"],
|
|
29221
|
+
["é", "e"],
|
|
29222
|
+
["ê", "e"],
|
|
29223
|
+
["ë", "e"],
|
|
29224
|
+
["ə", "a"],
|
|
29225
|
+
["ì", "i"],
|
|
29226
|
+
["í", "i"],
|
|
29227
|
+
["î", "i"],
|
|
29228
|
+
["ï", "i"],
|
|
29229
|
+
["ð", "d"],
|
|
29230
|
+
["ñ", "n"],
|
|
29231
|
+
["ò", "o"],
|
|
29232
|
+
["ó", "o"],
|
|
29233
|
+
["ô", "o"],
|
|
29234
|
+
["õ", "o"],
|
|
29235
|
+
["ö", "oe"],
|
|
29236
|
+
["ō", "o"],
|
|
29237
|
+
["ő", "o"],
|
|
29238
|
+
["ø", "o"],
|
|
29239
|
+
["œ", "oe"],
|
|
29240
|
+
["ù", "u"],
|
|
29241
|
+
["ú", "u"],
|
|
29242
|
+
["û", "u"],
|
|
29243
|
+
["ü", "ue"],
|
|
29244
|
+
["ű", "u"],
|
|
29245
|
+
["ý", "y"],
|
|
29246
|
+
["þ", "th"],
|
|
29247
|
+
["ÿ", "y"],
|
|
29248
|
+
["à", "a"],
|
|
29249
|
+
["À", "A"],
|
|
29250
|
+
["á", "a"],
|
|
29251
|
+
["Á", "A"],
|
|
29252
|
+
["â", "a"],
|
|
29253
|
+
["Â", "A"],
|
|
29254
|
+
["ã", "a"],
|
|
29255
|
+
["Ã", "A"],
|
|
29256
|
+
["è", "e"],
|
|
29257
|
+
["È", "E"],
|
|
29258
|
+
["é", "e"],
|
|
29259
|
+
["É", "E"],
|
|
29260
|
+
["ê", "e"],
|
|
29261
|
+
["Ê", "E"],
|
|
29262
|
+
["ì", "i"],
|
|
29263
|
+
["Ì", "I"],
|
|
29264
|
+
["í", "i"],
|
|
29265
|
+
["Í", "I"],
|
|
29266
|
+
["ò", "o"],
|
|
29267
|
+
["Ò", "O"],
|
|
29268
|
+
["ó", "o"],
|
|
29269
|
+
["Ó", "O"],
|
|
29270
|
+
["ô", "o"],
|
|
29271
|
+
["Ô", "O"],
|
|
29272
|
+
["õ", "o"],
|
|
29273
|
+
["Õ", "O"],
|
|
29274
|
+
["ù", "u"],
|
|
29275
|
+
["Ù", "U"],
|
|
29276
|
+
["ú", "u"],
|
|
29277
|
+
["Ú", "U"],
|
|
29278
|
+
["ý", "y"],
|
|
29279
|
+
["Ý", "Y"],
|
|
29280
|
+
["ă", "a"],
|
|
29281
|
+
["Ă", "A"],
|
|
29282
|
+
["Đ", "D"],
|
|
29283
|
+
["đ", "d"],
|
|
29284
|
+
["ĩ", "i"],
|
|
29285
|
+
["Ĩ", "I"],
|
|
29286
|
+
["ũ", "u"],
|
|
29287
|
+
["Ũ", "U"],
|
|
29288
|
+
["ơ", "o"],
|
|
29289
|
+
["Ơ", "O"],
|
|
29290
|
+
["ư", "u"],
|
|
29291
|
+
["Ư", "U"],
|
|
29292
|
+
["ạ", "a"],
|
|
29293
|
+
["Ạ", "A"],
|
|
29294
|
+
["ả", "a"],
|
|
29295
|
+
["Ả", "A"],
|
|
29296
|
+
["ấ", "a"],
|
|
29297
|
+
["Ấ", "A"],
|
|
29298
|
+
["ầ", "a"],
|
|
29299
|
+
["Ầ", "A"],
|
|
29300
|
+
["ẩ", "a"],
|
|
29301
|
+
["Ẩ", "A"],
|
|
29302
|
+
["ẫ", "a"],
|
|
29303
|
+
["Ẫ", "A"],
|
|
29304
|
+
["ậ", "a"],
|
|
29305
|
+
["Ậ", "A"],
|
|
29306
|
+
["ắ", "a"],
|
|
29307
|
+
["Ắ", "A"],
|
|
29308
|
+
["ằ", "a"],
|
|
29309
|
+
["Ằ", "A"],
|
|
29310
|
+
["ẳ", "a"],
|
|
29311
|
+
["Ẳ", "A"],
|
|
29312
|
+
["ẵ", "a"],
|
|
29313
|
+
["Ẵ", "A"],
|
|
29314
|
+
["ặ", "a"],
|
|
29315
|
+
["Ặ", "A"],
|
|
29316
|
+
["ẹ", "e"],
|
|
29317
|
+
["Ẹ", "E"],
|
|
29318
|
+
["ẻ", "e"],
|
|
29319
|
+
["Ẻ", "E"],
|
|
29320
|
+
["ẽ", "e"],
|
|
29321
|
+
["Ẽ", "E"],
|
|
29322
|
+
["ế", "e"],
|
|
29323
|
+
["Ế", "E"],
|
|
29324
|
+
["ề", "e"],
|
|
29325
|
+
["Ề", "E"],
|
|
29326
|
+
["ể", "e"],
|
|
29327
|
+
["Ể", "E"],
|
|
29328
|
+
["ễ", "e"],
|
|
29329
|
+
["Ễ", "E"],
|
|
29330
|
+
["ệ", "e"],
|
|
29331
|
+
["Ệ", "E"],
|
|
29332
|
+
["ỉ", "i"],
|
|
29333
|
+
["Ỉ", "I"],
|
|
29334
|
+
["ị", "i"],
|
|
29335
|
+
["Ị", "I"],
|
|
29336
|
+
["ọ", "o"],
|
|
29337
|
+
["Ọ", "O"],
|
|
29338
|
+
["ỏ", "o"],
|
|
29339
|
+
["Ỏ", "O"],
|
|
29340
|
+
["ố", "o"],
|
|
29341
|
+
["Ố", "O"],
|
|
29342
|
+
["ồ", "o"],
|
|
29343
|
+
["Ồ", "O"],
|
|
29344
|
+
["ổ", "o"],
|
|
29345
|
+
["Ổ", "O"],
|
|
29346
|
+
["ỗ", "o"],
|
|
29347
|
+
["Ỗ", "O"],
|
|
29348
|
+
["ộ", "o"],
|
|
29349
|
+
["Ộ", "O"],
|
|
29350
|
+
["ớ", "o"],
|
|
29351
|
+
["Ớ", "O"],
|
|
29352
|
+
["ờ", "o"],
|
|
29353
|
+
["Ờ", "O"],
|
|
29354
|
+
["ở", "o"],
|
|
29355
|
+
["Ở", "O"],
|
|
29356
|
+
["ỡ", "o"],
|
|
29357
|
+
["Ỡ", "O"],
|
|
29358
|
+
["ợ", "o"],
|
|
29359
|
+
["Ợ", "O"],
|
|
29360
|
+
["ụ", "u"],
|
|
29361
|
+
["Ụ", "U"],
|
|
29362
|
+
["ủ", "u"],
|
|
29363
|
+
["Ủ", "U"],
|
|
29364
|
+
["ứ", "u"],
|
|
29365
|
+
["Ứ", "U"],
|
|
29366
|
+
["ừ", "u"],
|
|
29367
|
+
["Ừ", "U"],
|
|
29368
|
+
["ử", "u"],
|
|
29369
|
+
["Ử", "U"],
|
|
29370
|
+
["ữ", "u"],
|
|
29371
|
+
["Ữ", "U"],
|
|
29372
|
+
["ự", "u"],
|
|
29373
|
+
["Ự", "U"],
|
|
29374
|
+
["ỳ", "y"],
|
|
29375
|
+
["Ỳ", "Y"],
|
|
29376
|
+
["ỵ", "y"],
|
|
29377
|
+
["Ỵ", "Y"],
|
|
29378
|
+
["ỷ", "y"],
|
|
29379
|
+
["Ỷ", "Y"],
|
|
29380
|
+
["ỹ", "y"],
|
|
29381
|
+
["Ỹ", "Y"],
|
|
29382
|
+
["ء", "e"],
|
|
29383
|
+
["آ", "a"],
|
|
29384
|
+
["أ", "a"],
|
|
29385
|
+
["ؤ", "w"],
|
|
29386
|
+
["إ", "a"],
|
|
29387
|
+
["ئ", "y"],
|
|
29388
|
+
["ا", "a"],
|
|
29389
|
+
["ب", "b"],
|
|
29390
|
+
["ة", "t"],
|
|
29391
|
+
["ت", "t"],
|
|
29392
|
+
["ث", "th"],
|
|
29393
|
+
["ج", "j"],
|
|
29394
|
+
["ح", "h"],
|
|
29395
|
+
["خ", "kh"],
|
|
29396
|
+
["د", "d"],
|
|
29397
|
+
["ذ", "dh"],
|
|
29398
|
+
["ر", "r"],
|
|
29399
|
+
["ز", "z"],
|
|
29400
|
+
["س", "s"],
|
|
29401
|
+
["ش", "sh"],
|
|
29402
|
+
["ص", "s"],
|
|
29403
|
+
["ض", "d"],
|
|
29404
|
+
["ط", "t"],
|
|
29405
|
+
["ظ", "z"],
|
|
29406
|
+
["ع", "e"],
|
|
29407
|
+
["غ", "gh"],
|
|
29408
|
+
["ـ", "_"],
|
|
29409
|
+
["ف", "f"],
|
|
29410
|
+
["ق", "q"],
|
|
29411
|
+
["ك", "k"],
|
|
29412
|
+
["ل", "l"],
|
|
29413
|
+
["م", "m"],
|
|
29414
|
+
["ن", "n"],
|
|
29415
|
+
["ه", "h"],
|
|
29416
|
+
["و", "w"],
|
|
29417
|
+
["ى", "a"],
|
|
29418
|
+
["ي", "y"],
|
|
29419
|
+
["َ", "a"],
|
|
29420
|
+
["ُ", "u"],
|
|
29421
|
+
["ِ", "i"],
|
|
29422
|
+
["٠", "0"],
|
|
29423
|
+
["١", "1"],
|
|
29424
|
+
["٢", "2"],
|
|
29425
|
+
["٣", "3"],
|
|
29426
|
+
["٤", "4"],
|
|
29427
|
+
["٥", "5"],
|
|
29428
|
+
["٦", "6"],
|
|
29429
|
+
["٧", "7"],
|
|
29430
|
+
["٨", "8"],
|
|
29431
|
+
["٩", "9"],
|
|
29432
|
+
["چ", "ch"],
|
|
29433
|
+
["ک", "k"],
|
|
29434
|
+
["گ", "g"],
|
|
29435
|
+
["پ", "p"],
|
|
29436
|
+
["ژ", "zh"],
|
|
29437
|
+
["ی", "y"],
|
|
29438
|
+
["۰", "0"],
|
|
29439
|
+
["۱", "1"],
|
|
29440
|
+
["۲", "2"],
|
|
29441
|
+
["۳", "3"],
|
|
29442
|
+
["۴", "4"],
|
|
29443
|
+
["۵", "5"],
|
|
29444
|
+
["۶", "6"],
|
|
29445
|
+
["۷", "7"],
|
|
29446
|
+
["۸", "8"],
|
|
29447
|
+
["۹", "9"],
|
|
29448
|
+
["ټ", "p"],
|
|
29449
|
+
["ځ", "z"],
|
|
29450
|
+
["څ", "c"],
|
|
29451
|
+
["ډ", "d"],
|
|
29452
|
+
["ﺫ", "d"],
|
|
29453
|
+
["ﺭ", "r"],
|
|
29454
|
+
["ړ", "r"],
|
|
29455
|
+
["ﺯ", "z"],
|
|
29456
|
+
["ږ", "g"],
|
|
29457
|
+
["ښ", "x"],
|
|
29458
|
+
["ګ", "g"],
|
|
29459
|
+
["ڼ", "n"],
|
|
29460
|
+
["ۀ", "e"],
|
|
29461
|
+
["ې", "e"],
|
|
29462
|
+
["ۍ", "ai"],
|
|
29463
|
+
["ٹ", "t"],
|
|
29464
|
+
["ڈ", "d"],
|
|
29465
|
+
["ڑ", "r"],
|
|
29466
|
+
["ں", "n"],
|
|
29467
|
+
["ہ", "h"],
|
|
29468
|
+
["ھ", "h"],
|
|
29469
|
+
["ے", "e"],
|
|
29470
|
+
["А", "A"],
|
|
29471
|
+
["а", "a"],
|
|
29472
|
+
["Б", "B"],
|
|
29473
|
+
["б", "b"],
|
|
29474
|
+
["В", "V"],
|
|
29475
|
+
["в", "v"],
|
|
29476
|
+
["Г", "G"],
|
|
29477
|
+
["г", "g"],
|
|
29478
|
+
["Д", "D"],
|
|
29479
|
+
["д", "d"],
|
|
29480
|
+
["ъе", "ye"],
|
|
29481
|
+
["Ъе", "Ye"],
|
|
29482
|
+
["ъЕ", "yE"],
|
|
29483
|
+
["ЪЕ", "YE"],
|
|
29484
|
+
["Е", "E"],
|
|
29485
|
+
["е", "e"],
|
|
29486
|
+
["Ё", "Yo"],
|
|
29487
|
+
["ё", "yo"],
|
|
29488
|
+
["Ж", "Zh"],
|
|
29489
|
+
["ж", "zh"],
|
|
29490
|
+
["З", "Z"],
|
|
29491
|
+
["з", "z"],
|
|
29492
|
+
["И", "I"],
|
|
29493
|
+
["и", "i"],
|
|
29494
|
+
["ый", "iy"],
|
|
29495
|
+
["Ый", "Iy"],
|
|
29496
|
+
["ЫЙ", "IY"],
|
|
29497
|
+
["ыЙ", "iY"],
|
|
29498
|
+
["Й", "Y"],
|
|
29499
|
+
["й", "y"],
|
|
29500
|
+
["К", "K"],
|
|
29501
|
+
["к", "k"],
|
|
29502
|
+
["Л", "L"],
|
|
29503
|
+
["л", "l"],
|
|
29504
|
+
["М", "M"],
|
|
29505
|
+
["м", "m"],
|
|
29506
|
+
["Н", "N"],
|
|
29507
|
+
["н", "n"],
|
|
29508
|
+
["О", "O"],
|
|
29509
|
+
["о", "o"],
|
|
29510
|
+
["П", "P"],
|
|
29511
|
+
["п", "p"],
|
|
29512
|
+
["Р", "R"],
|
|
29513
|
+
["р", "r"],
|
|
29514
|
+
["С", "S"],
|
|
29515
|
+
["с", "s"],
|
|
29516
|
+
["Т", "T"],
|
|
29517
|
+
["т", "t"],
|
|
29518
|
+
["У", "U"],
|
|
29519
|
+
["у", "u"],
|
|
29520
|
+
["Ф", "F"],
|
|
29521
|
+
["ф", "f"],
|
|
29522
|
+
["Х", "Kh"],
|
|
29523
|
+
["х", "kh"],
|
|
29524
|
+
["Ц", "Ts"],
|
|
29525
|
+
["ц", "ts"],
|
|
29526
|
+
["Ч", "Ch"],
|
|
29527
|
+
["ч", "ch"],
|
|
29528
|
+
["Ш", "Sh"],
|
|
29529
|
+
["ш", "sh"],
|
|
29530
|
+
["Щ", "Sch"],
|
|
29531
|
+
["щ", "sch"],
|
|
29532
|
+
["Ъ", ""],
|
|
29533
|
+
["ъ", ""],
|
|
29534
|
+
["Ы", "Y"],
|
|
29535
|
+
["ы", "y"],
|
|
29536
|
+
["Ь", ""],
|
|
29537
|
+
["ь", ""],
|
|
29538
|
+
["Э", "E"],
|
|
29539
|
+
["э", "e"],
|
|
29540
|
+
["Ю", "Yu"],
|
|
29541
|
+
["ю", "yu"],
|
|
29542
|
+
["Я", "Ya"],
|
|
29543
|
+
["я", "ya"],
|
|
29544
|
+
["ă", "a"],
|
|
29545
|
+
["Ă", "A"],
|
|
29546
|
+
["ș", "s"],
|
|
29547
|
+
["Ș", "S"],
|
|
29548
|
+
["ț", "t"],
|
|
29549
|
+
["Ț", "T"],
|
|
29550
|
+
["ţ", "t"],
|
|
29551
|
+
["Ţ", "T"],
|
|
29552
|
+
["ş", "s"],
|
|
29553
|
+
["Ş", "S"],
|
|
29554
|
+
["ç", "c"],
|
|
29555
|
+
["Ç", "C"],
|
|
29556
|
+
["ğ", "g"],
|
|
29557
|
+
["Ğ", "G"],
|
|
29558
|
+
["ı", "i"],
|
|
29559
|
+
["İ", "I"],
|
|
29560
|
+
["ա", "a"],
|
|
29561
|
+
["Ա", "A"],
|
|
29562
|
+
["բ", "b"],
|
|
29563
|
+
["Բ", "B"],
|
|
29564
|
+
["գ", "g"],
|
|
29565
|
+
["Գ", "G"],
|
|
29566
|
+
["դ", "d"],
|
|
29567
|
+
["Դ", "D"],
|
|
29568
|
+
["ե", "ye"],
|
|
29569
|
+
["Ե", "Ye"],
|
|
29570
|
+
["զ", "z"],
|
|
29571
|
+
["Զ", "Z"],
|
|
29572
|
+
["է", "e"],
|
|
29573
|
+
["Է", "E"],
|
|
29574
|
+
["ը", "y"],
|
|
29575
|
+
["Ը", "Y"],
|
|
29576
|
+
["թ", "t"],
|
|
29577
|
+
["Թ", "T"],
|
|
29578
|
+
["ժ", "zh"],
|
|
29579
|
+
["Ժ", "Zh"],
|
|
29580
|
+
["ի", "i"],
|
|
29581
|
+
["Ի", "I"],
|
|
29582
|
+
["լ", "l"],
|
|
29583
|
+
["Լ", "L"],
|
|
29584
|
+
["խ", "kh"],
|
|
29585
|
+
["Խ", "Kh"],
|
|
29586
|
+
["ծ", "ts"],
|
|
29587
|
+
["Ծ", "Ts"],
|
|
29588
|
+
["կ", "k"],
|
|
29589
|
+
["Կ", "K"],
|
|
29590
|
+
["հ", "h"],
|
|
29591
|
+
["Հ", "H"],
|
|
29592
|
+
["ձ", "dz"],
|
|
29593
|
+
["Ձ", "Dz"],
|
|
29594
|
+
["ղ", "gh"],
|
|
29595
|
+
["Ղ", "Gh"],
|
|
29596
|
+
["ճ", "tch"],
|
|
29597
|
+
["Ճ", "Tch"],
|
|
29598
|
+
["մ", "m"],
|
|
29599
|
+
["Մ", "M"],
|
|
29600
|
+
["յ", "y"],
|
|
29601
|
+
["Յ", "Y"],
|
|
29602
|
+
["ն", "n"],
|
|
29603
|
+
["Ն", "N"],
|
|
29604
|
+
["շ", "sh"],
|
|
29605
|
+
["Շ", "Sh"],
|
|
29606
|
+
["ու", "u"],
|
|
29607
|
+
["ՈՒ", "U"],
|
|
29608
|
+
["Ու", "U"],
|
|
29609
|
+
["ո", "vo"],
|
|
29610
|
+
["Ո", "Vo"],
|
|
29611
|
+
["չ", "ch"],
|
|
29612
|
+
["Չ", "Ch"],
|
|
29613
|
+
["պ", "p"],
|
|
29614
|
+
["Պ", "P"],
|
|
29615
|
+
["ջ", "j"],
|
|
29616
|
+
["Ջ", "J"],
|
|
29617
|
+
["ռ", "r"],
|
|
29618
|
+
["Ռ", "R"],
|
|
29619
|
+
["ս", "s"],
|
|
29620
|
+
["Ս", "S"],
|
|
29621
|
+
["վ", "v"],
|
|
29622
|
+
["Վ", "V"],
|
|
29623
|
+
["տ", "t"],
|
|
29624
|
+
["Տ", "T"],
|
|
29625
|
+
["ր", "r"],
|
|
29626
|
+
["Ր", "R"],
|
|
29627
|
+
["ց", "c"],
|
|
29628
|
+
["Ց", "C"],
|
|
29629
|
+
["փ", "p"],
|
|
29630
|
+
["Փ", "P"],
|
|
29631
|
+
["ք", "q"],
|
|
29632
|
+
["Ք", "Q"],
|
|
29633
|
+
["օ", "o"],
|
|
29634
|
+
["Օ", "O"],
|
|
29635
|
+
["ֆ", "f"],
|
|
29636
|
+
["Ֆ", "F"],
|
|
29637
|
+
["և", "yev"],
|
|
29638
|
+
["ა", "a"],
|
|
29639
|
+
["ბ", "b"],
|
|
29640
|
+
["გ", "g"],
|
|
29641
|
+
["დ", "d"],
|
|
29642
|
+
["ე", "e"],
|
|
29643
|
+
["ვ", "v"],
|
|
29644
|
+
["ზ", "z"],
|
|
29645
|
+
["თ", "t"],
|
|
29646
|
+
["ი", "i"],
|
|
29647
|
+
["კ", "k"],
|
|
29648
|
+
["ლ", "l"],
|
|
29649
|
+
["მ", "m"],
|
|
29650
|
+
["ნ", "n"],
|
|
29651
|
+
["ო", "o"],
|
|
29652
|
+
["პ", "p"],
|
|
29653
|
+
["ჟ", "zh"],
|
|
29654
|
+
["რ", "r"],
|
|
29655
|
+
["ს", "s"],
|
|
29656
|
+
["ტ", "t"],
|
|
29657
|
+
["უ", "u"],
|
|
29658
|
+
["ფ", "ph"],
|
|
29659
|
+
["ქ", "q"],
|
|
29660
|
+
["ღ", "gh"],
|
|
29661
|
+
["ყ", "k"],
|
|
29662
|
+
["შ", "sh"],
|
|
29663
|
+
["ჩ", "ch"],
|
|
29664
|
+
["ც", "ts"],
|
|
29665
|
+
["ძ", "dz"],
|
|
29666
|
+
["წ", "ts"],
|
|
29667
|
+
["ჭ", "tch"],
|
|
29668
|
+
["ხ", "kh"],
|
|
29669
|
+
["ჯ", "j"],
|
|
29670
|
+
["ჰ", "h"],
|
|
29671
|
+
["č", "c"],
|
|
29672
|
+
["ď", "d"],
|
|
29673
|
+
["ě", "e"],
|
|
29674
|
+
["ň", "n"],
|
|
29675
|
+
["ř", "r"],
|
|
29676
|
+
["š", "s"],
|
|
29677
|
+
["ť", "t"],
|
|
29678
|
+
["ů", "u"],
|
|
29679
|
+
["ž", "z"],
|
|
29680
|
+
["Č", "C"],
|
|
29681
|
+
["Ď", "D"],
|
|
29682
|
+
["Ě", "E"],
|
|
29683
|
+
["Ň", "N"],
|
|
29684
|
+
["Ř", "R"],
|
|
29685
|
+
["Š", "S"],
|
|
29686
|
+
["Ť", "T"],
|
|
29687
|
+
["Ů", "U"],
|
|
29688
|
+
["Ž", "Z"],
|
|
29689
|
+
["ހ", "h"],
|
|
29690
|
+
["ށ", "sh"],
|
|
29691
|
+
["ނ", "n"],
|
|
29692
|
+
["ރ", "r"],
|
|
29693
|
+
["ބ", "b"],
|
|
29694
|
+
["ޅ", "lh"],
|
|
29695
|
+
["ކ", "k"],
|
|
29696
|
+
["އ", "a"],
|
|
29697
|
+
["ވ", "v"],
|
|
29698
|
+
["މ", "m"],
|
|
29699
|
+
["ފ", "f"],
|
|
29700
|
+
["ދ", "dh"],
|
|
29701
|
+
["ތ", "th"],
|
|
29702
|
+
["ލ", "l"],
|
|
29703
|
+
["ގ", "g"],
|
|
29704
|
+
["ޏ", "gn"],
|
|
29705
|
+
["ސ", "s"],
|
|
29706
|
+
["ޑ", "d"],
|
|
29707
|
+
["ޒ", "z"],
|
|
29708
|
+
["ޓ", "t"],
|
|
29709
|
+
["ޔ", "y"],
|
|
29710
|
+
["ޕ", "p"],
|
|
29711
|
+
["ޖ", "j"],
|
|
29712
|
+
["ޗ", "ch"],
|
|
29713
|
+
["ޘ", "tt"],
|
|
29714
|
+
["ޙ", "hh"],
|
|
29715
|
+
["ޚ", "kh"],
|
|
29716
|
+
["ޛ", "th"],
|
|
29717
|
+
["ޜ", "z"],
|
|
29718
|
+
["ޝ", "sh"],
|
|
29719
|
+
["ޞ", "s"],
|
|
29720
|
+
["ޟ", "d"],
|
|
29721
|
+
["ޠ", "t"],
|
|
29722
|
+
["ޡ", "z"],
|
|
29723
|
+
["ޢ", "a"],
|
|
29724
|
+
["ޣ", "gh"],
|
|
29725
|
+
["ޤ", "q"],
|
|
29726
|
+
["ޥ", "w"],
|
|
29727
|
+
["ަ", "a"],
|
|
29728
|
+
["ާ", "aa"],
|
|
29729
|
+
["ި", "i"],
|
|
29730
|
+
["ީ", "ee"],
|
|
29731
|
+
["ު", "u"],
|
|
29732
|
+
["ޫ", "oo"],
|
|
29733
|
+
["ެ", "e"],
|
|
29734
|
+
["ޭ", "ey"],
|
|
29735
|
+
["ޮ", "o"],
|
|
29736
|
+
["ޯ", "oa"],
|
|
29737
|
+
["ް", ""],
|
|
29738
|
+
["α", "a"],
|
|
29739
|
+
["β", "v"],
|
|
29740
|
+
["γ", "g"],
|
|
29741
|
+
["δ", "d"],
|
|
29742
|
+
["ε", "e"],
|
|
29743
|
+
["ζ", "z"],
|
|
29744
|
+
["η", "i"],
|
|
29745
|
+
["θ", "th"],
|
|
29746
|
+
["ι", "i"],
|
|
29747
|
+
["κ", "k"],
|
|
29748
|
+
["λ", "l"],
|
|
29749
|
+
["μ", "m"],
|
|
29750
|
+
["ν", "n"],
|
|
29751
|
+
["ξ", "ks"],
|
|
29752
|
+
["ο", "o"],
|
|
29753
|
+
["π", "p"],
|
|
29754
|
+
["ρ", "r"],
|
|
29755
|
+
["σ", "s"],
|
|
29756
|
+
["τ", "t"],
|
|
29757
|
+
["υ", "y"],
|
|
29758
|
+
["φ", "f"],
|
|
29759
|
+
["χ", "x"],
|
|
29760
|
+
["ψ", "ps"],
|
|
29761
|
+
["ω", "o"],
|
|
29762
|
+
["ά", "a"],
|
|
29763
|
+
["έ", "e"],
|
|
29764
|
+
["ί", "i"],
|
|
29765
|
+
["ό", "o"],
|
|
29766
|
+
["ύ", "y"],
|
|
29767
|
+
["ή", "i"],
|
|
29768
|
+
["ώ", "o"],
|
|
29769
|
+
["ς", "s"],
|
|
29770
|
+
["ϊ", "i"],
|
|
29771
|
+
["ΰ", "y"],
|
|
29772
|
+
["ϋ", "y"],
|
|
29773
|
+
["ΐ", "i"],
|
|
29774
|
+
["Α", "A"],
|
|
29775
|
+
["Β", "B"],
|
|
29776
|
+
["Γ", "G"],
|
|
29777
|
+
["Δ", "D"],
|
|
29778
|
+
["Ε", "E"],
|
|
29779
|
+
["Ζ", "Z"],
|
|
29780
|
+
["Η", "I"],
|
|
29781
|
+
["Θ", "TH"],
|
|
29782
|
+
["Ι", "I"],
|
|
29783
|
+
["Κ", "K"],
|
|
29784
|
+
["Λ", "L"],
|
|
29785
|
+
["Μ", "M"],
|
|
29786
|
+
["Ν", "N"],
|
|
29787
|
+
["Ξ", "KS"],
|
|
29788
|
+
["Ο", "O"],
|
|
29789
|
+
["Π", "P"],
|
|
29790
|
+
["Ρ", "R"],
|
|
29791
|
+
["Σ", "S"],
|
|
29792
|
+
["Τ", "T"],
|
|
29793
|
+
["Υ", "Y"],
|
|
29794
|
+
["Φ", "F"],
|
|
29795
|
+
["Χ", "X"],
|
|
29796
|
+
["Ψ", "PS"],
|
|
29797
|
+
["Ω", "O"],
|
|
29798
|
+
["Ά", "A"],
|
|
29799
|
+
["Έ", "E"],
|
|
29800
|
+
["Ί", "I"],
|
|
29801
|
+
["Ό", "O"],
|
|
29802
|
+
["Ύ", "Y"],
|
|
29803
|
+
["Ή", "I"],
|
|
29804
|
+
["Ώ", "O"],
|
|
29805
|
+
["Ϊ", "I"],
|
|
29806
|
+
["Ϋ", "Y"],
|
|
29807
|
+
["ā", "a"],
|
|
29808
|
+
["ē", "e"],
|
|
29809
|
+
["ģ", "g"],
|
|
29810
|
+
["ī", "i"],
|
|
29811
|
+
["ķ", "k"],
|
|
29812
|
+
["ļ", "l"],
|
|
29813
|
+
["ņ", "n"],
|
|
29814
|
+
["ū", "u"],
|
|
29815
|
+
["Ā", "A"],
|
|
29816
|
+
["Ē", "E"],
|
|
29817
|
+
["Ģ", "G"],
|
|
29818
|
+
["Ī", "I"],
|
|
29819
|
+
["Ķ", "K"],
|
|
29820
|
+
["Ļ", "L"],
|
|
29821
|
+
["Ņ", "N"],
|
|
29822
|
+
["Ū", "U"],
|
|
29823
|
+
["č", "c"],
|
|
29824
|
+
["š", "s"],
|
|
29825
|
+
["ž", "z"],
|
|
29826
|
+
["Č", "C"],
|
|
29827
|
+
["Š", "S"],
|
|
29828
|
+
["Ž", "Z"],
|
|
29829
|
+
["ą", "a"],
|
|
29830
|
+
["č", "c"],
|
|
29831
|
+
["ę", "e"],
|
|
29832
|
+
["ė", "e"],
|
|
29833
|
+
["į", "i"],
|
|
29834
|
+
["š", "s"],
|
|
29835
|
+
["ų", "u"],
|
|
29836
|
+
["ū", "u"],
|
|
29837
|
+
["ž", "z"],
|
|
29838
|
+
["Ą", "A"],
|
|
29839
|
+
["Č", "C"],
|
|
29840
|
+
["Ę", "E"],
|
|
29841
|
+
["Ė", "E"],
|
|
29842
|
+
["Į", "I"],
|
|
29843
|
+
["Š", "S"],
|
|
29844
|
+
["Ų", "U"],
|
|
29845
|
+
["Ū", "U"],
|
|
29846
|
+
["Ќ", "Kj"],
|
|
29847
|
+
["ќ", "kj"],
|
|
29848
|
+
["Љ", "Lj"],
|
|
29849
|
+
["љ", "lj"],
|
|
29850
|
+
["Њ", "Nj"],
|
|
29851
|
+
["њ", "nj"],
|
|
29852
|
+
["Тс", "Ts"],
|
|
29853
|
+
["тс", "ts"],
|
|
29854
|
+
["ą", "a"],
|
|
29855
|
+
["ć", "c"],
|
|
29856
|
+
["ę", "e"],
|
|
29857
|
+
["ł", "l"],
|
|
29858
|
+
["ń", "n"],
|
|
29859
|
+
["ś", "s"],
|
|
29860
|
+
["ź", "z"],
|
|
29861
|
+
["ż", "z"],
|
|
29862
|
+
["Ą", "A"],
|
|
29863
|
+
["Ć", "C"],
|
|
29864
|
+
["Ę", "E"],
|
|
29865
|
+
["Ł", "L"],
|
|
29866
|
+
["Ń", "N"],
|
|
29867
|
+
["Ś", "S"],
|
|
29868
|
+
["Ź", "Z"],
|
|
29869
|
+
["Ż", "Z"],
|
|
29870
|
+
["Є", "Ye"],
|
|
29871
|
+
["І", "I"],
|
|
29872
|
+
["Ї", "Yi"],
|
|
29873
|
+
["Ґ", "G"],
|
|
29874
|
+
["є", "ye"],
|
|
29875
|
+
["і", "i"],
|
|
29876
|
+
["ї", "yi"],
|
|
29877
|
+
["ґ", "g"],
|
|
29878
|
+
["IJ", "IJ"],
|
|
29879
|
+
["ij", "ij"],
|
|
29880
|
+
["¢", "c"],
|
|
29881
|
+
["¥", "Y"],
|
|
29882
|
+
["߿", "b"],
|
|
29883
|
+
["৳", "t"],
|
|
29884
|
+
["૱", "Bo"],
|
|
29885
|
+
["฿", "B"],
|
|
29886
|
+
["₠", "CE"],
|
|
29887
|
+
["₡", "C"],
|
|
29888
|
+
["₢", "Cr"],
|
|
29889
|
+
["₣", "F"],
|
|
29890
|
+
["₥", "m"],
|
|
29891
|
+
["₦", "N"],
|
|
29892
|
+
["₧", "Pt"],
|
|
29893
|
+
["₨", "Rs"],
|
|
29894
|
+
["₩", "W"],
|
|
29895
|
+
["₫", "s"],
|
|
29896
|
+
["€", "E"],
|
|
29897
|
+
["₭", "K"],
|
|
29898
|
+
["₮", "T"],
|
|
29899
|
+
["₯", "Dp"],
|
|
29900
|
+
["₰", "S"],
|
|
29901
|
+
["₱", "P"],
|
|
29902
|
+
["₲", "G"],
|
|
29903
|
+
["₳", "A"],
|
|
29904
|
+
["₴", "S"],
|
|
29905
|
+
["₵", "C"],
|
|
29906
|
+
["₶", "tt"],
|
|
29907
|
+
["₷", "S"],
|
|
29908
|
+
["₸", "T"],
|
|
29909
|
+
["₹", "R"],
|
|
29910
|
+
["₺", "L"],
|
|
29911
|
+
["₽", "P"],
|
|
29912
|
+
["₿", "B"],
|
|
29913
|
+
["﹩", "$"],
|
|
29914
|
+
["¢", "c"],
|
|
29915
|
+
["¥", "Y"],
|
|
29916
|
+
["₩", "W"],
|
|
29917
|
+
["𝐀", "A"],
|
|
29918
|
+
["𝐁", "B"],
|
|
29919
|
+
["𝐂", "C"],
|
|
29920
|
+
["𝐃", "D"],
|
|
29921
|
+
["𝐄", "E"],
|
|
29922
|
+
["𝐅", "F"],
|
|
29923
|
+
["𝐆", "G"],
|
|
29924
|
+
["𝐇", "H"],
|
|
29925
|
+
["𝐈", "I"],
|
|
29926
|
+
["𝐉", "J"],
|
|
29927
|
+
["𝐊", "K"],
|
|
29928
|
+
["𝐋", "L"],
|
|
29929
|
+
["𝐌", "M"],
|
|
29930
|
+
["𝐍", "N"],
|
|
29931
|
+
["𝐎", "O"],
|
|
29932
|
+
["𝐏", "P"],
|
|
29933
|
+
["𝐐", "Q"],
|
|
29934
|
+
["𝐑", "R"],
|
|
29935
|
+
["𝐒", "S"],
|
|
29936
|
+
["𝐓", "T"],
|
|
29937
|
+
["𝐔", "U"],
|
|
29938
|
+
["𝐕", "V"],
|
|
29939
|
+
["𝐖", "W"],
|
|
29940
|
+
["𝐗", "X"],
|
|
29941
|
+
["𝐘", "Y"],
|
|
29942
|
+
["𝐙", "Z"],
|
|
29943
|
+
["𝐚", "a"],
|
|
29944
|
+
["𝐛", "b"],
|
|
29945
|
+
["𝐜", "c"],
|
|
29946
|
+
["𝐝", "d"],
|
|
29947
|
+
["𝐞", "e"],
|
|
29948
|
+
["𝐟", "f"],
|
|
29949
|
+
["𝐠", "g"],
|
|
29950
|
+
["𝐡", "h"],
|
|
29951
|
+
["𝐢", "i"],
|
|
29952
|
+
["𝐣", "j"],
|
|
29953
|
+
["𝐤", "k"],
|
|
29954
|
+
["𝐥", "l"],
|
|
29955
|
+
["𝐦", "m"],
|
|
29956
|
+
["𝐧", "n"],
|
|
29957
|
+
["𝐨", "o"],
|
|
29958
|
+
["𝐩", "p"],
|
|
29959
|
+
["𝐪", "q"],
|
|
29960
|
+
["𝐫", "r"],
|
|
29961
|
+
["𝐬", "s"],
|
|
29962
|
+
["𝐭", "t"],
|
|
29963
|
+
["𝐮", "u"],
|
|
29964
|
+
["𝐯", "v"],
|
|
29965
|
+
["𝐰", "w"],
|
|
29966
|
+
["𝐱", "x"],
|
|
29967
|
+
["𝐲", "y"],
|
|
29968
|
+
["𝐳", "z"],
|
|
29969
|
+
["𝐴", "A"],
|
|
29970
|
+
["𝐵", "B"],
|
|
29971
|
+
["𝐶", "C"],
|
|
29972
|
+
["𝐷", "D"],
|
|
29973
|
+
["𝐸", "E"],
|
|
29974
|
+
["𝐹", "F"],
|
|
29975
|
+
["𝐺", "G"],
|
|
29976
|
+
["𝐻", "H"],
|
|
29977
|
+
["𝐼", "I"],
|
|
29978
|
+
["𝐽", "J"],
|
|
29979
|
+
["𝐾", "K"],
|
|
29980
|
+
["𝐿", "L"],
|
|
29981
|
+
["𝑀", "M"],
|
|
29982
|
+
["𝑁", "N"],
|
|
29983
|
+
["𝑂", "O"],
|
|
29984
|
+
["𝑃", "P"],
|
|
29985
|
+
["𝑄", "Q"],
|
|
29986
|
+
["𝑅", "R"],
|
|
29987
|
+
["𝑆", "S"],
|
|
29988
|
+
["𝑇", "T"],
|
|
29989
|
+
["𝑈", "U"],
|
|
29990
|
+
["𝑉", "V"],
|
|
29991
|
+
["𝑊", "W"],
|
|
29992
|
+
["𝑋", "X"],
|
|
29993
|
+
["𝑌", "Y"],
|
|
29994
|
+
["𝑍", "Z"],
|
|
29995
|
+
["𝑎", "a"],
|
|
29996
|
+
["𝑏", "b"],
|
|
29997
|
+
["𝑐", "c"],
|
|
29998
|
+
["𝑑", "d"],
|
|
29999
|
+
["𝑒", "e"],
|
|
30000
|
+
["𝑓", "f"],
|
|
30001
|
+
["𝑔", "g"],
|
|
30002
|
+
["𝑖", "i"],
|
|
30003
|
+
["𝑗", "j"],
|
|
30004
|
+
["𝑘", "k"],
|
|
30005
|
+
["𝑙", "l"],
|
|
30006
|
+
["𝑚", "m"],
|
|
30007
|
+
["𝑛", "n"],
|
|
30008
|
+
["𝑜", "o"],
|
|
30009
|
+
["𝑝", "p"],
|
|
30010
|
+
["𝑞", "q"],
|
|
30011
|
+
["𝑟", "r"],
|
|
30012
|
+
["𝑠", "s"],
|
|
30013
|
+
["𝑡", "t"],
|
|
30014
|
+
["𝑢", "u"],
|
|
30015
|
+
["𝑣", "v"],
|
|
30016
|
+
["𝑤", "w"],
|
|
30017
|
+
["𝑥", "x"],
|
|
30018
|
+
["𝑦", "y"],
|
|
30019
|
+
["𝑧", "z"],
|
|
30020
|
+
["𝑨", "A"],
|
|
30021
|
+
["𝑩", "B"],
|
|
30022
|
+
["𝑪", "C"],
|
|
30023
|
+
["𝑫", "D"],
|
|
30024
|
+
["𝑬", "E"],
|
|
30025
|
+
["𝑭", "F"],
|
|
30026
|
+
["𝑮", "G"],
|
|
30027
|
+
["𝑯", "H"],
|
|
30028
|
+
["𝑰", "I"],
|
|
30029
|
+
["𝑱", "J"],
|
|
30030
|
+
["𝑲", "K"],
|
|
30031
|
+
["𝑳", "L"],
|
|
30032
|
+
["𝑴", "M"],
|
|
30033
|
+
["𝑵", "N"],
|
|
30034
|
+
["𝑶", "O"],
|
|
30035
|
+
["𝑷", "P"],
|
|
30036
|
+
["𝑸", "Q"],
|
|
30037
|
+
["𝑹", "R"],
|
|
30038
|
+
["𝑺", "S"],
|
|
30039
|
+
["𝑻", "T"],
|
|
30040
|
+
["𝑼", "U"],
|
|
30041
|
+
["𝑽", "V"],
|
|
30042
|
+
["𝑾", "W"],
|
|
30043
|
+
["𝑿", "X"],
|
|
30044
|
+
["𝒀", "Y"],
|
|
30045
|
+
["𝒁", "Z"],
|
|
30046
|
+
["𝒂", "a"],
|
|
30047
|
+
["𝒃", "b"],
|
|
30048
|
+
["𝒄", "c"],
|
|
30049
|
+
["𝒅", "d"],
|
|
30050
|
+
["𝒆", "e"],
|
|
30051
|
+
["𝒇", "f"],
|
|
30052
|
+
["𝒈", "g"],
|
|
30053
|
+
["𝒉", "h"],
|
|
30054
|
+
["𝒊", "i"],
|
|
30055
|
+
["𝒋", "j"],
|
|
30056
|
+
["𝒌", "k"],
|
|
30057
|
+
["𝒍", "l"],
|
|
30058
|
+
["𝒎", "m"],
|
|
30059
|
+
["𝒏", "n"],
|
|
30060
|
+
["𝒐", "o"],
|
|
30061
|
+
["𝒑", "p"],
|
|
30062
|
+
["𝒒", "q"],
|
|
30063
|
+
["𝒓", "r"],
|
|
30064
|
+
["𝒔", "s"],
|
|
30065
|
+
["𝒕", "t"],
|
|
30066
|
+
["𝒖", "u"],
|
|
30067
|
+
["𝒗", "v"],
|
|
30068
|
+
["𝒘", "w"],
|
|
30069
|
+
["𝒙", "x"],
|
|
30070
|
+
["𝒚", "y"],
|
|
30071
|
+
["𝒛", "z"],
|
|
30072
|
+
["𝒜", "A"],
|
|
30073
|
+
["𝒞", "C"],
|
|
30074
|
+
["𝒟", "D"],
|
|
30075
|
+
["𝒢", "g"],
|
|
30076
|
+
["𝒥", "J"],
|
|
30077
|
+
["𝒦", "K"],
|
|
30078
|
+
["𝒩", "N"],
|
|
30079
|
+
["𝒪", "O"],
|
|
30080
|
+
["𝒫", "P"],
|
|
30081
|
+
["𝒬", "Q"],
|
|
30082
|
+
["𝒮", "S"],
|
|
30083
|
+
["𝒯", "T"],
|
|
30084
|
+
["𝒰", "U"],
|
|
30085
|
+
["𝒱", "V"],
|
|
30086
|
+
["𝒲", "W"],
|
|
30087
|
+
["𝒳", "X"],
|
|
30088
|
+
["𝒴", "Y"],
|
|
30089
|
+
["𝒵", "Z"],
|
|
30090
|
+
["𝒶", "a"],
|
|
30091
|
+
["𝒷", "b"],
|
|
30092
|
+
["𝒸", "c"],
|
|
30093
|
+
["𝒹", "d"],
|
|
30094
|
+
["𝒻", "f"],
|
|
30095
|
+
["𝒽", "h"],
|
|
30096
|
+
["𝒾", "i"],
|
|
30097
|
+
["𝒿", "j"],
|
|
30098
|
+
["𝓀", "k"],
|
|
30099
|
+
["𝓁", "l"],
|
|
30100
|
+
["𝓂", "m"],
|
|
30101
|
+
["𝓃", "n"],
|
|
30102
|
+
["𝓅", "p"],
|
|
30103
|
+
["𝓆", "q"],
|
|
30104
|
+
["𝓇", "r"],
|
|
30105
|
+
["𝓈", "s"],
|
|
30106
|
+
["𝓉", "t"],
|
|
30107
|
+
["𝓊", "u"],
|
|
30108
|
+
["𝓋", "v"],
|
|
30109
|
+
["𝓌", "w"],
|
|
30110
|
+
["𝓍", "x"],
|
|
30111
|
+
["𝓎", "y"],
|
|
30112
|
+
["𝓏", "z"],
|
|
30113
|
+
["𝓐", "A"],
|
|
30114
|
+
["𝓑", "B"],
|
|
30115
|
+
["𝓒", "C"],
|
|
30116
|
+
["𝓓", "D"],
|
|
30117
|
+
["𝓔", "E"],
|
|
30118
|
+
["𝓕", "F"],
|
|
30119
|
+
["𝓖", "G"],
|
|
30120
|
+
["𝓗", "H"],
|
|
30121
|
+
["𝓘", "I"],
|
|
30122
|
+
["𝓙", "J"],
|
|
30123
|
+
["𝓚", "K"],
|
|
30124
|
+
["𝓛", "L"],
|
|
30125
|
+
["𝓜", "M"],
|
|
30126
|
+
["𝓝", "N"],
|
|
30127
|
+
["𝓞", "O"],
|
|
30128
|
+
["𝓟", "P"],
|
|
30129
|
+
["𝓠", "Q"],
|
|
30130
|
+
["𝓡", "R"],
|
|
30131
|
+
["𝓢", "S"],
|
|
30132
|
+
["𝓣", "T"],
|
|
30133
|
+
["𝓤", "U"],
|
|
30134
|
+
["𝓥", "V"],
|
|
30135
|
+
["𝓦", "W"],
|
|
30136
|
+
["𝓧", "X"],
|
|
30137
|
+
["𝓨", "Y"],
|
|
30138
|
+
["𝓩", "Z"],
|
|
30139
|
+
["𝓪", "a"],
|
|
30140
|
+
["𝓫", "b"],
|
|
30141
|
+
["𝓬", "c"],
|
|
30142
|
+
["𝓭", "d"],
|
|
30143
|
+
["𝓮", "e"],
|
|
30144
|
+
["𝓯", "f"],
|
|
30145
|
+
["𝓰", "g"],
|
|
30146
|
+
["𝓱", "h"],
|
|
30147
|
+
["𝓲", "i"],
|
|
30148
|
+
["𝓳", "j"],
|
|
30149
|
+
["𝓴", "k"],
|
|
30150
|
+
["𝓵", "l"],
|
|
30151
|
+
["𝓶", "m"],
|
|
30152
|
+
["𝓷", "n"],
|
|
30153
|
+
["𝓸", "o"],
|
|
30154
|
+
["𝓹", "p"],
|
|
30155
|
+
["𝓺", "q"],
|
|
30156
|
+
["𝓻", "r"],
|
|
30157
|
+
["𝓼", "s"],
|
|
30158
|
+
["𝓽", "t"],
|
|
30159
|
+
["𝓾", "u"],
|
|
30160
|
+
["𝓿", "v"],
|
|
30161
|
+
["𝔀", "w"],
|
|
30162
|
+
["𝔁", "x"],
|
|
30163
|
+
["𝔂", "y"],
|
|
30164
|
+
["𝔃", "z"],
|
|
30165
|
+
["𝔄", "A"],
|
|
30166
|
+
["𝔅", "B"],
|
|
30167
|
+
["𝔇", "D"],
|
|
30168
|
+
["𝔈", "E"],
|
|
30169
|
+
["𝔉", "F"],
|
|
30170
|
+
["𝔊", "G"],
|
|
30171
|
+
["𝔍", "J"],
|
|
30172
|
+
["𝔎", "K"],
|
|
30173
|
+
["𝔏", "L"],
|
|
30174
|
+
["𝔐", "M"],
|
|
30175
|
+
["𝔑", "N"],
|
|
30176
|
+
["𝔒", "O"],
|
|
30177
|
+
["𝔓", "P"],
|
|
30178
|
+
["𝔔", "Q"],
|
|
30179
|
+
["𝔖", "S"],
|
|
30180
|
+
["𝔗", "T"],
|
|
30181
|
+
["𝔘", "U"],
|
|
30182
|
+
["𝔙", "V"],
|
|
30183
|
+
["𝔚", "W"],
|
|
30184
|
+
["𝔛", "X"],
|
|
30185
|
+
["𝔜", "Y"],
|
|
30186
|
+
["𝔞", "a"],
|
|
30187
|
+
["𝔟", "b"],
|
|
30188
|
+
["𝔠", "c"],
|
|
30189
|
+
["𝔡", "d"],
|
|
30190
|
+
["𝔢", "e"],
|
|
30191
|
+
["𝔣", "f"],
|
|
30192
|
+
["𝔤", "g"],
|
|
30193
|
+
["𝔥", "h"],
|
|
30194
|
+
["𝔦", "i"],
|
|
30195
|
+
["𝔧", "j"],
|
|
30196
|
+
["𝔨", "k"],
|
|
30197
|
+
["𝔩", "l"],
|
|
30198
|
+
["𝔪", "m"],
|
|
30199
|
+
["𝔫", "n"],
|
|
30200
|
+
["𝔬", "o"],
|
|
30201
|
+
["𝔭", "p"],
|
|
30202
|
+
["𝔮", "q"],
|
|
30203
|
+
["𝔯", "r"],
|
|
30204
|
+
["𝔰", "s"],
|
|
30205
|
+
["𝔱", "t"],
|
|
30206
|
+
["𝔲", "u"],
|
|
30207
|
+
["𝔳", "v"],
|
|
30208
|
+
["𝔴", "w"],
|
|
30209
|
+
["𝔵", "x"],
|
|
30210
|
+
["𝔶", "y"],
|
|
30211
|
+
["𝔷", "z"],
|
|
30212
|
+
["𝔸", "A"],
|
|
30213
|
+
["𝔹", "B"],
|
|
30214
|
+
["𝔻", "D"],
|
|
30215
|
+
["𝔼", "E"],
|
|
30216
|
+
["𝔽", "F"],
|
|
30217
|
+
["𝔾", "G"],
|
|
30218
|
+
["𝕀", "I"],
|
|
30219
|
+
["𝕁", "J"],
|
|
30220
|
+
["𝕂", "K"],
|
|
30221
|
+
["𝕃", "L"],
|
|
30222
|
+
["𝕄", "M"],
|
|
30223
|
+
["𝕆", "O"],
|
|
30224
|
+
["𝕊", "S"],
|
|
30225
|
+
["𝕋", "T"],
|
|
30226
|
+
["𝕌", "U"],
|
|
30227
|
+
["𝕍", "V"],
|
|
30228
|
+
["𝕎", "W"],
|
|
30229
|
+
["𝕏", "X"],
|
|
30230
|
+
["𝕐", "Y"],
|
|
30231
|
+
["𝕒", "a"],
|
|
30232
|
+
["𝕓", "b"],
|
|
30233
|
+
["𝕔", "c"],
|
|
30234
|
+
["𝕕", "d"],
|
|
30235
|
+
["𝕖", "e"],
|
|
30236
|
+
["𝕗", "f"],
|
|
30237
|
+
["𝕘", "g"],
|
|
30238
|
+
["𝕙", "h"],
|
|
30239
|
+
["𝕚", "i"],
|
|
30240
|
+
["𝕛", "j"],
|
|
30241
|
+
["𝕜", "k"],
|
|
30242
|
+
["𝕝", "l"],
|
|
30243
|
+
["𝕞", "m"],
|
|
30244
|
+
["𝕟", "n"],
|
|
30245
|
+
["𝕠", "o"],
|
|
30246
|
+
["𝕡", "p"],
|
|
30247
|
+
["𝕢", "q"],
|
|
30248
|
+
["𝕣", "r"],
|
|
30249
|
+
["𝕤", "s"],
|
|
30250
|
+
["𝕥", "t"],
|
|
30251
|
+
["𝕦", "u"],
|
|
30252
|
+
["𝕧", "v"],
|
|
30253
|
+
["𝕨", "w"],
|
|
30254
|
+
["𝕩", "x"],
|
|
30255
|
+
["𝕪", "y"],
|
|
30256
|
+
["𝕫", "z"],
|
|
30257
|
+
["𝕬", "A"],
|
|
30258
|
+
["𝕭", "B"],
|
|
30259
|
+
["𝕮", "C"],
|
|
30260
|
+
["𝕯", "D"],
|
|
30261
|
+
["𝕰", "E"],
|
|
30262
|
+
["𝕱", "F"],
|
|
30263
|
+
["𝕲", "G"],
|
|
30264
|
+
["𝕳", "H"],
|
|
30265
|
+
["𝕴", "I"],
|
|
30266
|
+
["𝕵", "J"],
|
|
30267
|
+
["𝕶", "K"],
|
|
30268
|
+
["𝕷", "L"],
|
|
30269
|
+
["𝕸", "M"],
|
|
30270
|
+
["𝕹", "N"],
|
|
30271
|
+
["𝕺", "O"],
|
|
30272
|
+
["𝕻", "P"],
|
|
30273
|
+
["𝕼", "Q"],
|
|
30274
|
+
["𝕽", "R"],
|
|
30275
|
+
["𝕾", "S"],
|
|
30276
|
+
["𝕿", "T"],
|
|
30277
|
+
["𝖀", "U"],
|
|
30278
|
+
["𝖁", "V"],
|
|
30279
|
+
["𝖂", "W"],
|
|
30280
|
+
["𝖃", "X"],
|
|
30281
|
+
["𝖄", "Y"],
|
|
30282
|
+
["𝖅", "Z"],
|
|
30283
|
+
["𝖆", "a"],
|
|
30284
|
+
["𝖇", "b"],
|
|
30285
|
+
["𝖈", "c"],
|
|
30286
|
+
["𝖉", "d"],
|
|
30287
|
+
["𝖊", "e"],
|
|
30288
|
+
["𝖋", "f"],
|
|
30289
|
+
["𝖌", "g"],
|
|
30290
|
+
["𝖍", "h"],
|
|
30291
|
+
["𝖎", "i"],
|
|
30292
|
+
["𝖏", "j"],
|
|
30293
|
+
["𝖐", "k"],
|
|
30294
|
+
["𝖑", "l"],
|
|
30295
|
+
["𝖒", "m"],
|
|
30296
|
+
["𝖓", "n"],
|
|
30297
|
+
["𝖔", "o"],
|
|
30298
|
+
["𝖕", "p"],
|
|
30299
|
+
["𝖖", "q"],
|
|
30300
|
+
["𝖗", "r"],
|
|
30301
|
+
["𝖘", "s"],
|
|
30302
|
+
["𝖙", "t"],
|
|
30303
|
+
["𝖚", "u"],
|
|
30304
|
+
["𝖛", "v"],
|
|
30305
|
+
["𝖜", "w"],
|
|
30306
|
+
["𝖝", "x"],
|
|
30307
|
+
["𝖞", "y"],
|
|
30308
|
+
["𝖟", "z"],
|
|
30309
|
+
["𝖠", "A"],
|
|
30310
|
+
["𝖡", "B"],
|
|
30311
|
+
["𝖢", "C"],
|
|
30312
|
+
["𝖣", "D"],
|
|
30313
|
+
["𝖤", "E"],
|
|
30314
|
+
["𝖥", "F"],
|
|
30315
|
+
["𝖦", "G"],
|
|
30316
|
+
["𝖧", "H"],
|
|
30317
|
+
["𝖨", "I"],
|
|
30318
|
+
["𝖩", "J"],
|
|
30319
|
+
["𝖪", "K"],
|
|
30320
|
+
["𝖫", "L"],
|
|
30321
|
+
["𝖬", "M"],
|
|
30322
|
+
["𝖭", "N"],
|
|
30323
|
+
["𝖮", "O"],
|
|
30324
|
+
["𝖯", "P"],
|
|
30325
|
+
["𝖰", "Q"],
|
|
30326
|
+
["𝖱", "R"],
|
|
30327
|
+
["𝖲", "S"],
|
|
30328
|
+
["𝖳", "T"],
|
|
30329
|
+
["𝖴", "U"],
|
|
30330
|
+
["𝖵", "V"],
|
|
30331
|
+
["𝖶", "W"],
|
|
30332
|
+
["𝖷", "X"],
|
|
30333
|
+
["𝖸", "Y"],
|
|
30334
|
+
["𝖹", "Z"],
|
|
30335
|
+
["𝖺", "a"],
|
|
30336
|
+
["𝖻", "b"],
|
|
30337
|
+
["𝖼", "c"],
|
|
30338
|
+
["𝖽", "d"],
|
|
30339
|
+
["𝖾", "e"],
|
|
30340
|
+
["𝖿", "f"],
|
|
30341
|
+
["𝗀", "g"],
|
|
30342
|
+
["𝗁", "h"],
|
|
30343
|
+
["𝗂", "i"],
|
|
30344
|
+
["𝗃", "j"],
|
|
30345
|
+
["𝗄", "k"],
|
|
30346
|
+
["𝗅", "l"],
|
|
30347
|
+
["𝗆", "m"],
|
|
30348
|
+
["𝗇", "n"],
|
|
30349
|
+
["𝗈", "o"],
|
|
30350
|
+
["𝗉", "p"],
|
|
30351
|
+
["𝗊", "q"],
|
|
30352
|
+
["𝗋", "r"],
|
|
30353
|
+
["𝗌", "s"],
|
|
30354
|
+
["𝗍", "t"],
|
|
30355
|
+
["𝗎", "u"],
|
|
30356
|
+
["𝗏", "v"],
|
|
30357
|
+
["𝗐", "w"],
|
|
30358
|
+
["𝗑", "x"],
|
|
30359
|
+
["𝗒", "y"],
|
|
30360
|
+
["𝗓", "z"],
|
|
30361
|
+
["𝗔", "A"],
|
|
30362
|
+
["𝗕", "B"],
|
|
30363
|
+
["𝗖", "C"],
|
|
30364
|
+
["𝗗", "D"],
|
|
30365
|
+
["𝗘", "E"],
|
|
30366
|
+
["𝗙", "F"],
|
|
30367
|
+
["𝗚", "G"],
|
|
30368
|
+
["𝗛", "H"],
|
|
30369
|
+
["𝗜", "I"],
|
|
30370
|
+
["𝗝", "J"],
|
|
30371
|
+
["𝗞", "K"],
|
|
30372
|
+
["𝗟", "L"],
|
|
30373
|
+
["𝗠", "M"],
|
|
30374
|
+
["𝗡", "N"],
|
|
30375
|
+
["𝗢", "O"],
|
|
30376
|
+
["𝗣", "P"],
|
|
30377
|
+
["𝗤", "Q"],
|
|
30378
|
+
["𝗥", "R"],
|
|
30379
|
+
["𝗦", "S"],
|
|
30380
|
+
["𝗧", "T"],
|
|
30381
|
+
["𝗨", "U"],
|
|
30382
|
+
["𝗩", "V"],
|
|
30383
|
+
["𝗪", "W"],
|
|
30384
|
+
["𝗫", "X"],
|
|
30385
|
+
["𝗬", "Y"],
|
|
30386
|
+
["𝗭", "Z"],
|
|
30387
|
+
["𝗮", "a"],
|
|
30388
|
+
["𝗯", "b"],
|
|
30389
|
+
["𝗰", "c"],
|
|
30390
|
+
["𝗱", "d"],
|
|
30391
|
+
["𝗲", "e"],
|
|
30392
|
+
["𝗳", "f"],
|
|
30393
|
+
["𝗴", "g"],
|
|
30394
|
+
["𝗵", "h"],
|
|
30395
|
+
["𝗶", "i"],
|
|
30396
|
+
["𝗷", "j"],
|
|
30397
|
+
["𝗸", "k"],
|
|
30398
|
+
["𝗹", "l"],
|
|
30399
|
+
["𝗺", "m"],
|
|
30400
|
+
["𝗻", "n"],
|
|
30401
|
+
["𝗼", "o"],
|
|
30402
|
+
["𝗽", "p"],
|
|
30403
|
+
["𝗾", "q"],
|
|
30404
|
+
["𝗿", "r"],
|
|
30405
|
+
["𝘀", "s"],
|
|
30406
|
+
["𝘁", "t"],
|
|
30407
|
+
["𝘂", "u"],
|
|
30408
|
+
["𝘃", "v"],
|
|
30409
|
+
["𝘄", "w"],
|
|
30410
|
+
["𝘅", "x"],
|
|
30411
|
+
["𝘆", "y"],
|
|
30412
|
+
["𝘇", "z"],
|
|
30413
|
+
["𝘈", "A"],
|
|
30414
|
+
["𝘉", "B"],
|
|
30415
|
+
["𝘊", "C"],
|
|
30416
|
+
["𝘋", "D"],
|
|
30417
|
+
["𝘌", "E"],
|
|
30418
|
+
["𝘍", "F"],
|
|
30419
|
+
["𝘎", "G"],
|
|
30420
|
+
["𝘏", "H"],
|
|
30421
|
+
["𝘐", "I"],
|
|
30422
|
+
["𝘑", "J"],
|
|
30423
|
+
["𝘒", "K"],
|
|
30424
|
+
["𝘓", "L"],
|
|
30425
|
+
["𝘔", "M"],
|
|
30426
|
+
["𝘕", "N"],
|
|
30427
|
+
["𝘖", "O"],
|
|
30428
|
+
["𝘗", "P"],
|
|
30429
|
+
["𝘘", "Q"],
|
|
30430
|
+
["𝘙", "R"],
|
|
30431
|
+
["𝘚", "S"],
|
|
30432
|
+
["𝘛", "T"],
|
|
30433
|
+
["𝘜", "U"],
|
|
30434
|
+
["𝘝", "V"],
|
|
30435
|
+
["𝘞", "W"],
|
|
30436
|
+
["𝘟", "X"],
|
|
30437
|
+
["𝘠", "Y"],
|
|
30438
|
+
["𝘡", "Z"],
|
|
30439
|
+
["𝘢", "a"],
|
|
30440
|
+
["𝘣", "b"],
|
|
30441
|
+
["𝘤", "c"],
|
|
30442
|
+
["𝘥", "d"],
|
|
30443
|
+
["𝘦", "e"],
|
|
30444
|
+
["𝘧", "f"],
|
|
30445
|
+
["𝘨", "g"],
|
|
30446
|
+
["𝘩", "h"],
|
|
30447
|
+
["𝘪", "i"],
|
|
30448
|
+
["𝘫", "j"],
|
|
30449
|
+
["𝘬", "k"],
|
|
30450
|
+
["𝘭", "l"],
|
|
30451
|
+
["𝘮", "m"],
|
|
30452
|
+
["𝘯", "n"],
|
|
30453
|
+
["𝘰", "o"],
|
|
30454
|
+
["𝘱", "p"],
|
|
30455
|
+
["𝘲", "q"],
|
|
30456
|
+
["𝘳", "r"],
|
|
30457
|
+
["𝘴", "s"],
|
|
30458
|
+
["𝘵", "t"],
|
|
30459
|
+
["𝘶", "u"],
|
|
30460
|
+
["𝘷", "v"],
|
|
30461
|
+
["𝘸", "w"],
|
|
30462
|
+
["𝘹", "x"],
|
|
30463
|
+
["𝘺", "y"],
|
|
30464
|
+
["𝘻", "z"],
|
|
30465
|
+
["𝘼", "A"],
|
|
30466
|
+
["𝘽", "B"],
|
|
30467
|
+
["𝘾", "C"],
|
|
30468
|
+
["𝘿", "D"],
|
|
30469
|
+
["𝙀", "E"],
|
|
30470
|
+
["𝙁", "F"],
|
|
30471
|
+
["𝙂", "G"],
|
|
30472
|
+
["𝙃", "H"],
|
|
30473
|
+
["𝙄", "I"],
|
|
30474
|
+
["𝙅", "J"],
|
|
30475
|
+
["𝙆", "K"],
|
|
30476
|
+
["𝙇", "L"],
|
|
30477
|
+
["𝙈", "M"],
|
|
30478
|
+
["𝙉", "N"],
|
|
30479
|
+
["𝙊", "O"],
|
|
30480
|
+
["𝙋", "P"],
|
|
30481
|
+
["𝙌", "Q"],
|
|
30482
|
+
["𝙍", "R"],
|
|
30483
|
+
["𝙎", "S"],
|
|
30484
|
+
["𝙏", "T"],
|
|
30485
|
+
["𝙐", "U"],
|
|
30486
|
+
["𝙑", "V"],
|
|
30487
|
+
["𝙒", "W"],
|
|
30488
|
+
["𝙓", "X"],
|
|
30489
|
+
["𝙔", "Y"],
|
|
30490
|
+
["𝙕", "Z"],
|
|
30491
|
+
["𝙖", "a"],
|
|
30492
|
+
["𝙗", "b"],
|
|
30493
|
+
["𝙘", "c"],
|
|
30494
|
+
["𝙙", "d"],
|
|
30495
|
+
["𝙚", "e"],
|
|
30496
|
+
["𝙛", "f"],
|
|
30497
|
+
["𝙜", "g"],
|
|
30498
|
+
["𝙝", "h"],
|
|
30499
|
+
["𝙞", "i"],
|
|
30500
|
+
["𝙟", "j"],
|
|
30501
|
+
["𝙠", "k"],
|
|
30502
|
+
["𝙡", "l"],
|
|
30503
|
+
["𝙢", "m"],
|
|
30504
|
+
["𝙣", "n"],
|
|
30505
|
+
["𝙤", "o"],
|
|
30506
|
+
["𝙥", "p"],
|
|
30507
|
+
["𝙦", "q"],
|
|
30508
|
+
["𝙧", "r"],
|
|
30509
|
+
["𝙨", "s"],
|
|
30510
|
+
["𝙩", "t"],
|
|
30511
|
+
["𝙪", "u"],
|
|
30512
|
+
["𝙫", "v"],
|
|
30513
|
+
["𝙬", "w"],
|
|
30514
|
+
["𝙭", "x"],
|
|
30515
|
+
["𝙮", "y"],
|
|
30516
|
+
["𝙯", "z"],
|
|
30517
|
+
["𝙰", "A"],
|
|
30518
|
+
["𝙱", "B"],
|
|
30519
|
+
["𝙲", "C"],
|
|
30520
|
+
["𝙳", "D"],
|
|
30521
|
+
["𝙴", "E"],
|
|
30522
|
+
["𝙵", "F"],
|
|
30523
|
+
["𝙶", "G"],
|
|
30524
|
+
["𝙷", "H"],
|
|
30525
|
+
["𝙸", "I"],
|
|
30526
|
+
["𝙹", "J"],
|
|
30527
|
+
["𝙺", "K"],
|
|
30528
|
+
["𝙻", "L"],
|
|
30529
|
+
["𝙼", "M"],
|
|
30530
|
+
["𝙽", "N"],
|
|
30531
|
+
["𝙾", "O"],
|
|
30532
|
+
["𝙿", "P"],
|
|
30533
|
+
["𝚀", "Q"],
|
|
30534
|
+
["𝚁", "R"],
|
|
30535
|
+
["𝚂", "S"],
|
|
30536
|
+
["𝚃", "T"],
|
|
30537
|
+
["𝚄", "U"],
|
|
30538
|
+
["𝚅", "V"],
|
|
30539
|
+
["𝚆", "W"],
|
|
30540
|
+
["𝚇", "X"],
|
|
30541
|
+
["𝚈", "Y"],
|
|
30542
|
+
["𝚉", "Z"],
|
|
30543
|
+
["𝚊", "a"],
|
|
30544
|
+
["𝚋", "b"],
|
|
30545
|
+
["𝚌", "c"],
|
|
30546
|
+
["𝚍", "d"],
|
|
30547
|
+
["𝚎", "e"],
|
|
30548
|
+
["𝚏", "f"],
|
|
30549
|
+
["𝚐", "g"],
|
|
30550
|
+
["𝚑", "h"],
|
|
30551
|
+
["𝚒", "i"],
|
|
30552
|
+
["𝚓", "j"],
|
|
30553
|
+
["𝚔", "k"],
|
|
30554
|
+
["𝚕", "l"],
|
|
30555
|
+
["𝚖", "m"],
|
|
30556
|
+
["𝚗", "n"],
|
|
30557
|
+
["𝚘", "o"],
|
|
30558
|
+
["𝚙", "p"],
|
|
30559
|
+
["𝚚", "q"],
|
|
30560
|
+
["𝚛", "r"],
|
|
30561
|
+
["𝚜", "s"],
|
|
30562
|
+
["𝚝", "t"],
|
|
30563
|
+
["𝚞", "u"],
|
|
30564
|
+
["𝚟", "v"],
|
|
30565
|
+
["𝚠", "w"],
|
|
30566
|
+
["𝚡", "x"],
|
|
30567
|
+
["𝚢", "y"],
|
|
30568
|
+
["𝚣", "z"],
|
|
30569
|
+
["𝚤", "l"],
|
|
30570
|
+
["𝚥", "j"],
|
|
30571
|
+
["𝛢", "A"],
|
|
30572
|
+
["𝛣", "B"],
|
|
30573
|
+
["𝛤", "G"],
|
|
30574
|
+
["𝛥", "D"],
|
|
30575
|
+
["𝛦", "E"],
|
|
30576
|
+
["𝛧", "Z"],
|
|
30577
|
+
["𝛨", "I"],
|
|
30578
|
+
["𝛩", "TH"],
|
|
30579
|
+
["𝛪", "I"],
|
|
30580
|
+
["𝛫", "K"],
|
|
30581
|
+
["𝛬", "L"],
|
|
30582
|
+
["𝛭", "M"],
|
|
30583
|
+
["𝛮", "N"],
|
|
30584
|
+
["𝛯", "KS"],
|
|
30585
|
+
["𝛰", "O"],
|
|
30586
|
+
["𝛱", "P"],
|
|
30587
|
+
["𝛲", "R"],
|
|
30588
|
+
["𝛳", "TH"],
|
|
30589
|
+
["𝛴", "S"],
|
|
30590
|
+
["𝛵", "T"],
|
|
30591
|
+
["𝛶", "Y"],
|
|
30592
|
+
["𝛷", "F"],
|
|
30593
|
+
["𝛸", "x"],
|
|
30594
|
+
["𝛹", "PS"],
|
|
30595
|
+
["𝛺", "O"],
|
|
30596
|
+
["𝛻", "D"],
|
|
30597
|
+
["𝛼", "a"],
|
|
30598
|
+
["𝛽", "b"],
|
|
30599
|
+
["𝛾", "g"],
|
|
30600
|
+
["𝛿", "d"],
|
|
30601
|
+
["𝜀", "e"],
|
|
30602
|
+
["𝜁", "z"],
|
|
30603
|
+
["𝜂", "i"],
|
|
30604
|
+
["𝜃", "th"],
|
|
30605
|
+
["𝜄", "i"],
|
|
30606
|
+
["𝜅", "k"],
|
|
30607
|
+
["𝜆", "l"],
|
|
30608
|
+
["𝜇", "m"],
|
|
30609
|
+
["𝜈", "n"],
|
|
30610
|
+
["𝜉", "ks"],
|
|
30611
|
+
["𝜊", "o"],
|
|
30612
|
+
["𝜋", "p"],
|
|
30613
|
+
["𝜌", "r"],
|
|
30614
|
+
["𝜍", "s"],
|
|
30615
|
+
["𝜎", "s"],
|
|
30616
|
+
["𝜏", "t"],
|
|
30617
|
+
["𝜐", "y"],
|
|
30618
|
+
["𝜑", "f"],
|
|
30619
|
+
["𝜒", "x"],
|
|
30620
|
+
["𝜓", "ps"],
|
|
30621
|
+
["𝜔", "o"],
|
|
30622
|
+
["𝜕", "d"],
|
|
30623
|
+
["𝜖", "E"],
|
|
30624
|
+
["𝜗", "TH"],
|
|
30625
|
+
["𝜘", "K"],
|
|
30626
|
+
["𝜙", "f"],
|
|
30627
|
+
["𝜚", "r"],
|
|
30628
|
+
["𝜛", "p"],
|
|
30629
|
+
["𝜜", "A"],
|
|
30630
|
+
["𝜝", "V"],
|
|
30631
|
+
["𝜞", "G"],
|
|
30632
|
+
["𝜟", "D"],
|
|
30633
|
+
["𝜠", "E"],
|
|
30634
|
+
["𝜡", "Z"],
|
|
30635
|
+
["𝜢", "I"],
|
|
30636
|
+
["𝜣", "TH"],
|
|
30637
|
+
["𝜤", "I"],
|
|
30638
|
+
["𝜥", "K"],
|
|
30639
|
+
["𝜦", "L"],
|
|
30640
|
+
["𝜧", "M"],
|
|
30641
|
+
["𝜨", "N"],
|
|
30642
|
+
["𝜩", "KS"],
|
|
30643
|
+
["𝜪", "O"],
|
|
30644
|
+
["𝜫", "P"],
|
|
30645
|
+
["𝜬", "S"],
|
|
30646
|
+
["𝜭", "TH"],
|
|
30647
|
+
["𝜮", "S"],
|
|
30648
|
+
["𝜯", "T"],
|
|
30649
|
+
["𝜰", "Y"],
|
|
30650
|
+
["𝜱", "F"],
|
|
30651
|
+
["𝜲", "X"],
|
|
30652
|
+
["𝜳", "PS"],
|
|
30653
|
+
["𝜴", "O"],
|
|
30654
|
+
["𝜵", "D"],
|
|
30655
|
+
["𝜶", "a"],
|
|
30656
|
+
["𝜷", "v"],
|
|
30657
|
+
["𝜸", "g"],
|
|
30658
|
+
["𝜹", "d"],
|
|
30659
|
+
["𝜺", "e"],
|
|
30660
|
+
["𝜻", "z"],
|
|
30661
|
+
["𝜼", "i"],
|
|
30662
|
+
["𝜽", "th"],
|
|
30663
|
+
["𝜾", "i"],
|
|
30664
|
+
["𝜿", "k"],
|
|
30665
|
+
["𝝀", "l"],
|
|
30666
|
+
["𝝁", "m"],
|
|
30667
|
+
["𝝂", "n"],
|
|
30668
|
+
["𝝃", "ks"],
|
|
30669
|
+
["𝝄", "o"],
|
|
30670
|
+
["𝝅", "p"],
|
|
30671
|
+
["𝝆", "r"],
|
|
30672
|
+
["𝝇", "s"],
|
|
30673
|
+
["𝝈", "s"],
|
|
30674
|
+
["𝝉", "t"],
|
|
30675
|
+
["𝝊", "y"],
|
|
30676
|
+
["𝝋", "f"],
|
|
30677
|
+
["𝝌", "x"],
|
|
30678
|
+
["𝝍", "ps"],
|
|
30679
|
+
["𝝎", "o"],
|
|
30680
|
+
["𝝏", "a"],
|
|
30681
|
+
["𝝐", "e"],
|
|
30682
|
+
["𝝑", "i"],
|
|
30683
|
+
["𝝒", "k"],
|
|
30684
|
+
["𝝓", "f"],
|
|
30685
|
+
["𝝔", "r"],
|
|
30686
|
+
["𝝕", "p"],
|
|
30687
|
+
["𝝖", "A"],
|
|
30688
|
+
["𝝗", "B"],
|
|
30689
|
+
["𝝘", "G"],
|
|
30690
|
+
["𝝙", "D"],
|
|
30691
|
+
["𝝚", "E"],
|
|
30692
|
+
["𝝛", "Z"],
|
|
30693
|
+
["𝝜", "I"],
|
|
30694
|
+
["𝝝", "TH"],
|
|
30695
|
+
["𝝞", "I"],
|
|
30696
|
+
["𝝟", "K"],
|
|
30697
|
+
["𝝠", "L"],
|
|
30698
|
+
["𝝡", "M"],
|
|
30699
|
+
["𝝢", "N"],
|
|
30700
|
+
["𝝣", "KS"],
|
|
30701
|
+
["𝝤", "O"],
|
|
30702
|
+
["𝝥", "P"],
|
|
30703
|
+
["𝝦", "R"],
|
|
30704
|
+
["𝝧", "TH"],
|
|
30705
|
+
["𝝨", "S"],
|
|
30706
|
+
["𝝩", "T"],
|
|
30707
|
+
["𝝪", "Y"],
|
|
30708
|
+
["𝝫", "F"],
|
|
30709
|
+
["𝝬", "X"],
|
|
30710
|
+
["𝝭", "PS"],
|
|
30711
|
+
["𝝮", "O"],
|
|
30712
|
+
["𝝯", "D"],
|
|
30713
|
+
["𝝰", "a"],
|
|
30714
|
+
["𝝱", "v"],
|
|
30715
|
+
["𝝲", "g"],
|
|
30716
|
+
["𝝳", "d"],
|
|
30717
|
+
["𝝴", "e"],
|
|
30718
|
+
["𝝵", "z"],
|
|
30719
|
+
["𝝶", "i"],
|
|
30720
|
+
["𝝷", "th"],
|
|
30721
|
+
["𝝸", "i"],
|
|
30722
|
+
["𝝹", "k"],
|
|
30723
|
+
["𝝺", "l"],
|
|
30724
|
+
["𝝻", "m"],
|
|
30725
|
+
["𝝼", "n"],
|
|
30726
|
+
["𝝽", "ks"],
|
|
30727
|
+
["𝝾", "o"],
|
|
30728
|
+
["𝝿", "p"],
|
|
30729
|
+
["𝞀", "r"],
|
|
30730
|
+
["𝞁", "s"],
|
|
30731
|
+
["𝞂", "s"],
|
|
30732
|
+
["𝞃", "t"],
|
|
30733
|
+
["𝞄", "y"],
|
|
30734
|
+
["𝞅", "f"],
|
|
30735
|
+
["𝞆", "x"],
|
|
30736
|
+
["𝞇", "ps"],
|
|
30737
|
+
["𝞈", "o"],
|
|
30738
|
+
["𝞉", "a"],
|
|
30739
|
+
["𝞊", "e"],
|
|
30740
|
+
["𝞋", "i"],
|
|
30741
|
+
["𝞌", "k"],
|
|
30742
|
+
["𝞍", "f"],
|
|
30743
|
+
["𝞎", "r"],
|
|
30744
|
+
["𝞏", "p"],
|
|
30745
|
+
["𝞐", "A"],
|
|
30746
|
+
["𝞑", "V"],
|
|
30747
|
+
["𝞒", "G"],
|
|
30748
|
+
["𝞓", "D"],
|
|
30749
|
+
["𝞔", "E"],
|
|
30750
|
+
["𝞕", "Z"],
|
|
30751
|
+
["𝞖", "I"],
|
|
30752
|
+
["𝞗", "TH"],
|
|
30753
|
+
["𝞘", "I"],
|
|
30754
|
+
["𝞙", "K"],
|
|
30755
|
+
["𝞚", "L"],
|
|
30756
|
+
["𝞛", "M"],
|
|
30757
|
+
["𝞜", "N"],
|
|
30758
|
+
["𝞝", "KS"],
|
|
30759
|
+
["𝞞", "O"],
|
|
30760
|
+
["𝞟", "P"],
|
|
30761
|
+
["𝞠", "S"],
|
|
30762
|
+
["𝞡", "TH"],
|
|
30763
|
+
["𝞢", "S"],
|
|
30764
|
+
["𝞣", "T"],
|
|
30765
|
+
["𝞤", "Y"],
|
|
30766
|
+
["𝞥", "F"],
|
|
30767
|
+
["𝞦", "X"],
|
|
30768
|
+
["𝞧", "PS"],
|
|
30769
|
+
["𝞨", "O"],
|
|
30770
|
+
["𝞩", "D"],
|
|
30771
|
+
["𝞪", "av"],
|
|
30772
|
+
["𝞫", "g"],
|
|
30773
|
+
["𝞬", "d"],
|
|
30774
|
+
["𝞭", "e"],
|
|
30775
|
+
["𝞮", "z"],
|
|
30776
|
+
["𝞯", "i"],
|
|
30777
|
+
["𝞰", "i"],
|
|
30778
|
+
["𝞱", "th"],
|
|
30779
|
+
["𝞲", "i"],
|
|
30780
|
+
["𝞳", "k"],
|
|
30781
|
+
["𝞴", "l"],
|
|
30782
|
+
["𝞵", "m"],
|
|
30783
|
+
["𝞶", "n"],
|
|
30784
|
+
["𝞷", "ks"],
|
|
30785
|
+
["𝞸", "o"],
|
|
30786
|
+
["𝞹", "p"],
|
|
30787
|
+
["𝞺", "r"],
|
|
30788
|
+
["𝞻", "s"],
|
|
30789
|
+
["𝞼", "s"],
|
|
30790
|
+
["𝞽", "t"],
|
|
30791
|
+
["𝞾", "y"],
|
|
30792
|
+
["𝞿", "f"],
|
|
30793
|
+
["𝟀", "x"],
|
|
30794
|
+
["𝟁", "ps"],
|
|
30795
|
+
["𝟂", "o"],
|
|
30796
|
+
["𝟃", "a"],
|
|
30797
|
+
["𝟄", "e"],
|
|
30798
|
+
["𝟅", "i"],
|
|
30799
|
+
["𝟆", "k"],
|
|
30800
|
+
["𝟇", "f"],
|
|
30801
|
+
["𝟈", "r"],
|
|
30802
|
+
["𝟉", "p"],
|
|
30803
|
+
["𝟊", "F"],
|
|
30804
|
+
["𝟋", "f"],
|
|
30805
|
+
["⒜", "(a)"],
|
|
30806
|
+
["⒝", "(b)"],
|
|
30807
|
+
["⒞", "(c)"],
|
|
30808
|
+
["⒟", "(d)"],
|
|
30809
|
+
["⒠", "(e)"],
|
|
30810
|
+
["⒡", "(f)"],
|
|
30811
|
+
["⒢", "(g)"],
|
|
30812
|
+
["⒣", "(h)"],
|
|
30813
|
+
["⒤", "(i)"],
|
|
30814
|
+
["⒥", "(j)"],
|
|
30815
|
+
["⒦", "(k)"],
|
|
30816
|
+
["⒧", "(l)"],
|
|
30817
|
+
["⒨", "(m)"],
|
|
30818
|
+
["⒩", "(n)"],
|
|
30819
|
+
["⒪", "(o)"],
|
|
30820
|
+
["⒫", "(p)"],
|
|
30821
|
+
["⒬", "(q)"],
|
|
30822
|
+
["⒭", "(r)"],
|
|
30823
|
+
["⒮", "(s)"],
|
|
30824
|
+
["⒯", "(t)"],
|
|
30825
|
+
["⒰", "(u)"],
|
|
30826
|
+
["⒱", "(v)"],
|
|
30827
|
+
["⒲", "(w)"],
|
|
30828
|
+
["⒳", "(x)"],
|
|
30829
|
+
["⒴", "(y)"],
|
|
30830
|
+
["⒵", "(z)"],
|
|
30831
|
+
["Ⓐ", "(A)"],
|
|
30832
|
+
["Ⓑ", "(B)"],
|
|
30833
|
+
["Ⓒ", "(C)"],
|
|
30834
|
+
["Ⓓ", "(D)"],
|
|
30835
|
+
["Ⓔ", "(E)"],
|
|
30836
|
+
["Ⓕ", "(F)"],
|
|
30837
|
+
["Ⓖ", "(G)"],
|
|
30838
|
+
["Ⓗ", "(H)"],
|
|
30839
|
+
["Ⓘ", "(I)"],
|
|
30840
|
+
["Ⓙ", "(J)"],
|
|
30841
|
+
["Ⓚ", "(K)"],
|
|
30842
|
+
["Ⓛ", "(L)"],
|
|
30843
|
+
["Ⓝ", "(N)"],
|
|
30844
|
+
["Ⓞ", "(O)"],
|
|
30845
|
+
["Ⓟ", "(P)"],
|
|
30846
|
+
["Ⓠ", "(Q)"],
|
|
30847
|
+
["Ⓡ", "(R)"],
|
|
30848
|
+
["Ⓢ", "(S)"],
|
|
30849
|
+
["Ⓣ", "(T)"],
|
|
30850
|
+
["Ⓤ", "(U)"],
|
|
30851
|
+
["Ⓥ", "(V)"],
|
|
30852
|
+
["Ⓦ", "(W)"],
|
|
30853
|
+
["Ⓧ", "(X)"],
|
|
30854
|
+
["Ⓨ", "(Y)"],
|
|
30855
|
+
["Ⓩ", "(Z)"],
|
|
30856
|
+
["ⓐ", "(a)"],
|
|
30857
|
+
["ⓑ", "(b)"],
|
|
30858
|
+
["ⓒ", "(c)"],
|
|
30859
|
+
["ⓓ", "(d)"],
|
|
30860
|
+
["ⓔ", "(e)"],
|
|
30861
|
+
["ⓕ", "(f)"],
|
|
30862
|
+
["ⓖ", "(g)"],
|
|
30863
|
+
["ⓗ", "(h)"],
|
|
30864
|
+
["ⓘ", "(i)"],
|
|
30865
|
+
["ⓙ", "(j)"],
|
|
30866
|
+
["ⓚ", "(k)"],
|
|
30867
|
+
["ⓛ", "(l)"],
|
|
30868
|
+
["ⓜ", "(m)"],
|
|
30869
|
+
["ⓝ", "(n)"],
|
|
30870
|
+
["ⓞ", "(o)"],
|
|
30871
|
+
["ⓟ", "(p)"],
|
|
30872
|
+
["ⓠ", "(q)"],
|
|
30873
|
+
["ⓡ", "(r)"],
|
|
30874
|
+
["ⓢ", "(s)"],
|
|
30875
|
+
["ⓣ", "(t)"],
|
|
30876
|
+
["ⓤ", "(u)"],
|
|
30877
|
+
["ⓥ", "(v)"],
|
|
30878
|
+
["ⓦ", "(w)"],
|
|
30879
|
+
["ⓧ", "(x)"],
|
|
30880
|
+
["ⓨ", "(y)"],
|
|
30881
|
+
["ⓩ", "(z)"],
|
|
30882
|
+
["Ċ", "C"],
|
|
30883
|
+
["ċ", "c"],
|
|
30884
|
+
["Ġ", "G"],
|
|
30885
|
+
["ġ", "g"],
|
|
30886
|
+
["Ħ", "H"],
|
|
30887
|
+
["ħ", "h"],
|
|
30888
|
+
["Ż", "Z"],
|
|
30889
|
+
["ż", "z"],
|
|
30890
|
+
["𝟎", "0"],
|
|
30891
|
+
["𝟏", "1"],
|
|
30892
|
+
["𝟐", "2"],
|
|
30893
|
+
["𝟑", "3"],
|
|
30894
|
+
["𝟒", "4"],
|
|
30895
|
+
["𝟓", "5"],
|
|
30896
|
+
["𝟔", "6"],
|
|
30897
|
+
["𝟕", "7"],
|
|
30898
|
+
["𝟖", "8"],
|
|
30899
|
+
["𝟗", "9"],
|
|
30900
|
+
["𝟘", "0"],
|
|
30901
|
+
["𝟙", "1"],
|
|
30902
|
+
["𝟚", "2"],
|
|
30903
|
+
["𝟛", "3"],
|
|
30904
|
+
["𝟜", "4"],
|
|
30905
|
+
["𝟝", "5"],
|
|
30906
|
+
["𝟞", "6"],
|
|
30907
|
+
["𝟟", "7"],
|
|
30908
|
+
["𝟠", "8"],
|
|
30909
|
+
["𝟡", "9"],
|
|
30910
|
+
["𝟢", "0"],
|
|
30911
|
+
["𝟣", "1"],
|
|
30912
|
+
["𝟤", "2"],
|
|
30913
|
+
["𝟥", "3"],
|
|
30914
|
+
["𝟦", "4"],
|
|
30915
|
+
["𝟧", "5"],
|
|
30916
|
+
["𝟨", "6"],
|
|
30917
|
+
["𝟩", "7"],
|
|
30918
|
+
["𝟪", "8"],
|
|
30919
|
+
["𝟫", "9"],
|
|
30920
|
+
["𝟬", "0"],
|
|
30921
|
+
["𝟭", "1"],
|
|
30922
|
+
["𝟮", "2"],
|
|
30923
|
+
["𝟯", "3"],
|
|
30924
|
+
["𝟰", "4"],
|
|
30925
|
+
["𝟱", "5"],
|
|
30926
|
+
["𝟲", "6"],
|
|
30927
|
+
["𝟳", "7"],
|
|
30928
|
+
["𝟴", "8"],
|
|
30929
|
+
["𝟵", "9"],
|
|
30930
|
+
["𝟶", "0"],
|
|
30931
|
+
["𝟷", "1"],
|
|
30932
|
+
["𝟸", "2"],
|
|
30933
|
+
["𝟹", "3"],
|
|
30934
|
+
["𝟺", "4"],
|
|
30935
|
+
["𝟻", "5"],
|
|
30936
|
+
["𝟼", "6"],
|
|
30937
|
+
["𝟽", "7"],
|
|
30938
|
+
["𝟾", "8"],
|
|
30939
|
+
["𝟿", "9"],
|
|
30940
|
+
["①", "1"],
|
|
30941
|
+
["②", "2"],
|
|
30942
|
+
["③", "3"],
|
|
30943
|
+
["④", "4"],
|
|
30944
|
+
["⑤", "5"],
|
|
30945
|
+
["⑥", "6"],
|
|
30946
|
+
["⑦", "7"],
|
|
30947
|
+
["⑧", "8"],
|
|
30948
|
+
["⑨", "9"],
|
|
30949
|
+
["⑩", "10"],
|
|
30950
|
+
["⑪", "11"],
|
|
30951
|
+
["⑫", "12"],
|
|
30952
|
+
["⑬", "13"],
|
|
30953
|
+
["⑭", "14"],
|
|
30954
|
+
["⑮", "15"],
|
|
30955
|
+
["⑯", "16"],
|
|
30956
|
+
["⑰", "17"],
|
|
30957
|
+
["⑱", "18"],
|
|
30958
|
+
["⑲", "19"],
|
|
30959
|
+
["⑳", "20"],
|
|
30960
|
+
["⑴", "1"],
|
|
30961
|
+
["⑵", "2"],
|
|
30962
|
+
["⑶", "3"],
|
|
30963
|
+
["⑷", "4"],
|
|
30964
|
+
["⑸", "5"],
|
|
30965
|
+
["⑹", "6"],
|
|
30966
|
+
["⑺", "7"],
|
|
30967
|
+
["⑻", "8"],
|
|
30968
|
+
["⑼", "9"],
|
|
30969
|
+
["⑽", "10"],
|
|
30970
|
+
["⑾", "11"],
|
|
30971
|
+
["⑿", "12"],
|
|
30972
|
+
["⒀", "13"],
|
|
30973
|
+
["⒁", "14"],
|
|
30974
|
+
["⒂", "15"],
|
|
30975
|
+
["⒃", "16"],
|
|
30976
|
+
["⒄", "17"],
|
|
30977
|
+
["⒅", "18"],
|
|
30978
|
+
["⒆", "19"],
|
|
30979
|
+
["⒇", "20"],
|
|
30980
|
+
["⒈", "1."],
|
|
30981
|
+
["⒉", "2."],
|
|
30982
|
+
["⒊", "3."],
|
|
30983
|
+
["⒋", "4."],
|
|
30984
|
+
["⒌", "5."],
|
|
30985
|
+
["⒍", "6."],
|
|
30986
|
+
["⒎", "7."],
|
|
30987
|
+
["⒏", "8."],
|
|
30988
|
+
["⒐", "9."],
|
|
30989
|
+
["⒑", "10."],
|
|
30990
|
+
["⒒", "11."],
|
|
30991
|
+
["⒓", "12."],
|
|
30992
|
+
["⒔", "13."],
|
|
30993
|
+
["⒕", "14."],
|
|
30994
|
+
["⒖", "15."],
|
|
30995
|
+
["⒗", "16."],
|
|
30996
|
+
["⒘", "17."],
|
|
30997
|
+
["⒙", "18."],
|
|
30998
|
+
["⒚", "19."],
|
|
30999
|
+
["⒛", "20."],
|
|
31000
|
+
["⓪", "0"],
|
|
31001
|
+
["⓫", "11"],
|
|
31002
|
+
["⓬", "12"],
|
|
31003
|
+
["⓭", "13"],
|
|
31004
|
+
["⓮", "14"],
|
|
31005
|
+
["⓯", "15"],
|
|
31006
|
+
["⓰", "16"],
|
|
31007
|
+
["⓱", "17"],
|
|
31008
|
+
["⓲", "18"],
|
|
31009
|
+
["⓳", "19"],
|
|
31010
|
+
["⓴", "20"],
|
|
31011
|
+
["⓵", "1"],
|
|
31012
|
+
["⓶", "2"],
|
|
31013
|
+
["⓷", "3"],
|
|
31014
|
+
["⓸", "4"],
|
|
31015
|
+
["⓹", "5"],
|
|
31016
|
+
["⓺", "6"],
|
|
31017
|
+
["⓻", "7"],
|
|
31018
|
+
["⓼", "8"],
|
|
31019
|
+
["⓽", "9"],
|
|
31020
|
+
["⓾", "10"],
|
|
31021
|
+
["⓿", "0"],
|
|
31022
|
+
["🙰", "&"],
|
|
31023
|
+
["🙱", "&"],
|
|
31024
|
+
["🙲", "&"],
|
|
31025
|
+
["🙳", "&"],
|
|
31026
|
+
["🙴", "&"],
|
|
31027
|
+
["🙵", "&"],
|
|
31028
|
+
["🙶", "\""],
|
|
31029
|
+
["🙷", "\""],
|
|
31030
|
+
["🙸", "\""],
|
|
31031
|
+
["‽", "?!"],
|
|
31032
|
+
["🙹", "?!"],
|
|
31033
|
+
["🙺", "?!"],
|
|
31034
|
+
["🙻", "?!"],
|
|
31035
|
+
["🙼", "/"],
|
|
31036
|
+
["🙽", "\\"],
|
|
31037
|
+
["🜇", "AR"],
|
|
31038
|
+
["🜈", "V"],
|
|
31039
|
+
["🜉", "V"],
|
|
31040
|
+
["🜆", "VR"],
|
|
31041
|
+
["🜅", "VF"],
|
|
31042
|
+
["🜩", "2"],
|
|
31043
|
+
["🜪", "5"],
|
|
31044
|
+
["🝡", "f"],
|
|
31045
|
+
["🝢", "W"],
|
|
31046
|
+
["🝣", "U"],
|
|
31047
|
+
["🝧", "V"],
|
|
31048
|
+
["🝨", "T"],
|
|
31049
|
+
["🝪", "V"],
|
|
31050
|
+
["🝫", "MB"],
|
|
31051
|
+
["🝬", "VB"],
|
|
31052
|
+
["🝲", "3B"],
|
|
31053
|
+
["🝳", "3B"],
|
|
31054
|
+
["💯", "100"],
|
|
31055
|
+
["🔙", "BACK"],
|
|
31056
|
+
["🔚", "END"],
|
|
31057
|
+
["🔛", "ON!"],
|
|
31058
|
+
["🔜", "SOON"],
|
|
31059
|
+
["🔝", "TOP"],
|
|
31060
|
+
["🔞", "18"],
|
|
31061
|
+
["🔤", "abc"],
|
|
31062
|
+
["🔠", "ABCD"],
|
|
31063
|
+
["🔡", "abcd"],
|
|
31064
|
+
["🔢", "1234"],
|
|
31065
|
+
["🔣", "T&@%"],
|
|
31066
|
+
["#️⃣", "#"],
|
|
31067
|
+
["*️⃣", "*"],
|
|
31068
|
+
["0️⃣", "0"],
|
|
31069
|
+
["1️⃣", "1"],
|
|
31070
|
+
["2️⃣", "2"],
|
|
31071
|
+
["3️⃣", "3"],
|
|
31072
|
+
["4️⃣", "4"],
|
|
31073
|
+
["5️⃣", "5"],
|
|
31074
|
+
["6️⃣", "6"],
|
|
31075
|
+
["7️⃣", "7"],
|
|
31076
|
+
["8️⃣", "8"],
|
|
31077
|
+
["9️⃣", "9"],
|
|
31078
|
+
["🔟", "10"],
|
|
31079
|
+
["🅰️", "A"],
|
|
31080
|
+
["🅱️", "B"],
|
|
31081
|
+
["🆎", "AB"],
|
|
31082
|
+
["🆑", "CL"],
|
|
31083
|
+
["🅾️", "O"],
|
|
31084
|
+
["🅿", "P"],
|
|
31085
|
+
["🆘", "SOS"],
|
|
31086
|
+
["🅲", "C"],
|
|
31087
|
+
["🅳", "D"],
|
|
31088
|
+
["🅴", "E"],
|
|
31089
|
+
["🅵", "F"],
|
|
31090
|
+
["🅶", "G"],
|
|
31091
|
+
["🅷", "H"],
|
|
31092
|
+
["🅸", "I"],
|
|
31093
|
+
["🅹", "J"],
|
|
31094
|
+
["🅺", "K"],
|
|
31095
|
+
["🅻", "L"],
|
|
31096
|
+
["🅼", "M"],
|
|
31097
|
+
["🅽", "N"],
|
|
31098
|
+
["🆀", "Q"],
|
|
31099
|
+
["🆁", "R"],
|
|
31100
|
+
["🆂", "S"],
|
|
31101
|
+
["🆃", "T"],
|
|
31102
|
+
["🆄", "U"],
|
|
31103
|
+
["🆅", "V"],
|
|
31104
|
+
["🆆", "W"],
|
|
31105
|
+
["🆇", "X"],
|
|
31106
|
+
["🆈", "Y"],
|
|
31107
|
+
["🆉", "Z"],
|
|
31108
|
+
["−", "-"],
|
|
31109
|
+
["⁓", "-"]
|
|
31110
|
+
]);
|
|
31111
|
+
var replacements_default = builtinReplacements;
|
|
31112
|
+
|
|
31113
|
+
//#endregion
|
|
31114
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+transliterate@2.3.1/node_modules/@sindresorhus/transliterate/locale-replacements.js
|
|
31115
|
+
/**
|
|
31116
|
+
Language-specific replacement rules.
|
|
31117
|
+
|
|
31118
|
+
Keys are BCP-47 language tags (or their prefixes).
|
|
31119
|
+
|
|
31120
|
+
Values are arrays of [from, to] replacement pairs.
|
|
31121
|
+
|
|
31122
|
+
These replacements take precedence over the default replacements when a matching locale is specified.
|
|
31123
|
+
*/
|
|
31124
|
+
const danishNorwegianReplacements = [
|
|
31125
|
+
["æ", "ae"],
|
|
31126
|
+
["Æ", "Ae"],
|
|
31127
|
+
["ø", "oe"],
|
|
31128
|
+
["Ø", "Oe"],
|
|
31129
|
+
["å", "aa"],
|
|
31130
|
+
["Å", "Aa"]
|
|
31131
|
+
];
|
|
31132
|
+
const localeReplacements = {
|
|
31133
|
+
sv: [
|
|
31134
|
+
["ä", "a"],
|
|
31135
|
+
["Ä", "A"],
|
|
31136
|
+
["ö", "o"],
|
|
31137
|
+
["Ö", "O"],
|
|
31138
|
+
["å", "a"],
|
|
31139
|
+
["Å", "A"]
|
|
31140
|
+
],
|
|
31141
|
+
da: danishNorwegianReplacements,
|
|
31142
|
+
nb: danishNorwegianReplacements,
|
|
31143
|
+
de: [
|
|
31144
|
+
["ä", "ae"],
|
|
31145
|
+
["Ä", "Ae"],
|
|
31146
|
+
["ö", "oe"],
|
|
31147
|
+
["Ö", "Oe"],
|
|
31148
|
+
["ü", "ue"],
|
|
31149
|
+
["Ü", "Ue"],
|
|
31150
|
+
["ß", "ss"],
|
|
31151
|
+
["ẞ", "Ss"]
|
|
31152
|
+
],
|
|
31153
|
+
tr: [
|
|
31154
|
+
["â", "a"],
|
|
31155
|
+
["Â", "A"],
|
|
31156
|
+
["ö", "o"],
|
|
31157
|
+
["Ö", "O"],
|
|
31158
|
+
["ü", "u"],
|
|
31159
|
+
["Ü", "U"]
|
|
31160
|
+
],
|
|
31161
|
+
hu: [
|
|
31162
|
+
["ű", "u"],
|
|
31163
|
+
["Ű", "U"],
|
|
31164
|
+
["ö", "o"],
|
|
31165
|
+
["Ö", "O"],
|
|
31166
|
+
["ü", "u"],
|
|
31167
|
+
["Ü", "U"],
|
|
31168
|
+
["á", "a"],
|
|
31169
|
+
["Á", "A"],
|
|
31170
|
+
["é", "e"],
|
|
31171
|
+
["É", "E"],
|
|
31172
|
+
["í", "i"],
|
|
31173
|
+
["Í", "I"],
|
|
31174
|
+
["ó", "o"],
|
|
31175
|
+
["Ó", "O"],
|
|
31176
|
+
["ú", "u"],
|
|
31177
|
+
["Ú", "U"]
|
|
31178
|
+
],
|
|
31179
|
+
sr: [
|
|
31180
|
+
["ђ", "dj"],
|
|
31181
|
+
["Ђ", "Dj"],
|
|
31182
|
+
["џ", "dz"],
|
|
31183
|
+
["Џ", "Dz"],
|
|
31184
|
+
["љ", "lj"],
|
|
31185
|
+
["Љ", "Lj"],
|
|
31186
|
+
["њ", "nj"],
|
|
31187
|
+
["Њ", "Nj"],
|
|
31188
|
+
["ћ", "c"],
|
|
31189
|
+
["Ћ", "C"],
|
|
31190
|
+
["ч", "ch"],
|
|
31191
|
+
["Ч", "Ch"],
|
|
31192
|
+
["ш", "sh"],
|
|
31193
|
+
["Ш", "Sh"],
|
|
31194
|
+
["ж", "zh"],
|
|
31195
|
+
["Ж", "Zh"]
|
|
31196
|
+
]
|
|
31197
|
+
};
|
|
31198
|
+
for (const locale of Object.keys(localeReplacements)) localeReplacements[locale] = new Map(localeReplacements[locale]);
|
|
31199
|
+
var locale_replacements_default = localeReplacements;
|
|
31200
|
+
|
|
31201
|
+
//#endregion
|
|
31202
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+transliterate@2.3.1/node_modules/@sindresorhus/transliterate/index.js
|
|
31203
|
+
const escapeRegex = (string) => string.replaceAll(/[.*+?^${}()|[\]\\]/g, String.raw`\$&`);
|
|
31204
|
+
const buildReplacementPattern = (replacements) => {
|
|
31205
|
+
const sortedKeys = [...replacements.keys()].sort((a$14, b$11) => b$11.length - a$14.length);
|
|
31206
|
+
return new RegExp(sortedKeys.map((key) => escapeRegex(key)).join("|"), "gu");
|
|
31207
|
+
};
|
|
31208
|
+
const defaultPattern = buildReplacementPattern(replacements_default);
|
|
31209
|
+
const localeCache = /* @__PURE__ */ new Map();
|
|
31210
|
+
for (const [locale, localeMap] of Object.entries(locale_replacements_default)) {
|
|
31211
|
+
const replacements = new Map(replacements_default);
|
|
31212
|
+
for (const [key, value] of localeMap) replacements.set(key, value);
|
|
31213
|
+
localeCache.set(locale, {
|
|
31214
|
+
replacements,
|
|
31215
|
+
pattern: buildReplacementPattern(replacements)
|
|
31216
|
+
});
|
|
31217
|
+
}
|
|
31218
|
+
const normalizeLocale = (locale) => {
|
|
31219
|
+
if (!locale) return;
|
|
31220
|
+
const normalizedLocale = locale.toLowerCase().replace(/^no(-|$)/, "nb$1");
|
|
31221
|
+
if (Object.hasOwn(locale_replacements_default, normalizedLocale)) return normalizedLocale;
|
|
31222
|
+
const prefix$1 = normalizedLocale.split("-")[0];
|
|
31223
|
+
if (Object.hasOwn(locale_replacements_default, prefix$1)) return prefix$1;
|
|
31224
|
+
};
|
|
31225
|
+
function transliterate(string, options$1) {
|
|
31226
|
+
if (typeof string !== "string") throw new TypeError(`Expected a string, got \`${typeof string}\``);
|
|
31227
|
+
options$1 = {
|
|
31228
|
+
customReplacements: [],
|
|
31229
|
+
...options$1
|
|
31230
|
+
};
|
|
31231
|
+
const normalizedLocale = normalizeLocale(options$1.locale);
|
|
31232
|
+
const customReplacements = [...options$1.customReplacements];
|
|
31233
|
+
let replacements = replacements_default;
|
|
31234
|
+
let pattern = defaultPattern;
|
|
31235
|
+
if (normalizedLocale) ({replacements, pattern} = localeCache.get(normalizedLocale));
|
|
31236
|
+
string = string.normalize();
|
|
31237
|
+
if (customReplacements.length > 0) {
|
|
31238
|
+
customReplacements.sort((a$14, b$11) => b$11[0].length - a$14[0].length);
|
|
31239
|
+
for (const [key, value] of customReplacements) string = string.replaceAll(key, value);
|
|
31240
|
+
}
|
|
31241
|
+
string = string.replace(pattern, (match) => replacements.get(match) ?? match);
|
|
31242
|
+
string = string.normalize("NFD").replaceAll(/\p{Diacritic}/gu, "").normalize();
|
|
31243
|
+
string = string.replaceAll(/\p{Dash_Punctuation}/gu, "-");
|
|
31244
|
+
return string;
|
|
31245
|
+
}
|
|
31246
|
+
|
|
31247
|
+
//#endregion
|
|
31248
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+slugify@3.0.0/node_modules/@sindresorhus/slugify/overridable-replacements.js
|
|
31249
|
+
const overridableReplacements = [
|
|
31250
|
+
["&", " and "],
|
|
31251
|
+
["🦄", " unicorn "],
|
|
31252
|
+
["♥", " love "]
|
|
31253
|
+
];
|
|
31254
|
+
var overridable_replacements_default = overridableReplacements;
|
|
31255
|
+
|
|
31256
|
+
//#endregion
|
|
31257
|
+
//#region ../../node_modules/.pnpm/@sindresorhus+slugify@3.0.0/node_modules/@sindresorhus/slugify/index.js
|
|
31258
|
+
const decamelize = (string) => string.replaceAll(/([A-Z]{2,})(\d+)/g, "$1 $2").replaceAll(/([a-z\d]+)([A-Z]{2,})/g, "$1 $2").replaceAll(/([a-z\d])([A-Z])/g, "$1 $2").replaceAll(/([A-Z]+)([A-Z][a-rt-z\d]+)/g, "$1 $2");
|
|
31259
|
+
const removeMootSeparators = (string, separator) => {
|
|
31260
|
+
const escapedSeparator = escapeStringRegexp(separator);
|
|
31261
|
+
return string.replaceAll(new RegExp(`(?:${escapedSeparator}){2,}`, "g"), separator).replaceAll(new RegExp(`^(?:${escapedSeparator})|(?:${escapedSeparator})$`, "g"), "");
|
|
31262
|
+
};
|
|
31263
|
+
const buildPatternSlug = (options$1) => {
|
|
31264
|
+
let negationSetPattern = String.raw`a-z\d`;
|
|
31265
|
+
negationSetPattern += options$1.lowercase ? "" : "A-Z";
|
|
31266
|
+
if (options$1.transliterate === false) negationSetPattern += String.raw`\p{L}\p{N}`;
|
|
31267
|
+
if (options$1.preserveCharacters.length > 0) for (const character of options$1.preserveCharacters) {
|
|
31268
|
+
if (character === options$1.separator) throw new Error(`The separator character \`${options$1.separator}\` cannot be included in preserved characters: ${options$1.preserveCharacters}`);
|
|
31269
|
+
negationSetPattern += escapeStringRegexp(character);
|
|
31270
|
+
}
|
|
31271
|
+
const flags = options$1.transliterate ? "g" : "gu";
|
|
31272
|
+
return new RegExp(`[^${negationSetPattern}]+`, flags);
|
|
31273
|
+
};
|
|
31274
|
+
function slugify(string, options$1) {
|
|
31275
|
+
if (typeof string !== "string") throw new TypeError(`Expected a string, got \`${typeof string}\``);
|
|
31276
|
+
options$1 = {
|
|
31277
|
+
separator: "-",
|
|
31278
|
+
lowercase: true,
|
|
31279
|
+
decamelize: true,
|
|
31280
|
+
customReplacements: [],
|
|
31281
|
+
preserveLeadingUnderscore: false,
|
|
31282
|
+
preserveTrailingDash: false,
|
|
31283
|
+
preserveCharacters: [],
|
|
31284
|
+
transliterate: true,
|
|
31285
|
+
...options$1
|
|
31286
|
+
};
|
|
31287
|
+
const shouldPrependUnderscore = options$1.preserveLeadingUnderscore && string.startsWith("_");
|
|
31288
|
+
const shouldAppendDash = options$1.preserveTrailingDash && string.endsWith("-");
|
|
31289
|
+
if (options$1.transliterate) {
|
|
31290
|
+
const customReplacements = new Map([...overridable_replacements_default, ...options$1.customReplacements]);
|
|
31291
|
+
string = transliterate(string, {
|
|
31292
|
+
customReplacements,
|
|
31293
|
+
locale: options$1.locale
|
|
31294
|
+
});
|
|
31295
|
+
} else if (options$1.customReplacements.length > 0) for (const [key, value] of options$1.customReplacements) string = string.replaceAll(key, value);
|
|
31296
|
+
if (options$1.decamelize) string = decamelize(string);
|
|
31297
|
+
const patternSlug = buildPatternSlug(options$1);
|
|
31298
|
+
if (options$1.lowercase) string = options$1.locale ? string.toLocaleLowerCase(options$1.locale) : string.toLowerCase();
|
|
31299
|
+
string = string.replaceAll(/([a-zA-Z\d]+)['\u2019]([ts])(\s|$)/g, "$1$2$3");
|
|
31300
|
+
string = string.replace(patternSlug, options$1.separator);
|
|
31301
|
+
string = string.replaceAll("\\", "");
|
|
31302
|
+
if (options$1.separator) string = removeMootSeparators(string, options$1.separator);
|
|
31303
|
+
if (shouldPrependUnderscore) string = `_${string}`;
|
|
31304
|
+
if (shouldAppendDash) string = `${string}-`;
|
|
31305
|
+
return string;
|
|
31306
|
+
}
|
|
31307
|
+
|
|
29108
31308
|
//#endregion
|
|
29109
31309
|
//#region ../../node_modules/.pnpm/kolorist@1.8.0/node_modules/kolorist/dist/esm/index.mjs
|
|
29110
31310
|
let enabled = true;
|
|
@@ -29959,6 +32159,22 @@ async function prompt(args$2, cwd$2 = process.cwd()) {
|
|
|
29959
32159
|
}]
|
|
29960
32160
|
});
|
|
29961
32161
|
},
|
|
32162
|
+
vuetifyVersion: ({ results }) => {
|
|
32163
|
+
if ((results.type || args$2.type) !== "vuetify") return Promise.resolve(void 0);
|
|
32164
|
+
if (args$2.vuetifyVersion) return Promise.resolve(args$2.vuetifyVersion);
|
|
32165
|
+
if (!args$2.interactive) return Promise.resolve("3.x");
|
|
32166
|
+
return qt({
|
|
32167
|
+
message: i18n.t("prompts.vuetify_version.select"),
|
|
32168
|
+
initialValue: "3.x",
|
|
32169
|
+
options: [{
|
|
32170
|
+
label: i18n.t("prompts.vuetify_version.3_x"),
|
|
32171
|
+
value: "3.x"
|
|
32172
|
+
}, {
|
|
32173
|
+
label: i18n.t("prompts.vuetify_version.4_x"),
|
|
32174
|
+
value: "4.x"
|
|
32175
|
+
}]
|
|
32176
|
+
});
|
|
32177
|
+
},
|
|
29962
32178
|
cssFramework: ({ results }) => {
|
|
29963
32179
|
const type = results.type || args$2.type;
|
|
29964
32180
|
if (type !== "vuetify0") return Promise.resolve("none");
|
|
@@ -66801,7 +69017,7 @@ export const useAppStore = defineStore('app', {
|
|
|
66801
69017
|
|
|
66802
69018
|
//#endregion
|
|
66803
69019
|
//#region ../shared/package.json
|
|
66804
|
-
var version$1 = "0.0
|
|
69020
|
+
var version$1 = "0.1.0";
|
|
66805
69021
|
|
|
66806
69022
|
//#endregion
|
|
66807
69023
|
//#region ../shared/src/utils/getTemplateSource.ts
|
|
@@ -67228,7 +69444,7 @@ async function installDependencies(root$3 = process.cwd(), manager = packageMana
|
|
|
67228
69444
|
//#endregion
|
|
67229
69445
|
//#region ../shared/src/functions/scaffold.ts
|
|
67230
69446
|
async function scaffold(options$1, callbacks = {}) {
|
|
67231
|
-
const { cwd: cwd$2, name: name$1, platform: platform$2, features: features$1, typescript: typescript$1, type, packageManager: packageManager$1, install, force, clientHints, debug: debugFlag } = options$1;
|
|
69447
|
+
const { cwd: cwd$2, name: name$1, platform: platform$2, features: features$1, typescript: typescript$1, type, vuetifyVersion, packageManager: packageManager$1, install, force, clientHints, debug: debugFlag } = options$1;
|
|
67232
69448
|
const debug$7 = (...msg) => debugFlag && console.log("DEBUG:", ...msg);
|
|
67233
69449
|
const projectRoot = join$1(cwd$2, name$1);
|
|
67234
69450
|
debug$7("projectRoot=", projectRoot);
|
|
@@ -67275,6 +69491,7 @@ async function scaffold(options$1, callbacks = {}) {
|
|
|
67275
69491
|
callbacks.onDownloadEnd?.();
|
|
67276
69492
|
let pkg;
|
|
67277
69493
|
pkg = await readPackageJSON(join$1(projectRoot, "package.json"));
|
|
69494
|
+
if (vuetifyVersion === "4.x" && pkg.dependencies && pkg.dependencies.vuetify) pkg.dependencies.vuetify = "^4.0.0-beta.1";
|
|
67278
69495
|
callbacks.onConfigStart?.();
|
|
67279
69496
|
if (features$1 && features$1.length > 0) await applyFeatures(projectRoot, features$1, pkg, !!typescript$1, platform$2 === "nuxt", clientHints, type);
|
|
67280
69497
|
if (platform$2 === "nuxt" && type !== "vuetify0" && (!features$1 || !features$1.includes("vuetify-nuxt-module"))) await vuetifyNuxtManual.apply({
|
|
@@ -67304,14 +69521,36 @@ async function scaffold(options$1, callbacks = {}) {
|
|
|
67304
69521
|
|
|
67305
69522
|
//#endregion
|
|
67306
69523
|
//#region ../shared/src/functions/create.ts
|
|
67307
|
-
async function createVuetify(options$1) {
|
|
69524
|
+
async function createVuetify(options$1, commandOptions) {
|
|
67308
69525
|
const { version: version$4, ...args$2 } = options$1;
|
|
67309
69526
|
const cwd$2 = args$2.cwd || process.cwd();
|
|
67310
69527
|
const debug$7 = (...msg) => args$2.debug && console.log("DEBUG:", ...msg);
|
|
67311
69528
|
debug$7("run args=", JSON.stringify(args$2, null, 2));
|
|
67312
69529
|
debug$7("VUETIFY_CLI_TEMPLATES_PATH=", process.env.VUETIFY_CLI_TEMPLATES_PATH);
|
|
67313
|
-
|
|
67314
|
-
|
|
69530
|
+
if (commandOptions?.intro === false) R.info(i18n.t("messages.create.intro", { version: version$4 }));
|
|
69531
|
+
else {
|
|
69532
|
+
console.log(createBanner());
|
|
69533
|
+
Nt(i18n.t("messages.create.intro", { version: version$4 }));
|
|
69534
|
+
}
|
|
69535
|
+
if (args$2.preset) {
|
|
69536
|
+
const home = homedir();
|
|
69537
|
+
const presetPath = resolve$1(args$2.preset);
|
|
69538
|
+
const globalPresetPath = join$1(home, ".vuetify", "presets", args$2.preset.endsWith(".json") ? args$2.preset : `${args$2.preset}.json`);
|
|
69539
|
+
let presetContent;
|
|
69540
|
+
if (existsSync(presetPath)) presetContent = readFileSync(presetPath, "utf8");
|
|
69541
|
+
else if (existsSync(globalPresetPath)) presetContent = readFileSync(globalPresetPath, "utf8");
|
|
69542
|
+
else {
|
|
69543
|
+
const slugGlobalPath = join$1(home, ".vuetify", "presets", `${slugify(args$2.preset)}.json`);
|
|
69544
|
+
if (existsSync(slugGlobalPath)) presetContent = readFileSync(slugGlobalPath, "utf8");
|
|
69545
|
+
}
|
|
69546
|
+
if (presetContent) try {
|
|
69547
|
+
const preset = JSON.parse(presetContent);
|
|
69548
|
+
Object.assign(args$2, preset);
|
|
69549
|
+
debug$7("loaded preset=", preset);
|
|
69550
|
+
} catch (error) {
|
|
69551
|
+
debug$7("failed to parse preset", error);
|
|
69552
|
+
}
|
|
69553
|
+
}
|
|
67315
69554
|
const features$1 = typeof args$2.features === "string" ? args$2.features.split(",").filter(Boolean) : args$2.features;
|
|
67316
69555
|
const rawArgs = args$2;
|
|
67317
69556
|
const packageManager$1 = rawArgs.packageManager || rawArgs["package-manager"];
|
|
@@ -67325,6 +69564,42 @@ async function createVuetify(options$1) {
|
|
|
67325
69564
|
router: rawArgs.router
|
|
67326
69565
|
}, cwd$2);
|
|
67327
69566
|
debug$7("context=", JSON.stringify(context, null, 2));
|
|
69567
|
+
if (args$2.interactive && !args$2.preset) {
|
|
69568
|
+
if (await Mt({
|
|
69569
|
+
message: i18n.t("prompts.preset.save"),
|
|
69570
|
+
initialValue: false
|
|
69571
|
+
})) {
|
|
69572
|
+
const displayName = await Qt({
|
|
69573
|
+
message: i18n.t("prompts.preset.name"),
|
|
69574
|
+
validate: (value) => {
|
|
69575
|
+
if (!value) return "Please enter a name";
|
|
69576
|
+
}
|
|
69577
|
+
});
|
|
69578
|
+
if (typeof displayName === "string") {
|
|
69579
|
+
const presetsDir = join$1(homedir(), ".vuetify", "create", "presets");
|
|
69580
|
+
if (!existsSync(presetsDir)) mkdirSync(presetsDir, { recursive: true });
|
|
69581
|
+
const presetPath = join$1(presetsDir, `${slugify(displayName)}.json`);
|
|
69582
|
+
let shouldSave = true;
|
|
69583
|
+
if (existsSync(presetPath)) shouldSave = await Mt({
|
|
69584
|
+
message: i18n.t("prompts.preset.overwrite", { name: displayName }),
|
|
69585
|
+
initialValue: false
|
|
69586
|
+
});
|
|
69587
|
+
if (shouldSave) {
|
|
69588
|
+
const { name: _$8, ...presetContext } = context;
|
|
69589
|
+
const presetContent = {
|
|
69590
|
+
...presetContext,
|
|
69591
|
+
version: version$4,
|
|
69592
|
+
meta: {
|
|
69593
|
+
version: "1.0.0",
|
|
69594
|
+
displayName
|
|
69595
|
+
}
|
|
69596
|
+
};
|
|
69597
|
+
writeFileSync(presetPath, JSON.stringify(presetContent, null, 2));
|
|
69598
|
+
R.step(i18n.t("prompts.preset.saved", { path: presetPath }));
|
|
69599
|
+
}
|
|
69600
|
+
}
|
|
69601
|
+
}
|
|
69602
|
+
}
|
|
67328
69603
|
const projectRoot = join$1(cwd$2, context.name);
|
|
67329
69604
|
debug$7("projectRoot=", projectRoot);
|
|
67330
69605
|
const s$12 = Se();
|
|
@@ -67334,6 +69609,7 @@ async function createVuetify(options$1) {
|
|
|
67334
69609
|
name: context.name,
|
|
67335
69610
|
platform: context.platform,
|
|
67336
69611
|
type: context.type,
|
|
69612
|
+
vuetifyVersion: context.vuetifyVersion,
|
|
67337
69613
|
features: context.features,
|
|
67338
69614
|
typescript: !!context.typescript,
|
|
67339
69615
|
packageManager: context.packageManager,
|
|
@@ -68443,7 +70719,7 @@ const blue = ansi256(33);
|
|
|
68443
70719
|
|
|
68444
70720
|
//#endregion
|
|
68445
70721
|
//#region package.json
|
|
68446
|
-
var version = "0.0
|
|
70722
|
+
var version = "0.1.0";
|
|
68447
70723
|
|
|
68448
70724
|
//#endregion
|
|
68449
70725
|
//#region src/commands/upgrade.ts
|