file-viewer3 1.0.8 → 1.0.26
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/LICENSE +160 -0
- package/README.en.md +390 -0
- package/README.md +306 -89
- package/dist/components/3MFLoader.js +527 -0
- package/dist/components/AMFLoader.js +188 -0
- package/dist/components/ArchiveViewer.js +526 -0
- package/dist/components/AudioViewer.js +66 -0
- package/dist/components/CadViewer.js +9040 -0
- package/dist/components/CodeViewer.js +151 -0
- package/dist/components/ColladaLoader.js +2282 -0
- package/dist/components/DrawingViewer.js +295 -0
- package/dist/components/EdaViewer.js +630 -0
- package/dist/components/EmailViewer.js +276 -0
- package/dist/components/EpubViewer.js +172 -0
- package/dist/components/FBXLoader.js +1574 -0
- package/dist/components/GLTFLoader.js +1383 -0
- package/dist/components/ImageViewer.js +1516 -1895
- package/dist/components/KMZLoader.js +45 -0
- package/dist/components/MarkdownViewer.js +1456 -1557
- package/dist/components/ModelViewer.js +797 -0
- package/dist/components/OBJLoader.js +287 -0
- package/dist/components/OfdViewer.js +133 -0
- package/dist/components/PCDLoader.js +141 -0
- package/dist/components/PLYLoader.js +305 -0
- package/dist/components/PdfView.js +27662 -21655
- package/dist/components/PptxRender.js +11170 -21118
- package/dist/components/STLLoader.js +83 -0
- package/dist/components/TDSLoader.js +228 -0
- package/dist/components/TypstViewer.js +1697 -0
- package/dist/components/USDLoader.js +2526 -0
- package/dist/components/UmdViewer.js +1873 -0
- package/dist/components/VRMLLoader.js +6422 -0
- package/dist/components/VTKLoader.js +337 -0
- package/dist/components/XYZLoader.js +30 -0
- package/dist/components/XlsxTable.js +7871 -69873
- package/dist/components/__vite-browser-external.js +7 -0
- package/dist/components/_plugin-vue_export-helper.js +8 -0
- package/dist/components/ar-SA-G6X2FPQ2.js +523 -0
- package/dist/components/arc.js +79 -0
- package/dist/components/architecture-7EHR7CIX.js +3 -0
- package/dist/components/architectureDiagram-3BPJPVTR.js +4096 -0
- package/dist/components/archive.js +24 -0
- package/dist/components/asyncToGenerator.js +29 -0
- package/dist/components/audio.js +19 -0
- package/dist/components/az-AZ-76LH7QW2.js +523 -0
- package/dist/components/bash.js +169 -0
- package/dist/components/bg-BG-XCXSNQG7.js +523 -0
- package/dist/components/blockDiagram-GPEHLZMM.js +3357 -0
- package/dist/components/bn-BD-2XOGV67Q.js +523 -0
- package/dist/components/c4Diagram-AAUBKEIU.js +2957 -0
- package/dist/components/ca-ES-6MX7JW3Y.js +523 -0
- package/dist/components/cad.js +23 -0
- package/dist/components/cfb.js +1174 -0
- package/dist/components/channel.js +5 -0
- package/dist/components/chunk-2J33WTMH.js +26 -0
- package/dist/components/chunk-3OPIFGDE.js +4167 -0
- package/dist/components/chunk-4BX2VUAB.js +19 -0
- package/dist/components/chunk-55IACEB6.js +9 -0
- package/dist/components/chunk-5ZQYHXKU.js +669 -0
- package/dist/components/chunk-6U3AYISY.js +624 -0
- package/dist/components/chunk-727SXJPM.js +3356 -0
- package/dist/components/chunk-AGHRB4JF.js +324 -0
- package/dist/components/chunk-AQP2D5EJ.js +2055 -0
- package/dist/components/chunk-BSJP7CBP.js +83 -0
- package/dist/components/chunk-CSCIHK7Q.js +3500 -0
- package/dist/components/chunk-EIO257PC.js +1836 -0
- package/dist/components/chunk-FMBD7UC4.js +5 -0
- package/dist/components/chunk-K2UTITRG.js +17627 -0
- package/dist/components/chunk-KSCS5N6A.js +572 -0
- package/dist/components/chunk-L5ZTLDWV.js +40 -0
- package/dist/components/chunk-LZXEDZCA.js +60 -0
- package/dist/components/chunk-ND2GUHAM.js +61 -0
- package/dist/components/chunk-NNHCCRGN.js +20425 -0
- package/dist/components/chunk-NZK2D7GU.js +68 -0
- package/dist/components/chunk-O5CBEL6O.js +1894 -0
- package/dist/components/chunk-QZHKN3VN.js +12 -0
- package/dist/components/chunk-SRAX5OIU.js +22 -0
- package/dist/components/chunk-WU5MYG2G.js +14 -0
- package/dist/components/chunk-XPW4576I.js +1146 -0
- package/dist/components/chunk-Z3N5DIM6.js +59 -0
- package/dist/components/chunk-ZUYEQ4TG.js +22 -0
- package/dist/components/chunk.js +23 -0
- package/dist/components/classDiagram-4FO5ZUOK.js +29 -0
- package/dist/components/classDiagram-v2-Q7XG4LA2.js +29 -0
- package/dist/components/compiler.js +2 -0
- package/dist/components/core.js +845 -0
- package/dist/components/cose-bilkent-S5V4N54A.js +2268 -0
- package/dist/components/cpp.js +225 -0
- package/dist/components/cs-CZ-2BRQDIVT.js +523 -0
- package/dist/components/csharp.js +260 -0
- package/dist/components/css.js +140 -0
- package/dist/components/cytoscape.esm.js +18114 -0
- package/dist/components/da-DK-5WZEPLOC.js +523 -0
- package/dist/components/dagre-BM42HDAG.js +325 -0
- package/dist/components/dagre.js +1936 -0
- package/dist/components/de-DE-XR44H4JA.js +523 -0
- package/dist/components/defaultLocale.js +201 -0
- package/dist/components/defineProperty.js +50 -0
- package/dist/components/diagram-2AECGRRQ.js +229 -0
- package/dist/components/diagram-5GNKFQAL.js +108 -0
- package/dist/components/diagram-KO2AKTUF.js +443 -0
- package/dist/components/diagram-LMA3HP47.js +139 -0
- package/dist/components/diagram-OG6HWLK6.js +541 -0
- package/dist/components/diff.js +39 -0
- package/dist/components/directory-open-01563666.js +26 -0
- package/dist/components/directory-open-4ed118d0.js +83 -0
- package/dist/components/dist.js +50 -0
- package/dist/components/dist2.js +3291 -0
- package/dist/components/dist3.js +1593 -0
- package/dist/components/documentSearch.js +378 -0
- package/dist/components/docx-preview.js +3113 -0
- package/dist/components/drawing.js +19 -0
- package/dist/components/ebook.js +16 -0
- package/dist/components/eda.js +20 -0
- package/dist/components/el-GR-BZB4AONW.js +523 -0
- package/dist/components/email.js +21 -0
- package/dist/components/en-B4ZKOASM.js +3 -0
- package/dist/components/erDiagram-TEJ5UH35.js +1719 -0
- package/dist/components/es-ES-U4NZUMDT.js +523 -0
- package/dist/components/eu-ES-A7QVB2H4.js +523 -0
- package/dist/components/eventmodeling-FCH6USID.js +3 -0
- package/dist/components/fa-IR-HGAKTJCU.js +523 -0
- package/dist/components/fflate.module.js +323 -0
- package/dist/components/fi-FI-Z5N7JZ37.js +523 -0
- package/dist/components/file-open-002ab408.js +38 -0
- package/dist/components/file-open-7c801643.js +24 -0
- package/dist/components/file-save-3189631c.js +40 -0
- package/dist/components/file-save-745eba88.js +36 -0
- package/dist/components/flowDiagram-I6XJVG4X.js +4181 -0
- package/dist/components/fr-FR-RHASNOE6.js +523 -0
- package/dist/components/ganttDiagram-6RSMTGT7.js +2182 -0
- package/dist/components/gitGraph-WXDBUCRP.js +3 -0
- package/dist/components/gitGraphDiagram-PVQCEYII.js +788 -0
- package/dist/components/gl-ES-HMX3MZ6V.js +523 -0
- package/dist/components/global-compiler.js +23 -0
- package/dist/components/global-renderer.js +23 -0
- package/dist/components/go.js +140 -0
- package/dist/components/graphlib.js +1267 -0
- package/dist/components/he-IL-6SHJWFNN.js +523 -0
- package/dist/components/hi-IN-IWLTKZ5I.js +523 -0
- package/dist/components/hu-HU-A5ZG7DT2.js +523 -0
- package/dist/components/id-ID-SAP4L64H.js +523 -0
- package/dist/components/image-GAAHSSAO.js +3 -0
- package/dist/components/image-blob-reduce.esm.js +1429 -0
- package/dist/components/image.js +17 -0
- package/dist/components/info-J43DQDTF.js +3 -0
- package/dist/components/infoDiagram-5YYISTIA.js +26 -0
- package/dist/components/ini.js +88 -0
- package/dist/components/init.js +15 -0
- package/dist/components/ishikawaDiagram-YF4QCWOH.js +718 -0
- package/dist/components/it-IT-JPQ66NNP.js +523 -0
- package/dist/components/ja-JP-DBVTYXUO.js +523 -0
- package/dist/components/java.js +169 -0
- package/dist/components/javascript.js +436 -0
- package/dist/components/journeyDiagram-JHISSGLW.js +885 -0
- package/dist/components/json.js +36 -0
- package/dist/components/jszip.min.js +3033 -0
- package/dist/components/kaa-6HZHGXH3.js +523 -0
- package/dist/components/kab-KAB-ZGHBKWFO.js +523 -0
- package/dist/components/kanban-definition-UN3LZRKU.js +986 -0
- package/dist/components/katex.js +21979 -0
- package/dist/components/kk-KZ-P5N5QNE5.js +523 -0
- package/dist/components/km-KH-HSX4SM5Z.js +523 -0
- package/dist/components/ko-KR-MTYHY66A.js +523 -0
- package/dist/components/ku-TR-6OUDTVRD.js +523 -0
- package/dist/components/lib.js +4877 -0
- package/dist/components/libarchive.js +360 -0
- package/dist/components/linear.js +289 -0
- package/dist/components/lt-LT-XHIRWOB4.js +523 -0
- package/dist/components/lv-LV-5QDEKY6T.js +523 -0
- package/dist/components/markdown.js +181 -0
- package/dist/components/md.js +17 -0
- package/dist/components/mermaid-parser.core.js +328 -0
- package/dist/components/mindmap-definition-RKZ34NQL.js +1016 -0
- package/dist/components/model.js +21 -0
- package/dist/components/mp4.js +12 -0
- package/dist/components/mr-IN-CRQNXWMA.js +523 -0
- package/dist/components/my-MM-5M5IBNSE.js +523 -0
- package/dist/components/nb-NO-T6EIAALU.js +523 -0
- package/dist/components/nestedRender.js +158 -0
- package/dist/components/nl-NL-IS3SIHDZ.js +523 -0
- package/dist/components/nn-NO-6E72VCQL.js +523 -0
- package/dist/components/objectSpread2.js +29 -0
- package/dist/components/objectWithoutProperties.js +28 -0
- package/dist/components/oc-FR-POXYY2M6.js +523 -0
- package/dist/components/ofd.js +5261 -0
- package/dist/components/ofd2.js +16 -0
- package/dist/components/ordinal.js +65 -0
- package/dist/components/pa-IN-N4M65BXN.js +523 -0
- package/dist/components/packet-YPE3B663.js +3 -0
- package/dist/components/pdf.js +24 -0
- package/dist/components/percentages-BXMCSKIN.js +3 -0
- package/dist/components/php.js +294 -0
- package/dist/components/pica.js +1009 -0
- package/dist/components/pie-LRSECV5Y.js +3 -0
- package/dist/components/pie.js +47 -0
- package/dist/components/pieDiagram-4H26LBE5.js +130 -0
- package/dist/components/pl-PL-T2D74RX3.js +523 -0
- package/dist/components/postal-mime.js +3146 -0
- package/dist/components/pptx.js +15 -0
- package/dist/components/printLayout.js +42 -0
- package/dist/components/prod.js +21770 -0
- package/dist/components/pt-BR-5N22H2LF.js +523 -0
- package/dist/components/pt-PT-UZXXM6DQ.js +523 -0
- package/dist/components/python.js +238 -0
- package/dist/components/quadrantDiagram-W4KKPZXB.js +1988 -0
- package/dist/components/radar-GUYGQ44K.js +3 -0
- package/dist/components/renderer.js +2 -0
- package/dist/components/requirementDiagram-4Y6WPE33.js +2230 -0
- package/dist/components/ro-RO-JPDTUUEW.js +523 -0
- package/dist/components/rough.esm.js +1355 -0
- package/dist/components/roundRect.js +90 -0
- package/dist/components/ru-RU-B4JR7IUQ.js +523 -0
- package/dist/components/rust.js +169 -0
- package/dist/components/sankeyDiagram-5OEKKPKP.js +972 -0
- package/dist/components/sequenceDiagram-3UESZ5HK.js +4255 -0
- package/dist/components/shared.js +175 -0
- package/dist/components/shared2.js +4 -0
- package/dist/components/si-LK-N5RQ5JYF.js +523 -0
- package/dist/components/sk-SK-C5VTKIMK.js +523 -0
- package/dist/components/sl-SI-NN7IZMDC.js +523 -0
- package/dist/components/sourceLoading.js +134 -0
- package/dist/components/sql.js +118 -0
- package/dist/components/src.js +2664 -0
- package/dist/components/src2.js +10722 -0
- package/dist/components/stateDiagram-AJRCARHV.js +217 -0
- package/dist/components/stateDiagram-v2-BHNVJYJU.js +27 -0
- package/dist/components/subset-shared.chunk.js +3 -0
- package/dist/components/subset-worker.chunk.js +21 -0
- package/dist/components/sv-SE-XGPEYMSR.js +523 -0
- package/dist/components/ta-IN-2NMHFXQM.js +523 -0
- package/dist/components/text.js +20 -0
- package/dist/components/th-TH-HPSO5L25.js +523 -0
- package/dist/components/three.module.js +13134 -0
- package/dist/components/time.js +910 -0
- package/dist/components/timeline-definition-PNZ67QCA.js +1084 -0
- package/dist/components/tr-TR-DEFEU3FU.js +523 -0
- package/dist/components/treeView-BLDUP644.js +3 -0
- package/dist/components/treemap-LRROVOQU.js +3 -0
- package/dist/components/typescript.js +521 -0
- package/dist/components/typst.js +25 -0
- package/dist/components/uk-UA-QMV73CPH.js +523 -0
- package/dist/components/umd.js +16 -0
- package/dist/components/use.js +422 -0
- package/dist/components/util.js +49 -0
- package/dist/components/vennDiagram-CIIHVFJN.js +1880 -0
- package/dist/components/vi-VN-M7AON7JQ.js +523 -0
- package/dist/components/viewerZoom.js +92 -0
- package/dist/components/wardley-L42UT6IY.js +3 -0
- package/dist/components/wardleyDiagram-YWT4CUSO.js +656 -0
- package/dist/components/wasm-pack-shim.js +1711 -0
- package/dist/components/wasm-pack-shim2.js +934 -0
- package/dist/components/wasm.js +97 -0
- package/dist/components/word.js +3055 -0
- package/dist/components/worker-ref.js +15 -20
- package/dist/components/xlsx.js +21 -0
- package/dist/components/xml.js +166 -0
- package/dist/components/xychartDiagram-2RQKCTM6.js +2015 -0
- package/dist/components/yaml.js +144 -0
- package/dist/components/zh-CN-LNUGB5OW.js +523 -0
- package/dist/components/zh-HK-E62DVLB3.js +523 -0
- package/dist/components/zh-TW-RAJ6MFWO.js +523 -0
- package/dist/file-viewer3.css +2 -0
- package/dist/index.mjs +3292 -5
- package/dist/src/App.vue.d.ts +3 -0
- package/dist/src/compare/CompareApp.vue.d.ts +3 -0
- package/dist/src/compare/main.d.ts +0 -0
- package/dist/src/compare/useSynchronizedScroll.d.ts +7 -0
- package/dist/src/components/HelloWorld.vue.d.ts +3 -0
- package/dist/src/components/utils.d.ts +4 -0
- package/dist/src/main.d.ts +0 -0
- package/dist/src/package/common/printCapability.d.ts +27 -0
- package/dist/src/package/common/printLayout.d.ts +16 -0
- package/dist/src/package/common/sourceLoading.d.ts +10 -0
- package/dist/src/package/common/type.d.ts +522 -8
- package/dist/src/package/common/worker-ref.d.ts +1 -1
- package/dist/src/package/components/FileViewer/FileViewer.vue.d.ts +74 -24
- package/dist/src/package/components/FileViewer/exportDocumentTemplate.d.ts +9 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerDocumentFeatures.d.ts +29 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerExport.d.ts +21 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerWatermark.d.ts +8 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerZoom.d.ts +34 -0
- package/dist/src/package/components/FileViewer/index.d.ts +1 -1
- package/dist/src/package/components/FileViewer/util.d.ts +2 -1
- package/dist/src/package/index.d.ts +14 -4
- package/dist/src/package/use/documentLocation.d.ts +15 -0
- package/dist/src/package/use/documentSearch.d.ts +234 -0
- package/dist/src/package/use/index.d.ts +4 -0
- package/dist/src/package/use/loading.d.ts +33 -0
- package/dist/src/package/use/viewerZoom.d.ts +42 -0
- package/dist/src/package/use/worker.d.ts +2 -2
- package/dist/src/package/vendors/archive/ArchiveViewer.vue.d.ts +9 -0
- package/dist/src/package/vendors/archive/cache.d.ts +10 -0
- package/dist/src/package/vendors/archive/fallback.d.ts +9 -0
- package/dist/src/package/vendors/archive/index.d.ts +3 -0
- package/dist/src/package/vendors/archive/shared.d.ts +24 -0
- package/dist/src/package/vendors/audio/AudioViewer.vue.d.ts +7 -0
- package/dist/src/package/vendors/audio/index.d.ts +7 -0
- package/dist/src/package/vendors/cad/CadViewer.vue.d.ts +9 -0
- package/dist/src/package/vendors/cad/index.d.ts +8 -0
- package/dist/src/package/vendors/drawing/DrawingViewer.vue.d.ts +15 -0
- package/dist/src/package/vendors/drawing/index.d.ts +7 -0
- package/dist/src/package/vendors/ebook/EpubViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/ebook/index.d.ts +7 -0
- package/dist/src/package/vendors/eda/EdaViewer.vue.d.ts +8 -0
- package/dist/src/package/vendors/eda/index.d.ts +2 -0
- package/dist/src/package/vendors/eda/parser.d.ts +77 -0
- package/dist/src/package/vendors/email/EmailViewer.vue.d.ts +10 -0
- package/dist/src/package/vendors/email/index.d.ts +2 -0
- package/dist/src/package/vendors/image/ImageViewer.vue.d.ts +6 -13
- package/dist/src/package/vendors/image/index.d.ts +1 -1
- package/dist/src/package/vendors/md/MarkdownViewer.vue.d.ts +6 -13
- package/dist/src/package/vendors/md/index.d.ts +1 -1
- package/dist/src/package/vendors/model/ModelViewer.vue.d.ts +8 -0
- package/dist/src/package/vendors/model/index.d.ts +3 -0
- package/dist/src/package/vendors/model/shared.d.ts +1 -0
- package/dist/src/package/vendors/nestedRender.d.ts +10 -0
- package/dist/src/package/vendors/ofd/OfdViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/ofd/index.d.ts +7 -0
- package/dist/src/package/vendors/pdf/PdfView.vue.d.ts +10 -13
- package/dist/src/package/vendors/pdf/index.d.ts +2 -1
- package/dist/src/package/vendors/pdf/worker/pdf.worker.d.ts +0 -0
- package/dist/src/package/vendors/pptx/PptxRender.vue.d.ts +9 -81
- package/dist/src/package/vendors/pptx/index.d.ts +1 -1
- package/dist/src/package/vendors/renders.d.ts +1 -1
- package/dist/src/package/vendors/text/CodeViewer.vue.d.ts +7 -13
- package/dist/src/package/vendors/text/index.d.ts +6 -2
- package/dist/src/package/vendors/typst/TypstViewer.vue.d.ts +15 -0
- package/dist/src/package/vendors/typst/index.d.ts +8 -0
- package/dist/src/package/vendors/umd/UmdViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/umd/index.d.ts +7 -0
- package/dist/src/package/vendors/umd/parser.d.ts +30 -0
- package/dist/src/package/vendors/word/doc.d.ts +5 -0
- package/dist/src/package/vendors/word/docx.d.ts +5 -0
- package/dist/src/package/vendors/word/docx.worker.d.ts +1 -0
- package/dist/src/package/vendors/word/index.d.ts +3 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.state.d.ts +80 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.view.d.ts +25 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.vue.d.ts +6 -21
- package/dist/src/package/vendors/xlsx/index.d.ts +3 -2
- package/dist/src/package/vendors/xlsx/util.d.ts +0 -5
- package/dist/src/package/vendors/xlsx/worker/index.d.ts +4 -6
- package/dist/src/package/vendors/xlsx/worker/sheetjs/SheetJsModel.d.ts +73 -0
- package/dist/src/package/vendors/xlsx/worker/sheetjs/sheet.worker.d.ts +1 -0
- package/dist/style.css +1 -57
- package/dist/wasm/cad/dwfv-render.wasm +0 -0
- package/dist/wasm/cad/dwg-worker.js +24 -0
- package/dist/wasm/cad/libredwg-web.js +15 -0
- package/dist/wasm/cad/libredwg-web.wasm +0 -0
- package/package.json +118 -42
- package/.vscode/extensions.json +0 -3
- package/dist/components/_commonjs-dynamic-modules.js +0 -6
- package/dist/components/_commonjsHelpers.js +0 -36
- package/dist/components/docx-preview.min.js +0 -5287
- package/dist/components/index.js +0 -1717
- package/dist/favicon.ico +0 -0
- package/dist/index.umd.js +0 -436
- package/dist/src/package/vendors/docx/index.d.ts +0 -4
- package/dist/src/package/vendors/xlsx/render.d.ts +0 -6
- package/dist/src/package/vendors/xlsx/worker/xls/SheetJsModel.d.ts +0 -36
- package/dist/src/package/vendors/xlsx/worker/xlsx/ExcelJsModel.d.ts +0 -39
- package/dist/src/package/vendors/xlsx/worker/xlsx/context.d.ts +0 -7
- package/dist/src/package/vendors/xlsx/worker/xlsx/index.d.ts +0 -4
- package/dist/src/package/vendors/xlsx/worker/xlsx/util.d.ts +0 -10
- package/dist/worker/pdf.worker.js +0 -66
- package/dist/worker/pptx.worker.js +0 -21
- package/dist/worker/sheet.worker.js +0 -38
- package/dist/worker/xlsx.worker.js +0 -65
- /package/dist/src/package/vendors/xlsx/worker/{xlsx → sheetjs}/color.d.ts +0 -0
- /package/dist/src/package/vendors/xlsx/worker/{xls → sheetjs}/index.d.ts +0 -0
|
@@ -0,0 +1,3146 @@
|
|
|
1
|
+
import { n as e, t } from "./objectSpread2.js";
|
|
2
|
+
import { n, t as r } from "./asyncToGenerator.js";
|
|
3
|
+
//#region node_modules/.pnpm/postal-mime@2.7.4/node_modules/postal-mime/src/decode-strings.js
|
|
4
|
+
n();
|
|
5
|
+
var i = new TextEncoder(), a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", o = new Uint8Array(256);
|
|
6
|
+
for (let e = 0; e < 64; e++) o[a.charCodeAt(e)] = e;
|
|
7
|
+
function s(e) {
|
|
8
|
+
let t = Math.ceil(e.length / 4) * 3, n = e.length, r = 0;
|
|
9
|
+
e.length % 4 == 3 ? t-- : e.length % 4 == 2 ? t -= 2 : e[e.length - 1] === "=" && (t--, e[e.length - 2] === "=" && t--);
|
|
10
|
+
let i = new ArrayBuffer(t), a = new Uint8Array(i);
|
|
11
|
+
for (let t = 0; t < n; t += 4) {
|
|
12
|
+
let n = o[e.charCodeAt(t)], i = o[e.charCodeAt(t + 1)], s = o[e.charCodeAt(t + 2)], c = o[e.charCodeAt(t + 3)];
|
|
13
|
+
a[r++] = n << 2 | i >> 4, a[r++] = (i & 15) << 4 | s >> 2, a[r++] = (s & 3) << 6 | c & 63;
|
|
14
|
+
}
|
|
15
|
+
return i;
|
|
16
|
+
}
|
|
17
|
+
function c(e) {
|
|
18
|
+
e = e || "utf8";
|
|
19
|
+
let t;
|
|
20
|
+
try {
|
|
21
|
+
t = new TextDecoder(e);
|
|
22
|
+
} catch (e) {
|
|
23
|
+
t = new TextDecoder("windows-1252");
|
|
24
|
+
}
|
|
25
|
+
return t;
|
|
26
|
+
}
|
|
27
|
+
function l(e) {
|
|
28
|
+
return u.apply(this, arguments);
|
|
29
|
+
}
|
|
30
|
+
function u() {
|
|
31
|
+
return u = r(function* (e) {
|
|
32
|
+
if ("arrayBuffer" in e) return yield e.arrayBuffer();
|
|
33
|
+
let t = new FileReader();
|
|
34
|
+
return new Promise((n, r) => {
|
|
35
|
+
t.onload = function(e) {
|
|
36
|
+
n(e.target.result);
|
|
37
|
+
}, t.onerror = function(e) {
|
|
38
|
+
r(t.error);
|
|
39
|
+
}, t.readAsArrayBuffer(e);
|
|
40
|
+
});
|
|
41
|
+
}), u.apply(this, arguments);
|
|
42
|
+
}
|
|
43
|
+
function d(e) {
|
|
44
|
+
return e >= 48 && e <= 57 || e >= 97 && e <= 102 || e >= 65 && e <= 70 ? String.fromCharCode(e) : !1;
|
|
45
|
+
}
|
|
46
|
+
function f(e, t, n) {
|
|
47
|
+
let r = e.indexOf("*");
|
|
48
|
+
r >= 0 && (e = e.substr(0, r)), t = t.toUpperCase();
|
|
49
|
+
let a;
|
|
50
|
+
if (t === "Q") {
|
|
51
|
+
n = n.replace(/=\s+([0-9a-fA-F])/g, "=$1").replace(/[_\s]/g, " ");
|
|
52
|
+
let e = i.encode(n), t = [];
|
|
53
|
+
for (let n = 0, r = e.length; n < r; n++) {
|
|
54
|
+
let i = e[n];
|
|
55
|
+
if (n <= r - 2 && i === 61) {
|
|
56
|
+
let r = d(e[n + 1]), i = d(e[n + 2]);
|
|
57
|
+
if (r && i) {
|
|
58
|
+
let e = parseInt(r + i, 16);
|
|
59
|
+
t.push(e), n += 2;
|
|
60
|
+
continue;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
t.push(i);
|
|
64
|
+
}
|
|
65
|
+
a = new ArrayBuffer(t.length);
|
|
66
|
+
let r = new DataView(a);
|
|
67
|
+
for (let e = 0, n = t.length; e < n; e++) r.setUint8(e, t[e]);
|
|
68
|
+
} else a = t === "B" ? s(n.replace(/[^a-zA-Z0-9\+\/=]+/g, "")) : i.encode(n);
|
|
69
|
+
return c(e).decode(a);
|
|
70
|
+
}
|
|
71
|
+
function p(e) {
|
|
72
|
+
let t = !0;
|
|
73
|
+
for (;;) {
|
|
74
|
+
let n = (e || "").toString().replace(/(=\?([^?]+)\?[Bb]\?([^?]*)\?=)\s*(?==\?([^?]+)\?[Bb]\?[^?]*\?=)/g, (e, n, r, i, a) => t && r === a && i.length % 4 == 0 && !/=$/.test(i) ? n + "__\0JOIN\0__" : e).replace(/(=\?([^?]+)\?[Qq]\?[^?]*\?=)\s*(?==\?([^?]+)\?[Qq]\?[^?]*\?=)/g, (e, n, r, i) => t && r === i ? n + "__\0JOIN\0__" : e).replace(/(\?=)?__\x00JOIN\x00__(=\?([^?]+)\?[QqBb]\?)?/g, "").replace(/(=\?[^?]+\?[QqBb]\?[^?]*\?=)\s+(?==\?[^?]+\?[QqBb]\?[^?]*\?=)/g, "$1").replace(/=\?([\w_\-*]+)\?([QqBb])\?([^?]*)\?=/g, (e, t, n, r) => f(t, n, r));
|
|
75
|
+
if (t && n.indexOf("�") >= 0) t = !1;
|
|
76
|
+
else return n;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
function m(e, t) {
|
|
80
|
+
t = t || "utf-8";
|
|
81
|
+
let n = [];
|
|
82
|
+
for (let t = 0; t < e.length; t++) {
|
|
83
|
+
let r = e.charAt(t);
|
|
84
|
+
if (r === "%" && /^[a-f0-9]{2}/i.test(e.substr(t + 1, 2))) {
|
|
85
|
+
let r = e.substr(t + 1, 2);
|
|
86
|
+
t += 2, n.push(parseInt(r, 16));
|
|
87
|
+
} else if (r.charCodeAt(0) > 126) {
|
|
88
|
+
r = i.encode(r);
|
|
89
|
+
for (let e = 0; e < r.length; e++) n.push(r[e]);
|
|
90
|
+
} else n.push(r.charCodeAt(0));
|
|
91
|
+
}
|
|
92
|
+
let r = new ArrayBuffer(n.length), a = new DataView(r);
|
|
93
|
+
for (let e = 0, t = n.length; e < t; e++) a.setUint8(e, n[e]);
|
|
94
|
+
return c(t).decode(r);
|
|
95
|
+
}
|
|
96
|
+
function h(e) {
|
|
97
|
+
let t = /* @__PURE__ */ new Map();
|
|
98
|
+
Object.keys(e.params).forEach((n) => {
|
|
99
|
+
let r = n.match(/\*((\d+)\*?)?$/);
|
|
100
|
+
if (!r) return;
|
|
101
|
+
let i = n.substr(0, r.index).toLowerCase(), a = Number(r[2]) || 0, o;
|
|
102
|
+
t.has(i) ? o = t.get(i) : (o = {
|
|
103
|
+
charset: !1,
|
|
104
|
+
values: []
|
|
105
|
+
}, t.set(i, o));
|
|
106
|
+
let s = e.params[n];
|
|
107
|
+
a === 0 && r[0].charAt(r[0].length - 1) === "*" && (r = s.match(/^([^']*)'[^']*'(.*)$/)) && (o.charset = r[1] || "utf-8", s = r[2]), o.values.push({
|
|
108
|
+
nr: a,
|
|
109
|
+
value: s
|
|
110
|
+
}), delete e.params[n];
|
|
111
|
+
}), t.forEach((t, n) => {
|
|
112
|
+
e.params[n] = m(t.values.sort((e, t) => e.nr - t.nr).map((e) => e.value).join(""), t.charset);
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
//#endregion
|
|
116
|
+
//#region node_modules/.pnpm/postal-mime@2.7.4/node_modules/postal-mime/src/pass-through-decoder.js
|
|
117
|
+
var g = class {
|
|
118
|
+
constructor() {
|
|
119
|
+
this.chunks = [];
|
|
120
|
+
}
|
|
121
|
+
update(e) {
|
|
122
|
+
this.chunks.push(e), this.chunks.push("\n");
|
|
123
|
+
}
|
|
124
|
+
finalize() {
|
|
125
|
+
return l(new Blob(this.chunks, { type: "application/octet-stream" }));
|
|
126
|
+
}
|
|
127
|
+
}, _ = class {
|
|
128
|
+
constructor(e) {
|
|
129
|
+
e = e || {}, this.decoder = e.decoder || new TextDecoder(), this.maxChunkSize = 100 * 1024, this.chunks = [], this.remainder = "";
|
|
130
|
+
}
|
|
131
|
+
update(e) {
|
|
132
|
+
let t = this.decoder.decode(e);
|
|
133
|
+
if (t = t.replace(/[^a-zA-Z0-9+\/]+/g, ""), this.remainder += t, this.remainder.length >= this.maxChunkSize) {
|
|
134
|
+
let e = Math.floor(this.remainder.length / 4) * 4, t;
|
|
135
|
+
e === this.remainder.length ? (t = this.remainder, this.remainder = "") : (t = this.remainder.substr(0, e), this.remainder = this.remainder.substr(e)), t.length && this.chunks.push(s(t));
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
finalize() {
|
|
139
|
+
return this.remainder && !/^=+$/.test(this.remainder) && this.chunks.push(s(this.remainder)), l(new Blob(this.chunks, { type: "application/octet-stream" }));
|
|
140
|
+
}
|
|
141
|
+
}, v = /^=[a-f0-9]{2}$/i, y = /(?==[a-f0-9]{2})/i, b = /=\r?\n/g, x = /=[a-fA-F0-9]?$/, S = class {
|
|
142
|
+
constructor(e) {
|
|
143
|
+
e = e || {}, this.decoder = e.decoder || new TextDecoder(), this.maxChunkSize = 100 * 1024, this.remainder = "", this.chunks = [];
|
|
144
|
+
}
|
|
145
|
+
decodeQPBytes(e) {
|
|
146
|
+
let t = new ArrayBuffer(e.length), n = new DataView(t);
|
|
147
|
+
for (let t = 0, r = e.length; t < r; t++) n.setUint8(t, parseInt(e[t], 16));
|
|
148
|
+
return t;
|
|
149
|
+
}
|
|
150
|
+
decodeChunks(e) {
|
|
151
|
+
e = e.replace(b, "");
|
|
152
|
+
let t = e.split(y), n = [];
|
|
153
|
+
for (let e of t) {
|
|
154
|
+
if (e.charAt(0) !== "=") {
|
|
155
|
+
n.length && (this.chunks.push(this.decodeQPBytes(n)), n = []), this.chunks.push(e);
|
|
156
|
+
continue;
|
|
157
|
+
}
|
|
158
|
+
if (e.length === 3) {
|
|
159
|
+
v.test(e) ? n.push(e.substr(1)) : (n.length && (this.chunks.push(this.decodeQPBytes(n)), n = []), this.chunks.push(e));
|
|
160
|
+
continue;
|
|
161
|
+
}
|
|
162
|
+
if (e.length > 3) {
|
|
163
|
+
let t = e.substr(0, 3);
|
|
164
|
+
v.test(t) ? (n.push(e.substr(1, 2)), this.chunks.push(this.decodeQPBytes(n)), n = [], e = e.substr(3), this.chunks.push(e)) : (n.length && (this.chunks.push(this.decodeQPBytes(n)), n = []), this.chunks.push(e));
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
n.length && this.chunks.push(this.decodeQPBytes(n));
|
|
168
|
+
}
|
|
169
|
+
update(e) {
|
|
170
|
+
let t = this.decoder.decode(e) + "\n";
|
|
171
|
+
if (t = this.remainder + t, t.length < this.maxChunkSize) {
|
|
172
|
+
this.remainder = t;
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
this.remainder = "";
|
|
176
|
+
let n = t.match(x);
|
|
177
|
+
if (n) {
|
|
178
|
+
if (n.index === 0) {
|
|
179
|
+
this.remainder = t;
|
|
180
|
+
return;
|
|
181
|
+
}
|
|
182
|
+
this.remainder = t.substr(n.index), t = t.substr(0, n.index);
|
|
183
|
+
}
|
|
184
|
+
this.decodeChunks(t);
|
|
185
|
+
}
|
|
186
|
+
finalize() {
|
|
187
|
+
return this.remainder.length && (this.decodeChunks(this.remainder), this.remainder = ""), l(new Blob(this.chunks, { type: "application/octet-stream" }));
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
//#endregion
|
|
191
|
+
//#region node_modules/.pnpm/postal-mime@2.7.4/node_modules/postal-mime/src/mime-node.js
|
|
192
|
+
n();
|
|
193
|
+
var C = c(), w = class {
|
|
194
|
+
constructor(e) {
|
|
195
|
+
if (this.options = e || {}, this.postalMime = this.options.postalMime, this.root = !!this.options.parentNode, this.childNodes = [], this.options.parentNode) {
|
|
196
|
+
if (this.parentNode = this.options.parentNode, this.depth = this.parentNode.depth + 1, this.depth > this.options.maxNestingDepth) throw Error(`Maximum MIME nesting depth of ${this.options.maxNestingDepth} levels exceeded`);
|
|
197
|
+
this.options.parentNode.childNodes.push(this);
|
|
198
|
+
} else this.depth = 0;
|
|
199
|
+
this.state = "header", this.headerLines = [], this.headerSize = 0;
|
|
200
|
+
let t = (this.options.parentMultipartType || null) === "digest" ? "message/rfc822" : "text/plain";
|
|
201
|
+
this.contentType = {
|
|
202
|
+
value: t,
|
|
203
|
+
default: !0
|
|
204
|
+
}, this.contentTransferEncoding = { value: "8bit" }, this.contentDisposition = { value: "" }, this.headers = [], this.contentDecoder = !1;
|
|
205
|
+
}
|
|
206
|
+
setupContentDecoder(e) {
|
|
207
|
+
/base64/i.test(e) ? this.contentDecoder = new _() : /quoted-printable/i.test(e) ? this.contentDecoder = new S({ decoder: c(this.contentType.parsed.params.charset) }) : this.contentDecoder = new g();
|
|
208
|
+
}
|
|
209
|
+
finalize() {
|
|
210
|
+
var e = this;
|
|
211
|
+
return r(function* () {
|
|
212
|
+
if (e.state === "finished") return;
|
|
213
|
+
e.state === "header" && e.processHeaders();
|
|
214
|
+
let t = e.postalMime.boundaries;
|
|
215
|
+
for (let n = t.length - 1; n >= 0; n--) if (t[n].node === e) {
|
|
216
|
+
t.splice(n, 1);
|
|
217
|
+
break;
|
|
218
|
+
}
|
|
219
|
+
yield e.finalizeChildNodes(), e.content = e.contentDecoder ? yield e.contentDecoder.finalize() : null, e.state = "finished";
|
|
220
|
+
})();
|
|
221
|
+
}
|
|
222
|
+
finalizeChildNodes() {
|
|
223
|
+
var e = this;
|
|
224
|
+
return r(function* () {
|
|
225
|
+
for (let t of e.childNodes) yield t.finalize();
|
|
226
|
+
})();
|
|
227
|
+
}
|
|
228
|
+
stripComments(e) {
|
|
229
|
+
let t = "", n = 0, r = !1, i = !1;
|
|
230
|
+
for (let a = 0; a < e.length; a++) {
|
|
231
|
+
let o = e.charAt(a);
|
|
232
|
+
if (r) {
|
|
233
|
+
n === 0 && (t += o), r = !1;
|
|
234
|
+
continue;
|
|
235
|
+
}
|
|
236
|
+
if (o === "\\") {
|
|
237
|
+
r = !0, n === 0 && (t += o);
|
|
238
|
+
continue;
|
|
239
|
+
}
|
|
240
|
+
if (o === "\"" && n === 0) {
|
|
241
|
+
i = !i, t += o;
|
|
242
|
+
continue;
|
|
243
|
+
}
|
|
244
|
+
if (!i) {
|
|
245
|
+
if (o === "(") {
|
|
246
|
+
n++;
|
|
247
|
+
continue;
|
|
248
|
+
}
|
|
249
|
+
if (o === ")" && n > 0) {
|
|
250
|
+
n--;
|
|
251
|
+
continue;
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
n === 0 && (t += o);
|
|
255
|
+
}
|
|
256
|
+
return t;
|
|
257
|
+
}
|
|
258
|
+
parseStructuredHeader(e) {
|
|
259
|
+
e = this.stripComments(e);
|
|
260
|
+
let t = {
|
|
261
|
+
value: !1,
|
|
262
|
+
params: {}
|
|
263
|
+
}, n = !1, r = "", i = "value", a = !1, o = !1, s;
|
|
264
|
+
for (let c = 0, l = e.length; c < l; c++) switch (s = e.charAt(c), i) {
|
|
265
|
+
case "key":
|
|
266
|
+
if (s === "=") {
|
|
267
|
+
n = r.trim().toLowerCase(), i = "value", r = "";
|
|
268
|
+
break;
|
|
269
|
+
}
|
|
270
|
+
r += s;
|
|
271
|
+
break;
|
|
272
|
+
case "value":
|
|
273
|
+
if (o) r += s;
|
|
274
|
+
else if (s === "\\") {
|
|
275
|
+
o = !0;
|
|
276
|
+
continue;
|
|
277
|
+
} else a && s === a ? a = !1 : !a && s === "\"" ? a = s : !a && s === ";" ? (n === !1 ? t.value = r.trim() : t.params[n] = r.trim(), i = "key", r = "") : r += s;
|
|
278
|
+
o = !1;
|
|
279
|
+
break;
|
|
280
|
+
}
|
|
281
|
+
return r = r.trim(), i === "value" ? n === !1 ? t.value = r : t.params[n] = r : r && (t.params[r.toLowerCase()] = ""), t.value && (t.value = t.value.toLowerCase()), h(t), t;
|
|
282
|
+
}
|
|
283
|
+
decodeFlowedText(e, t) {
|
|
284
|
+
return e.split(/\r?\n/).reduce((e, n) => e.endsWith(" ") && e !== "-- " && !e.endsWith("\n-- ") ? t ? e.slice(0, -1) + n : e + n : e + "\n" + n).replace(/^ /gm, "");
|
|
285
|
+
}
|
|
286
|
+
getTextContent() {
|
|
287
|
+
if (!this.content) return "";
|
|
288
|
+
let e = c(this.contentType.parsed.params.charset).decode(this.content);
|
|
289
|
+
return /^flowed$/i.test(this.contentType.parsed.params.format) && (e = this.decodeFlowedText(e, /^yes$/i.test(this.contentType.parsed.params.delsp))), e;
|
|
290
|
+
}
|
|
291
|
+
processHeaders() {
|
|
292
|
+
for (let e = this.headerLines.length - 1; e >= 0; e--) {
|
|
293
|
+
let t = this.headerLines[e];
|
|
294
|
+
e && /^\s/.test(t) && (this.headerLines[e - 1] += "\n" + t, this.headerLines.splice(e, 1));
|
|
295
|
+
}
|
|
296
|
+
this.rawHeaderLines = [];
|
|
297
|
+
for (let e = this.headerLines.length - 1; e >= 0; e--) {
|
|
298
|
+
let t = this.headerLines[e], n = t.indexOf(":"), r = n < 0 ? t.trim() : t.substr(0, n).trim();
|
|
299
|
+
this.rawHeaderLines.push({
|
|
300
|
+
key: r.toLowerCase(),
|
|
301
|
+
line: t
|
|
302
|
+
});
|
|
303
|
+
let i = t.replace(/\s+/g, " ");
|
|
304
|
+
n = i.indexOf(":");
|
|
305
|
+
let a = n < 0 ? i.trim() : i.substr(0, n).trim(), o = n < 0 ? "" : i.substr(n + 1).trim();
|
|
306
|
+
switch (this.headers.push({
|
|
307
|
+
key: a.toLowerCase(),
|
|
308
|
+
originalKey: a,
|
|
309
|
+
value: o
|
|
310
|
+
}), a.toLowerCase()) {
|
|
311
|
+
case "content-type":
|
|
312
|
+
this.contentType.default && (this.contentType = {
|
|
313
|
+
value: o,
|
|
314
|
+
parsed: {}
|
|
315
|
+
});
|
|
316
|
+
break;
|
|
317
|
+
case "content-transfer-encoding":
|
|
318
|
+
this.contentTransferEncoding = {
|
|
319
|
+
value: o,
|
|
320
|
+
parsed: {}
|
|
321
|
+
};
|
|
322
|
+
break;
|
|
323
|
+
case "content-disposition":
|
|
324
|
+
this.contentDisposition = {
|
|
325
|
+
value: o,
|
|
326
|
+
parsed: {}
|
|
327
|
+
};
|
|
328
|
+
break;
|
|
329
|
+
case "content-id":
|
|
330
|
+
this.contentId = o;
|
|
331
|
+
break;
|
|
332
|
+
case "content-description":
|
|
333
|
+
this.contentDescription = o;
|
|
334
|
+
break;
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
this.contentType.parsed = this.parseStructuredHeader(this.contentType.value), this.contentType.multipart = /^multipart\//i.test(this.contentType.parsed.value) ? this.contentType.parsed.value.substr(this.contentType.parsed.value.indexOf("/") + 1) : !1, this.contentType.multipart && this.contentType.parsed.params.boundary && this.postalMime.boundaries.push({
|
|
338
|
+
value: i.encode(this.contentType.parsed.params.boundary),
|
|
339
|
+
node: this
|
|
340
|
+
}), this.contentDisposition.parsed = this.parseStructuredHeader(this.contentDisposition.value), this.contentTransferEncoding.encoding = this.contentTransferEncoding.value.toLowerCase().split(/[^\w-]/).shift(), this.setupContentDecoder(this.contentTransferEncoding.encoding);
|
|
341
|
+
}
|
|
342
|
+
feed(e) {
|
|
343
|
+
switch (this.state) {
|
|
344
|
+
case "header":
|
|
345
|
+
if (!e.length) return this.state = "body", this.processHeaders();
|
|
346
|
+
if (this.headerSize += e.length, this.headerSize > this.options.maxHeadersSize) throw /* @__PURE__ */ Error(`Maximum header size of ${this.options.maxHeadersSize} bytes exceeded`);
|
|
347
|
+
this.headerLines.push(C.decode(e));
|
|
348
|
+
break;
|
|
349
|
+
case "body": this.contentDecoder.update(e);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
}, T = {
|
|
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
|
+
"IJ": "IJ",
|
|
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
|
+
"
": "\n",
|
|
679
|
+
"𝔑": "𝔑",
|
|
680
|
+
"⁠": "",
|
|
681
|
+
" ": "\xA0",
|
|
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
|
+
"╖": "╖",
|
|
1114
|
+
"╓": "╓",
|
|
1115
|
+
"═": "═",
|
|
1116
|
+
"╦": "╦",
|
|
1117
|
+
"╩": "╩",
|
|
1118
|
+
"╤": "╤",
|
|
1119
|
+
"╧": "╧",
|
|
1120
|
+
"╝": "╝",
|
|
1121
|
+
"╚": "╚",
|
|
1122
|
+
"╜": "╜",
|
|
1123
|
+
"╙": "╙",
|
|
1124
|
+
"║": "║",
|
|
1125
|
+
"╬": "╬",
|
|
1126
|
+
"╣": "╣",
|
|
1127
|
+
"╠": "╠",
|
|
1128
|
+
"╫": "╫",
|
|
1129
|
+
"╢": "╢",
|
|
1130
|
+
"╟": "╟",
|
|
1131
|
+
"⧉": "⧉",
|
|
1132
|
+
"╕": "╕",
|
|
1133
|
+
"╒": "╒",
|
|
1134
|
+
"┐": "┐",
|
|
1135
|
+
"┌": "┌",
|
|
1136
|
+
"─": "─",
|
|
1137
|
+
"╥": "╥",
|
|
1138
|
+
"╨": "╨",
|
|
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
|
+
"!": "!",
|
|
1401
|
+
"∃": "∃",
|
|
1402
|
+
"ℰ": "ℰ",
|
|
1403
|
+
"ⅇ": "ⅇ",
|
|
1404
|
+
"≒": "≒",
|
|
1405
|
+
"ф": "ф",
|
|
1406
|
+
"♀": "♀",
|
|
1407
|
+
"ffi": "ffi",
|
|
1408
|
+
"ff": "ff",
|
|
1409
|
+
"ffl": "ffl",
|
|
1410
|
+
"𝔣": "𝔣",
|
|
1411
|
+
"fi": "fi",
|
|
1412
|
+
"fj": "fj",
|
|
1413
|
+
"♭": "♭",
|
|
1414
|
+
"fl": "fl",
|
|
1415
|
+
"▱": "▱",
|
|
1416
|
+
"ƒ": "ƒ",
|
|
1417
|
+
"𝕗": "𝕗",
|
|
1418
|
+
"∀": "∀",
|
|
1419
|
+
"⋔": "⋔",
|
|
1420
|
+
"⫙": "⫙",
|
|
1421
|
+
"⨍": "⨍",
|
|
1422
|
+
"½": "½",
|
|
1423
|
+
"½": "½",
|
|
1424
|
+
"⅓": "⅓",
|
|
1425
|
+
"¼": "¼",
|
|
1426
|
+
"¼": "¼",
|
|
1427
|
+
"⅕": "⅕",
|
|
1428
|
+
"⅙": "⅙",
|
|
1429
|
+
"⅛": "⅛",
|
|
1430
|
+
"⅔": "⅔",
|
|
1431
|
+
"⅖": "⅖",
|
|
1432
|
+
"¾": "¾",
|
|
1433
|
+
"¾": "¾",
|
|
1434
|
+
"⅗": "⅗",
|
|
1435
|
+
"⅜": "⅜",
|
|
1436
|
+
"⅘": "⅘",
|
|
1437
|
+
"⅚": "⅚",
|
|
1438
|
+
"⅝": "⅝",
|
|
1439
|
+
"⅞": "⅞",
|
|
1440
|
+
"⁄": "⁄",
|
|
1441
|
+
"⌢": "⌢",
|
|
1442
|
+
"𝒻": "𝒻",
|
|
1443
|
+
"≧": "≧",
|
|
1444
|
+
"⪌": "⪌",
|
|
1445
|
+
"ǵ": "ǵ",
|
|
1446
|
+
"γ": "γ",
|
|
1447
|
+
"ϝ": "ϝ",
|
|
1448
|
+
"⪆": "⪆",
|
|
1449
|
+
"ğ": "ğ",
|
|
1450
|
+
"ĝ": "ĝ",
|
|
1451
|
+
"г": "г",
|
|
1452
|
+
"ġ": "ġ",
|
|
1453
|
+
"≥": "≥",
|
|
1454
|
+
"⋛": "⋛",
|
|
1455
|
+
"≥": "≥",
|
|
1456
|
+
"≧": "≧",
|
|
1457
|
+
"⩾": "⩾",
|
|
1458
|
+
"⩾": "⩾",
|
|
1459
|
+
"⪩": "⪩",
|
|
1460
|
+
"⪀": "⪀",
|
|
1461
|
+
"⪂": "⪂",
|
|
1462
|
+
"⪄": "⪄",
|
|
1463
|
+
"⋛︀": "⋛︀",
|
|
1464
|
+
"⪔": "⪔",
|
|
1465
|
+
"𝔤": "𝔤",
|
|
1466
|
+
"≫": "≫",
|
|
1467
|
+
"⋙": "⋙",
|
|
1468
|
+
"ℷ": "ℷ",
|
|
1469
|
+
"ѓ": "ѓ",
|
|
1470
|
+
"≷": "≷",
|
|
1471
|
+
"⪒": "⪒",
|
|
1472
|
+
"⪥": "⪥",
|
|
1473
|
+
"⪤": "⪤",
|
|
1474
|
+
"≩": "≩",
|
|
1475
|
+
"⪊": "⪊",
|
|
1476
|
+
"⪊": "⪊",
|
|
1477
|
+
"⪈": "⪈",
|
|
1478
|
+
"⪈": "⪈",
|
|
1479
|
+
"≩": "≩",
|
|
1480
|
+
"⋧": "⋧",
|
|
1481
|
+
"𝕘": "𝕘",
|
|
1482
|
+
"`": "`",
|
|
1483
|
+
"ℊ": "ℊ",
|
|
1484
|
+
"≳": "≳",
|
|
1485
|
+
"⪎": "⪎",
|
|
1486
|
+
"⪐": "⪐",
|
|
1487
|
+
">": ">",
|
|
1488
|
+
">": ">",
|
|
1489
|
+
"⪧": "⪧",
|
|
1490
|
+
"⩺": "⩺",
|
|
1491
|
+
"⋗": "⋗",
|
|
1492
|
+
"⦕": "⦕",
|
|
1493
|
+
"⩼": "⩼",
|
|
1494
|
+
"⪆": "⪆",
|
|
1495
|
+
"⥸": "⥸",
|
|
1496
|
+
"⋗": "⋗",
|
|
1497
|
+
"⋛": "⋛",
|
|
1498
|
+
"⪌": "⪌",
|
|
1499
|
+
"≷": "≷",
|
|
1500
|
+
"≳": "≳",
|
|
1501
|
+
"≩︀": "≩︀",
|
|
1502
|
+
"≩︀": "≩︀",
|
|
1503
|
+
"⇔": "⇔",
|
|
1504
|
+
" ": " ",
|
|
1505
|
+
"½": "½",
|
|
1506
|
+
"ℋ": "ℋ",
|
|
1507
|
+
"ъ": "ъ",
|
|
1508
|
+
"↔": "↔",
|
|
1509
|
+
"⥈": "⥈",
|
|
1510
|
+
"↭": "↭",
|
|
1511
|
+
"ℏ": "ℏ",
|
|
1512
|
+
"ĥ": "ĥ",
|
|
1513
|
+
"♥": "♥",
|
|
1514
|
+
"♥": "♥",
|
|
1515
|
+
"…": "…",
|
|
1516
|
+
"⊹": "⊹",
|
|
1517
|
+
"𝔥": "𝔥",
|
|
1518
|
+
"⤥": "⤥",
|
|
1519
|
+
"⤦": "⤦",
|
|
1520
|
+
"⇿": "⇿",
|
|
1521
|
+
"∻": "∻",
|
|
1522
|
+
"↩": "↩",
|
|
1523
|
+
"↪": "↪",
|
|
1524
|
+
"𝕙": "𝕙",
|
|
1525
|
+
"―": "―",
|
|
1526
|
+
"𝒽": "𝒽",
|
|
1527
|
+
"ℏ": "ℏ",
|
|
1528
|
+
"ħ": "ħ",
|
|
1529
|
+
"⁃": "⁃",
|
|
1530
|
+
"‐": "‐",
|
|
1531
|
+
"í": "í",
|
|
1532
|
+
"í": "í",
|
|
1533
|
+
"⁣": "",
|
|
1534
|
+
"î": "î",
|
|
1535
|
+
"î": "î",
|
|
1536
|
+
"и": "и",
|
|
1537
|
+
"е": "е",
|
|
1538
|
+
"¡": "¡",
|
|
1539
|
+
"¡": "¡",
|
|
1540
|
+
"⇔": "⇔",
|
|
1541
|
+
"𝔦": "𝔦",
|
|
1542
|
+
"ì": "ì",
|
|
1543
|
+
"ì": "ì",
|
|
1544
|
+
"ⅈ": "ⅈ",
|
|
1545
|
+
"⨌": "⨌",
|
|
1546
|
+
"∭": "∭",
|
|
1547
|
+
"⧜": "⧜",
|
|
1548
|
+
"℩": "℩",
|
|
1549
|
+
"ij": "ij",
|
|
1550
|
+
"ī": "ī",
|
|
1551
|
+
"ℑ": "ℑ",
|
|
1552
|
+
"ℐ": "ℐ",
|
|
1553
|
+
"ℑ": "ℑ",
|
|
1554
|
+
"ı": "ı",
|
|
1555
|
+
"⊷": "⊷",
|
|
1556
|
+
"Ƶ": "Ƶ",
|
|
1557
|
+
"∈": "∈",
|
|
1558
|
+
"℅": "℅",
|
|
1559
|
+
"∞": "∞",
|
|
1560
|
+
"⧝": "⧝",
|
|
1561
|
+
"ı": "ı",
|
|
1562
|
+
"∫": "∫",
|
|
1563
|
+
"⊺": "⊺",
|
|
1564
|
+
"ℤ": "ℤ",
|
|
1565
|
+
"⊺": "⊺",
|
|
1566
|
+
"⨗": "⨗",
|
|
1567
|
+
"⨼": "⨼",
|
|
1568
|
+
"ё": "ё",
|
|
1569
|
+
"į": "į",
|
|
1570
|
+
"𝕚": "𝕚",
|
|
1571
|
+
"ι": "ι",
|
|
1572
|
+
"⨼": "⨼",
|
|
1573
|
+
"¿": "¿",
|
|
1574
|
+
"¿": "¿",
|
|
1575
|
+
"𝒾": "𝒾",
|
|
1576
|
+
"∈": "∈",
|
|
1577
|
+
"⋹": "⋹",
|
|
1578
|
+
"⋵": "⋵",
|
|
1579
|
+
"⋴": "⋴",
|
|
1580
|
+
"⋳": "⋳",
|
|
1581
|
+
"∈": "∈",
|
|
1582
|
+
"⁢": "",
|
|
1583
|
+
"ĩ": "ĩ",
|
|
1584
|
+
"і": "і",
|
|
1585
|
+
"ï": "ï",
|
|
1586
|
+
"ï": "ï",
|
|
1587
|
+
"ĵ": "ĵ",
|
|
1588
|
+
"й": "й",
|
|
1589
|
+
"𝔧": "𝔧",
|
|
1590
|
+
"ȷ": "ȷ",
|
|
1591
|
+
"𝕛": "𝕛",
|
|
1592
|
+
"𝒿": "𝒿",
|
|
1593
|
+
"ј": "ј",
|
|
1594
|
+
"є": "є",
|
|
1595
|
+
"κ": "κ",
|
|
1596
|
+
"ϰ": "ϰ",
|
|
1597
|
+
"ķ": "ķ",
|
|
1598
|
+
"к": "к",
|
|
1599
|
+
"𝔨": "𝔨",
|
|
1600
|
+
"ĸ": "ĸ",
|
|
1601
|
+
"х": "х",
|
|
1602
|
+
"ќ": "ќ",
|
|
1603
|
+
"𝕜": "𝕜",
|
|
1604
|
+
"𝓀": "𝓀",
|
|
1605
|
+
"⇚": "⇚",
|
|
1606
|
+
"⇐": "⇐",
|
|
1607
|
+
"⤛": "⤛",
|
|
1608
|
+
"⤎": "⤎",
|
|
1609
|
+
"≦": "≦",
|
|
1610
|
+
"⪋": "⪋",
|
|
1611
|
+
"⥢": "⥢",
|
|
1612
|
+
"ĺ": "ĺ",
|
|
1613
|
+
"⦴": "⦴",
|
|
1614
|
+
"ℒ": "ℒ",
|
|
1615
|
+
"λ": "λ",
|
|
1616
|
+
"⟨": "⟨",
|
|
1617
|
+
"⦑": "⦑",
|
|
1618
|
+
"⟨": "⟨",
|
|
1619
|
+
"⪅": "⪅",
|
|
1620
|
+
"«": "«",
|
|
1621
|
+
"«": "«",
|
|
1622
|
+
"←": "←",
|
|
1623
|
+
"⇤": "⇤",
|
|
1624
|
+
"⤟": "⤟",
|
|
1625
|
+
"⤝": "⤝",
|
|
1626
|
+
"↩": "↩",
|
|
1627
|
+
"↫": "↫",
|
|
1628
|
+
"⤹": "⤹",
|
|
1629
|
+
"⥳": "⥳",
|
|
1630
|
+
"↢": "↢",
|
|
1631
|
+
"⪫": "⪫",
|
|
1632
|
+
"⤙": "⤙",
|
|
1633
|
+
"⪭": "⪭",
|
|
1634
|
+
"⪭︀": "⪭︀",
|
|
1635
|
+
"⤌": "⤌",
|
|
1636
|
+
"❲": "❲",
|
|
1637
|
+
"{": "{",
|
|
1638
|
+
"[": "[",
|
|
1639
|
+
"⦋": "⦋",
|
|
1640
|
+
"⦏": "⦏",
|
|
1641
|
+
"⦍": "⦍",
|
|
1642
|
+
"ľ": "ľ",
|
|
1643
|
+
"ļ": "ļ",
|
|
1644
|
+
"⌈": "⌈",
|
|
1645
|
+
"{": "{",
|
|
1646
|
+
"л": "л",
|
|
1647
|
+
"⤶": "⤶",
|
|
1648
|
+
"“": "“",
|
|
1649
|
+
"„": "„",
|
|
1650
|
+
"⥧": "⥧",
|
|
1651
|
+
"⥋": "⥋",
|
|
1652
|
+
"↲": "↲",
|
|
1653
|
+
"≤": "≤",
|
|
1654
|
+
"←": "←",
|
|
1655
|
+
"↢": "↢",
|
|
1656
|
+
"↽": "↽",
|
|
1657
|
+
"↼": "↼",
|
|
1658
|
+
"⇇": "⇇",
|
|
1659
|
+
"↔": "↔",
|
|
1660
|
+
"⇆": "⇆",
|
|
1661
|
+
"⇋": "⇋",
|
|
1662
|
+
"↭": "↭",
|
|
1663
|
+
"⋋": "⋋",
|
|
1664
|
+
"⋚": "⋚",
|
|
1665
|
+
"≤": "≤",
|
|
1666
|
+
"≦": "≦",
|
|
1667
|
+
"⩽": "⩽",
|
|
1668
|
+
"⩽": "⩽",
|
|
1669
|
+
"⪨": "⪨",
|
|
1670
|
+
"⩿": "⩿",
|
|
1671
|
+
"⪁": "⪁",
|
|
1672
|
+
"⪃": "⪃",
|
|
1673
|
+
"⋚︀": "⋚︀",
|
|
1674
|
+
"⪓": "⪓",
|
|
1675
|
+
"⪅": "⪅",
|
|
1676
|
+
"⋖": "⋖",
|
|
1677
|
+
"⋚": "⋚",
|
|
1678
|
+
"⪋": "⪋",
|
|
1679
|
+
"≶": "≶",
|
|
1680
|
+
"≲": "≲",
|
|
1681
|
+
"⥼": "⥼",
|
|
1682
|
+
"⌊": "⌊",
|
|
1683
|
+
"𝔩": "𝔩",
|
|
1684
|
+
"≶": "≶",
|
|
1685
|
+
"⪑": "⪑",
|
|
1686
|
+
"↽": "↽",
|
|
1687
|
+
"↼": "↼",
|
|
1688
|
+
"⥪": "⥪",
|
|
1689
|
+
"▄": "▄",
|
|
1690
|
+
"љ": "љ",
|
|
1691
|
+
"≪": "≪",
|
|
1692
|
+
"⇇": "⇇",
|
|
1693
|
+
"⌞": "⌞",
|
|
1694
|
+
"⥫": "⥫",
|
|
1695
|
+
"◺": "◺",
|
|
1696
|
+
"ŀ": "ŀ",
|
|
1697
|
+
"⎰": "⎰",
|
|
1698
|
+
"⎰": "⎰",
|
|
1699
|
+
"≨": "≨",
|
|
1700
|
+
"⪉": "⪉",
|
|
1701
|
+
"⪉": "⪉",
|
|
1702
|
+
"⪇": "⪇",
|
|
1703
|
+
"⪇": "⪇",
|
|
1704
|
+
"≨": "≨",
|
|
1705
|
+
"⋦": "⋦",
|
|
1706
|
+
"⟬": "⟬",
|
|
1707
|
+
"⇽": "⇽",
|
|
1708
|
+
"⟦": "⟦",
|
|
1709
|
+
"⟵": "⟵",
|
|
1710
|
+
"⟷": "⟷",
|
|
1711
|
+
"⟼": "⟼",
|
|
1712
|
+
"⟶": "⟶",
|
|
1713
|
+
"↫": "↫",
|
|
1714
|
+
"↬": "↬",
|
|
1715
|
+
"⦅": "⦅",
|
|
1716
|
+
"𝕝": "𝕝",
|
|
1717
|
+
"⨭": "⨭",
|
|
1718
|
+
"⨴": "⨴",
|
|
1719
|
+
"∗": "∗",
|
|
1720
|
+
"_": "_",
|
|
1721
|
+
"◊": "◊",
|
|
1722
|
+
"◊": "◊",
|
|
1723
|
+
"⧫": "⧫",
|
|
1724
|
+
"(": "(",
|
|
1725
|
+
"⦓": "⦓",
|
|
1726
|
+
"⇆": "⇆",
|
|
1727
|
+
"⌟": "⌟",
|
|
1728
|
+
"⇋": "⇋",
|
|
1729
|
+
"⥭": "⥭",
|
|
1730
|
+
"‎": "",
|
|
1731
|
+
"⊿": "⊿",
|
|
1732
|
+
"‹": "‹",
|
|
1733
|
+
"𝓁": "𝓁",
|
|
1734
|
+
"↰": "↰",
|
|
1735
|
+
"≲": "≲",
|
|
1736
|
+
"⪍": "⪍",
|
|
1737
|
+
"⪏": "⪏",
|
|
1738
|
+
"[": "[",
|
|
1739
|
+
"‘": "‘",
|
|
1740
|
+
"‚": "‚",
|
|
1741
|
+
"ł": "ł",
|
|
1742
|
+
"<": "<",
|
|
1743
|
+
"<": "<",
|
|
1744
|
+
"⪦": "⪦",
|
|
1745
|
+
"⩹": "⩹",
|
|
1746
|
+
"⋖": "⋖",
|
|
1747
|
+
"⋋": "⋋",
|
|
1748
|
+
"⋉": "⋉",
|
|
1749
|
+
"⥶": "⥶",
|
|
1750
|
+
"⩻": "⩻",
|
|
1751
|
+
"⦖": "⦖",
|
|
1752
|
+
"◃": "◃",
|
|
1753
|
+
"⊴": "⊴",
|
|
1754
|
+
"◂": "◂",
|
|
1755
|
+
"⥊": "⥊",
|
|
1756
|
+
"⥦": "⥦",
|
|
1757
|
+
"≨︀": "≨︀",
|
|
1758
|
+
"≨︀": "≨︀",
|
|
1759
|
+
"∺": "∺",
|
|
1760
|
+
"¯": "¯",
|
|
1761
|
+
"¯": "¯",
|
|
1762
|
+
"♂": "♂",
|
|
1763
|
+
"✠": "✠",
|
|
1764
|
+
"✠": "✠",
|
|
1765
|
+
"↦": "↦",
|
|
1766
|
+
"↦": "↦",
|
|
1767
|
+
"↧": "↧",
|
|
1768
|
+
"↤": "↤",
|
|
1769
|
+
"↥": "↥",
|
|
1770
|
+
"▮": "▮",
|
|
1771
|
+
"⨩": "⨩",
|
|
1772
|
+
"м": "м",
|
|
1773
|
+
"—": "—",
|
|
1774
|
+
"∡": "∡",
|
|
1775
|
+
"𝔪": "𝔪",
|
|
1776
|
+
"℧": "℧",
|
|
1777
|
+
"µ": "µ",
|
|
1778
|
+
"µ": "µ",
|
|
1779
|
+
"∣": "∣",
|
|
1780
|
+
"*": "*",
|
|
1781
|
+
"⫰": "⫰",
|
|
1782
|
+
"·": "·",
|
|
1783
|
+
"·": "·",
|
|
1784
|
+
"−": "−",
|
|
1785
|
+
"⊟": "⊟",
|
|
1786
|
+
"∸": "∸",
|
|
1787
|
+
"⨪": "⨪",
|
|
1788
|
+
"⫛": "⫛",
|
|
1789
|
+
"…": "…",
|
|
1790
|
+
"∓": "∓",
|
|
1791
|
+
"⊧": "⊧",
|
|
1792
|
+
"𝕞": "𝕞",
|
|
1793
|
+
"∓": "∓",
|
|
1794
|
+
"𝓂": "𝓂",
|
|
1795
|
+
"∾": "∾",
|
|
1796
|
+
"μ": "μ",
|
|
1797
|
+
"⊸": "⊸",
|
|
1798
|
+
"⊸": "⊸",
|
|
1799
|
+
"⋙̸": "⋙̸",
|
|
1800
|
+
"≫⃒": "≫⃒",
|
|
1801
|
+
"≫̸": "≫̸",
|
|
1802
|
+
"⇍": "⇍",
|
|
1803
|
+
"⇎": "⇎",
|
|
1804
|
+
"⋘̸": "⋘̸",
|
|
1805
|
+
"≪⃒": "≪⃒",
|
|
1806
|
+
"≪̸": "≪̸",
|
|
1807
|
+
"⇏": "⇏",
|
|
1808
|
+
"⊯": "⊯",
|
|
1809
|
+
"⊮": "⊮",
|
|
1810
|
+
"∇": "∇",
|
|
1811
|
+
"ń": "ń",
|
|
1812
|
+
"∠⃒": "∠⃒",
|
|
1813
|
+
"≉": "≉",
|
|
1814
|
+
"⩰̸": "⩰̸",
|
|
1815
|
+
"≋̸": "≋̸",
|
|
1816
|
+
"ʼn": "ʼn",
|
|
1817
|
+
"≉": "≉",
|
|
1818
|
+
"♮": "♮",
|
|
1819
|
+
"♮": "♮",
|
|
1820
|
+
"ℕ": "ℕ",
|
|
1821
|
+
" ": "\xA0",
|
|
1822
|
+
" ": "\xA0",
|
|
1823
|
+
"≎̸": "≎̸",
|
|
1824
|
+
"≏̸": "≏̸",
|
|
1825
|
+
"⩃": "⩃",
|
|
1826
|
+
"ň": "ň",
|
|
1827
|
+
"ņ": "ņ",
|
|
1828
|
+
"≇": "≇",
|
|
1829
|
+
"⩭̸": "⩭̸",
|
|
1830
|
+
"⩂": "⩂",
|
|
1831
|
+
"н": "н",
|
|
1832
|
+
"–": "–",
|
|
1833
|
+
"≠": "≠",
|
|
1834
|
+
"⇗": "⇗",
|
|
1835
|
+
"⤤": "⤤",
|
|
1836
|
+
"↗": "↗",
|
|
1837
|
+
"↗": "↗",
|
|
1838
|
+
"≐̸": "≐̸",
|
|
1839
|
+
"≢": "≢",
|
|
1840
|
+
"⤨": "⤨",
|
|
1841
|
+
"≂̸": "≂̸",
|
|
1842
|
+
"∄": "∄",
|
|
1843
|
+
"∄": "∄",
|
|
1844
|
+
"𝔫": "𝔫",
|
|
1845
|
+
"≧̸": "≧̸",
|
|
1846
|
+
"≱": "≱",
|
|
1847
|
+
"≱": "≱",
|
|
1848
|
+
"≧̸": "≧̸",
|
|
1849
|
+
"⩾̸": "⩾̸",
|
|
1850
|
+
"⩾̸": "⩾̸",
|
|
1851
|
+
"≵": "≵",
|
|
1852
|
+
"≯": "≯",
|
|
1853
|
+
"≯": "≯",
|
|
1854
|
+
"⇎": "⇎",
|
|
1855
|
+
"↮": "↮",
|
|
1856
|
+
"⫲": "⫲",
|
|
1857
|
+
"∋": "∋",
|
|
1858
|
+
"⋼": "⋼",
|
|
1859
|
+
"⋺": "⋺",
|
|
1860
|
+
"∋": "∋",
|
|
1861
|
+
"њ": "њ",
|
|
1862
|
+
"⇍": "⇍",
|
|
1863
|
+
"≦̸": "≦̸",
|
|
1864
|
+
"↚": "↚",
|
|
1865
|
+
"‥": "‥",
|
|
1866
|
+
"≰": "≰",
|
|
1867
|
+
"↚": "↚",
|
|
1868
|
+
"↮": "↮",
|
|
1869
|
+
"≰": "≰",
|
|
1870
|
+
"≦̸": "≦̸",
|
|
1871
|
+
"⩽̸": "⩽̸",
|
|
1872
|
+
"⩽̸": "⩽̸",
|
|
1873
|
+
"≮": "≮",
|
|
1874
|
+
"≴": "≴",
|
|
1875
|
+
"≮": "≮",
|
|
1876
|
+
"⋪": "⋪",
|
|
1877
|
+
"⋬": "⋬",
|
|
1878
|
+
"∤": "∤",
|
|
1879
|
+
"𝕟": "𝕟",
|
|
1880
|
+
"¬": "¬",
|
|
1881
|
+
"¬": "¬",
|
|
1882
|
+
"∉": "∉",
|
|
1883
|
+
"⋹̸": "⋹̸",
|
|
1884
|
+
"⋵̸": "⋵̸",
|
|
1885
|
+
"∉": "∉",
|
|
1886
|
+
"⋷": "⋷",
|
|
1887
|
+
"⋶": "⋶",
|
|
1888
|
+
"∌": "∌",
|
|
1889
|
+
"∌": "∌",
|
|
1890
|
+
"⋾": "⋾",
|
|
1891
|
+
"⋽": "⋽",
|
|
1892
|
+
"∦": "∦",
|
|
1893
|
+
"∦": "∦",
|
|
1894
|
+
"⫽⃥": "⫽⃥",
|
|
1895
|
+
"∂̸": "∂̸",
|
|
1896
|
+
"⨔": "⨔",
|
|
1897
|
+
"⊀": "⊀",
|
|
1898
|
+
"⋠": "⋠",
|
|
1899
|
+
"⪯̸": "⪯̸",
|
|
1900
|
+
"⊀": "⊀",
|
|
1901
|
+
"⪯̸": "⪯̸",
|
|
1902
|
+
"⇏": "⇏",
|
|
1903
|
+
"↛": "↛",
|
|
1904
|
+
"⤳̸": "⤳̸",
|
|
1905
|
+
"↝̸": "↝̸",
|
|
1906
|
+
"↛": "↛",
|
|
1907
|
+
"⋫": "⋫",
|
|
1908
|
+
"⋭": "⋭",
|
|
1909
|
+
"⊁": "⊁",
|
|
1910
|
+
"⋡": "⋡",
|
|
1911
|
+
"⪰̸": "⪰̸",
|
|
1912
|
+
"𝓃": "𝓃",
|
|
1913
|
+
"∤": "∤",
|
|
1914
|
+
"∦": "∦",
|
|
1915
|
+
"≁": "≁",
|
|
1916
|
+
"≄": "≄",
|
|
1917
|
+
"≄": "≄",
|
|
1918
|
+
"∤": "∤",
|
|
1919
|
+
"∦": "∦",
|
|
1920
|
+
"⋢": "⋢",
|
|
1921
|
+
"⋣": "⋣",
|
|
1922
|
+
"⊄": "⊄",
|
|
1923
|
+
"⫅̸": "⫅̸",
|
|
1924
|
+
"⊈": "⊈",
|
|
1925
|
+
"⊂⃒": "⊂⃒",
|
|
1926
|
+
"⊈": "⊈",
|
|
1927
|
+
"⫅̸": "⫅̸",
|
|
1928
|
+
"⊁": "⊁",
|
|
1929
|
+
"⪰̸": "⪰̸",
|
|
1930
|
+
"⊅": "⊅",
|
|
1931
|
+
"⫆̸": "⫆̸",
|
|
1932
|
+
"⊉": "⊉",
|
|
1933
|
+
"⊃⃒": "⊃⃒",
|
|
1934
|
+
"⊉": "⊉",
|
|
1935
|
+
"⫆̸": "⫆̸",
|
|
1936
|
+
"≹": "≹",
|
|
1937
|
+
"ñ": "ñ",
|
|
1938
|
+
"ñ": "ñ",
|
|
1939
|
+
"≸": "≸",
|
|
1940
|
+
"⋪": "⋪",
|
|
1941
|
+
"⋬": "⋬",
|
|
1942
|
+
"⋫": "⋫",
|
|
1943
|
+
"⋭": "⋭",
|
|
1944
|
+
"ν": "ν",
|
|
1945
|
+
"#": "#",
|
|
1946
|
+
"№": "№",
|
|
1947
|
+
" ": " ",
|
|
1948
|
+
"⊭": "⊭",
|
|
1949
|
+
"⤄": "⤄",
|
|
1950
|
+
"≍⃒": "≍⃒",
|
|
1951
|
+
"⊬": "⊬",
|
|
1952
|
+
"≥⃒": "≥⃒",
|
|
1953
|
+
">⃒": ">⃒",
|
|
1954
|
+
"⧞": "⧞",
|
|
1955
|
+
"⤂": "⤂",
|
|
1956
|
+
"≤⃒": "≤⃒",
|
|
1957
|
+
"<⃒": "<⃒",
|
|
1958
|
+
"⊴⃒": "⊴⃒",
|
|
1959
|
+
"⤃": "⤃",
|
|
1960
|
+
"⊵⃒": "⊵⃒",
|
|
1961
|
+
"∼⃒": "∼⃒",
|
|
1962
|
+
"⇖": "⇖",
|
|
1963
|
+
"⤣": "⤣",
|
|
1964
|
+
"↖": "↖",
|
|
1965
|
+
"↖": "↖",
|
|
1966
|
+
"⤧": "⤧",
|
|
1967
|
+
"Ⓢ": "Ⓢ",
|
|
1968
|
+
"ó": "ó",
|
|
1969
|
+
"ó": "ó",
|
|
1970
|
+
"⊛": "⊛",
|
|
1971
|
+
"⊚": "⊚",
|
|
1972
|
+
"ô": "ô",
|
|
1973
|
+
"ô": "ô",
|
|
1974
|
+
"о": "о",
|
|
1975
|
+
"⊝": "⊝",
|
|
1976
|
+
"ő": "ő",
|
|
1977
|
+
"⨸": "⨸",
|
|
1978
|
+
"⊙": "⊙",
|
|
1979
|
+
"⦼": "⦼",
|
|
1980
|
+
"œ": "œ",
|
|
1981
|
+
"⦿": "⦿",
|
|
1982
|
+
"𝔬": "𝔬",
|
|
1983
|
+
"˛": "˛",
|
|
1984
|
+
"ò": "ò",
|
|
1985
|
+
"ò": "ò",
|
|
1986
|
+
"⧁": "⧁",
|
|
1987
|
+
"⦵": "⦵",
|
|
1988
|
+
"Ω": "Ω",
|
|
1989
|
+
"∮": "∮",
|
|
1990
|
+
"↺": "↺",
|
|
1991
|
+
"⦾": "⦾",
|
|
1992
|
+
"⦻": "⦻",
|
|
1993
|
+
"‾": "‾",
|
|
1994
|
+
"⧀": "⧀",
|
|
1995
|
+
"ō": "ō",
|
|
1996
|
+
"ω": "ω",
|
|
1997
|
+
"ο": "ο",
|
|
1998
|
+
"⦶": "⦶",
|
|
1999
|
+
"⊖": "⊖",
|
|
2000
|
+
"𝕠": "𝕠",
|
|
2001
|
+
"⦷": "⦷",
|
|
2002
|
+
"⦹": "⦹",
|
|
2003
|
+
"⊕": "⊕",
|
|
2004
|
+
"∨": "∨",
|
|
2005
|
+
"↻": "↻",
|
|
2006
|
+
"⩝": "⩝",
|
|
2007
|
+
"ℴ": "ℴ",
|
|
2008
|
+
"ℴ": "ℴ",
|
|
2009
|
+
"ª": "ª",
|
|
2010
|
+
"ª": "ª",
|
|
2011
|
+
"º": "º",
|
|
2012
|
+
"º": "º",
|
|
2013
|
+
"⊶": "⊶",
|
|
2014
|
+
"⩖": "⩖",
|
|
2015
|
+
"⩗": "⩗",
|
|
2016
|
+
"⩛": "⩛",
|
|
2017
|
+
"ℴ": "ℴ",
|
|
2018
|
+
"ø": "ø",
|
|
2019
|
+
"ø": "ø",
|
|
2020
|
+
"⊘": "⊘",
|
|
2021
|
+
"õ": "õ",
|
|
2022
|
+
"õ": "õ",
|
|
2023
|
+
"⊗": "⊗",
|
|
2024
|
+
"⨶": "⨶",
|
|
2025
|
+
"ö": "ö",
|
|
2026
|
+
"ö": "ö",
|
|
2027
|
+
"⌽": "⌽",
|
|
2028
|
+
"∥": "∥",
|
|
2029
|
+
"¶": "¶",
|
|
2030
|
+
"¶": "¶",
|
|
2031
|
+
"∥": "∥",
|
|
2032
|
+
"⫳": "⫳",
|
|
2033
|
+
"⫽": "⫽",
|
|
2034
|
+
"∂": "∂",
|
|
2035
|
+
"п": "п",
|
|
2036
|
+
"%": "%",
|
|
2037
|
+
".": ".",
|
|
2038
|
+
"‰": "‰",
|
|
2039
|
+
"⊥": "⊥",
|
|
2040
|
+
"‱": "‱",
|
|
2041
|
+
"𝔭": "𝔭",
|
|
2042
|
+
"φ": "φ",
|
|
2043
|
+
"ϕ": "ϕ",
|
|
2044
|
+
"ℳ": "ℳ",
|
|
2045
|
+
"☎": "☎",
|
|
2046
|
+
"π": "π",
|
|
2047
|
+
"⋔": "⋔",
|
|
2048
|
+
"ϖ": "ϖ",
|
|
2049
|
+
"ℏ": "ℏ",
|
|
2050
|
+
"ℎ": "ℎ",
|
|
2051
|
+
"ℏ": "ℏ",
|
|
2052
|
+
"+": "+",
|
|
2053
|
+
"⨣": "⨣",
|
|
2054
|
+
"⊞": "⊞",
|
|
2055
|
+
"⨢": "⨢",
|
|
2056
|
+
"∔": "∔",
|
|
2057
|
+
"⨥": "⨥",
|
|
2058
|
+
"⩲": "⩲",
|
|
2059
|
+
"±": "±",
|
|
2060
|
+
"±": "±",
|
|
2061
|
+
"⨦": "⨦",
|
|
2062
|
+
"⨧": "⨧",
|
|
2063
|
+
"±": "±",
|
|
2064
|
+
"⨕": "⨕",
|
|
2065
|
+
"𝕡": "𝕡",
|
|
2066
|
+
"£": "£",
|
|
2067
|
+
"£": "£",
|
|
2068
|
+
"≺": "≺",
|
|
2069
|
+
"⪳": "⪳",
|
|
2070
|
+
"⪷": "⪷",
|
|
2071
|
+
"≼": "≼",
|
|
2072
|
+
"⪯": "⪯",
|
|
2073
|
+
"≺": "≺",
|
|
2074
|
+
"⪷": "⪷",
|
|
2075
|
+
"≼": "≼",
|
|
2076
|
+
"⪯": "⪯",
|
|
2077
|
+
"⪹": "⪹",
|
|
2078
|
+
"⪵": "⪵",
|
|
2079
|
+
"⋨": "⋨",
|
|
2080
|
+
"≾": "≾",
|
|
2081
|
+
"′": "′",
|
|
2082
|
+
"ℙ": "ℙ",
|
|
2083
|
+
"⪵": "⪵",
|
|
2084
|
+
"⪹": "⪹",
|
|
2085
|
+
"⋨": "⋨",
|
|
2086
|
+
"∏": "∏",
|
|
2087
|
+
"⌮": "⌮",
|
|
2088
|
+
"⌒": "⌒",
|
|
2089
|
+
"⌓": "⌓",
|
|
2090
|
+
"∝": "∝",
|
|
2091
|
+
"∝": "∝",
|
|
2092
|
+
"≾": "≾",
|
|
2093
|
+
"⊰": "⊰",
|
|
2094
|
+
"𝓅": "𝓅",
|
|
2095
|
+
"ψ": "ψ",
|
|
2096
|
+
" ": " ",
|
|
2097
|
+
"𝔮": "𝔮",
|
|
2098
|
+
"⨌": "⨌",
|
|
2099
|
+
"𝕢": "𝕢",
|
|
2100
|
+
"⁗": "⁗",
|
|
2101
|
+
"𝓆": "𝓆",
|
|
2102
|
+
"ℍ": "ℍ",
|
|
2103
|
+
"⨖": "⨖",
|
|
2104
|
+
"?": "?",
|
|
2105
|
+
"≟": "≟",
|
|
2106
|
+
""": "\"",
|
|
2107
|
+
""": "\"",
|
|
2108
|
+
"⇛": "⇛",
|
|
2109
|
+
"⇒": "⇒",
|
|
2110
|
+
"⤜": "⤜",
|
|
2111
|
+
"⤏": "⤏",
|
|
2112
|
+
"⥤": "⥤",
|
|
2113
|
+
"∽̱": "∽̱",
|
|
2114
|
+
"ŕ": "ŕ",
|
|
2115
|
+
"√": "√",
|
|
2116
|
+
"⦳": "⦳",
|
|
2117
|
+
"⟩": "⟩",
|
|
2118
|
+
"⦒": "⦒",
|
|
2119
|
+
"⦥": "⦥",
|
|
2120
|
+
"⟩": "⟩",
|
|
2121
|
+
"»": "»",
|
|
2122
|
+
"»": "»",
|
|
2123
|
+
"→": "→",
|
|
2124
|
+
"⥵": "⥵",
|
|
2125
|
+
"⇥": "⇥",
|
|
2126
|
+
"⤠": "⤠",
|
|
2127
|
+
"⤳": "⤳",
|
|
2128
|
+
"⤞": "⤞",
|
|
2129
|
+
"↪": "↪",
|
|
2130
|
+
"↬": "↬",
|
|
2131
|
+
"⥅": "⥅",
|
|
2132
|
+
"⥴": "⥴",
|
|
2133
|
+
"↣": "↣",
|
|
2134
|
+
"↝": "↝",
|
|
2135
|
+
"⤚": "⤚",
|
|
2136
|
+
"∶": "∶",
|
|
2137
|
+
"ℚ": "ℚ",
|
|
2138
|
+
"⤍": "⤍",
|
|
2139
|
+
"❳": "❳",
|
|
2140
|
+
"}": "}",
|
|
2141
|
+
"]": "]",
|
|
2142
|
+
"⦌": "⦌",
|
|
2143
|
+
"⦎": "⦎",
|
|
2144
|
+
"⦐": "⦐",
|
|
2145
|
+
"ř": "ř",
|
|
2146
|
+
"ŗ": "ŗ",
|
|
2147
|
+
"⌉": "⌉",
|
|
2148
|
+
"}": "}",
|
|
2149
|
+
"р": "р",
|
|
2150
|
+
"⤷": "⤷",
|
|
2151
|
+
"⥩": "⥩",
|
|
2152
|
+
"”": "”",
|
|
2153
|
+
"”": "”",
|
|
2154
|
+
"↳": "↳",
|
|
2155
|
+
"ℜ": "ℜ",
|
|
2156
|
+
"ℛ": "ℛ",
|
|
2157
|
+
"ℜ": "ℜ",
|
|
2158
|
+
"ℝ": "ℝ",
|
|
2159
|
+
"▭": "▭",
|
|
2160
|
+
"®": "®",
|
|
2161
|
+
"®": "®",
|
|
2162
|
+
"⥽": "⥽",
|
|
2163
|
+
"⌋": "⌋",
|
|
2164
|
+
"𝔯": "𝔯",
|
|
2165
|
+
"⇁": "⇁",
|
|
2166
|
+
"⇀": "⇀",
|
|
2167
|
+
"⥬": "⥬",
|
|
2168
|
+
"ρ": "ρ",
|
|
2169
|
+
"ϱ": "ϱ",
|
|
2170
|
+
"→": "→",
|
|
2171
|
+
"↣": "↣",
|
|
2172
|
+
"⇁": "⇁",
|
|
2173
|
+
"⇀": "⇀",
|
|
2174
|
+
"⇄": "⇄",
|
|
2175
|
+
"⇌": "⇌",
|
|
2176
|
+
"⇉": "⇉",
|
|
2177
|
+
"↝": "↝",
|
|
2178
|
+
"⋌": "⋌",
|
|
2179
|
+
"˚": "˚",
|
|
2180
|
+
"≓": "≓",
|
|
2181
|
+
"⇄": "⇄",
|
|
2182
|
+
"⇌": "⇌",
|
|
2183
|
+
"‏": "",
|
|
2184
|
+
"⎱": "⎱",
|
|
2185
|
+
"⎱": "⎱",
|
|
2186
|
+
"⫮": "⫮",
|
|
2187
|
+
"⟭": "⟭",
|
|
2188
|
+
"⇾": "⇾",
|
|
2189
|
+
"⟧": "⟧",
|
|
2190
|
+
"⦆": "⦆",
|
|
2191
|
+
"𝕣": "𝕣",
|
|
2192
|
+
"⨮": "⨮",
|
|
2193
|
+
"⨵": "⨵",
|
|
2194
|
+
")": ")",
|
|
2195
|
+
"⦔": "⦔",
|
|
2196
|
+
"⨒": "⨒",
|
|
2197
|
+
"⇉": "⇉",
|
|
2198
|
+
"›": "›",
|
|
2199
|
+
"𝓇": "𝓇",
|
|
2200
|
+
"↱": "↱",
|
|
2201
|
+
"]": "]",
|
|
2202
|
+
"’": "’",
|
|
2203
|
+
"’": "’",
|
|
2204
|
+
"⋌": "⋌",
|
|
2205
|
+
"⋊": "⋊",
|
|
2206
|
+
"▹": "▹",
|
|
2207
|
+
"⊵": "⊵",
|
|
2208
|
+
"▸": "▸",
|
|
2209
|
+
"⧎": "⧎",
|
|
2210
|
+
"⥨": "⥨",
|
|
2211
|
+
"℞": "℞",
|
|
2212
|
+
"ś": "ś",
|
|
2213
|
+
"‚": "‚",
|
|
2214
|
+
"≻": "≻",
|
|
2215
|
+
"⪴": "⪴",
|
|
2216
|
+
"⪸": "⪸",
|
|
2217
|
+
"š": "š",
|
|
2218
|
+
"≽": "≽",
|
|
2219
|
+
"⪰": "⪰",
|
|
2220
|
+
"ş": "ş",
|
|
2221
|
+
"ŝ": "ŝ",
|
|
2222
|
+
"⪶": "⪶",
|
|
2223
|
+
"⪺": "⪺",
|
|
2224
|
+
"⋩": "⋩",
|
|
2225
|
+
"⨓": "⨓",
|
|
2226
|
+
"≿": "≿",
|
|
2227
|
+
"с": "с",
|
|
2228
|
+
"⋅": "⋅",
|
|
2229
|
+
"⊡": "⊡",
|
|
2230
|
+
"⩦": "⩦",
|
|
2231
|
+
"⇘": "⇘",
|
|
2232
|
+
"⤥": "⤥",
|
|
2233
|
+
"↘": "↘",
|
|
2234
|
+
"↘": "↘",
|
|
2235
|
+
"§": "§",
|
|
2236
|
+
"§": "§",
|
|
2237
|
+
";": ";",
|
|
2238
|
+
"⤩": "⤩",
|
|
2239
|
+
"∖": "∖",
|
|
2240
|
+
"∖": "∖",
|
|
2241
|
+
"✶": "✶",
|
|
2242
|
+
"𝔰": "𝔰",
|
|
2243
|
+
"⌢": "⌢",
|
|
2244
|
+
"♯": "♯",
|
|
2245
|
+
"щ": "щ",
|
|
2246
|
+
"ш": "ш",
|
|
2247
|
+
"∣": "∣",
|
|
2248
|
+
"∥": "∥",
|
|
2249
|
+
"­": "",
|
|
2250
|
+
"­": "",
|
|
2251
|
+
"σ": "σ",
|
|
2252
|
+
"ς": "ς",
|
|
2253
|
+
"ς": "ς",
|
|
2254
|
+
"∼": "∼",
|
|
2255
|
+
"⩪": "⩪",
|
|
2256
|
+
"≃": "≃",
|
|
2257
|
+
"≃": "≃",
|
|
2258
|
+
"⪞": "⪞",
|
|
2259
|
+
"⪠": "⪠",
|
|
2260
|
+
"⪝": "⪝",
|
|
2261
|
+
"⪟": "⪟",
|
|
2262
|
+
"≆": "≆",
|
|
2263
|
+
"⨤": "⨤",
|
|
2264
|
+
"⥲": "⥲",
|
|
2265
|
+
"←": "←",
|
|
2266
|
+
"∖": "∖",
|
|
2267
|
+
"⨳": "⨳",
|
|
2268
|
+
"⧤": "⧤",
|
|
2269
|
+
"∣": "∣",
|
|
2270
|
+
"⌣": "⌣",
|
|
2271
|
+
"⪪": "⪪",
|
|
2272
|
+
"⪬": "⪬",
|
|
2273
|
+
"⪬︀": "⪬︀",
|
|
2274
|
+
"ь": "ь",
|
|
2275
|
+
"/": "/",
|
|
2276
|
+
"⧄": "⧄",
|
|
2277
|
+
"⌿": "⌿",
|
|
2278
|
+
"𝕤": "𝕤",
|
|
2279
|
+
"♠": "♠",
|
|
2280
|
+
"♠": "♠",
|
|
2281
|
+
"∥": "∥",
|
|
2282
|
+
"⊓": "⊓",
|
|
2283
|
+
"⊓︀": "⊓︀",
|
|
2284
|
+
"⊔": "⊔",
|
|
2285
|
+
"⊔︀": "⊔︀",
|
|
2286
|
+
"⊏": "⊏",
|
|
2287
|
+
"⊑": "⊑",
|
|
2288
|
+
"⊏": "⊏",
|
|
2289
|
+
"⊑": "⊑",
|
|
2290
|
+
"⊐": "⊐",
|
|
2291
|
+
"⊒": "⊒",
|
|
2292
|
+
"⊐": "⊐",
|
|
2293
|
+
"⊒": "⊒",
|
|
2294
|
+
"□": "□",
|
|
2295
|
+
"□": "□",
|
|
2296
|
+
"▪": "▪",
|
|
2297
|
+
"▪": "▪",
|
|
2298
|
+
"→": "→",
|
|
2299
|
+
"𝓈": "𝓈",
|
|
2300
|
+
"∖": "∖",
|
|
2301
|
+
"⌣": "⌣",
|
|
2302
|
+
"⋆": "⋆",
|
|
2303
|
+
"☆": "☆",
|
|
2304
|
+
"★": "★",
|
|
2305
|
+
"ϵ": "ϵ",
|
|
2306
|
+
"ϕ": "ϕ",
|
|
2307
|
+
"¯": "¯",
|
|
2308
|
+
"⊂": "⊂",
|
|
2309
|
+
"⫅": "⫅",
|
|
2310
|
+
"⪽": "⪽",
|
|
2311
|
+
"⊆": "⊆",
|
|
2312
|
+
"⫃": "⫃",
|
|
2313
|
+
"⫁": "⫁",
|
|
2314
|
+
"⫋": "⫋",
|
|
2315
|
+
"⊊": "⊊",
|
|
2316
|
+
"⪿": "⪿",
|
|
2317
|
+
"⥹": "⥹",
|
|
2318
|
+
"⊂": "⊂",
|
|
2319
|
+
"⊆": "⊆",
|
|
2320
|
+
"⫅": "⫅",
|
|
2321
|
+
"⊊": "⊊",
|
|
2322
|
+
"⫋": "⫋",
|
|
2323
|
+
"⫇": "⫇",
|
|
2324
|
+
"⫕": "⫕",
|
|
2325
|
+
"⫓": "⫓",
|
|
2326
|
+
"≻": "≻",
|
|
2327
|
+
"⪸": "⪸",
|
|
2328
|
+
"≽": "≽",
|
|
2329
|
+
"⪰": "⪰",
|
|
2330
|
+
"⪺": "⪺",
|
|
2331
|
+
"⪶": "⪶",
|
|
2332
|
+
"⋩": "⋩",
|
|
2333
|
+
"≿": "≿",
|
|
2334
|
+
"∑": "∑",
|
|
2335
|
+
"♪": "♪",
|
|
2336
|
+
"¹": "¹",
|
|
2337
|
+
"¹": "¹",
|
|
2338
|
+
"²": "²",
|
|
2339
|
+
"²": "²",
|
|
2340
|
+
"³": "³",
|
|
2341
|
+
"³": "³",
|
|
2342
|
+
"⊃": "⊃",
|
|
2343
|
+
"⫆": "⫆",
|
|
2344
|
+
"⪾": "⪾",
|
|
2345
|
+
"⫘": "⫘",
|
|
2346
|
+
"⊇": "⊇",
|
|
2347
|
+
"⫄": "⫄",
|
|
2348
|
+
"⟉": "⟉",
|
|
2349
|
+
"⫗": "⫗",
|
|
2350
|
+
"⥻": "⥻",
|
|
2351
|
+
"⫂": "⫂",
|
|
2352
|
+
"⫌": "⫌",
|
|
2353
|
+
"⊋": "⊋",
|
|
2354
|
+
"⫀": "⫀",
|
|
2355
|
+
"⊃": "⊃",
|
|
2356
|
+
"⊇": "⊇",
|
|
2357
|
+
"⫆": "⫆",
|
|
2358
|
+
"⊋": "⊋",
|
|
2359
|
+
"⫌": "⫌",
|
|
2360
|
+
"⫈": "⫈",
|
|
2361
|
+
"⫔": "⫔",
|
|
2362
|
+
"⫖": "⫖",
|
|
2363
|
+
"⇙": "⇙",
|
|
2364
|
+
"⤦": "⤦",
|
|
2365
|
+
"↙": "↙",
|
|
2366
|
+
"↙": "↙",
|
|
2367
|
+
"⤪": "⤪",
|
|
2368
|
+
"ß": "ß",
|
|
2369
|
+
"ß": "ß",
|
|
2370
|
+
"⌖": "⌖",
|
|
2371
|
+
"τ": "τ",
|
|
2372
|
+
"⎴": "⎴",
|
|
2373
|
+
"ť": "ť",
|
|
2374
|
+
"ţ": "ţ",
|
|
2375
|
+
"т": "т",
|
|
2376
|
+
"⃛": "⃛",
|
|
2377
|
+
"⌕": "⌕",
|
|
2378
|
+
"𝔱": "𝔱",
|
|
2379
|
+
"∴": "∴",
|
|
2380
|
+
"∴": "∴",
|
|
2381
|
+
"θ": "θ",
|
|
2382
|
+
"ϑ": "ϑ",
|
|
2383
|
+
"ϑ": "ϑ",
|
|
2384
|
+
"≈": "≈",
|
|
2385
|
+
"∼": "∼",
|
|
2386
|
+
" ": " ",
|
|
2387
|
+
"≈": "≈",
|
|
2388
|
+
"∼": "∼",
|
|
2389
|
+
"þ": "þ",
|
|
2390
|
+
"þ": "þ",
|
|
2391
|
+
"˜": "˜",
|
|
2392
|
+
"×": "×",
|
|
2393
|
+
"×": "×",
|
|
2394
|
+
"⊠": "⊠",
|
|
2395
|
+
"⨱": "⨱",
|
|
2396
|
+
"⨰": "⨰",
|
|
2397
|
+
"∭": "∭",
|
|
2398
|
+
"⤨": "⤨",
|
|
2399
|
+
"⊤": "⊤",
|
|
2400
|
+
"⌶": "⌶",
|
|
2401
|
+
"⫱": "⫱",
|
|
2402
|
+
"𝕥": "𝕥",
|
|
2403
|
+
"⫚": "⫚",
|
|
2404
|
+
"⤩": "⤩",
|
|
2405
|
+
"‴": "‴",
|
|
2406
|
+
"™": "™",
|
|
2407
|
+
"▵": "▵",
|
|
2408
|
+
"▿": "▿",
|
|
2409
|
+
"◃": "◃",
|
|
2410
|
+
"⊴": "⊴",
|
|
2411
|
+
"≜": "≜",
|
|
2412
|
+
"▹": "▹",
|
|
2413
|
+
"⊵": "⊵",
|
|
2414
|
+
"◬": "◬",
|
|
2415
|
+
"≜": "≜",
|
|
2416
|
+
"⨺": "⨺",
|
|
2417
|
+
"⨹": "⨹",
|
|
2418
|
+
"⧍": "⧍",
|
|
2419
|
+
"⨻": "⨻",
|
|
2420
|
+
"⏢": "⏢",
|
|
2421
|
+
"𝓉": "𝓉",
|
|
2422
|
+
"ц": "ц",
|
|
2423
|
+
"ћ": "ћ",
|
|
2424
|
+
"ŧ": "ŧ",
|
|
2425
|
+
"≬": "≬",
|
|
2426
|
+
"↞": "↞",
|
|
2427
|
+
"↠": "↠",
|
|
2428
|
+
"⇑": "⇑",
|
|
2429
|
+
"⥣": "⥣",
|
|
2430
|
+
"ú": "ú",
|
|
2431
|
+
"ú": "ú",
|
|
2432
|
+
"↑": "↑",
|
|
2433
|
+
"ў": "ў",
|
|
2434
|
+
"ŭ": "ŭ",
|
|
2435
|
+
"û": "û",
|
|
2436
|
+
"û": "û",
|
|
2437
|
+
"у": "у",
|
|
2438
|
+
"⇅": "⇅",
|
|
2439
|
+
"ű": "ű",
|
|
2440
|
+
"⥮": "⥮",
|
|
2441
|
+
"⥾": "⥾",
|
|
2442
|
+
"𝔲": "𝔲",
|
|
2443
|
+
"ù": "ù",
|
|
2444
|
+
"ù": "ù",
|
|
2445
|
+
"↿": "↿",
|
|
2446
|
+
"↾": "↾",
|
|
2447
|
+
"▀": "▀",
|
|
2448
|
+
"⌜": "⌜",
|
|
2449
|
+
"⌜": "⌜",
|
|
2450
|
+
"⌏": "⌏",
|
|
2451
|
+
"◸": "◸",
|
|
2452
|
+
"ū": "ū",
|
|
2453
|
+
"¨": "¨",
|
|
2454
|
+
"¨": "¨",
|
|
2455
|
+
"ų": "ų",
|
|
2456
|
+
"𝕦": "𝕦",
|
|
2457
|
+
"↑": "↑",
|
|
2458
|
+
"↕": "↕",
|
|
2459
|
+
"↿": "↿",
|
|
2460
|
+
"↾": "↾",
|
|
2461
|
+
"⊎": "⊎",
|
|
2462
|
+
"υ": "υ",
|
|
2463
|
+
"ϒ": "ϒ",
|
|
2464
|
+
"υ": "υ",
|
|
2465
|
+
"⇈": "⇈",
|
|
2466
|
+
"⌝": "⌝",
|
|
2467
|
+
"⌝": "⌝",
|
|
2468
|
+
"⌎": "⌎",
|
|
2469
|
+
"ů": "ů",
|
|
2470
|
+
"◹": "◹",
|
|
2471
|
+
"𝓊": "𝓊",
|
|
2472
|
+
"⋰": "⋰",
|
|
2473
|
+
"ũ": "ũ",
|
|
2474
|
+
"▵": "▵",
|
|
2475
|
+
"▴": "▴",
|
|
2476
|
+
"⇈": "⇈",
|
|
2477
|
+
"ü": "ü",
|
|
2478
|
+
"ü": "ü",
|
|
2479
|
+
"⦧": "⦧",
|
|
2480
|
+
"⇕": "⇕",
|
|
2481
|
+
"⫨": "⫨",
|
|
2482
|
+
"⫩": "⫩",
|
|
2483
|
+
"⊨": "⊨",
|
|
2484
|
+
"⦜": "⦜",
|
|
2485
|
+
"ϵ": "ϵ",
|
|
2486
|
+
"ϰ": "ϰ",
|
|
2487
|
+
"∅": "∅",
|
|
2488
|
+
"ϕ": "ϕ",
|
|
2489
|
+
"ϖ": "ϖ",
|
|
2490
|
+
"∝": "∝",
|
|
2491
|
+
"↕": "↕",
|
|
2492
|
+
"ϱ": "ϱ",
|
|
2493
|
+
"ς": "ς",
|
|
2494
|
+
"⊊︀": "⊊︀",
|
|
2495
|
+
"⫋︀": "⫋︀",
|
|
2496
|
+
"⊋︀": "⊋︀",
|
|
2497
|
+
"⫌︀": "⫌︀",
|
|
2498
|
+
"ϑ": "ϑ",
|
|
2499
|
+
"⊲": "⊲",
|
|
2500
|
+
"⊳": "⊳",
|
|
2501
|
+
"в": "в",
|
|
2502
|
+
"⊢": "⊢",
|
|
2503
|
+
"∨": "∨",
|
|
2504
|
+
"⊻": "⊻",
|
|
2505
|
+
"≚": "≚",
|
|
2506
|
+
"⋮": "⋮",
|
|
2507
|
+
"|": "|",
|
|
2508
|
+
"|": "|",
|
|
2509
|
+
"𝔳": "𝔳",
|
|
2510
|
+
"⊲": "⊲",
|
|
2511
|
+
"⊂⃒": "⊂⃒",
|
|
2512
|
+
"⊃⃒": "⊃⃒",
|
|
2513
|
+
"𝕧": "𝕧",
|
|
2514
|
+
"∝": "∝",
|
|
2515
|
+
"⊳": "⊳",
|
|
2516
|
+
"𝓋": "𝓋",
|
|
2517
|
+
"⫋︀": "⫋︀",
|
|
2518
|
+
"⊊︀": "⊊︀",
|
|
2519
|
+
"⫌︀": "⫌︀",
|
|
2520
|
+
"⊋︀": "⊋︀",
|
|
2521
|
+
"⦚": "⦚",
|
|
2522
|
+
"ŵ": "ŵ",
|
|
2523
|
+
"⩟": "⩟",
|
|
2524
|
+
"∧": "∧",
|
|
2525
|
+
"≙": "≙",
|
|
2526
|
+
"℘": "℘",
|
|
2527
|
+
"𝔴": "𝔴",
|
|
2528
|
+
"𝕨": "𝕨",
|
|
2529
|
+
"℘": "℘",
|
|
2530
|
+
"≀": "≀",
|
|
2531
|
+
"≀": "≀",
|
|
2532
|
+
"𝓌": "𝓌",
|
|
2533
|
+
"⋂": "⋂",
|
|
2534
|
+
"◯": "◯",
|
|
2535
|
+
"⋃": "⋃",
|
|
2536
|
+
"▽": "▽",
|
|
2537
|
+
"𝔵": "𝔵",
|
|
2538
|
+
"⟺": "⟺",
|
|
2539
|
+
"⟷": "⟷",
|
|
2540
|
+
"ξ": "ξ",
|
|
2541
|
+
"⟸": "⟸",
|
|
2542
|
+
"⟵": "⟵",
|
|
2543
|
+
"⟼": "⟼",
|
|
2544
|
+
"⋻": "⋻",
|
|
2545
|
+
"⨀": "⨀",
|
|
2546
|
+
"𝕩": "𝕩",
|
|
2547
|
+
"⨁": "⨁",
|
|
2548
|
+
"⨂": "⨂",
|
|
2549
|
+
"⟹": "⟹",
|
|
2550
|
+
"⟶": "⟶",
|
|
2551
|
+
"𝓍": "𝓍",
|
|
2552
|
+
"⨆": "⨆",
|
|
2553
|
+
"⨄": "⨄",
|
|
2554
|
+
"△": "△",
|
|
2555
|
+
"⋁": "⋁",
|
|
2556
|
+
"⋀": "⋀",
|
|
2557
|
+
"ý": "ý",
|
|
2558
|
+
"ý": "ý",
|
|
2559
|
+
"я": "я",
|
|
2560
|
+
"ŷ": "ŷ",
|
|
2561
|
+
"ы": "ы",
|
|
2562
|
+
"¥": "¥",
|
|
2563
|
+
"¥": "¥",
|
|
2564
|
+
"𝔶": "𝔶",
|
|
2565
|
+
"ї": "ї",
|
|
2566
|
+
"𝕪": "𝕪",
|
|
2567
|
+
"𝓎": "𝓎",
|
|
2568
|
+
"ю": "ю",
|
|
2569
|
+
"ÿ": "ÿ",
|
|
2570
|
+
"ÿ": "ÿ",
|
|
2571
|
+
"ź": "ź",
|
|
2572
|
+
"ž": "ž",
|
|
2573
|
+
"з": "з",
|
|
2574
|
+
"ż": "ż",
|
|
2575
|
+
"ℨ": "ℨ",
|
|
2576
|
+
"ζ": "ζ",
|
|
2577
|
+
"𝔷": "𝔷",
|
|
2578
|
+
"ж": "ж",
|
|
2579
|
+
"⇝": "⇝",
|
|
2580
|
+
"𝕫": "𝕫",
|
|
2581
|
+
"𝓏": "𝓏",
|
|
2582
|
+
"‍": "",
|
|
2583
|
+
"‌": ""
|
|
2584
|
+
};
|
|
2585
|
+
//#endregion
|
|
2586
|
+
//#region node_modules/.pnpm/postal-mime@2.7.4/node_modules/postal-mime/src/text-format.js
|
|
2587
|
+
function E(e) {
|
|
2588
|
+
return e.replace(/&(#\d+|#x[a-f0-9]+|[a-z]+\d*);?/gi, (e, t) => {
|
|
2589
|
+
if (typeof T[e] == "string") return T[e];
|
|
2590
|
+
if (t.charAt(0) !== "#" || e.charAt(e.length - 1) !== ";") return e;
|
|
2591
|
+
let n;
|
|
2592
|
+
n = t.charAt(1) === "x" ? parseInt(t.substr(2), 16) : parseInt(t.substr(1), 10);
|
|
2593
|
+
let r = "";
|
|
2594
|
+
return n >= 55296 && n <= 57343 || n > 1114111 ? "�" : (n > 65535 && (n -= 65536, r += String.fromCharCode(n >>> 10 & 1023 | 55296), n = 56320 | n & 1023), r += String.fromCharCode(n), r);
|
|
2595
|
+
});
|
|
2596
|
+
}
|
|
2597
|
+
function D(e) {
|
|
2598
|
+
return e.trim().replace(/[<>"'?&]/g, (e) => {
|
|
2599
|
+
let t = e.charCodeAt(0).toString(16);
|
|
2600
|
+
return t.length < 2 && (t = "0" + t), "&#x" + t.toUpperCase() + ";";
|
|
2601
|
+
});
|
|
2602
|
+
}
|
|
2603
|
+
function O(e) {
|
|
2604
|
+
return "<div>" + D(e).replace(/\n/g, "<br />") + "</div>";
|
|
2605
|
+
}
|
|
2606
|
+
function k(e) {
|
|
2607
|
+
return e = e.replace(/\r?\n/g, "").replace(/<\!\-\-.*?\-\->/gi, " ").replace(/<br\b[^>]*>/gi, "\n").replace(/<\/?(p|div|table|tr|td|th)\b[^>]*>/gi, "\n\n").replace(/<script\b[^>]*>.*?<\/script\b[^>]*>/gi, " ").replace(/^.*<body\b[^>]*>/i, "").replace(/^.*<\/head\b[^>]*>/i, "").replace(/^.*<\!doctype\b[^>]*>/i, "").replace(/<\/body\b[^>]*>.*$/i, "").replace(/<\/html\b[^>]*>.*$/i, "").replace(/<a\b[^>]*href\s*=\s*["']?([^\s"']+)[^>]*>/gi, " ($1) ").replace(/<\/?(span|em|i|strong|b|u|a)\b[^>]*>/gi, "").replace(/<li\b[^>]*>[\n\u0001\s]*/gi, "* ").replace(/<hr\b[^>]*>/g, "\n-------------\n").replace(/<[^>]*>/g, " ").replace(/\u0001/g, "\n").replace(/[ \t]+/g, " ").replace(/^\s+$/gm, "").replace(/\n\n+/g, "\n\n").replace(/^\n+/, "\n").replace(/\n+$/, "\n"), e = E(e), e;
|
|
2608
|
+
}
|
|
2609
|
+
function A(e) {
|
|
2610
|
+
return [].concat(e.name || [], e.name ? `<${e.address}>` : e.address).join(" ");
|
|
2611
|
+
}
|
|
2612
|
+
function j(e) {
|
|
2613
|
+
let t = [], n = (e, r) => {
|
|
2614
|
+
if (r && t.push(", "), e.group) {
|
|
2615
|
+
let r = `${e.name}:`;
|
|
2616
|
+
t.push(r), e.group.forEach(n), t.push(";");
|
|
2617
|
+
} else t.push(A(e));
|
|
2618
|
+
};
|
|
2619
|
+
return e.forEach(n), t.join("");
|
|
2620
|
+
}
|
|
2621
|
+
function M(e) {
|
|
2622
|
+
return `<a href="mailto:${D(e.address)}" class="postal-email-address">${D(e.name || `<${e.address}>`)}</a>`;
|
|
2623
|
+
}
|
|
2624
|
+
function N(e) {
|
|
2625
|
+
let t = [], n = (e, r) => {
|
|
2626
|
+
if (r && t.push("<span class=\"postal-email-address-separator\">, </span>"), e.group) {
|
|
2627
|
+
let r = `<span class="postal-email-address-group">${D(e.name)}:</span>`;
|
|
2628
|
+
t.push(r), e.group.forEach(n), t.push("<span class=\"postal-email-address-group\">;</span>");
|
|
2629
|
+
} else t.push(M(e));
|
|
2630
|
+
};
|
|
2631
|
+
return e.forEach(n), t.join(" ");
|
|
2632
|
+
}
|
|
2633
|
+
function P(e, t, n) {
|
|
2634
|
+
e = (e || "").toString(), t = t || 76;
|
|
2635
|
+
let r = 0, i = e.length, a = "", o, s;
|
|
2636
|
+
for (; r < i;) {
|
|
2637
|
+
if (o = e.substr(r, t), o.length < t) {
|
|
2638
|
+
a += o;
|
|
2639
|
+
break;
|
|
2640
|
+
}
|
|
2641
|
+
if (s = o.match(/^[^\n\r]*(\r?\n|\r)/)) {
|
|
2642
|
+
o = s[0], a += o, r += o.length;
|
|
2643
|
+
continue;
|
|
2644
|
+
} else (s = o.match(/(\s+)[^\s]*$/)) && s[0].length - (n ? (s[1] || "").length : 0) < o.length ? o = o.substr(0, o.length - (s[0].length - (n ? (s[1] || "").length : 0))) : (s = e.substr(r + o.length).match(/^[^\s]+(\s*)/)) && (o += s[0].substr(0, s[0].length - (n ? 0 : (s[1] || "").length)));
|
|
2645
|
+
a += o, r += o.length, r < i && (a += "\r\n");
|
|
2646
|
+
}
|
|
2647
|
+
return a;
|
|
2648
|
+
}
|
|
2649
|
+
function F(e) {
|
|
2650
|
+
let t = [];
|
|
2651
|
+
if (e.from && t.push({
|
|
2652
|
+
key: "From",
|
|
2653
|
+
val: A(e.from)
|
|
2654
|
+
}), e.subject && t.push({
|
|
2655
|
+
key: "Subject",
|
|
2656
|
+
val: e.subject
|
|
2657
|
+
}), e.date) {
|
|
2658
|
+
let n = typeof Intl > "u" ? e.date : new Intl.DateTimeFormat("default", {
|
|
2659
|
+
year: "numeric",
|
|
2660
|
+
month: "numeric",
|
|
2661
|
+
day: "numeric",
|
|
2662
|
+
hour: "numeric",
|
|
2663
|
+
minute: "numeric",
|
|
2664
|
+
second: "numeric",
|
|
2665
|
+
hour12: !1
|
|
2666
|
+
}).format(new Date(e.date));
|
|
2667
|
+
t.push({
|
|
2668
|
+
key: "Date",
|
|
2669
|
+
val: n
|
|
2670
|
+
});
|
|
2671
|
+
}
|
|
2672
|
+
e.to && e.to.length && t.push({
|
|
2673
|
+
key: "To",
|
|
2674
|
+
val: j(e.to)
|
|
2675
|
+
}), e.cc && e.cc.length && t.push({
|
|
2676
|
+
key: "Cc",
|
|
2677
|
+
val: j(e.cc)
|
|
2678
|
+
}), e.bcc && e.bcc.length && t.push({
|
|
2679
|
+
key: "Bcc",
|
|
2680
|
+
val: j(e.bcc)
|
|
2681
|
+
});
|
|
2682
|
+
let n = t.map((e) => e.key.length).reduce((e, t) => t > e ? t : e, 0);
|
|
2683
|
+
t = t.flatMap((e) => {
|
|
2684
|
+
let t = n - e.key.length, r = `${e.key}: ${" ".repeat(t)}`, i = `${" ".repeat(e.key.length + 1)} ${" ".repeat(t)}`;
|
|
2685
|
+
return P(e.val, 80, !0).split(/\r?\n/).map((e) => e.trim()).map((e, t) => `${t ? i : r}${e}`);
|
|
2686
|
+
});
|
|
2687
|
+
let r = t.map((e) => e.length).reduce((e, t) => t > e ? t : e, 0), i = "-".repeat(r);
|
|
2688
|
+
return `
|
|
2689
|
+
${i}
|
|
2690
|
+
${t.join("\n")}
|
|
2691
|
+
${i}
|
|
2692
|
+
`;
|
|
2693
|
+
}
|
|
2694
|
+
function I(e) {
|
|
2695
|
+
let t = [];
|
|
2696
|
+
if (e.from && t.push(`<div class="postal-email-header-key">From</div><div class="postal-email-header-value">${M(e.from)}</div>`), e.subject && t.push(`<div class="postal-email-header-key">Subject</div><div class="postal-email-header-value postal-email-header-subject">${D(e.subject)}</div>`), e.date) {
|
|
2697
|
+
let n = typeof Intl > "u" ? e.date : new Intl.DateTimeFormat("default", {
|
|
2698
|
+
year: "numeric",
|
|
2699
|
+
month: "numeric",
|
|
2700
|
+
day: "numeric",
|
|
2701
|
+
hour: "numeric",
|
|
2702
|
+
minute: "numeric",
|
|
2703
|
+
second: "numeric",
|
|
2704
|
+
hour12: !1
|
|
2705
|
+
}).format(new Date(e.date));
|
|
2706
|
+
t.push(`<div class="postal-email-header-key">Date</div><div class="postal-email-header-value postal-email-header-date" data-date="${D(e.date)}">${D(n)}</div>`);
|
|
2707
|
+
}
|
|
2708
|
+
return e.to && e.to.length && t.push(`<div class="postal-email-header-key">To</div><div class="postal-email-header-value">${N(e.to)}</div>`), e.cc && e.cc.length && t.push(`<div class="postal-email-header-key">Cc</div><div class="postal-email-header-value">${N(e.cc)}</div>`), e.bcc && e.bcc.length && t.push(`<div class="postal-email-header-key">Bcc</div><div class="postal-email-header-value">${N(e.bcc)}</div>`), `<div class="postal-email-header">${t.length ? "<div class=\"postal-email-header-row\">" : ""}${t.join("</div>\n<div class=\"postal-email-header-row\">")}${t.length ? "</div>" : ""}</div>`;
|
|
2709
|
+
}
|
|
2710
|
+
//#endregion
|
|
2711
|
+
//#region node_modules/.pnpm/postal-mime@2.7.4/node_modules/postal-mime/src/address-parser.js
|
|
2712
|
+
function L(e, t) {
|
|
2713
|
+
let n = !1, r = "text", i, a = [], o = {
|
|
2714
|
+
address: [],
|
|
2715
|
+
comment: [],
|
|
2716
|
+
group: [],
|
|
2717
|
+
text: [],
|
|
2718
|
+
textWasQuoted: []
|
|
2719
|
+
}, s, c, l = !1;
|
|
2720
|
+
for (s = 0, c = e.length; s < c; s++) {
|
|
2721
|
+
let t = e[s], i = s ? e[s - 1] : null;
|
|
2722
|
+
if (t.type === "operator") switch (t.value) {
|
|
2723
|
+
case "<":
|
|
2724
|
+
r = "address", l = !1;
|
|
2725
|
+
break;
|
|
2726
|
+
case "(":
|
|
2727
|
+
r = "comment", l = !1;
|
|
2728
|
+
break;
|
|
2729
|
+
case ":":
|
|
2730
|
+
r = "group", n = !0, l = !1;
|
|
2731
|
+
break;
|
|
2732
|
+
case "\"":
|
|
2733
|
+
l = !l, r = "text";
|
|
2734
|
+
break;
|
|
2735
|
+
default:
|
|
2736
|
+
r = "text", l = !1;
|
|
2737
|
+
break;
|
|
2738
|
+
}
|
|
2739
|
+
else t.value && (r === "address" && (t.value = t.value.replace(/^[^<]*<\s*/, "")), i && i.noBreak && o[r].length ? (o[r][o[r].length - 1] += t.value, r === "text" && l && (o.textWasQuoted[o.textWasQuoted.length - 1] = !0)) : (o[r].push(t.value), r === "text" && o.textWasQuoted.push(l)));
|
|
2740
|
+
}
|
|
2741
|
+
if (!o.text.length && o.comment.length && (o.text = o.comment, o.comment = []), n) {
|
|
2742
|
+
o.text = o.text.join(" ");
|
|
2743
|
+
let e = [];
|
|
2744
|
+
o.group.length && B(o.group.join(","), { _depth: t + 1 }).forEach((t) => {
|
|
2745
|
+
t.group ? e = e.concat(t.group) : e.push(t);
|
|
2746
|
+
}), a.push({
|
|
2747
|
+
name: p(o.text || i && i.name),
|
|
2748
|
+
group: e
|
|
2749
|
+
});
|
|
2750
|
+
} else {
|
|
2751
|
+
if (!o.address.length && o.text.length) {
|
|
2752
|
+
for (s = o.text.length - 1; s >= 0; s--) if (!o.textWasQuoted[s] && o.text[s].match(/^[^@\s]+@[^@\s]+$/)) {
|
|
2753
|
+
o.address = o.text.splice(s, 1), o.textWasQuoted.splice(s, 1);
|
|
2754
|
+
break;
|
|
2755
|
+
}
|
|
2756
|
+
let e = function(e) {
|
|
2757
|
+
return o.address.length ? e : (o.address = [e.trim()], " ");
|
|
2758
|
+
};
|
|
2759
|
+
if (!o.address.length) for (s = o.text.length - 1; s >= 0 && !(!o.textWasQuoted[s] && (o.text[s] = o.text[s].replace(/\s*\b[^@\s]+@[^\s]+\b\s*/, e).trim(), o.address.length)); s--);
|
|
2760
|
+
}
|
|
2761
|
+
if (!o.text.length && o.comment.length && (o.text = o.comment, o.comment = []), o.address.length > 1 && (o.text = o.text.concat(o.address.splice(1))), o.text = o.text.join(" "), o.address = o.address.join(" "), !o.address && /^=\?[^=]+?=$/.test(o.text.trim())) {
|
|
2762
|
+
let e = p(o.text);
|
|
2763
|
+
if (/<[^<>]+@[^<>]+>/.test(e)) {
|
|
2764
|
+
let t = B(e);
|
|
2765
|
+
if (t && t.length) return t;
|
|
2766
|
+
}
|
|
2767
|
+
return [{
|
|
2768
|
+
address: "",
|
|
2769
|
+
name: e
|
|
2770
|
+
}];
|
|
2771
|
+
}
|
|
2772
|
+
i = {
|
|
2773
|
+
address: o.address || o.text || "",
|
|
2774
|
+
name: p(o.text || o.address || "")
|
|
2775
|
+
}, i.address === i.name && ((i.address || "").match(/@/) ? i.name = "" : i.address = ""), a.push(i);
|
|
2776
|
+
}
|
|
2777
|
+
return a;
|
|
2778
|
+
}
|
|
2779
|
+
var R = class {
|
|
2780
|
+
constructor(e) {
|
|
2781
|
+
this.str = (e || "").toString(), this.operatorCurrent = "", this.operatorExpecting = "", this.node = null, this.escaped = !1, this.list = [], this.operators = {
|
|
2782
|
+
"\"": "\"",
|
|
2783
|
+
"(": ")",
|
|
2784
|
+
"<": ">",
|
|
2785
|
+
",": "",
|
|
2786
|
+
":": ";",
|
|
2787
|
+
";": ""
|
|
2788
|
+
};
|
|
2789
|
+
}
|
|
2790
|
+
tokenize() {
|
|
2791
|
+
let e = [];
|
|
2792
|
+
for (let e = 0, t = this.str.length; e < t; e++) {
|
|
2793
|
+
let n = this.str.charAt(e), r = e < t - 1 ? this.str.charAt(e + 1) : null;
|
|
2794
|
+
this.checkChar(n, r);
|
|
2795
|
+
}
|
|
2796
|
+
return this.list.forEach((t) => {
|
|
2797
|
+
t.value = (t.value || "").toString().trim(), t.value && e.push(t);
|
|
2798
|
+
}), e;
|
|
2799
|
+
}
|
|
2800
|
+
checkChar(e, t) {
|
|
2801
|
+
if (!this.escaped) {
|
|
2802
|
+
if (e === this.operatorExpecting) {
|
|
2803
|
+
this.node = {
|
|
2804
|
+
type: "operator",
|
|
2805
|
+
value: e
|
|
2806
|
+
}, t && ![
|
|
2807
|
+
" ",
|
|
2808
|
+
" ",
|
|
2809
|
+
"\r",
|
|
2810
|
+
"\n",
|
|
2811
|
+
",",
|
|
2812
|
+
";"
|
|
2813
|
+
].includes(t) && (this.node.noBreak = !0), this.list.push(this.node), this.node = null, this.operatorExpecting = "", this.escaped = !1;
|
|
2814
|
+
return;
|
|
2815
|
+
} else if (!this.operatorExpecting && e in this.operators) {
|
|
2816
|
+
this.node = {
|
|
2817
|
+
type: "operator",
|
|
2818
|
+
value: e
|
|
2819
|
+
}, this.list.push(this.node), this.node = null, this.operatorExpecting = this.operators[e], this.escaped = !1;
|
|
2820
|
+
return;
|
|
2821
|
+
} else if (this.operatorExpecting === "\"" && e === "\\") {
|
|
2822
|
+
this.escaped = !0;
|
|
2823
|
+
return;
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
this.node || (this.node = {
|
|
2827
|
+
type: "text",
|
|
2828
|
+
value: ""
|
|
2829
|
+
}, this.list.push(this.node)), e === "\n" && (e = " "), (e.charCodeAt(0) >= 33 || [" ", " "].includes(e)) && (this.node.value += e), this.escaped = !1;
|
|
2830
|
+
}
|
|
2831
|
+
}, z = 50;
|
|
2832
|
+
function B(e, t) {
|
|
2833
|
+
t = t || {};
|
|
2834
|
+
let n = t._depth || 0;
|
|
2835
|
+
if (n > z) return [];
|
|
2836
|
+
let r = new R(e).tokenize(), i = [], a = [], o = [];
|
|
2837
|
+
if (r.forEach((e) => {
|
|
2838
|
+
e.type === "operator" && (e.value === "," || e.value === ";") ? (a.length && i.push(a), a = []) : a.push(e);
|
|
2839
|
+
}), a.length && i.push(a), i.forEach((e) => {
|
|
2840
|
+
e = L(e, n), e.length && (o = o.concat(e));
|
|
2841
|
+
}), t.flatten) {
|
|
2842
|
+
let e = [], t = (n) => {
|
|
2843
|
+
n.forEach((n) => {
|
|
2844
|
+
if (n.group) return t(n.group);
|
|
2845
|
+
e.push(n);
|
|
2846
|
+
});
|
|
2847
|
+
};
|
|
2848
|
+
return t(o), e;
|
|
2849
|
+
}
|
|
2850
|
+
return o;
|
|
2851
|
+
}
|
|
2852
|
+
//#endregion
|
|
2853
|
+
//#region node_modules/.pnpm/postal-mime@2.7.4/node_modules/postal-mime/src/base64-encoder.js
|
|
2854
|
+
function V(e) {
|
|
2855
|
+
for (var t = "", n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", r = new Uint8Array(e), i = r.byteLength, a = i % 3, o = i - a, s, c, l, u, d, f = 0; f < o; f += 3) d = r[f] << 16 | r[f + 1] << 8 | r[f + 2], s = (d & 16515072) >> 18, c = (d & 258048) >> 12, l = (d & 4032) >> 6, u = d & 63, t += n[s] + n[c] + n[l] + n[u];
|
|
2856
|
+
return a == 1 ? (d = r[o], s = (d & 252) >> 2, c = (d & 3) << 4, t += n[s] + n[c] + "==") : a == 2 && (d = r[o] << 8 | r[o + 1], s = (d & 64512) >> 10, c = (d & 1008) >> 4, l = (d & 15) << 2, t += n[s] + n[c] + n[l] + "="), t;
|
|
2857
|
+
}
|
|
2858
|
+
e(), n();
|
|
2859
|
+
var H = 256, U = 2 * 1024 * 1024;
|
|
2860
|
+
function W(e) {
|
|
2861
|
+
return e.replace(/-(.)/g, (e, t) => t.toUpperCase());
|
|
2862
|
+
}
|
|
2863
|
+
var G = class e {
|
|
2864
|
+
static parse(t, n) {
|
|
2865
|
+
return new e(n).parse(t);
|
|
2866
|
+
}
|
|
2867
|
+
constructor(e) {
|
|
2868
|
+
this.options = e || {}, this.mimeOptions = {
|
|
2869
|
+
maxNestingDepth: this.options.maxNestingDepth || H,
|
|
2870
|
+
maxHeadersSize: this.options.maxHeadersSize || U
|
|
2871
|
+
}, this.root = this.currentNode = new w(t({ postalMime: this }, this.mimeOptions)), this.boundaries = [], this.textContent = {}, this.attachments = [], this.attachmentEncoding = (this.options.attachmentEncoding || "").toString().replace(/[-_\s]/g, "").trim().toLowerCase() || "arraybuffer", this.started = !1;
|
|
2872
|
+
}
|
|
2873
|
+
finalize() {
|
|
2874
|
+
var e = this;
|
|
2875
|
+
return r(function* () {
|
|
2876
|
+
yield e.root.finalize();
|
|
2877
|
+
})();
|
|
2878
|
+
}
|
|
2879
|
+
processLine(e, n) {
|
|
2880
|
+
var i = this;
|
|
2881
|
+
return r(function* () {
|
|
2882
|
+
let r = i.boundaries;
|
|
2883
|
+
if (r.length && e.length > 2 && e[0] === 45 && e[1] === 45) for (let a = r.length - 1; a >= 0; a--) {
|
|
2884
|
+
let o = r[a];
|
|
2885
|
+
if (e.length < o.value.length + 2) continue;
|
|
2886
|
+
let s = !0;
|
|
2887
|
+
for (let t = 0; t < o.value.length; t++) if (e[t + 2] !== o.value[t]) {
|
|
2888
|
+
s = !1;
|
|
2889
|
+
break;
|
|
2890
|
+
}
|
|
2891
|
+
if (!s) continue;
|
|
2892
|
+
let c = o.value.length + 2, l = !1;
|
|
2893
|
+
e.length >= o.value.length + 4 && e[o.value.length + 2] === 45 && e[o.value.length + 3] === 45 && (l = !0, c = o.value.length + 4);
|
|
2894
|
+
let u = !0;
|
|
2895
|
+
for (let t = c; t < e.length; t++) if (e[t] !== 32 && e[t] !== 9) {
|
|
2896
|
+
u = !1;
|
|
2897
|
+
break;
|
|
2898
|
+
}
|
|
2899
|
+
if (u) return l ? (yield o.node.finalize(), i.currentNode = o.node.parentNode || i.root) : (yield o.node.finalizeChildNodes(), i.currentNode = new w(t({
|
|
2900
|
+
postalMime: i,
|
|
2901
|
+
parentNode: o.node,
|
|
2902
|
+
parentMultipartType: o.node.contentType.multipart
|
|
2903
|
+
}, i.mimeOptions))), n ? i.finalize() : void 0;
|
|
2904
|
+
}
|
|
2905
|
+
if (i.currentNode.feed(e), n) return i.finalize();
|
|
2906
|
+
})();
|
|
2907
|
+
}
|
|
2908
|
+
readLine() {
|
|
2909
|
+
let e = this.readPos, t = this.readPos;
|
|
2910
|
+
for (; this.readPos < this.av.length;) {
|
|
2911
|
+
let n = this.av[this.readPos++];
|
|
2912
|
+
if (n !== 13 && n !== 10 && (t = this.readPos), n === 10) return {
|
|
2913
|
+
bytes: new Uint8Array(this.buf, e, t - e),
|
|
2914
|
+
done: this.readPos >= this.av.length
|
|
2915
|
+
};
|
|
2916
|
+
}
|
|
2917
|
+
return {
|
|
2918
|
+
bytes: new Uint8Array(this.buf, e, t - e),
|
|
2919
|
+
done: this.readPos >= this.av.length
|
|
2920
|
+
};
|
|
2921
|
+
}
|
|
2922
|
+
processNodeTree() {
|
|
2923
|
+
var t = this;
|
|
2924
|
+
return r(function* () {
|
|
2925
|
+
let n = {}, a = /* @__PURE__ */ new Set(), o = t.textMap = /* @__PURE__ */ new Map(), s = t.forceRfc822Attachments(), c = function() {
|
|
2926
|
+
var n = r(function* (n, r, l) {
|
|
2927
|
+
if (r = r || !1, l = l || !1, n.contentType.multipart) n.contentType.multipart === "alternative" ? r = n : n.contentType.multipart === "related" && (l = n);
|
|
2928
|
+
else if (t.isInlineMessageRfc822(n) && !s) {
|
|
2929
|
+
let r = new e();
|
|
2930
|
+
n.subMessage = yield r.parse(n.content), o.has(n) || o.set(n, {});
|
|
2931
|
+
let i = o.get(n);
|
|
2932
|
+
(n.subMessage.text || !n.subMessage.html) && (i.plain = i.plain || [], i.plain.push({
|
|
2933
|
+
type: "subMessage",
|
|
2934
|
+
value: n.subMessage
|
|
2935
|
+
}), a.add("plain")), n.subMessage.html && (i.html = i.html || [], i.html.push({
|
|
2936
|
+
type: "subMessage",
|
|
2937
|
+
value: n.subMessage
|
|
2938
|
+
}), a.add("html")), r.textMap && r.textMap.forEach((e, t) => {
|
|
2939
|
+
o.set(t, e);
|
|
2940
|
+
});
|
|
2941
|
+
for (let e of n.subMessage.attachments || []) t.attachments.push(e);
|
|
2942
|
+
} else if (t.isInlineTextNode(n)) {
|
|
2943
|
+
let e = n.contentType.parsed.value.substr(n.contentType.parsed.value.indexOf("/") + 1), t = r || n;
|
|
2944
|
+
o.has(t) || o.set(t, {});
|
|
2945
|
+
let i = o.get(t);
|
|
2946
|
+
i[e] = i[e] || [], i[e].push({
|
|
2947
|
+
type: "text",
|
|
2948
|
+
value: n.getTextContent()
|
|
2949
|
+
}), a.add(e);
|
|
2950
|
+
} else if (n.content) {
|
|
2951
|
+
var u, d;
|
|
2952
|
+
let e = ((u = n.contentDisposition) == null || (u = u.parsed) == null || (u = u.params) == null ? void 0 : u.filename) || n.contentType.parsed.params.name || null, r = {
|
|
2953
|
+
filename: e ? p(e) : null,
|
|
2954
|
+
mimeType: n.contentType.parsed.value,
|
|
2955
|
+
disposition: ((d = n.contentDisposition) == null || (d = d.parsed) == null ? void 0 : d.value) || null
|
|
2956
|
+
};
|
|
2957
|
+
switch (l && n.contentId && (r.related = !0), n.contentDescription && (r.description = n.contentDescription), n.contentId && (r.contentId = n.contentId), n.contentType.parsed.value) {
|
|
2958
|
+
case "text/calendar":
|
|
2959
|
+
case "application/ics": {
|
|
2960
|
+
n.contentType.parsed.params.method && (r.method = n.contentType.parsed.params.method.toString().toUpperCase().trim());
|
|
2961
|
+
let e = n.getTextContent().replace(/\r?\n/g, "\n").replace(/\n*$/, "\n");
|
|
2962
|
+
r.content = i.encode(e);
|
|
2963
|
+
break;
|
|
2964
|
+
}
|
|
2965
|
+
default: r.content = n.content;
|
|
2966
|
+
}
|
|
2967
|
+
t.attachments.push(r);
|
|
2968
|
+
}
|
|
2969
|
+
for (let e of n.childNodes) yield c(e, r, l);
|
|
2970
|
+
});
|
|
2971
|
+
return function(e, t, r) {
|
|
2972
|
+
return n.apply(this, arguments);
|
|
2973
|
+
};
|
|
2974
|
+
}();
|
|
2975
|
+
yield c(t.root, !1, !1), o.forEach((e) => {
|
|
2976
|
+
a.forEach((t) => {
|
|
2977
|
+
if (n[t] || (n[t] = []), e[t]) e[t].forEach((e) => {
|
|
2978
|
+
switch (e.type) {
|
|
2979
|
+
case "text":
|
|
2980
|
+
n[t].push(e.value);
|
|
2981
|
+
break;
|
|
2982
|
+
case "subMessage":
|
|
2983
|
+
switch (t) {
|
|
2984
|
+
case "html":
|
|
2985
|
+
n[t].push(I(e.value));
|
|
2986
|
+
break;
|
|
2987
|
+
case "plain":
|
|
2988
|
+
n[t].push(F(e.value));
|
|
2989
|
+
break;
|
|
2990
|
+
}
|
|
2991
|
+
break;
|
|
2992
|
+
}
|
|
2993
|
+
});
|
|
2994
|
+
else {
|
|
2995
|
+
let r;
|
|
2996
|
+
switch (t) {
|
|
2997
|
+
case "html":
|
|
2998
|
+
r = "plain";
|
|
2999
|
+
break;
|
|
3000
|
+
case "plain":
|
|
3001
|
+
r = "html";
|
|
3002
|
+
break;
|
|
3003
|
+
}
|
|
3004
|
+
(e[r] || []).forEach((e) => {
|
|
3005
|
+
switch (e.type) {
|
|
3006
|
+
case "text":
|
|
3007
|
+
switch (t) {
|
|
3008
|
+
case "html":
|
|
3009
|
+
n[t].push(O(e.value));
|
|
3010
|
+
break;
|
|
3011
|
+
case "plain":
|
|
3012
|
+
n[t].push(k(e.value));
|
|
3013
|
+
break;
|
|
3014
|
+
}
|
|
3015
|
+
break;
|
|
3016
|
+
case "subMessage":
|
|
3017
|
+
switch (t) {
|
|
3018
|
+
case "html":
|
|
3019
|
+
n[t].push(I(e.value));
|
|
3020
|
+
break;
|
|
3021
|
+
case "plain":
|
|
3022
|
+
n[t].push(F(e.value));
|
|
3023
|
+
break;
|
|
3024
|
+
}
|
|
3025
|
+
break;
|
|
3026
|
+
}
|
|
3027
|
+
});
|
|
3028
|
+
}
|
|
3029
|
+
});
|
|
3030
|
+
}), Object.keys(n).forEach((e) => {
|
|
3031
|
+
n[e] = n[e].join("\n");
|
|
3032
|
+
}), t.textContent = n;
|
|
3033
|
+
})();
|
|
3034
|
+
}
|
|
3035
|
+
isInlineTextNode(e) {
|
|
3036
|
+
var t, n;
|
|
3037
|
+
if (((t = e.contentDisposition) == null || (t = t.parsed) == null ? void 0 : t.value) === "attachment") return !1;
|
|
3038
|
+
switch ((n = e.contentType.parsed) == null ? void 0 : n.value) {
|
|
3039
|
+
case "text/html":
|
|
3040
|
+
case "text/plain": return !0;
|
|
3041
|
+
default: return !1;
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
isInlineMessageRfc822(e) {
|
|
3045
|
+
var t, n;
|
|
3046
|
+
return ((t = e.contentType.parsed) == null ? void 0 : t.value) === "message/rfc822" ? (((n = e.contentDisposition) == null || (n = n.parsed) == null ? void 0 : n.value) || (this.options.rfc822Attachments ? "attachment" : "inline")) === "inline" : !1;
|
|
3047
|
+
}
|
|
3048
|
+
forceRfc822Attachments() {
|
|
3049
|
+
if (this.options.forceRfc822Attachments) return !0;
|
|
3050
|
+
let e = !1, t = (n) => {
|
|
3051
|
+
n.contentType.multipart || n.contentType.parsed && ["message/delivery-status", "message/feedback-report"].includes(n.contentType.parsed.value) && (e = !0);
|
|
3052
|
+
for (let e of n.childNodes) t(e);
|
|
3053
|
+
};
|
|
3054
|
+
return t(this.root), e;
|
|
3055
|
+
}
|
|
3056
|
+
resolveStream(e) {
|
|
3057
|
+
return r(function* () {
|
|
3058
|
+
let t = 0, n = [], r = e.getReader();
|
|
3059
|
+
for (;;) {
|
|
3060
|
+
let { done: e, value: i } = yield r.read();
|
|
3061
|
+
if (e) break;
|
|
3062
|
+
n.push(i), t += i.length;
|
|
3063
|
+
}
|
|
3064
|
+
let i = new Uint8Array(t), a = 0;
|
|
3065
|
+
for (let e of n) i.set(e, a), a += e.length;
|
|
3066
|
+
return i;
|
|
3067
|
+
})();
|
|
3068
|
+
}
|
|
3069
|
+
parse(e) {
|
|
3070
|
+
var t = this;
|
|
3071
|
+
return r(function* () {
|
|
3072
|
+
var n, r;
|
|
3073
|
+
if (t.started) throw Error("Can not reuse parser, create a new PostalMime object");
|
|
3074
|
+
for (t.started = !0, e && typeof e.getReader == "function" && (e = yield t.resolveStream(e)), e = e || /* @__PURE__ */ new ArrayBuffer(0), typeof e == "string" && (e = i.encode(e)), (e instanceof Blob || Object.prototype.toString.call(e) === "[object Blob]") && (e = yield l(e)), e.buffer instanceof ArrayBuffer && (e = new Uint8Array(e).buffer), t.buf = e, t.av = new Uint8Array(e), t.readPos = 0; t.readPos < t.av.length;) {
|
|
3075
|
+
let e = t.readLine();
|
|
3076
|
+
yield t.processLine(e.bytes, e.done);
|
|
3077
|
+
}
|
|
3078
|
+
yield t.processNodeTree();
|
|
3079
|
+
let a = { headers: t.root.headers.map((e) => ({
|
|
3080
|
+
key: e.key,
|
|
3081
|
+
originalKey: e.originalKey,
|
|
3082
|
+
value: e.value
|
|
3083
|
+
})).reverse() };
|
|
3084
|
+
for (let e of ["from", "sender"]) {
|
|
3085
|
+
let n = t.root.headers.find((t) => t.key === e);
|
|
3086
|
+
if (n && n.value) {
|
|
3087
|
+
let t = B(n.value);
|
|
3088
|
+
t && t.length && (a[e] = t[0]);
|
|
3089
|
+
}
|
|
3090
|
+
}
|
|
3091
|
+
for (let e of ["delivered-to", "return-path"]) {
|
|
3092
|
+
let n = t.root.headers.find((t) => t.key === e);
|
|
3093
|
+
if (n && n.value) {
|
|
3094
|
+
let t = B(n.value);
|
|
3095
|
+
if (t && t.length && t[0].address) {
|
|
3096
|
+
let n = W(e);
|
|
3097
|
+
a[n] = t[0].address;
|
|
3098
|
+
}
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
3101
|
+
for (let e of [
|
|
3102
|
+
"to",
|
|
3103
|
+
"cc",
|
|
3104
|
+
"bcc",
|
|
3105
|
+
"reply-to"
|
|
3106
|
+
]) {
|
|
3107
|
+
let n = t.root.headers.filter((t) => t.key === e), r = [];
|
|
3108
|
+
if (n.filter((e) => e && e.value).map((e) => B(e.value)).forEach((e) => r = r.concat(e || [])), r && r.length) {
|
|
3109
|
+
let t = W(e);
|
|
3110
|
+
a[t] = r;
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
for (let e of [
|
|
3114
|
+
"subject",
|
|
3115
|
+
"message-id",
|
|
3116
|
+
"in-reply-to",
|
|
3117
|
+
"references"
|
|
3118
|
+
]) {
|
|
3119
|
+
let n = t.root.headers.find((t) => t.key === e);
|
|
3120
|
+
if (n && n.value) {
|
|
3121
|
+
let t = W(e);
|
|
3122
|
+
a[t] = p(n.value);
|
|
3123
|
+
}
|
|
3124
|
+
}
|
|
3125
|
+
let o = t.root.headers.find((e) => e.key === "date");
|
|
3126
|
+
if (o) {
|
|
3127
|
+
let e = new Date(o.value);
|
|
3128
|
+
e = e.toString() === "Invalid Date" ? o.value : e.toISOString(), a.date = e;
|
|
3129
|
+
}
|
|
3130
|
+
switch ((n = t.textContent) != null && n.html && (a.html = t.textContent.html), (r = t.textContent) != null && r.plain && (a.text = t.textContent.plain), a.attachments = t.attachments, a.headerLines = (t.root.rawHeaderLines || []).slice().reverse(), t.attachmentEncoding) {
|
|
3131
|
+
case "arraybuffer": break;
|
|
3132
|
+
case "base64":
|
|
3133
|
+
for (let e of a.attachments || []) e != null && e.content && (e.content = V(e.content), e.encoding = "base64");
|
|
3134
|
+
break;
|
|
3135
|
+
case "utf8":
|
|
3136
|
+
let e = new TextDecoder("utf8");
|
|
3137
|
+
for (let t of a.attachments || []) t != null && t.content && (t.content = e.decode(t.content), t.encoding = "utf8");
|
|
3138
|
+
break;
|
|
3139
|
+
default: throw Error("Unknown attachment encoding");
|
|
3140
|
+
}
|
|
3141
|
+
return a;
|
|
3142
|
+
})();
|
|
3143
|
+
}
|
|
3144
|
+
};
|
|
3145
|
+
//#endregion
|
|
3146
|
+
export { B as addressParser, p as decodeWords, G as default };
|