@depup/miniflare 4.20260317.0-depup.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -0
- package/bootstrap.js +11 -0
- package/changes.json +10 -0
- package/dist/local-explorer-ui/assets/Breadcrumbs-7hjI0sYt.js +1 -0
- package/dist/local-explorer-ui/assets/TableSelect-_bi6l6Iv.js +25 -0
- package/dist/local-explorer-ui/assets/_className-gSkjniQn.js +1 -0
- package/dist/local-explorer-ui/assets/_databaseId-DWcfgBis.js +1 -0
- package/dist/local-explorer-ui/assets/_namespaceId-8ViM8VDL.js +1 -0
- package/dist/local-explorer-ui/assets/_objectId-X6x-JUph.js +1 -0
- package/dist/local-explorer-ui/assets/dropdown-DFeFcKfn-BCd_NRZS.js +1 -0
- package/dist/local-explorer-ui/assets/index-BFNDwiew.js +42 -0
- package/dist/local-explorer-ui/assets/index-CLSFsgi0.js +1 -0
- package/dist/local-explorer-ui/assets/index-KG4JeHCX.js +1 -0
- package/dist/local-explorer-ui/assets/index-mgoUmSld.css +1 -0
- package/dist/local-explorer-ui/assets/table-BUmvaBj8-v-EIZgOz.js +1 -0
- package/dist/local-explorer-ui/favicon.svg +3 -0
- package/dist/local-explorer-ui/index.html +14 -0
- package/dist/src/index.d.ts +8703 -0
- package/dist/src/index.js +83666 -0
- package/dist/src/index.js.map +6 -0
- package/dist/src/shared/dev-registry.worker.js +69801 -0
- package/dist/src/shared/dev-registry.worker.js.map +6 -0
- package/dist/src/workers/analytics-engine/analytics-engine.worker.js +15 -0
- package/dist/src/workers/analytics-engine/analytics-engine.worker.js.map +6 -0
- package/dist/src/workers/assets/assets-kv.worker.js +28 -0
- package/dist/src/workers/assets/assets-kv.worker.js.map +6 -0
- package/dist/src/workers/assets/assets.worker.js +9014 -0
- package/dist/src/workers/assets/assets.worker.js.map +6 -0
- package/dist/src/workers/assets/router.worker.js +9625 -0
- package/dist/src/workers/assets/router.worker.js.map +6 -0
- package/dist/src/workers/assets/rpc-proxy.worker.js +29 -0
- package/dist/src/workers/assets/rpc-proxy.worker.js.map +6 -0
- package/dist/src/workers/browser-rendering/binding.worker.js +129 -0
- package/dist/src/workers/browser-rendering/binding.worker.js.map +6 -0
- package/dist/src/workers/cache/cache-entry-noop.worker.js +19 -0
- package/dist/src/workers/cache/cache-entry-noop.worker.js.map +6 -0
- package/dist/src/workers/cache/cache-entry.worker.js +28 -0
- package/dist/src/workers/cache/cache-entry.worker.js.map +6 -0
- package/dist/src/workers/cache/cache.worker.js +653 -0
- package/dist/src/workers/cache/cache.worker.js.map +6 -0
- package/dist/src/workers/core/do-wrapper.worker.js +43 -0
- package/dist/src/workers/core/do-wrapper.worker.js.map +6 -0
- package/dist/src/workers/core/entry.worker.js +4633 -0
- package/dist/src/workers/core/entry.worker.js.map +6 -0
- package/dist/src/workers/core/strip-cf-connecting-ip.worker.js +11 -0
- package/dist/src/workers/core/strip-cf-connecting-ip.worker.js.map +6 -0
- package/dist/src/workers/d1/database.worker.js +219 -0
- package/dist/src/workers/d1/database.worker.js.map +6 -0
- package/dist/src/workers/dispatch-namespace/dispatch-namespace-proxy.worker.js +2271 -0
- package/dist/src/workers/dispatch-namespace/dispatch-namespace-proxy.worker.js.map +6 -0
- package/dist/src/workers/dispatch-namespace/dispatch-namespace.worker.js +12 -0
- package/dist/src/workers/dispatch-namespace/dispatch-namespace.worker.js.map +6 -0
- package/dist/src/workers/email/email.worker.js +23 -0
- package/dist/src/workers/email/email.worker.js.map +6 -0
- package/dist/src/workers/email/send_email.worker.js +3294 -0
- package/dist/src/workers/email/send_email.worker.js.map +6 -0
- package/dist/src/workers/hello-world/binding.worker.js +19 -0
- package/dist/src/workers/hello-world/binding.worker.js.map +6 -0
- package/dist/src/workers/hello-world/object.worker.js +14 -0
- package/dist/src/workers/hello-world/object.worker.js.map +6 -0
- package/dist/src/workers/images/images.worker.js +155 -0
- package/dist/src/workers/images/images.worker.js.map +6 -0
- package/dist/src/workers/kv/namespace.worker.js +322 -0
- package/dist/src/workers/kv/namespace.worker.js.map +6 -0
- package/dist/src/workers/kv/sites.worker.js +146 -0
- package/dist/src/workers/kv/sites.worker.js.map +6 -0
- package/dist/src/workers/local-explorer/explorer.worker.js +5245 -0
- package/dist/src/workers/local-explorer/explorer.worker.js.map +6 -0
- package/dist/src/workers/pipelines/pipeline.worker.js +10 -0
- package/dist/src/workers/pipelines/pipeline.worker.js.map +6 -0
- package/dist/src/workers/queues/broker.worker.js +289 -0
- package/dist/src/workers/queues/broker.worker.js.map +6 -0
- package/dist/src/workers/r2/bucket.worker.js +1134 -0
- package/dist/src/workers/r2/bucket.worker.js.map +6 -0
- package/dist/src/workers/ratelimit/ratelimit.worker.js +54 -0
- package/dist/src/workers/ratelimit/ratelimit.worker.js.map +6 -0
- package/dist/src/workers/secrets-store/secret.worker.js +65 -0
- package/dist/src/workers/secrets-store/secret.worker.js.map +6 -0
- package/dist/src/workers/shared/index.worker.js +693 -0
- package/dist/src/workers/shared/index.worker.js.map +6 -0
- package/dist/src/workers/shared/object-entry.worker.js +21 -0
- package/dist/src/workers/shared/object-entry.worker.js.map +6 -0
- package/dist/src/workers/shared/remote-proxy-client.worker.js +2271 -0
- package/dist/src/workers/shared/remote-proxy-client.worker.js.map +6 -0
- package/dist/src/workers/shared/zod.worker.js +2954 -0
- package/dist/src/workers/shared/zod.worker.js.map +6 -0
- package/dist/src/workers/workflows/binding.worker.js +2422 -0
- package/dist/src/workers/workflows/binding.worker.js.map +6 -0
- package/dist/src/workers/workflows/wrapped-binding.worker.js +71 -0
- package/dist/src/workers/workflows/wrapped-binding.worker.js.map +6 -0
- package/package.json +139 -0
|
@@ -0,0 +1,3294 @@
|
|
|
1
|
+
// src/workers/email/send_email.worker.ts
|
|
2
|
+
import { WorkerEntrypoint } from "cloudflare:workers";
|
|
3
|
+
|
|
4
|
+
// ../../node_modules/.pnpm/kleur@4.1.5/node_modules/kleur/colors.mjs
|
|
5
|
+
var FORCE_COLOR, NODE_DISABLE_COLORS, NO_COLOR, TERM, isTTY = !0;
|
|
6
|
+
typeof process < "u" && ({ FORCE_COLOR, NODE_DISABLE_COLORS, NO_COLOR, TERM } = process.env || {}, isTTY = process.stdout && process.stdout.isTTY);
|
|
7
|
+
var $ = {
|
|
8
|
+
enabled: !NODE_DISABLE_COLORS && NO_COLOR == null && TERM !== "dumb" && (FORCE_COLOR != null && FORCE_COLOR !== "0" || isTTY)
|
|
9
|
+
};
|
|
10
|
+
function init(x, y) {
|
|
11
|
+
let rgx = new RegExp(`\\x1b\\[${y}m`, "g"), open = `\x1B[${x}m`, close = `\x1B[${y}m`;
|
|
12
|
+
return function(txt) {
|
|
13
|
+
return !$.enabled || txt == null ? txt : open + (~("" + txt).indexOf(close) ? txt.replace(rgx, close + open) : txt) + close;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
var reset = init(0, 0), bold = init(1, 22), dim = init(2, 22), italic = init(3, 23), underline = init(4, 24), inverse = init(7, 27), hidden = init(8, 28), strikethrough = init(9, 29), black = init(30, 39), red = init(31, 39), green = init(32, 39), yellow = init(33, 39), blue = init(34, 39), magenta = init(35, 39), cyan = init(36, 39), white = init(37, 39), gray = init(90, 39), grey = init(90, 39), bgBlack = init(40, 49), bgRed = init(41, 49), bgGreen = init(42, 49), bgYellow = init(43, 49), bgBlue = init(44, 49), bgMagenta = init(45, 49), bgCyan = init(46, 49), bgWhite = init(47, 49);
|
|
17
|
+
|
|
18
|
+
// src/workers/email/send_email.worker.ts
|
|
19
|
+
import { LogLevel, SharedHeaders } from "miniflare:shared";
|
|
20
|
+
|
|
21
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/decode-strings.js
|
|
22
|
+
var textEncoder = new TextEncoder(), base64Chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", base64Lookup = new Uint8Array(256);
|
|
23
|
+
for (i = 0; i < base64Chars.length; i++)
|
|
24
|
+
base64Lookup[base64Chars.charCodeAt(i)] = i;
|
|
25
|
+
var i;
|
|
26
|
+
function decodeBase64(base64) {
|
|
27
|
+
let bufferLength = Math.ceil(base64.length / 4) * 3, len = base64.length, p = 0;
|
|
28
|
+
base64.length % 4 === 3 ? bufferLength-- : base64.length % 4 === 2 ? bufferLength -= 2 : base64[base64.length - 1] === "=" && (bufferLength--, base64[base64.length - 2] === "=" && bufferLength--);
|
|
29
|
+
let arrayBuffer = new ArrayBuffer(bufferLength), bytes = new Uint8Array(arrayBuffer);
|
|
30
|
+
for (let i = 0; i < len; i += 4) {
|
|
31
|
+
let encoded1 = base64Lookup[base64.charCodeAt(i)], encoded2 = base64Lookup[base64.charCodeAt(i + 1)], encoded3 = base64Lookup[base64.charCodeAt(i + 2)], encoded4 = base64Lookup[base64.charCodeAt(i + 3)];
|
|
32
|
+
bytes[p++] = encoded1 << 2 | encoded2 >> 4, bytes[p++] = (encoded2 & 15) << 4 | encoded3 >> 2, bytes[p++] = (encoded3 & 3) << 6 | encoded4 & 63;
|
|
33
|
+
}
|
|
34
|
+
return arrayBuffer;
|
|
35
|
+
}
|
|
36
|
+
function getDecoder(charset) {
|
|
37
|
+
return charset = charset || "utf8", new TextDecoder(charset);
|
|
38
|
+
}
|
|
39
|
+
async function blobToArrayBuffer(blob) {
|
|
40
|
+
if ("arrayBuffer" in blob)
|
|
41
|
+
return await blob.arrayBuffer();
|
|
42
|
+
let fr = new FileReader();
|
|
43
|
+
return new Promise((resolve, reject) => {
|
|
44
|
+
fr.onload = function(e) {
|
|
45
|
+
resolve(e.target.result);
|
|
46
|
+
}, fr.onerror = function(e) {
|
|
47
|
+
reject(fr.error);
|
|
48
|
+
}, fr.readAsArrayBuffer(blob);
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
function getHex(c) {
|
|
52
|
+
return c >= 48 && c <= 57 || c >= 97 && c <= 102 || c >= 65 && c <= 70 ? String.fromCharCode(c) : !1;
|
|
53
|
+
}
|
|
54
|
+
function decodeWord(charset, encoding, str) {
|
|
55
|
+
let splitPos = charset.indexOf("*");
|
|
56
|
+
splitPos >= 0 && (charset = charset.substr(0, splitPos)), encoding = encoding.toUpperCase();
|
|
57
|
+
let byteStr;
|
|
58
|
+
if (encoding === "Q") {
|
|
59
|
+
str = str.replace(/=\s+([0-9a-fA-F])/g, "=$1").replace(/[_\s]/g, " ");
|
|
60
|
+
let buf = textEncoder.encode(str), encodedBytes = [];
|
|
61
|
+
for (let i = 0, len = buf.length; i < len; i++) {
|
|
62
|
+
let c = buf[i];
|
|
63
|
+
if (i <= len - 2 && c === 61) {
|
|
64
|
+
let c1 = getHex(buf[i + 1]), c2 = getHex(buf[i + 2]);
|
|
65
|
+
if (c1 && c2) {
|
|
66
|
+
let c3 = parseInt(c1 + c2, 16);
|
|
67
|
+
encodedBytes.push(c3), i += 2;
|
|
68
|
+
continue;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
encodedBytes.push(c);
|
|
72
|
+
}
|
|
73
|
+
byteStr = new ArrayBuffer(encodedBytes.length);
|
|
74
|
+
let dataView = new DataView(byteStr);
|
|
75
|
+
for (let i = 0, len = encodedBytes.length; i < len; i++)
|
|
76
|
+
dataView.setUint8(i, encodedBytes[i]);
|
|
77
|
+
} else encoding === "B" ? byteStr = decodeBase64(str.replace(/[^a-zA-Z0-9\+\/=]+/g, "")) : byteStr = textEncoder.encode(str);
|
|
78
|
+
return getDecoder(charset).decode(byteStr);
|
|
79
|
+
}
|
|
80
|
+
function decodeWords(str) {
|
|
81
|
+
let joinString = !0, done = !1;
|
|
82
|
+
for (; !done; ) {
|
|
83
|
+
let result = (str || "").toString().replace(/(=\?([^?]+)\?[Bb]\?([^?]*)\?=)\s*(?==\?([^?]+)\?[Bb]\?[^?]*\?=)/g, (match, left, chLeft, encodedLeftStr, chRight) => joinString && chLeft === chRight && encodedLeftStr.length % 4 === 0 && !/=$/.test(encodedLeftStr) ? left + "__\0JOIN\0__" : match).replace(/(=\?([^?]+)\?[Qq]\?[^?]*\?=)\s*(?==\?([^?]+)\?[Qq]\?[^?]*\?=)/g, (match, left, chLeft, chRight) => joinString && chLeft === chRight ? left + "__\0JOIN\0__" : match).replace(/(\?=)?__\x00JOIN\x00__(=\?([^?]+)\?[QqBb]\?)?/g, "").replace(/(=\?[^?]+\?[QqBb]\?[^?]*\?=)\s+(?==\?[^?]+\?[QqBb]\?[^?]*\?=)/g, "$1").replace(/=\?([\w_\-*]+)\?([QqBb])\?([^?]*)\?=/g, (m, charset, encoding, text) => decodeWord(charset, encoding, text));
|
|
84
|
+
if (joinString && result.indexOf("\uFFFD") >= 0)
|
|
85
|
+
joinString = !1;
|
|
86
|
+
else
|
|
87
|
+
return result;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
function decodeURIComponentWithCharset(encodedStr, charset) {
|
|
91
|
+
charset = charset || "utf-8";
|
|
92
|
+
let encodedBytes = [];
|
|
93
|
+
for (let i = 0; i < encodedStr.length; i++) {
|
|
94
|
+
let c = encodedStr.charAt(i);
|
|
95
|
+
if (c === "%" && /^[a-f0-9]{2}/i.test(encodedStr.substr(i + 1, 2))) {
|
|
96
|
+
let byte = encodedStr.substr(i + 1, 2);
|
|
97
|
+
i += 2, encodedBytes.push(parseInt(byte, 16));
|
|
98
|
+
} else if (c.charCodeAt(0) > 126) {
|
|
99
|
+
c = textEncoder.encode(c);
|
|
100
|
+
for (let j = 0; j < c.length; j++)
|
|
101
|
+
encodedBytes.push(c[j]);
|
|
102
|
+
} else
|
|
103
|
+
encodedBytes.push(c.charCodeAt(0));
|
|
104
|
+
}
|
|
105
|
+
let byteStr = new ArrayBuffer(encodedBytes.length), dataView = new DataView(byteStr);
|
|
106
|
+
for (let i = 0, len = encodedBytes.length; i < len; i++)
|
|
107
|
+
dataView.setUint8(i, encodedBytes[i]);
|
|
108
|
+
return getDecoder(charset).decode(byteStr);
|
|
109
|
+
}
|
|
110
|
+
function decodeParameterValueContinuations(header) {
|
|
111
|
+
let paramKeys = /* @__PURE__ */ new Map();
|
|
112
|
+
Object.keys(header.params).forEach((key) => {
|
|
113
|
+
let match = key.match(/\*((\d+)\*?)?$/);
|
|
114
|
+
if (!match)
|
|
115
|
+
return;
|
|
116
|
+
let actualKey = key.substr(0, match.index).toLowerCase(), nr = Number(match[2]) || 0, paramVal;
|
|
117
|
+
paramKeys.has(actualKey) ? paramVal = paramKeys.get(actualKey) : (paramVal = {
|
|
118
|
+
charset: !1,
|
|
119
|
+
values: []
|
|
120
|
+
}, paramKeys.set(actualKey, paramVal));
|
|
121
|
+
let value = header.params[key];
|
|
122
|
+
nr === 0 && match[0].charAt(match[0].length - 1) === "*" && (match = value.match(/^([^']*)'[^']*'(.*)$/)) && (paramVal.charset = match[1] || "utf-8", value = match[2]), paramVal.values.push({ nr, value }), delete header.params[key];
|
|
123
|
+
}), paramKeys.forEach((paramVal, key) => {
|
|
124
|
+
header.params[key] = decodeURIComponentWithCharset(
|
|
125
|
+
paramVal.values.sort((a, b) => a.nr - b.nr).map((a) => a.value).join(""),
|
|
126
|
+
paramVal.charset
|
|
127
|
+
);
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/pass-through-decoder.js
|
|
132
|
+
var PassThroughDecoder = class {
|
|
133
|
+
constructor() {
|
|
134
|
+
this.chunks = [];
|
|
135
|
+
}
|
|
136
|
+
update(line) {
|
|
137
|
+
this.chunks.push(line), this.chunks.push(`
|
|
138
|
+
`);
|
|
139
|
+
}
|
|
140
|
+
finalize() {
|
|
141
|
+
return blobToArrayBuffer(new Blob(this.chunks, { type: "application/octet-stream" }));
|
|
142
|
+
}
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/base64-decoder.js
|
|
146
|
+
var Base64Decoder = class {
|
|
147
|
+
constructor(opts) {
|
|
148
|
+
opts = opts || {}, this.decoder = opts.decoder || new TextDecoder(), this.maxChunkSize = 100 * 1024, this.chunks = [], this.remainder = "";
|
|
149
|
+
}
|
|
150
|
+
update(buffer) {
|
|
151
|
+
let str = this.decoder.decode(buffer);
|
|
152
|
+
if (/[^a-zA-Z0-9+\/]/.test(str) && (str = str.replace(/[^a-zA-Z0-9+\/]+/g, "")), this.remainder += str, this.remainder.length >= this.maxChunkSize) {
|
|
153
|
+
let allowedBytes = Math.floor(this.remainder.length / 4) * 4, base64Str;
|
|
154
|
+
allowedBytes === this.remainder.length ? (base64Str = this.remainder, this.remainder = "") : (base64Str = this.remainder.substr(0, allowedBytes), this.remainder = this.remainder.substr(allowedBytes)), base64Str.length && this.chunks.push(decodeBase64(base64Str));
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
finalize() {
|
|
158
|
+
return this.remainder && !/^=+$/.test(this.remainder) && this.chunks.push(decodeBase64(this.remainder)), blobToArrayBuffer(new Blob(this.chunks, { type: "application/octet-stream" }));
|
|
159
|
+
}
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/qp-decoder.js
|
|
163
|
+
var QPDecoder = class {
|
|
164
|
+
constructor(opts) {
|
|
165
|
+
opts = opts || {}, this.decoder = opts.decoder || new TextDecoder(), this.maxChunkSize = 100 * 1024, this.remainder = "", this.chunks = [];
|
|
166
|
+
}
|
|
167
|
+
decodeQPBytes(encodedBytes) {
|
|
168
|
+
let buf = new ArrayBuffer(encodedBytes.length), dataView = new DataView(buf);
|
|
169
|
+
for (let i = 0, len = encodedBytes.length; i < len; i++)
|
|
170
|
+
dataView.setUint8(i, parseInt(encodedBytes[i], 16));
|
|
171
|
+
return buf;
|
|
172
|
+
}
|
|
173
|
+
decodeChunks(str) {
|
|
174
|
+
str = str.replace(/=\r?\n/g, "");
|
|
175
|
+
let list = str.split(/(?==)/), encodedBytes = [];
|
|
176
|
+
for (let part of list) {
|
|
177
|
+
if (part.charAt(0) !== "=") {
|
|
178
|
+
encodedBytes.length && (this.chunks.push(this.decodeQPBytes(encodedBytes)), encodedBytes = []), this.chunks.push(part);
|
|
179
|
+
continue;
|
|
180
|
+
}
|
|
181
|
+
if (part.length === 3) {
|
|
182
|
+
encodedBytes.push(part.substr(1));
|
|
183
|
+
continue;
|
|
184
|
+
}
|
|
185
|
+
part.length > 3 && (encodedBytes.push(part.substr(1, 2)), this.chunks.push(this.decodeQPBytes(encodedBytes)), encodedBytes = [], part = part.substr(3), this.chunks.push(part));
|
|
186
|
+
}
|
|
187
|
+
encodedBytes.length && (this.chunks.push(this.decodeQPBytes(encodedBytes)), encodedBytes = []);
|
|
188
|
+
}
|
|
189
|
+
update(buffer) {
|
|
190
|
+
let str = this.decoder.decode(buffer) + `
|
|
191
|
+
`;
|
|
192
|
+
if (str = this.remainder + str, str.length < this.maxChunkSize) {
|
|
193
|
+
this.remainder = str;
|
|
194
|
+
return;
|
|
195
|
+
}
|
|
196
|
+
this.remainder = "";
|
|
197
|
+
let partialEnding = str.match(/=[a-fA-F0-9]?$/);
|
|
198
|
+
if (partialEnding) {
|
|
199
|
+
if (partialEnding.index === 0) {
|
|
200
|
+
this.remainder = str;
|
|
201
|
+
return;
|
|
202
|
+
}
|
|
203
|
+
this.remainder = str.substr(partialEnding.index), str = str.substr(0, partialEnding.index);
|
|
204
|
+
}
|
|
205
|
+
this.decodeChunks(str);
|
|
206
|
+
}
|
|
207
|
+
finalize() {
|
|
208
|
+
return this.remainder.length && (this.decodeChunks(this.remainder), this.remainder = ""), blobToArrayBuffer(new Blob(this.chunks, { type: "application/octet-stream" }));
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/mime-node.js
|
|
213
|
+
var MimeNode = class {
|
|
214
|
+
constructor(opts) {
|
|
215
|
+
opts = opts || {}, this.postalMime = opts.postalMime, this.root = !!opts.parentNode, this.childNodes = [], opts.parentNode && opts.parentNode.childNodes.push(this), this.state = "header", this.headerLines = [], this.contentType = {
|
|
216
|
+
value: "text/plain",
|
|
217
|
+
default: !0
|
|
218
|
+
}, this.contentTransferEncoding = {
|
|
219
|
+
value: "8bit"
|
|
220
|
+
}, this.contentDisposition = {
|
|
221
|
+
value: ""
|
|
222
|
+
}, this.headers = [], this.contentDecoder = !1;
|
|
223
|
+
}
|
|
224
|
+
setupContentDecoder(transferEncoding) {
|
|
225
|
+
/base64/i.test(transferEncoding) ? this.contentDecoder = new Base64Decoder() : /quoted-printable/i.test(transferEncoding) ? this.contentDecoder = new QPDecoder({ decoder: getDecoder(this.contentType.parsed.params.charset) }) : this.contentDecoder = new PassThroughDecoder();
|
|
226
|
+
}
|
|
227
|
+
async finalize() {
|
|
228
|
+
if (this.state === "finished")
|
|
229
|
+
return;
|
|
230
|
+
this.state === "header" && this.processHeaders();
|
|
231
|
+
let boundaries = this.postalMime.boundaries;
|
|
232
|
+
for (let i = boundaries.length - 1; i >= 0; i--)
|
|
233
|
+
if (boundaries[i].node === this) {
|
|
234
|
+
boundaries.splice(i, 1);
|
|
235
|
+
break;
|
|
236
|
+
}
|
|
237
|
+
await this.finalizeChildNodes(), this.content = this.contentDecoder ? await this.contentDecoder.finalize() : null, this.state = "finished";
|
|
238
|
+
}
|
|
239
|
+
async finalizeChildNodes() {
|
|
240
|
+
for (let childNode of this.childNodes)
|
|
241
|
+
await childNode.finalize();
|
|
242
|
+
}
|
|
243
|
+
parseStructuredHeader(str) {
|
|
244
|
+
let response = {
|
|
245
|
+
value: !1,
|
|
246
|
+
params: {}
|
|
247
|
+
}, key = !1, value = "", stage = "value", quote = !1, escaped = !1, chr;
|
|
248
|
+
for (let i = 0, len = str.length; i < len; i++)
|
|
249
|
+
switch (chr = str.charAt(i), stage) {
|
|
250
|
+
case "key":
|
|
251
|
+
if (chr === "=") {
|
|
252
|
+
key = value.trim().toLowerCase(), stage = "value", value = "";
|
|
253
|
+
break;
|
|
254
|
+
}
|
|
255
|
+
value += chr;
|
|
256
|
+
break;
|
|
257
|
+
case "value":
|
|
258
|
+
if (escaped)
|
|
259
|
+
value += chr;
|
|
260
|
+
else if (chr === "\\") {
|
|
261
|
+
escaped = !0;
|
|
262
|
+
continue;
|
|
263
|
+
} else quote && chr === quote ? quote = !1 : !quote && chr === '"' ? quote = chr : !quote && chr === ";" ? (key === !1 ? response.value = value.trim() : response.params[key] = value.trim(), stage = "key", value = "") : value += chr;
|
|
264
|
+
escaped = !1;
|
|
265
|
+
break;
|
|
266
|
+
}
|
|
267
|
+
return value = value.trim(), stage === "value" ? key === !1 ? response.value = value : response.params[key] = value : value && (response.params[value.toLowerCase()] = ""), response.value && (response.value = response.value.toLowerCase()), decodeParameterValueContinuations(response), response;
|
|
268
|
+
}
|
|
269
|
+
decodeFlowedText(str, delSp) {
|
|
270
|
+
return str.split(/\r?\n/).reduce((previousValue, currentValue) => / $/.test(previousValue) && !/(^|\n)-- $/.test(previousValue) ? delSp ? previousValue.slice(0, -1) + currentValue : previousValue + currentValue : previousValue + `
|
|
271
|
+
` + currentValue).replace(/^ /gm, "");
|
|
272
|
+
}
|
|
273
|
+
getTextContent() {
|
|
274
|
+
if (!this.content)
|
|
275
|
+
return "";
|
|
276
|
+
let str = getDecoder(this.contentType.parsed.params.charset).decode(this.content);
|
|
277
|
+
return /^flowed$/i.test(this.contentType.parsed.params.format) && (str = this.decodeFlowedText(str, /^yes$/i.test(this.contentType.parsed.params.delsp))), str;
|
|
278
|
+
}
|
|
279
|
+
processHeaders() {
|
|
280
|
+
for (let i = this.headerLines.length - 1; i >= 0; i--) {
|
|
281
|
+
let line = this.headerLines[i];
|
|
282
|
+
if (i && /^\s/.test(line))
|
|
283
|
+
this.headerLines[i - 1] += `
|
|
284
|
+
` + line, this.headerLines.splice(i, 1);
|
|
285
|
+
else {
|
|
286
|
+
line = line.replace(/\s+/g, " ");
|
|
287
|
+
let sep = line.indexOf(":"), key = sep < 0 ? line.trim() : line.substr(0, sep).trim(), value = sep < 0 ? "" : line.substr(sep + 1).trim();
|
|
288
|
+
switch (this.headers.push({ key: key.toLowerCase(), originalKey: key, value }), key.toLowerCase()) {
|
|
289
|
+
case "content-type":
|
|
290
|
+
this.contentType.default && (this.contentType = { value, parsed: {} });
|
|
291
|
+
break;
|
|
292
|
+
case "content-transfer-encoding":
|
|
293
|
+
this.contentTransferEncoding = { value, parsed: {} };
|
|
294
|
+
break;
|
|
295
|
+
case "content-disposition":
|
|
296
|
+
this.contentDisposition = { value, parsed: {} };
|
|
297
|
+
break;
|
|
298
|
+
case "content-id":
|
|
299
|
+
this.contentId = value;
|
|
300
|
+
break;
|
|
301
|
+
case "content-description":
|
|
302
|
+
this.contentDescription = value;
|
|
303
|
+
break;
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
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({
|
|
308
|
+
value: textEncoder.encode(this.contentType.parsed.params.boundary),
|
|
309
|
+
node: this
|
|
310
|
+
}), this.contentDisposition.parsed = this.parseStructuredHeader(this.contentDisposition.value), this.contentTransferEncoding.encoding = this.contentTransferEncoding.value.toLowerCase().split(/[^\w-]/).shift(), this.setupContentDecoder(this.contentTransferEncoding.encoding);
|
|
311
|
+
}
|
|
312
|
+
feed(line) {
|
|
313
|
+
switch (this.state) {
|
|
314
|
+
case "header":
|
|
315
|
+
if (!line.length)
|
|
316
|
+
return this.state = "body", this.processHeaders();
|
|
317
|
+
this.headerLines.push(getDecoder().decode(line));
|
|
318
|
+
break;
|
|
319
|
+
case "body":
|
|
320
|
+
this.contentDecoder.update(line);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
};
|
|
324
|
+
|
|
325
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/html-entities.js
|
|
326
|
+
var htmlEntities = {
|
|
327
|
+
"Æ": "\xC6",
|
|
328
|
+
"Æ": "\xC6",
|
|
329
|
+
"&": "&",
|
|
330
|
+
"&": "&",
|
|
331
|
+
"Á": "\xC1",
|
|
332
|
+
"Á": "\xC1",
|
|
333
|
+
"Ă": "\u0102",
|
|
334
|
+
"Â": "\xC2",
|
|
335
|
+
"Â": "\xC2",
|
|
336
|
+
"А": "\u0410",
|
|
337
|
+
"𝔄": "\u{1D504}",
|
|
338
|
+
"À": "\xC0",
|
|
339
|
+
"À": "\xC0",
|
|
340
|
+
"Α": "\u0391",
|
|
341
|
+
"Ā": "\u0100",
|
|
342
|
+
"⩓": "\u2A53",
|
|
343
|
+
"Ą": "\u0104",
|
|
344
|
+
"𝔸": "\u{1D538}",
|
|
345
|
+
"⁡": "\u2061",
|
|
346
|
+
"Å": "\xC5",
|
|
347
|
+
"Å": "\xC5",
|
|
348
|
+
"𝒜": "\u{1D49C}",
|
|
349
|
+
"≔": "\u2254",
|
|
350
|
+
"Ã": "\xC3",
|
|
351
|
+
"Ã": "\xC3",
|
|
352
|
+
"Ä": "\xC4",
|
|
353
|
+
"Ä": "\xC4",
|
|
354
|
+
"∖": "\u2216",
|
|
355
|
+
"⫧": "\u2AE7",
|
|
356
|
+
"⌆": "\u2306",
|
|
357
|
+
"Б": "\u0411",
|
|
358
|
+
"∵": "\u2235",
|
|
359
|
+
"ℬ": "\u212C",
|
|
360
|
+
"Β": "\u0392",
|
|
361
|
+
"𝔅": "\u{1D505}",
|
|
362
|
+
"𝔹": "\u{1D539}",
|
|
363
|
+
"˘": "\u02D8",
|
|
364
|
+
"ℬ": "\u212C",
|
|
365
|
+
"≎": "\u224E",
|
|
366
|
+
"Ч": "\u0427",
|
|
367
|
+
"©": "\xA9",
|
|
368
|
+
"©": "\xA9",
|
|
369
|
+
"Ć": "\u0106",
|
|
370
|
+
"⋒": "\u22D2",
|
|
371
|
+
"ⅅ": "\u2145",
|
|
372
|
+
"ℭ": "\u212D",
|
|
373
|
+
"Č": "\u010C",
|
|
374
|
+
"Ç": "\xC7",
|
|
375
|
+
"Ç": "\xC7",
|
|
376
|
+
"Ĉ": "\u0108",
|
|
377
|
+
"∰": "\u2230",
|
|
378
|
+
"Ċ": "\u010A",
|
|
379
|
+
"¸": "\xB8",
|
|
380
|
+
"·": "\xB7",
|
|
381
|
+
"ℭ": "\u212D",
|
|
382
|
+
"Χ": "\u03A7",
|
|
383
|
+
"⊙": "\u2299",
|
|
384
|
+
"⊖": "\u2296",
|
|
385
|
+
"⊕": "\u2295",
|
|
386
|
+
"⊗": "\u2297",
|
|
387
|
+
"∲": "\u2232",
|
|
388
|
+
"”": "\u201D",
|
|
389
|
+
"’": "\u2019",
|
|
390
|
+
"∷": "\u2237",
|
|
391
|
+
"⩴": "\u2A74",
|
|
392
|
+
"≡": "\u2261",
|
|
393
|
+
"∯": "\u222F",
|
|
394
|
+
"∮": "\u222E",
|
|
395
|
+
"ℂ": "\u2102",
|
|
396
|
+
"∐": "\u2210",
|
|
397
|
+
"∳": "\u2233",
|
|
398
|
+
"⨯": "\u2A2F",
|
|
399
|
+
"𝒞": "\u{1D49E}",
|
|
400
|
+
"⋓": "\u22D3",
|
|
401
|
+
"≍": "\u224D",
|
|
402
|
+
"ⅅ": "\u2145",
|
|
403
|
+
"⤑": "\u2911",
|
|
404
|
+
"Ђ": "\u0402",
|
|
405
|
+
"Ѕ": "\u0405",
|
|
406
|
+
"Џ": "\u040F",
|
|
407
|
+
"‡": "\u2021",
|
|
408
|
+
"↡": "\u21A1",
|
|
409
|
+
"⫤": "\u2AE4",
|
|
410
|
+
"Ď": "\u010E",
|
|
411
|
+
"Д": "\u0414",
|
|
412
|
+
"∇": "\u2207",
|
|
413
|
+
"Δ": "\u0394",
|
|
414
|
+
"𝔇": "\u{1D507}",
|
|
415
|
+
"´": "\xB4",
|
|
416
|
+
"˙": "\u02D9",
|
|
417
|
+
"˝": "\u02DD",
|
|
418
|
+
"`": "`",
|
|
419
|
+
"˜": "\u02DC",
|
|
420
|
+
"⋄": "\u22C4",
|
|
421
|
+
"ⅆ": "\u2146",
|
|
422
|
+
"𝔻": "\u{1D53B}",
|
|
423
|
+
"¨": "\xA8",
|
|
424
|
+
"⃜": "\u20DC",
|
|
425
|
+
"≐": "\u2250",
|
|
426
|
+
"∯": "\u222F",
|
|
427
|
+
"¨": "\xA8",
|
|
428
|
+
"⇓": "\u21D3",
|
|
429
|
+
"⇐": "\u21D0",
|
|
430
|
+
"⇔": "\u21D4",
|
|
431
|
+
"⫤": "\u2AE4",
|
|
432
|
+
"⟸": "\u27F8",
|
|
433
|
+
"⟺": "\u27FA",
|
|
434
|
+
"⟹": "\u27F9",
|
|
435
|
+
"⇒": "\u21D2",
|
|
436
|
+
"⊨": "\u22A8",
|
|
437
|
+
"⇑": "\u21D1",
|
|
438
|
+
"⇕": "\u21D5",
|
|
439
|
+
"∥": "\u2225",
|
|
440
|
+
"↓": "\u2193",
|
|
441
|
+
"⤓": "\u2913",
|
|
442
|
+
"⇵": "\u21F5",
|
|
443
|
+
"̑": "\u0311",
|
|
444
|
+
"⥐": "\u2950",
|
|
445
|
+
"⥞": "\u295E",
|
|
446
|
+
"↽": "\u21BD",
|
|
447
|
+
"⥖": "\u2956",
|
|
448
|
+
"⥟": "\u295F",
|
|
449
|
+
"⇁": "\u21C1",
|
|
450
|
+
"⥗": "\u2957",
|
|
451
|
+
"⊤": "\u22A4",
|
|
452
|
+
"↧": "\u21A7",
|
|
453
|
+
"⇓": "\u21D3",
|
|
454
|
+
"𝒟": "\u{1D49F}",
|
|
455
|
+
"Đ": "\u0110",
|
|
456
|
+
"Ŋ": "\u014A",
|
|
457
|
+
"Ð": "\xD0",
|
|
458
|
+
"Ð": "\xD0",
|
|
459
|
+
"É": "\xC9",
|
|
460
|
+
"É": "\xC9",
|
|
461
|
+
"Ě": "\u011A",
|
|
462
|
+
"Ê": "\xCA",
|
|
463
|
+
"Ê": "\xCA",
|
|
464
|
+
"Э": "\u042D",
|
|
465
|
+
"Ė": "\u0116",
|
|
466
|
+
"𝔈": "\u{1D508}",
|
|
467
|
+
"È": "\xC8",
|
|
468
|
+
"È": "\xC8",
|
|
469
|
+
"∈": "\u2208",
|
|
470
|
+
"Ē": "\u0112",
|
|
471
|
+
"◻": "\u25FB",
|
|
472
|
+
"▫": "\u25AB",
|
|
473
|
+
"Ę": "\u0118",
|
|
474
|
+
"𝔼": "\u{1D53C}",
|
|
475
|
+
"Ε": "\u0395",
|
|
476
|
+
"⩵": "\u2A75",
|
|
477
|
+
"≂": "\u2242",
|
|
478
|
+
"⇌": "\u21CC",
|
|
479
|
+
"ℰ": "\u2130",
|
|
480
|
+
"⩳": "\u2A73",
|
|
481
|
+
"Η": "\u0397",
|
|
482
|
+
"Ë": "\xCB",
|
|
483
|
+
"Ë": "\xCB",
|
|
484
|
+
"∃": "\u2203",
|
|
485
|
+
"ⅇ": "\u2147",
|
|
486
|
+
"Ф": "\u0424",
|
|
487
|
+
"𝔉": "\u{1D509}",
|
|
488
|
+
"◼": "\u25FC",
|
|
489
|
+
"▪": "\u25AA",
|
|
490
|
+
"𝔽": "\u{1D53D}",
|
|
491
|
+
"∀": "\u2200",
|
|
492
|
+
"ℱ": "\u2131",
|
|
493
|
+
"ℱ": "\u2131",
|
|
494
|
+
"Ѓ": "\u0403",
|
|
495
|
+
">": ">",
|
|
496
|
+
">": ">",
|
|
497
|
+
"Γ": "\u0393",
|
|
498
|
+
"Ϝ": "\u03DC",
|
|
499
|
+
"Ğ": "\u011E",
|
|
500
|
+
"Ģ": "\u0122",
|
|
501
|
+
"Ĝ": "\u011C",
|
|
502
|
+
"Г": "\u0413",
|
|
503
|
+
"Ġ": "\u0120",
|
|
504
|
+
"𝔊": "\u{1D50A}",
|
|
505
|
+
"⋙": "\u22D9",
|
|
506
|
+
"𝔾": "\u{1D53E}",
|
|
507
|
+
"≥": "\u2265",
|
|
508
|
+
"⋛": "\u22DB",
|
|
509
|
+
"≧": "\u2267",
|
|
510
|
+
"⪢": "\u2AA2",
|
|
511
|
+
"≷": "\u2277",
|
|
512
|
+
"⩾": "\u2A7E",
|
|
513
|
+
"≳": "\u2273",
|
|
514
|
+
"𝒢": "\u{1D4A2}",
|
|
515
|
+
"≫": "\u226B",
|
|
516
|
+
"Ъ": "\u042A",
|
|
517
|
+
"ˇ": "\u02C7",
|
|
518
|
+
"^": "^",
|
|
519
|
+
"Ĥ": "\u0124",
|
|
520
|
+
"ℌ": "\u210C",
|
|
521
|
+
"ℋ": "\u210B",
|
|
522
|
+
"ℍ": "\u210D",
|
|
523
|
+
"─": "\u2500",
|
|
524
|
+
"ℋ": "\u210B",
|
|
525
|
+
"Ħ": "\u0126",
|
|
526
|
+
"≎": "\u224E",
|
|
527
|
+
"≏": "\u224F",
|
|
528
|
+
"Е": "\u0415",
|
|
529
|
+
"IJ": "\u0132",
|
|
530
|
+
"Ё": "\u0401",
|
|
531
|
+
"Í": "\xCD",
|
|
532
|
+
"Í": "\xCD",
|
|
533
|
+
"Î": "\xCE",
|
|
534
|
+
"Î": "\xCE",
|
|
535
|
+
"И": "\u0418",
|
|
536
|
+
"İ": "\u0130",
|
|
537
|
+
"ℑ": "\u2111",
|
|
538
|
+
"Ì": "\xCC",
|
|
539
|
+
"Ì": "\xCC",
|
|
540
|
+
"ℑ": "\u2111",
|
|
541
|
+
"Ī": "\u012A",
|
|
542
|
+
"ⅈ": "\u2148",
|
|
543
|
+
"⇒": "\u21D2",
|
|
544
|
+
"∬": "\u222C",
|
|
545
|
+
"∫": "\u222B",
|
|
546
|
+
"⋂": "\u22C2",
|
|
547
|
+
"⁣": "\u2063",
|
|
548
|
+
"⁢": "\u2062",
|
|
549
|
+
"Į": "\u012E",
|
|
550
|
+
"𝕀": "\u{1D540}",
|
|
551
|
+
"Ι": "\u0399",
|
|
552
|
+
"ℐ": "\u2110",
|
|
553
|
+
"Ĩ": "\u0128",
|
|
554
|
+
"І": "\u0406",
|
|
555
|
+
"Ï": "\xCF",
|
|
556
|
+
"Ï": "\xCF",
|
|
557
|
+
"Ĵ": "\u0134",
|
|
558
|
+
"Й": "\u0419",
|
|
559
|
+
"𝔍": "\u{1D50D}",
|
|
560
|
+
"𝕁": "\u{1D541}",
|
|
561
|
+
"𝒥": "\u{1D4A5}",
|
|
562
|
+
"Ј": "\u0408",
|
|
563
|
+
"Є": "\u0404",
|
|
564
|
+
"Х": "\u0425",
|
|
565
|
+
"Ќ": "\u040C",
|
|
566
|
+
"Κ": "\u039A",
|
|
567
|
+
"Ķ": "\u0136",
|
|
568
|
+
"К": "\u041A",
|
|
569
|
+
"𝔎": "\u{1D50E}",
|
|
570
|
+
"𝕂": "\u{1D542}",
|
|
571
|
+
"𝒦": "\u{1D4A6}",
|
|
572
|
+
"Љ": "\u0409",
|
|
573
|
+
"<": "<",
|
|
574
|
+
"<": "<",
|
|
575
|
+
"Ĺ": "\u0139",
|
|
576
|
+
"Λ": "\u039B",
|
|
577
|
+
"⟪": "\u27EA",
|
|
578
|
+
"ℒ": "\u2112",
|
|
579
|
+
"↞": "\u219E",
|
|
580
|
+
"Ľ": "\u013D",
|
|
581
|
+
"Ļ": "\u013B",
|
|
582
|
+
"Л": "\u041B",
|
|
583
|
+
"⟨": "\u27E8",
|
|
584
|
+
"←": "\u2190",
|
|
585
|
+
"⇤": "\u21E4",
|
|
586
|
+
"⇆": "\u21C6",
|
|
587
|
+
"⌈": "\u2308",
|
|
588
|
+
"⟦": "\u27E6",
|
|
589
|
+
"⥡": "\u2961",
|
|
590
|
+
"⇃": "\u21C3",
|
|
591
|
+
"⥙": "\u2959",
|
|
592
|
+
"⌊": "\u230A",
|
|
593
|
+
"↔": "\u2194",
|
|
594
|
+
"⥎": "\u294E",
|
|
595
|
+
"⊣": "\u22A3",
|
|
596
|
+
"↤": "\u21A4",
|
|
597
|
+
"⥚": "\u295A",
|
|
598
|
+
"⊲": "\u22B2",
|
|
599
|
+
"⧏": "\u29CF",
|
|
600
|
+
"⊴": "\u22B4",
|
|
601
|
+
"⥑": "\u2951",
|
|
602
|
+
"⥠": "\u2960",
|
|
603
|
+
"↿": "\u21BF",
|
|
604
|
+
"⥘": "\u2958",
|
|
605
|
+
"↼": "\u21BC",
|
|
606
|
+
"⥒": "\u2952",
|
|
607
|
+
"⇐": "\u21D0",
|
|
608
|
+
"⇔": "\u21D4",
|
|
609
|
+
"⋚": "\u22DA",
|
|
610
|
+
"≦": "\u2266",
|
|
611
|
+
"≶": "\u2276",
|
|
612
|
+
"⪡": "\u2AA1",
|
|
613
|
+
"⩽": "\u2A7D",
|
|
614
|
+
"≲": "\u2272",
|
|
615
|
+
"𝔏": "\u{1D50F}",
|
|
616
|
+
"⋘": "\u22D8",
|
|
617
|
+
"⇚": "\u21DA",
|
|
618
|
+
"Ŀ": "\u013F",
|
|
619
|
+
"⟵": "\u27F5",
|
|
620
|
+
"⟷": "\u27F7",
|
|
621
|
+
"⟶": "\u27F6",
|
|
622
|
+
"⟸": "\u27F8",
|
|
623
|
+
"⟺": "\u27FA",
|
|
624
|
+
"⟹": "\u27F9",
|
|
625
|
+
"𝕃": "\u{1D543}",
|
|
626
|
+
"↙": "\u2199",
|
|
627
|
+
"↘": "\u2198",
|
|
628
|
+
"ℒ": "\u2112",
|
|
629
|
+
"↰": "\u21B0",
|
|
630
|
+
"Ł": "\u0141",
|
|
631
|
+
"≪": "\u226A",
|
|
632
|
+
"⤅": "\u2905",
|
|
633
|
+
"М": "\u041C",
|
|
634
|
+
" ": "\u205F",
|
|
635
|
+
"ℳ": "\u2133",
|
|
636
|
+
"𝔐": "\u{1D510}",
|
|
637
|
+
"∓": "\u2213",
|
|
638
|
+
"𝕄": "\u{1D544}",
|
|
639
|
+
"ℳ": "\u2133",
|
|
640
|
+
"Μ": "\u039C",
|
|
641
|
+
"Њ": "\u040A",
|
|
642
|
+
"Ń": "\u0143",
|
|
643
|
+
"Ň": "\u0147",
|
|
644
|
+
"Ņ": "\u0145",
|
|
645
|
+
"Н": "\u041D",
|
|
646
|
+
"​": "\u200B",
|
|
647
|
+
"​": "\u200B",
|
|
648
|
+
"​": "\u200B",
|
|
649
|
+
"​": "\u200B",
|
|
650
|
+
"≫": "\u226B",
|
|
651
|
+
"≪": "\u226A",
|
|
652
|
+
"
": `
|
|
653
|
+
`,
|
|
654
|
+
"𝔑": "\u{1D511}",
|
|
655
|
+
"⁠": "\u2060",
|
|
656
|
+
" ": "\xA0",
|
|
657
|
+
"ℕ": "\u2115",
|
|
658
|
+
"⫬": "\u2AEC",
|
|
659
|
+
"≢": "\u2262",
|
|
660
|
+
"≭": "\u226D",
|
|
661
|
+
"∦": "\u2226",
|
|
662
|
+
"∉": "\u2209",
|
|
663
|
+
"≠": "\u2260",
|
|
664
|
+
"≂̸": "\u2242\u0338",
|
|
665
|
+
"∄": "\u2204",
|
|
666
|
+
"≯": "\u226F",
|
|
667
|
+
"≱": "\u2271",
|
|
668
|
+
"≧̸": "\u2267\u0338",
|
|
669
|
+
"≫̸": "\u226B\u0338",
|
|
670
|
+
"≹": "\u2279",
|
|
671
|
+
"⩾̸": "\u2A7E\u0338",
|
|
672
|
+
"≵": "\u2275",
|
|
673
|
+
"≎̸": "\u224E\u0338",
|
|
674
|
+
"≏̸": "\u224F\u0338",
|
|
675
|
+
"⋪": "\u22EA",
|
|
676
|
+
"⧏̸": "\u29CF\u0338",
|
|
677
|
+
"⋬": "\u22EC",
|
|
678
|
+
"≮": "\u226E",
|
|
679
|
+
"≰": "\u2270",
|
|
680
|
+
"≸": "\u2278",
|
|
681
|
+
"≪̸": "\u226A\u0338",
|
|
682
|
+
"⩽̸": "\u2A7D\u0338",
|
|
683
|
+
"≴": "\u2274",
|
|
684
|
+
"⪢̸": "\u2AA2\u0338",
|
|
685
|
+
"⪡̸": "\u2AA1\u0338",
|
|
686
|
+
"⊀": "\u2280",
|
|
687
|
+
"⪯̸": "\u2AAF\u0338",
|
|
688
|
+
"⋠": "\u22E0",
|
|
689
|
+
"∌": "\u220C",
|
|
690
|
+
"⋫": "\u22EB",
|
|
691
|
+
"⧐̸": "\u29D0\u0338",
|
|
692
|
+
"⋭": "\u22ED",
|
|
693
|
+
"⊏̸": "\u228F\u0338",
|
|
694
|
+
"⋢": "\u22E2",
|
|
695
|
+
"⊐̸": "\u2290\u0338",
|
|
696
|
+
"⋣": "\u22E3",
|
|
697
|
+
"⊂⃒": "\u2282\u20D2",
|
|
698
|
+
"⊈": "\u2288",
|
|
699
|
+
"⊁": "\u2281",
|
|
700
|
+
"⪰̸": "\u2AB0\u0338",
|
|
701
|
+
"⋡": "\u22E1",
|
|
702
|
+
"≿̸": "\u227F\u0338",
|
|
703
|
+
"⊃⃒": "\u2283\u20D2",
|
|
704
|
+
"⊉": "\u2289",
|
|
705
|
+
"≁": "\u2241",
|
|
706
|
+
"≄": "\u2244",
|
|
707
|
+
"≇": "\u2247",
|
|
708
|
+
"≉": "\u2249",
|
|
709
|
+
"∤": "\u2224",
|
|
710
|
+
"𝒩": "\u{1D4A9}",
|
|
711
|
+
"Ñ": "\xD1",
|
|
712
|
+
"Ñ": "\xD1",
|
|
713
|
+
"Ν": "\u039D",
|
|
714
|
+
"Œ": "\u0152",
|
|
715
|
+
"Ó": "\xD3",
|
|
716
|
+
"Ó": "\xD3",
|
|
717
|
+
"Ô": "\xD4",
|
|
718
|
+
"Ô": "\xD4",
|
|
719
|
+
"О": "\u041E",
|
|
720
|
+
"Ő": "\u0150",
|
|
721
|
+
"𝔒": "\u{1D512}",
|
|
722
|
+
"Ò": "\xD2",
|
|
723
|
+
"Ò": "\xD2",
|
|
724
|
+
"Ō": "\u014C",
|
|
725
|
+
"Ω": "\u03A9",
|
|
726
|
+
"Ο": "\u039F",
|
|
727
|
+
"𝕆": "\u{1D546}",
|
|
728
|
+
"“": "\u201C",
|
|
729
|
+
"‘": "\u2018",
|
|
730
|
+
"⩔": "\u2A54",
|
|
731
|
+
"𝒪": "\u{1D4AA}",
|
|
732
|
+
"Ø": "\xD8",
|
|
733
|
+
"Ø": "\xD8",
|
|
734
|
+
"Õ": "\xD5",
|
|
735
|
+
"Õ": "\xD5",
|
|
736
|
+
"⨷": "\u2A37",
|
|
737
|
+
"Ö": "\xD6",
|
|
738
|
+
"Ö": "\xD6",
|
|
739
|
+
"‾": "\u203E",
|
|
740
|
+
"⏞": "\u23DE",
|
|
741
|
+
"⎴": "\u23B4",
|
|
742
|
+
"⏜": "\u23DC",
|
|
743
|
+
"∂": "\u2202",
|
|
744
|
+
"П": "\u041F",
|
|
745
|
+
"𝔓": "\u{1D513}",
|
|
746
|
+
"Φ": "\u03A6",
|
|
747
|
+
"Π": "\u03A0",
|
|
748
|
+
"±": "\xB1",
|
|
749
|
+
"ℌ": "\u210C",
|
|
750
|
+
"ℙ": "\u2119",
|
|
751
|
+
"⪻": "\u2ABB",
|
|
752
|
+
"≺": "\u227A",
|
|
753
|
+
"⪯": "\u2AAF",
|
|
754
|
+
"≼": "\u227C",
|
|
755
|
+
"≾": "\u227E",
|
|
756
|
+
"″": "\u2033",
|
|
757
|
+
"∏": "\u220F",
|
|
758
|
+
"∷": "\u2237",
|
|
759
|
+
"∝": "\u221D",
|
|
760
|
+
"𝒫": "\u{1D4AB}",
|
|
761
|
+
"Ψ": "\u03A8",
|
|
762
|
+
""": '"',
|
|
763
|
+
""": '"',
|
|
764
|
+
"𝔔": "\u{1D514}",
|
|
765
|
+
"ℚ": "\u211A",
|
|
766
|
+
"𝒬": "\u{1D4AC}",
|
|
767
|
+
"⤐": "\u2910",
|
|
768
|
+
"®": "\xAE",
|
|
769
|
+
"®": "\xAE",
|
|
770
|
+
"Ŕ": "\u0154",
|
|
771
|
+
"⟫": "\u27EB",
|
|
772
|
+
"↠": "\u21A0",
|
|
773
|
+
"⤖": "\u2916",
|
|
774
|
+
"Ř": "\u0158",
|
|
775
|
+
"Ŗ": "\u0156",
|
|
776
|
+
"Р": "\u0420",
|
|
777
|
+
"ℜ": "\u211C",
|
|
778
|
+
"∋": "\u220B",
|
|
779
|
+
"⇋": "\u21CB",
|
|
780
|
+
"⥯": "\u296F",
|
|
781
|
+
"ℜ": "\u211C",
|
|
782
|
+
"Ρ": "\u03A1",
|
|
783
|
+
"⟩": "\u27E9",
|
|
784
|
+
"→": "\u2192",
|
|
785
|
+
"⇥": "\u21E5",
|
|
786
|
+
"⇄": "\u21C4",
|
|
787
|
+
"⌉": "\u2309",
|
|
788
|
+
"⟧": "\u27E7",
|
|
789
|
+
"⥝": "\u295D",
|
|
790
|
+
"⇂": "\u21C2",
|
|
791
|
+
"⥕": "\u2955",
|
|
792
|
+
"⌋": "\u230B",
|
|
793
|
+
"⊢": "\u22A2",
|
|
794
|
+
"↦": "\u21A6",
|
|
795
|
+
"⥛": "\u295B",
|
|
796
|
+
"⊳": "\u22B3",
|
|
797
|
+
"⧐": "\u29D0",
|
|
798
|
+
"⊵": "\u22B5",
|
|
799
|
+
"⥏": "\u294F",
|
|
800
|
+
"⥜": "\u295C",
|
|
801
|
+
"↾": "\u21BE",
|
|
802
|
+
"⥔": "\u2954",
|
|
803
|
+
"⇀": "\u21C0",
|
|
804
|
+
"⥓": "\u2953",
|
|
805
|
+
"⇒": "\u21D2",
|
|
806
|
+
"ℝ": "\u211D",
|
|
807
|
+
"⥰": "\u2970",
|
|
808
|
+
"⇛": "\u21DB",
|
|
809
|
+
"ℛ": "\u211B",
|
|
810
|
+
"↱": "\u21B1",
|
|
811
|
+
"⧴": "\u29F4",
|
|
812
|
+
"Щ": "\u0429",
|
|
813
|
+
"Ш": "\u0428",
|
|
814
|
+
"Ь": "\u042C",
|
|
815
|
+
"Ś": "\u015A",
|
|
816
|
+
"⪼": "\u2ABC",
|
|
817
|
+
"Š": "\u0160",
|
|
818
|
+
"Ş": "\u015E",
|
|
819
|
+
"Ŝ": "\u015C",
|
|
820
|
+
"С": "\u0421",
|
|
821
|
+
"𝔖": "\u{1D516}",
|
|
822
|
+
"↓": "\u2193",
|
|
823
|
+
"←": "\u2190",
|
|
824
|
+
"→": "\u2192",
|
|
825
|
+
"↑": "\u2191",
|
|
826
|
+
"Σ": "\u03A3",
|
|
827
|
+
"∘": "\u2218",
|
|
828
|
+
"𝕊": "\u{1D54A}",
|
|
829
|
+
"√": "\u221A",
|
|
830
|
+
"□": "\u25A1",
|
|
831
|
+
"⊓": "\u2293",
|
|
832
|
+
"⊏": "\u228F",
|
|
833
|
+
"⊑": "\u2291",
|
|
834
|
+
"⊐": "\u2290",
|
|
835
|
+
"⊒": "\u2292",
|
|
836
|
+
"⊔": "\u2294",
|
|
837
|
+
"𝒮": "\u{1D4AE}",
|
|
838
|
+
"⋆": "\u22C6",
|
|
839
|
+
"⋐": "\u22D0",
|
|
840
|
+
"⋐": "\u22D0",
|
|
841
|
+
"⊆": "\u2286",
|
|
842
|
+
"≻": "\u227B",
|
|
843
|
+
"⪰": "\u2AB0",
|
|
844
|
+
"≽": "\u227D",
|
|
845
|
+
"≿": "\u227F",
|
|
846
|
+
"∋": "\u220B",
|
|
847
|
+
"∑": "\u2211",
|
|
848
|
+
"⋑": "\u22D1",
|
|
849
|
+
"⊃": "\u2283",
|
|
850
|
+
"⊇": "\u2287",
|
|
851
|
+
"⋑": "\u22D1",
|
|
852
|
+
"Þ": "\xDE",
|
|
853
|
+
"Þ": "\xDE",
|
|
854
|
+
"™": "\u2122",
|
|
855
|
+
"Ћ": "\u040B",
|
|
856
|
+
"Ц": "\u0426",
|
|
857
|
+
"	": " ",
|
|
858
|
+
"Τ": "\u03A4",
|
|
859
|
+
"Ť": "\u0164",
|
|
860
|
+
"Ţ": "\u0162",
|
|
861
|
+
"Т": "\u0422",
|
|
862
|
+
"𝔗": "\u{1D517}",
|
|
863
|
+
"∴": "\u2234",
|
|
864
|
+
"Θ": "\u0398",
|
|
865
|
+
"  ": "\u205F\u200A",
|
|
866
|
+
" ": "\u2009",
|
|
867
|
+
"∼": "\u223C",
|
|
868
|
+
"≃": "\u2243",
|
|
869
|
+
"≅": "\u2245",
|
|
870
|
+
"≈": "\u2248",
|
|
871
|
+
"𝕋": "\u{1D54B}",
|
|
872
|
+
"⃛": "\u20DB",
|
|
873
|
+
"𝒯": "\u{1D4AF}",
|
|
874
|
+
"Ŧ": "\u0166",
|
|
875
|
+
"Ú": "\xDA",
|
|
876
|
+
"Ú": "\xDA",
|
|
877
|
+
"↟": "\u219F",
|
|
878
|
+
"⥉": "\u2949",
|
|
879
|
+
"Ў": "\u040E",
|
|
880
|
+
"Ŭ": "\u016C",
|
|
881
|
+
"Û": "\xDB",
|
|
882
|
+
"Û": "\xDB",
|
|
883
|
+
"У": "\u0423",
|
|
884
|
+
"Ű": "\u0170",
|
|
885
|
+
"𝔘": "\u{1D518}",
|
|
886
|
+
"Ù": "\xD9",
|
|
887
|
+
"Ù": "\xD9",
|
|
888
|
+
"Ū": "\u016A",
|
|
889
|
+
"_": "_",
|
|
890
|
+
"⏟": "\u23DF",
|
|
891
|
+
"⎵": "\u23B5",
|
|
892
|
+
"⏝": "\u23DD",
|
|
893
|
+
"⋃": "\u22C3",
|
|
894
|
+
"⊎": "\u228E",
|
|
895
|
+
"Ų": "\u0172",
|
|
896
|
+
"𝕌": "\u{1D54C}",
|
|
897
|
+
"↑": "\u2191",
|
|
898
|
+
"⤒": "\u2912",
|
|
899
|
+
"⇅": "\u21C5",
|
|
900
|
+
"↕": "\u2195",
|
|
901
|
+
"⥮": "\u296E",
|
|
902
|
+
"⊥": "\u22A5",
|
|
903
|
+
"↥": "\u21A5",
|
|
904
|
+
"⇑": "\u21D1",
|
|
905
|
+
"⇕": "\u21D5",
|
|
906
|
+
"↖": "\u2196",
|
|
907
|
+
"↗": "\u2197",
|
|
908
|
+
"ϒ": "\u03D2",
|
|
909
|
+
"Υ": "\u03A5",
|
|
910
|
+
"Ů": "\u016E",
|
|
911
|
+
"𝒰": "\u{1D4B0}",
|
|
912
|
+
"Ũ": "\u0168",
|
|
913
|
+
"Ü": "\xDC",
|
|
914
|
+
"Ü": "\xDC",
|
|
915
|
+
"⊫": "\u22AB",
|
|
916
|
+
"⫫": "\u2AEB",
|
|
917
|
+
"В": "\u0412",
|
|
918
|
+
"⊩": "\u22A9",
|
|
919
|
+
"⫦": "\u2AE6",
|
|
920
|
+
"⋁": "\u22C1",
|
|
921
|
+
"‖": "\u2016",
|
|
922
|
+
"‖": "\u2016",
|
|
923
|
+
"∣": "\u2223",
|
|
924
|
+
"|": "|",
|
|
925
|
+
"❘": "\u2758",
|
|
926
|
+
"≀": "\u2240",
|
|
927
|
+
" ": "\u200A",
|
|
928
|
+
"𝔙": "\u{1D519}",
|
|
929
|
+
"𝕍": "\u{1D54D}",
|
|
930
|
+
"𝒱": "\u{1D4B1}",
|
|
931
|
+
"⊪": "\u22AA",
|
|
932
|
+
"Ŵ": "\u0174",
|
|
933
|
+
"⋀": "\u22C0",
|
|
934
|
+
"𝔚": "\u{1D51A}",
|
|
935
|
+
"𝕎": "\u{1D54E}",
|
|
936
|
+
"𝒲": "\u{1D4B2}",
|
|
937
|
+
"𝔛": "\u{1D51B}",
|
|
938
|
+
"Ξ": "\u039E",
|
|
939
|
+
"𝕏": "\u{1D54F}",
|
|
940
|
+
"𝒳": "\u{1D4B3}",
|
|
941
|
+
"Я": "\u042F",
|
|
942
|
+
"Ї": "\u0407",
|
|
943
|
+
"Ю": "\u042E",
|
|
944
|
+
"Ý": "\xDD",
|
|
945
|
+
"Ý": "\xDD",
|
|
946
|
+
"Ŷ": "\u0176",
|
|
947
|
+
"Ы": "\u042B",
|
|
948
|
+
"𝔜": "\u{1D51C}",
|
|
949
|
+
"𝕐": "\u{1D550}",
|
|
950
|
+
"𝒴": "\u{1D4B4}",
|
|
951
|
+
"Ÿ": "\u0178",
|
|
952
|
+
"Ж": "\u0416",
|
|
953
|
+
"Ź": "\u0179",
|
|
954
|
+
"Ž": "\u017D",
|
|
955
|
+
"З": "\u0417",
|
|
956
|
+
"Ż": "\u017B",
|
|
957
|
+
"​": "\u200B",
|
|
958
|
+
"Ζ": "\u0396",
|
|
959
|
+
"ℨ": "\u2128",
|
|
960
|
+
"ℤ": "\u2124",
|
|
961
|
+
"𝒵": "\u{1D4B5}",
|
|
962
|
+
"á": "\xE1",
|
|
963
|
+
"á": "\xE1",
|
|
964
|
+
"ă": "\u0103",
|
|
965
|
+
"∾": "\u223E",
|
|
966
|
+
"∾̳": "\u223E\u0333",
|
|
967
|
+
"∿": "\u223F",
|
|
968
|
+
"â": "\xE2",
|
|
969
|
+
"â": "\xE2",
|
|
970
|
+
"´": "\xB4",
|
|
971
|
+
"´": "\xB4",
|
|
972
|
+
"а": "\u0430",
|
|
973
|
+
"æ": "\xE6",
|
|
974
|
+
"æ": "\xE6",
|
|
975
|
+
"⁡": "\u2061",
|
|
976
|
+
"𝔞": "\u{1D51E}",
|
|
977
|
+
"à": "\xE0",
|
|
978
|
+
"à": "\xE0",
|
|
979
|
+
"ℵ": "\u2135",
|
|
980
|
+
"ℵ": "\u2135",
|
|
981
|
+
"α": "\u03B1",
|
|
982
|
+
"ā": "\u0101",
|
|
983
|
+
"⨿": "\u2A3F",
|
|
984
|
+
"&": "&",
|
|
985
|
+
"&": "&",
|
|
986
|
+
"∧": "\u2227",
|
|
987
|
+
"⩕": "\u2A55",
|
|
988
|
+
"⩜": "\u2A5C",
|
|
989
|
+
"⩘": "\u2A58",
|
|
990
|
+
"⩚": "\u2A5A",
|
|
991
|
+
"∠": "\u2220",
|
|
992
|
+
"⦤": "\u29A4",
|
|
993
|
+
"∠": "\u2220",
|
|
994
|
+
"∡": "\u2221",
|
|
995
|
+
"⦨": "\u29A8",
|
|
996
|
+
"⦩": "\u29A9",
|
|
997
|
+
"⦪": "\u29AA",
|
|
998
|
+
"⦫": "\u29AB",
|
|
999
|
+
"⦬": "\u29AC",
|
|
1000
|
+
"⦭": "\u29AD",
|
|
1001
|
+
"⦮": "\u29AE",
|
|
1002
|
+
"⦯": "\u29AF",
|
|
1003
|
+
"∟": "\u221F",
|
|
1004
|
+
"⊾": "\u22BE",
|
|
1005
|
+
"⦝": "\u299D",
|
|
1006
|
+
"∢": "\u2222",
|
|
1007
|
+
"Å": "\xC5",
|
|
1008
|
+
"⍼": "\u237C",
|
|
1009
|
+
"ą": "\u0105",
|
|
1010
|
+
"𝕒": "\u{1D552}",
|
|
1011
|
+
"≈": "\u2248",
|
|
1012
|
+
"⩰": "\u2A70",
|
|
1013
|
+
"⩯": "\u2A6F",
|
|
1014
|
+
"≊": "\u224A",
|
|
1015
|
+
"≋": "\u224B",
|
|
1016
|
+
"'": "'",
|
|
1017
|
+
"≈": "\u2248",
|
|
1018
|
+
"≊": "\u224A",
|
|
1019
|
+
"å": "\xE5",
|
|
1020
|
+
"å": "\xE5",
|
|
1021
|
+
"𝒶": "\u{1D4B6}",
|
|
1022
|
+
"*": "*",
|
|
1023
|
+
"≈": "\u2248",
|
|
1024
|
+
"≍": "\u224D",
|
|
1025
|
+
"ã": "\xE3",
|
|
1026
|
+
"ã": "\xE3",
|
|
1027
|
+
"ä": "\xE4",
|
|
1028
|
+
"ä": "\xE4",
|
|
1029
|
+
"∳": "\u2233",
|
|
1030
|
+
"⨑": "\u2A11",
|
|
1031
|
+
"⫭": "\u2AED",
|
|
1032
|
+
"≌": "\u224C",
|
|
1033
|
+
"϶": "\u03F6",
|
|
1034
|
+
"‵": "\u2035",
|
|
1035
|
+
"∽": "\u223D",
|
|
1036
|
+
"⋍": "\u22CD",
|
|
1037
|
+
"⊽": "\u22BD",
|
|
1038
|
+
"⌅": "\u2305",
|
|
1039
|
+
"⌅": "\u2305",
|
|
1040
|
+
"⎵": "\u23B5",
|
|
1041
|
+
"⎶": "\u23B6",
|
|
1042
|
+
"≌": "\u224C",
|
|
1043
|
+
"б": "\u0431",
|
|
1044
|
+
"„": "\u201E",
|
|
1045
|
+
"∵": "\u2235",
|
|
1046
|
+
"∵": "\u2235",
|
|
1047
|
+
"⦰": "\u29B0",
|
|
1048
|
+
"϶": "\u03F6",
|
|
1049
|
+
"ℬ": "\u212C",
|
|
1050
|
+
"β": "\u03B2",
|
|
1051
|
+
"ℶ": "\u2136",
|
|
1052
|
+
"≬": "\u226C",
|
|
1053
|
+
"𝔟": "\u{1D51F}",
|
|
1054
|
+
"⋂": "\u22C2",
|
|
1055
|
+
"◯": "\u25EF",
|
|
1056
|
+
"⋃": "\u22C3",
|
|
1057
|
+
"⨀": "\u2A00",
|
|
1058
|
+
"⨁": "\u2A01",
|
|
1059
|
+
"⨂": "\u2A02",
|
|
1060
|
+
"⨆": "\u2A06",
|
|
1061
|
+
"★": "\u2605",
|
|
1062
|
+
"▽": "\u25BD",
|
|
1063
|
+
"△": "\u25B3",
|
|
1064
|
+
"⨄": "\u2A04",
|
|
1065
|
+
"⋁": "\u22C1",
|
|
1066
|
+
"⋀": "\u22C0",
|
|
1067
|
+
"⤍": "\u290D",
|
|
1068
|
+
"⧫": "\u29EB",
|
|
1069
|
+
"▪": "\u25AA",
|
|
1070
|
+
"▴": "\u25B4",
|
|
1071
|
+
"▾": "\u25BE",
|
|
1072
|
+
"◂": "\u25C2",
|
|
1073
|
+
"▸": "\u25B8",
|
|
1074
|
+
"␣": "\u2423",
|
|
1075
|
+
"▒": "\u2592",
|
|
1076
|
+
"░": "\u2591",
|
|
1077
|
+
"▓": "\u2593",
|
|
1078
|
+
"█": "\u2588",
|
|
1079
|
+
"=⃥": "=\u20E5",
|
|
1080
|
+
"≡⃥": "\u2261\u20E5",
|
|
1081
|
+
"⌐": "\u2310",
|
|
1082
|
+
"𝕓": "\u{1D553}",
|
|
1083
|
+
"⊥": "\u22A5",
|
|
1084
|
+
"⊥": "\u22A5",
|
|
1085
|
+
"⋈": "\u22C8",
|
|
1086
|
+
"╗": "\u2557",
|
|
1087
|
+
"╔": "\u2554",
|
|
1088
|
+
"╖": "\u2556",
|
|
1089
|
+
"╓": "\u2553",
|
|
1090
|
+
"═": "\u2550",
|
|
1091
|
+
"╦": "\u2566",
|
|
1092
|
+
"╩": "\u2569",
|
|
1093
|
+
"╤": "\u2564",
|
|
1094
|
+
"╧": "\u2567",
|
|
1095
|
+
"╝": "\u255D",
|
|
1096
|
+
"╚": "\u255A",
|
|
1097
|
+
"╜": "\u255C",
|
|
1098
|
+
"╙": "\u2559",
|
|
1099
|
+
"║": "\u2551",
|
|
1100
|
+
"╬": "\u256C",
|
|
1101
|
+
"╣": "\u2563",
|
|
1102
|
+
"╠": "\u2560",
|
|
1103
|
+
"╫": "\u256B",
|
|
1104
|
+
"╢": "\u2562",
|
|
1105
|
+
"╟": "\u255F",
|
|
1106
|
+
"⧉": "\u29C9",
|
|
1107
|
+
"╕": "\u2555",
|
|
1108
|
+
"╒": "\u2552",
|
|
1109
|
+
"┐": "\u2510",
|
|
1110
|
+
"┌": "\u250C",
|
|
1111
|
+
"─": "\u2500",
|
|
1112
|
+
"╥": "\u2565",
|
|
1113
|
+
"╨": "\u2568",
|
|
1114
|
+
"┬": "\u252C",
|
|
1115
|
+
"┴": "\u2534",
|
|
1116
|
+
"⊟": "\u229F",
|
|
1117
|
+
"⊞": "\u229E",
|
|
1118
|
+
"⊠": "\u22A0",
|
|
1119
|
+
"╛": "\u255B",
|
|
1120
|
+
"╘": "\u2558",
|
|
1121
|
+
"┘": "\u2518",
|
|
1122
|
+
"└": "\u2514",
|
|
1123
|
+
"│": "\u2502",
|
|
1124
|
+
"╪": "\u256A",
|
|
1125
|
+
"╡": "\u2561",
|
|
1126
|
+
"╞": "\u255E",
|
|
1127
|
+
"┼": "\u253C",
|
|
1128
|
+
"┤": "\u2524",
|
|
1129
|
+
"├": "\u251C",
|
|
1130
|
+
"‵": "\u2035",
|
|
1131
|
+
"˘": "\u02D8",
|
|
1132
|
+
"¦": "\xA6",
|
|
1133
|
+
"¦": "\xA6",
|
|
1134
|
+
"𝒷": "\u{1D4B7}",
|
|
1135
|
+
"⁏": "\u204F",
|
|
1136
|
+
"∽": "\u223D",
|
|
1137
|
+
"⋍": "\u22CD",
|
|
1138
|
+
"\": "\\",
|
|
1139
|
+
"⧅": "\u29C5",
|
|
1140
|
+
"⟈": "\u27C8",
|
|
1141
|
+
"•": "\u2022",
|
|
1142
|
+
"•": "\u2022",
|
|
1143
|
+
"≎": "\u224E",
|
|
1144
|
+
"⪮": "\u2AAE",
|
|
1145
|
+
"≏": "\u224F",
|
|
1146
|
+
"≏": "\u224F",
|
|
1147
|
+
"ć": "\u0107",
|
|
1148
|
+
"∩": "\u2229",
|
|
1149
|
+
"⩄": "\u2A44",
|
|
1150
|
+
"⩉": "\u2A49",
|
|
1151
|
+
"⩋": "\u2A4B",
|
|
1152
|
+
"⩇": "\u2A47",
|
|
1153
|
+
"⩀": "\u2A40",
|
|
1154
|
+
"∩︀": "\u2229\uFE00",
|
|
1155
|
+
"⁁": "\u2041",
|
|
1156
|
+
"ˇ": "\u02C7",
|
|
1157
|
+
"⩍": "\u2A4D",
|
|
1158
|
+
"č": "\u010D",
|
|
1159
|
+
"ç": "\xE7",
|
|
1160
|
+
"ç": "\xE7",
|
|
1161
|
+
"ĉ": "\u0109",
|
|
1162
|
+
"⩌": "\u2A4C",
|
|
1163
|
+
"⩐": "\u2A50",
|
|
1164
|
+
"ċ": "\u010B",
|
|
1165
|
+
"¸": "\xB8",
|
|
1166
|
+
"¸": "\xB8",
|
|
1167
|
+
"⦲": "\u29B2",
|
|
1168
|
+
"¢": "\xA2",
|
|
1169
|
+
"¢": "\xA2",
|
|
1170
|
+
"·": "\xB7",
|
|
1171
|
+
"𝔠": "\u{1D520}",
|
|
1172
|
+
"ч": "\u0447",
|
|
1173
|
+
"✓": "\u2713",
|
|
1174
|
+
"✓": "\u2713",
|
|
1175
|
+
"χ": "\u03C7",
|
|
1176
|
+
"○": "\u25CB",
|
|
1177
|
+
"⧃": "\u29C3",
|
|
1178
|
+
"ˆ": "\u02C6",
|
|
1179
|
+
"≗": "\u2257",
|
|
1180
|
+
"↺": "\u21BA",
|
|
1181
|
+
"↻": "\u21BB",
|
|
1182
|
+
"®": "\xAE",
|
|
1183
|
+
"Ⓢ": "\u24C8",
|
|
1184
|
+
"⊛": "\u229B",
|
|
1185
|
+
"⊚": "\u229A",
|
|
1186
|
+
"⊝": "\u229D",
|
|
1187
|
+
"≗": "\u2257",
|
|
1188
|
+
"⨐": "\u2A10",
|
|
1189
|
+
"⫯": "\u2AEF",
|
|
1190
|
+
"⧂": "\u29C2",
|
|
1191
|
+
"♣": "\u2663",
|
|
1192
|
+
"♣": "\u2663",
|
|
1193
|
+
":": ":",
|
|
1194
|
+
"≔": "\u2254",
|
|
1195
|
+
"≔": "\u2254",
|
|
1196
|
+
",": ",",
|
|
1197
|
+
"@": "@",
|
|
1198
|
+
"∁": "\u2201",
|
|
1199
|
+
"∘": "\u2218",
|
|
1200
|
+
"∁": "\u2201",
|
|
1201
|
+
"ℂ": "\u2102",
|
|
1202
|
+
"≅": "\u2245",
|
|
1203
|
+
"⩭": "\u2A6D",
|
|
1204
|
+
"∮": "\u222E",
|
|
1205
|
+
"𝕔": "\u{1D554}",
|
|
1206
|
+
"∐": "\u2210",
|
|
1207
|
+
"©": "\xA9",
|
|
1208
|
+
"©": "\xA9",
|
|
1209
|
+
"℗": "\u2117",
|
|
1210
|
+
"↵": "\u21B5",
|
|
1211
|
+
"✗": "\u2717",
|
|
1212
|
+
"𝒸": "\u{1D4B8}",
|
|
1213
|
+
"⫏": "\u2ACF",
|
|
1214
|
+
"⫑": "\u2AD1",
|
|
1215
|
+
"⫐": "\u2AD0",
|
|
1216
|
+
"⫒": "\u2AD2",
|
|
1217
|
+
"⋯": "\u22EF",
|
|
1218
|
+
"⤸": "\u2938",
|
|
1219
|
+
"⤵": "\u2935",
|
|
1220
|
+
"⋞": "\u22DE",
|
|
1221
|
+
"⋟": "\u22DF",
|
|
1222
|
+
"↶": "\u21B6",
|
|
1223
|
+
"⤽": "\u293D",
|
|
1224
|
+
"∪": "\u222A",
|
|
1225
|
+
"⩈": "\u2A48",
|
|
1226
|
+
"⩆": "\u2A46",
|
|
1227
|
+
"⩊": "\u2A4A",
|
|
1228
|
+
"⊍": "\u228D",
|
|
1229
|
+
"⩅": "\u2A45",
|
|
1230
|
+
"∪︀": "\u222A\uFE00",
|
|
1231
|
+
"↷": "\u21B7",
|
|
1232
|
+
"⤼": "\u293C",
|
|
1233
|
+
"⋞": "\u22DE",
|
|
1234
|
+
"⋟": "\u22DF",
|
|
1235
|
+
"⋎": "\u22CE",
|
|
1236
|
+
"⋏": "\u22CF",
|
|
1237
|
+
"¤": "\xA4",
|
|
1238
|
+
"¤": "\xA4",
|
|
1239
|
+
"↶": "\u21B6",
|
|
1240
|
+
"↷": "\u21B7",
|
|
1241
|
+
"⋎": "\u22CE",
|
|
1242
|
+
"⋏": "\u22CF",
|
|
1243
|
+
"∲": "\u2232",
|
|
1244
|
+
"∱": "\u2231",
|
|
1245
|
+
"⌭": "\u232D",
|
|
1246
|
+
"⇓": "\u21D3",
|
|
1247
|
+
"⥥": "\u2965",
|
|
1248
|
+
"†": "\u2020",
|
|
1249
|
+
"ℸ": "\u2138",
|
|
1250
|
+
"↓": "\u2193",
|
|
1251
|
+
"‐": "\u2010",
|
|
1252
|
+
"⊣": "\u22A3",
|
|
1253
|
+
"⤏": "\u290F",
|
|
1254
|
+
"˝": "\u02DD",
|
|
1255
|
+
"ď": "\u010F",
|
|
1256
|
+
"д": "\u0434",
|
|
1257
|
+
"ⅆ": "\u2146",
|
|
1258
|
+
"‡": "\u2021",
|
|
1259
|
+
"⇊": "\u21CA",
|
|
1260
|
+
"⩷": "\u2A77",
|
|
1261
|
+
"°": "\xB0",
|
|
1262
|
+
"°": "\xB0",
|
|
1263
|
+
"δ": "\u03B4",
|
|
1264
|
+
"⦱": "\u29B1",
|
|
1265
|
+
"⥿": "\u297F",
|
|
1266
|
+
"𝔡": "\u{1D521}",
|
|
1267
|
+
"⇃": "\u21C3",
|
|
1268
|
+
"⇂": "\u21C2",
|
|
1269
|
+
"⋄": "\u22C4",
|
|
1270
|
+
"⋄": "\u22C4",
|
|
1271
|
+
"♦": "\u2666",
|
|
1272
|
+
"♦": "\u2666",
|
|
1273
|
+
"¨": "\xA8",
|
|
1274
|
+
"ϝ": "\u03DD",
|
|
1275
|
+
"⋲": "\u22F2",
|
|
1276
|
+
"÷": "\xF7",
|
|
1277
|
+
"÷": "\xF7",
|
|
1278
|
+
"÷": "\xF7",
|
|
1279
|
+
"⋇": "\u22C7",
|
|
1280
|
+
"⋇": "\u22C7",
|
|
1281
|
+
"ђ": "\u0452",
|
|
1282
|
+
"⌞": "\u231E",
|
|
1283
|
+
"⌍": "\u230D",
|
|
1284
|
+
"$": "$",
|
|
1285
|
+
"𝕕": "\u{1D555}",
|
|
1286
|
+
"˙": "\u02D9",
|
|
1287
|
+
"≐": "\u2250",
|
|
1288
|
+
"≑": "\u2251",
|
|
1289
|
+
"∸": "\u2238",
|
|
1290
|
+
"∔": "\u2214",
|
|
1291
|
+
"⊡": "\u22A1",
|
|
1292
|
+
"⌆": "\u2306",
|
|
1293
|
+
"↓": "\u2193",
|
|
1294
|
+
"⇊": "\u21CA",
|
|
1295
|
+
"⇃": "\u21C3",
|
|
1296
|
+
"⇂": "\u21C2",
|
|
1297
|
+
"⤐": "\u2910",
|
|
1298
|
+
"⌟": "\u231F",
|
|
1299
|
+
"⌌": "\u230C",
|
|
1300
|
+
"𝒹": "\u{1D4B9}",
|
|
1301
|
+
"ѕ": "\u0455",
|
|
1302
|
+
"⧶": "\u29F6",
|
|
1303
|
+
"đ": "\u0111",
|
|
1304
|
+
"⋱": "\u22F1",
|
|
1305
|
+
"▿": "\u25BF",
|
|
1306
|
+
"▾": "\u25BE",
|
|
1307
|
+
"⇵": "\u21F5",
|
|
1308
|
+
"⥯": "\u296F",
|
|
1309
|
+
"⦦": "\u29A6",
|
|
1310
|
+
"џ": "\u045F",
|
|
1311
|
+
"⟿": "\u27FF",
|
|
1312
|
+
"⩷": "\u2A77",
|
|
1313
|
+
"≑": "\u2251",
|
|
1314
|
+
"é": "\xE9",
|
|
1315
|
+
"é": "\xE9",
|
|
1316
|
+
"⩮": "\u2A6E",
|
|
1317
|
+
"ě": "\u011B",
|
|
1318
|
+
"≖": "\u2256",
|
|
1319
|
+
"ê": "\xEA",
|
|
1320
|
+
"ê": "\xEA",
|
|
1321
|
+
"≕": "\u2255",
|
|
1322
|
+
"э": "\u044D",
|
|
1323
|
+
"ė": "\u0117",
|
|
1324
|
+
"ⅇ": "\u2147",
|
|
1325
|
+
"≒": "\u2252",
|
|
1326
|
+
"𝔢": "\u{1D522}",
|
|
1327
|
+
"⪚": "\u2A9A",
|
|
1328
|
+
"è": "\xE8",
|
|
1329
|
+
"è": "\xE8",
|
|
1330
|
+
"⪖": "\u2A96",
|
|
1331
|
+
"⪘": "\u2A98",
|
|
1332
|
+
"⪙": "\u2A99",
|
|
1333
|
+
"⏧": "\u23E7",
|
|
1334
|
+
"ℓ": "\u2113",
|
|
1335
|
+
"⪕": "\u2A95",
|
|
1336
|
+
"⪗": "\u2A97",
|
|
1337
|
+
"ē": "\u0113",
|
|
1338
|
+
"∅": "\u2205",
|
|
1339
|
+
"∅": "\u2205",
|
|
1340
|
+
"∅": "\u2205",
|
|
1341
|
+
" ": "\u2004",
|
|
1342
|
+
" ": "\u2005",
|
|
1343
|
+
" ": "\u2003",
|
|
1344
|
+
"ŋ": "\u014B",
|
|
1345
|
+
" ": "\u2002",
|
|
1346
|
+
"ę": "\u0119",
|
|
1347
|
+
"𝕖": "\u{1D556}",
|
|
1348
|
+
"⋕": "\u22D5",
|
|
1349
|
+
"⧣": "\u29E3",
|
|
1350
|
+
"⩱": "\u2A71",
|
|
1351
|
+
"ε": "\u03B5",
|
|
1352
|
+
"ε": "\u03B5",
|
|
1353
|
+
"ϵ": "\u03F5",
|
|
1354
|
+
"≖": "\u2256",
|
|
1355
|
+
"≕": "\u2255",
|
|
1356
|
+
"≂": "\u2242",
|
|
1357
|
+
"⪖": "\u2A96",
|
|
1358
|
+
"⪕": "\u2A95",
|
|
1359
|
+
"=": "=",
|
|
1360
|
+
"≟": "\u225F",
|
|
1361
|
+
"≡": "\u2261",
|
|
1362
|
+
"⩸": "\u2A78",
|
|
1363
|
+
"⧥": "\u29E5",
|
|
1364
|
+
"≓": "\u2253",
|
|
1365
|
+
"⥱": "\u2971",
|
|
1366
|
+
"ℯ": "\u212F",
|
|
1367
|
+
"≐": "\u2250",
|
|
1368
|
+
"≂": "\u2242",
|
|
1369
|
+
"η": "\u03B7",
|
|
1370
|
+
"ð": "\xF0",
|
|
1371
|
+
"ð": "\xF0",
|
|
1372
|
+
"ë": "\xEB",
|
|
1373
|
+
"ë": "\xEB",
|
|
1374
|
+
"€": "\u20AC",
|
|
1375
|
+
"!": "!",
|
|
1376
|
+
"∃": "\u2203",
|
|
1377
|
+
"ℰ": "\u2130",
|
|
1378
|
+
"ⅇ": "\u2147",
|
|
1379
|
+
"≒": "\u2252",
|
|
1380
|
+
"ф": "\u0444",
|
|
1381
|
+
"♀": "\u2640",
|
|
1382
|
+
"ffi": "\uFB03",
|
|
1383
|
+
"ff": "\uFB00",
|
|
1384
|
+
"ffl": "\uFB04",
|
|
1385
|
+
"𝔣": "\u{1D523}",
|
|
1386
|
+
"fi": "\uFB01",
|
|
1387
|
+
"fj": "fj",
|
|
1388
|
+
"♭": "\u266D",
|
|
1389
|
+
"fl": "\uFB02",
|
|
1390
|
+
"▱": "\u25B1",
|
|
1391
|
+
"ƒ": "\u0192",
|
|
1392
|
+
"𝕗": "\u{1D557}",
|
|
1393
|
+
"∀": "\u2200",
|
|
1394
|
+
"⋔": "\u22D4",
|
|
1395
|
+
"⫙": "\u2AD9",
|
|
1396
|
+
"⨍": "\u2A0D",
|
|
1397
|
+
"½": "\xBD",
|
|
1398
|
+
"½": "\xBD",
|
|
1399
|
+
"⅓": "\u2153",
|
|
1400
|
+
"¼": "\xBC",
|
|
1401
|
+
"¼": "\xBC",
|
|
1402
|
+
"⅕": "\u2155",
|
|
1403
|
+
"⅙": "\u2159",
|
|
1404
|
+
"⅛": "\u215B",
|
|
1405
|
+
"⅔": "\u2154",
|
|
1406
|
+
"⅖": "\u2156",
|
|
1407
|
+
"¾": "\xBE",
|
|
1408
|
+
"¾": "\xBE",
|
|
1409
|
+
"⅗": "\u2157",
|
|
1410
|
+
"⅜": "\u215C",
|
|
1411
|
+
"⅘": "\u2158",
|
|
1412
|
+
"⅚": "\u215A",
|
|
1413
|
+
"⅝": "\u215D",
|
|
1414
|
+
"⅞": "\u215E",
|
|
1415
|
+
"⁄": "\u2044",
|
|
1416
|
+
"⌢": "\u2322",
|
|
1417
|
+
"𝒻": "\u{1D4BB}",
|
|
1418
|
+
"≧": "\u2267",
|
|
1419
|
+
"⪌": "\u2A8C",
|
|
1420
|
+
"ǵ": "\u01F5",
|
|
1421
|
+
"γ": "\u03B3",
|
|
1422
|
+
"ϝ": "\u03DD",
|
|
1423
|
+
"⪆": "\u2A86",
|
|
1424
|
+
"ğ": "\u011F",
|
|
1425
|
+
"ĝ": "\u011D",
|
|
1426
|
+
"г": "\u0433",
|
|
1427
|
+
"ġ": "\u0121",
|
|
1428
|
+
"≥": "\u2265",
|
|
1429
|
+
"⋛": "\u22DB",
|
|
1430
|
+
"≥": "\u2265",
|
|
1431
|
+
"≧": "\u2267",
|
|
1432
|
+
"⩾": "\u2A7E",
|
|
1433
|
+
"⩾": "\u2A7E",
|
|
1434
|
+
"⪩": "\u2AA9",
|
|
1435
|
+
"⪀": "\u2A80",
|
|
1436
|
+
"⪂": "\u2A82",
|
|
1437
|
+
"⪄": "\u2A84",
|
|
1438
|
+
"⋛︀": "\u22DB\uFE00",
|
|
1439
|
+
"⪔": "\u2A94",
|
|
1440
|
+
"𝔤": "\u{1D524}",
|
|
1441
|
+
"≫": "\u226B",
|
|
1442
|
+
"⋙": "\u22D9",
|
|
1443
|
+
"ℷ": "\u2137",
|
|
1444
|
+
"ѓ": "\u0453",
|
|
1445
|
+
"≷": "\u2277",
|
|
1446
|
+
"⪒": "\u2A92",
|
|
1447
|
+
"⪥": "\u2AA5",
|
|
1448
|
+
"⪤": "\u2AA4",
|
|
1449
|
+
"≩": "\u2269",
|
|
1450
|
+
"⪊": "\u2A8A",
|
|
1451
|
+
"⪊": "\u2A8A",
|
|
1452
|
+
"⪈": "\u2A88",
|
|
1453
|
+
"⪈": "\u2A88",
|
|
1454
|
+
"≩": "\u2269",
|
|
1455
|
+
"⋧": "\u22E7",
|
|
1456
|
+
"𝕘": "\u{1D558}",
|
|
1457
|
+
"`": "`",
|
|
1458
|
+
"ℊ": "\u210A",
|
|
1459
|
+
"≳": "\u2273",
|
|
1460
|
+
"⪎": "\u2A8E",
|
|
1461
|
+
"⪐": "\u2A90",
|
|
1462
|
+
">": ">",
|
|
1463
|
+
">": ">",
|
|
1464
|
+
"⪧": "\u2AA7",
|
|
1465
|
+
"⩺": "\u2A7A",
|
|
1466
|
+
"⋗": "\u22D7",
|
|
1467
|
+
"⦕": "\u2995",
|
|
1468
|
+
"⩼": "\u2A7C",
|
|
1469
|
+
"⪆": "\u2A86",
|
|
1470
|
+
"⥸": "\u2978",
|
|
1471
|
+
"⋗": "\u22D7",
|
|
1472
|
+
"⋛": "\u22DB",
|
|
1473
|
+
"⪌": "\u2A8C",
|
|
1474
|
+
"≷": "\u2277",
|
|
1475
|
+
"≳": "\u2273",
|
|
1476
|
+
"≩︀": "\u2269\uFE00",
|
|
1477
|
+
"≩︀": "\u2269\uFE00",
|
|
1478
|
+
"⇔": "\u21D4",
|
|
1479
|
+
" ": "\u200A",
|
|
1480
|
+
"½": "\xBD",
|
|
1481
|
+
"ℋ": "\u210B",
|
|
1482
|
+
"ъ": "\u044A",
|
|
1483
|
+
"↔": "\u2194",
|
|
1484
|
+
"⥈": "\u2948",
|
|
1485
|
+
"↭": "\u21AD",
|
|
1486
|
+
"ℏ": "\u210F",
|
|
1487
|
+
"ĥ": "\u0125",
|
|
1488
|
+
"♥": "\u2665",
|
|
1489
|
+
"♥": "\u2665",
|
|
1490
|
+
"…": "\u2026",
|
|
1491
|
+
"⊹": "\u22B9",
|
|
1492
|
+
"𝔥": "\u{1D525}",
|
|
1493
|
+
"⤥": "\u2925",
|
|
1494
|
+
"⤦": "\u2926",
|
|
1495
|
+
"⇿": "\u21FF",
|
|
1496
|
+
"∻": "\u223B",
|
|
1497
|
+
"↩": "\u21A9",
|
|
1498
|
+
"↪": "\u21AA",
|
|
1499
|
+
"𝕙": "\u{1D559}",
|
|
1500
|
+
"―": "\u2015",
|
|
1501
|
+
"𝒽": "\u{1D4BD}",
|
|
1502
|
+
"ℏ": "\u210F",
|
|
1503
|
+
"ħ": "\u0127",
|
|
1504
|
+
"⁃": "\u2043",
|
|
1505
|
+
"‐": "\u2010",
|
|
1506
|
+
"í": "\xED",
|
|
1507
|
+
"í": "\xED",
|
|
1508
|
+
"⁣": "\u2063",
|
|
1509
|
+
"î": "\xEE",
|
|
1510
|
+
"î": "\xEE",
|
|
1511
|
+
"и": "\u0438",
|
|
1512
|
+
"е": "\u0435",
|
|
1513
|
+
"¡": "\xA1",
|
|
1514
|
+
"¡": "\xA1",
|
|
1515
|
+
"⇔": "\u21D4",
|
|
1516
|
+
"𝔦": "\u{1D526}",
|
|
1517
|
+
"ì": "\xEC",
|
|
1518
|
+
"ì": "\xEC",
|
|
1519
|
+
"ⅈ": "\u2148",
|
|
1520
|
+
"⨌": "\u2A0C",
|
|
1521
|
+
"∭": "\u222D",
|
|
1522
|
+
"⧜": "\u29DC",
|
|
1523
|
+
"℩": "\u2129",
|
|
1524
|
+
"ij": "\u0133",
|
|
1525
|
+
"ī": "\u012B",
|
|
1526
|
+
"ℑ": "\u2111",
|
|
1527
|
+
"ℐ": "\u2110",
|
|
1528
|
+
"ℑ": "\u2111",
|
|
1529
|
+
"ı": "\u0131",
|
|
1530
|
+
"⊷": "\u22B7",
|
|
1531
|
+
"Ƶ": "\u01B5",
|
|
1532
|
+
"∈": "\u2208",
|
|
1533
|
+
"℅": "\u2105",
|
|
1534
|
+
"∞": "\u221E",
|
|
1535
|
+
"⧝": "\u29DD",
|
|
1536
|
+
"ı": "\u0131",
|
|
1537
|
+
"∫": "\u222B",
|
|
1538
|
+
"⊺": "\u22BA",
|
|
1539
|
+
"ℤ": "\u2124",
|
|
1540
|
+
"⊺": "\u22BA",
|
|
1541
|
+
"⨗": "\u2A17",
|
|
1542
|
+
"⨼": "\u2A3C",
|
|
1543
|
+
"ё": "\u0451",
|
|
1544
|
+
"į": "\u012F",
|
|
1545
|
+
"𝕚": "\u{1D55A}",
|
|
1546
|
+
"ι": "\u03B9",
|
|
1547
|
+
"⨼": "\u2A3C",
|
|
1548
|
+
"¿": "\xBF",
|
|
1549
|
+
"¿": "\xBF",
|
|
1550
|
+
"𝒾": "\u{1D4BE}",
|
|
1551
|
+
"∈": "\u2208",
|
|
1552
|
+
"⋹": "\u22F9",
|
|
1553
|
+
"⋵": "\u22F5",
|
|
1554
|
+
"⋴": "\u22F4",
|
|
1555
|
+
"⋳": "\u22F3",
|
|
1556
|
+
"∈": "\u2208",
|
|
1557
|
+
"⁢": "\u2062",
|
|
1558
|
+
"ĩ": "\u0129",
|
|
1559
|
+
"і": "\u0456",
|
|
1560
|
+
"ï": "\xEF",
|
|
1561
|
+
"ï": "\xEF",
|
|
1562
|
+
"ĵ": "\u0135",
|
|
1563
|
+
"й": "\u0439",
|
|
1564
|
+
"𝔧": "\u{1D527}",
|
|
1565
|
+
"ȷ": "\u0237",
|
|
1566
|
+
"𝕛": "\u{1D55B}",
|
|
1567
|
+
"𝒿": "\u{1D4BF}",
|
|
1568
|
+
"ј": "\u0458",
|
|
1569
|
+
"є": "\u0454",
|
|
1570
|
+
"κ": "\u03BA",
|
|
1571
|
+
"ϰ": "\u03F0",
|
|
1572
|
+
"ķ": "\u0137",
|
|
1573
|
+
"к": "\u043A",
|
|
1574
|
+
"𝔨": "\u{1D528}",
|
|
1575
|
+
"ĸ": "\u0138",
|
|
1576
|
+
"х": "\u0445",
|
|
1577
|
+
"ќ": "\u045C",
|
|
1578
|
+
"𝕜": "\u{1D55C}",
|
|
1579
|
+
"𝓀": "\u{1D4C0}",
|
|
1580
|
+
"⇚": "\u21DA",
|
|
1581
|
+
"⇐": "\u21D0",
|
|
1582
|
+
"⤛": "\u291B",
|
|
1583
|
+
"⤎": "\u290E",
|
|
1584
|
+
"≦": "\u2266",
|
|
1585
|
+
"⪋": "\u2A8B",
|
|
1586
|
+
"⥢": "\u2962",
|
|
1587
|
+
"ĺ": "\u013A",
|
|
1588
|
+
"⦴": "\u29B4",
|
|
1589
|
+
"ℒ": "\u2112",
|
|
1590
|
+
"λ": "\u03BB",
|
|
1591
|
+
"⟨": "\u27E8",
|
|
1592
|
+
"⦑": "\u2991",
|
|
1593
|
+
"⟨": "\u27E8",
|
|
1594
|
+
"⪅": "\u2A85",
|
|
1595
|
+
"«": "\xAB",
|
|
1596
|
+
"«": "\xAB",
|
|
1597
|
+
"←": "\u2190",
|
|
1598
|
+
"⇤": "\u21E4",
|
|
1599
|
+
"⤟": "\u291F",
|
|
1600
|
+
"⤝": "\u291D",
|
|
1601
|
+
"↩": "\u21A9",
|
|
1602
|
+
"↫": "\u21AB",
|
|
1603
|
+
"⤹": "\u2939",
|
|
1604
|
+
"⥳": "\u2973",
|
|
1605
|
+
"↢": "\u21A2",
|
|
1606
|
+
"⪫": "\u2AAB",
|
|
1607
|
+
"⤙": "\u2919",
|
|
1608
|
+
"⪭": "\u2AAD",
|
|
1609
|
+
"⪭︀": "\u2AAD\uFE00",
|
|
1610
|
+
"⤌": "\u290C",
|
|
1611
|
+
"❲": "\u2772",
|
|
1612
|
+
"{": "{",
|
|
1613
|
+
"[": "[",
|
|
1614
|
+
"⦋": "\u298B",
|
|
1615
|
+
"⦏": "\u298F",
|
|
1616
|
+
"⦍": "\u298D",
|
|
1617
|
+
"ľ": "\u013E",
|
|
1618
|
+
"ļ": "\u013C",
|
|
1619
|
+
"⌈": "\u2308",
|
|
1620
|
+
"{": "{",
|
|
1621
|
+
"л": "\u043B",
|
|
1622
|
+
"⤶": "\u2936",
|
|
1623
|
+
"“": "\u201C",
|
|
1624
|
+
"„": "\u201E",
|
|
1625
|
+
"⥧": "\u2967",
|
|
1626
|
+
"⥋": "\u294B",
|
|
1627
|
+
"↲": "\u21B2",
|
|
1628
|
+
"≤": "\u2264",
|
|
1629
|
+
"←": "\u2190",
|
|
1630
|
+
"↢": "\u21A2",
|
|
1631
|
+
"↽": "\u21BD",
|
|
1632
|
+
"↼": "\u21BC",
|
|
1633
|
+
"⇇": "\u21C7",
|
|
1634
|
+
"↔": "\u2194",
|
|
1635
|
+
"⇆": "\u21C6",
|
|
1636
|
+
"⇋": "\u21CB",
|
|
1637
|
+
"↭": "\u21AD",
|
|
1638
|
+
"⋋": "\u22CB",
|
|
1639
|
+
"⋚": "\u22DA",
|
|
1640
|
+
"≤": "\u2264",
|
|
1641
|
+
"≦": "\u2266",
|
|
1642
|
+
"⩽": "\u2A7D",
|
|
1643
|
+
"⩽": "\u2A7D",
|
|
1644
|
+
"⪨": "\u2AA8",
|
|
1645
|
+
"⩿": "\u2A7F",
|
|
1646
|
+
"⪁": "\u2A81",
|
|
1647
|
+
"⪃": "\u2A83",
|
|
1648
|
+
"⋚︀": "\u22DA\uFE00",
|
|
1649
|
+
"⪓": "\u2A93",
|
|
1650
|
+
"⪅": "\u2A85",
|
|
1651
|
+
"⋖": "\u22D6",
|
|
1652
|
+
"⋚": "\u22DA",
|
|
1653
|
+
"⪋": "\u2A8B",
|
|
1654
|
+
"≶": "\u2276",
|
|
1655
|
+
"≲": "\u2272",
|
|
1656
|
+
"⥼": "\u297C",
|
|
1657
|
+
"⌊": "\u230A",
|
|
1658
|
+
"𝔩": "\u{1D529}",
|
|
1659
|
+
"≶": "\u2276",
|
|
1660
|
+
"⪑": "\u2A91",
|
|
1661
|
+
"↽": "\u21BD",
|
|
1662
|
+
"↼": "\u21BC",
|
|
1663
|
+
"⥪": "\u296A",
|
|
1664
|
+
"▄": "\u2584",
|
|
1665
|
+
"љ": "\u0459",
|
|
1666
|
+
"≪": "\u226A",
|
|
1667
|
+
"⇇": "\u21C7",
|
|
1668
|
+
"⌞": "\u231E",
|
|
1669
|
+
"⥫": "\u296B",
|
|
1670
|
+
"◺": "\u25FA",
|
|
1671
|
+
"ŀ": "\u0140",
|
|
1672
|
+
"⎰": "\u23B0",
|
|
1673
|
+
"⎰": "\u23B0",
|
|
1674
|
+
"≨": "\u2268",
|
|
1675
|
+
"⪉": "\u2A89",
|
|
1676
|
+
"⪉": "\u2A89",
|
|
1677
|
+
"⪇": "\u2A87",
|
|
1678
|
+
"⪇": "\u2A87",
|
|
1679
|
+
"≨": "\u2268",
|
|
1680
|
+
"⋦": "\u22E6",
|
|
1681
|
+
"⟬": "\u27EC",
|
|
1682
|
+
"⇽": "\u21FD",
|
|
1683
|
+
"⟦": "\u27E6",
|
|
1684
|
+
"⟵": "\u27F5",
|
|
1685
|
+
"⟷": "\u27F7",
|
|
1686
|
+
"⟼": "\u27FC",
|
|
1687
|
+
"⟶": "\u27F6",
|
|
1688
|
+
"↫": "\u21AB",
|
|
1689
|
+
"↬": "\u21AC",
|
|
1690
|
+
"⦅": "\u2985",
|
|
1691
|
+
"𝕝": "\u{1D55D}",
|
|
1692
|
+
"⨭": "\u2A2D",
|
|
1693
|
+
"⨴": "\u2A34",
|
|
1694
|
+
"∗": "\u2217",
|
|
1695
|
+
"_": "_",
|
|
1696
|
+
"◊": "\u25CA",
|
|
1697
|
+
"◊": "\u25CA",
|
|
1698
|
+
"⧫": "\u29EB",
|
|
1699
|
+
"(": "(",
|
|
1700
|
+
"⦓": "\u2993",
|
|
1701
|
+
"⇆": "\u21C6",
|
|
1702
|
+
"⌟": "\u231F",
|
|
1703
|
+
"⇋": "\u21CB",
|
|
1704
|
+
"⥭": "\u296D",
|
|
1705
|
+
"‎": "\u200E",
|
|
1706
|
+
"⊿": "\u22BF",
|
|
1707
|
+
"‹": "\u2039",
|
|
1708
|
+
"𝓁": "\u{1D4C1}",
|
|
1709
|
+
"↰": "\u21B0",
|
|
1710
|
+
"≲": "\u2272",
|
|
1711
|
+
"⪍": "\u2A8D",
|
|
1712
|
+
"⪏": "\u2A8F",
|
|
1713
|
+
"[": "[",
|
|
1714
|
+
"‘": "\u2018",
|
|
1715
|
+
"‚": "\u201A",
|
|
1716
|
+
"ł": "\u0142",
|
|
1717
|
+
"<": "<",
|
|
1718
|
+
"<": "<",
|
|
1719
|
+
"⪦": "\u2AA6",
|
|
1720
|
+
"⩹": "\u2A79",
|
|
1721
|
+
"⋖": "\u22D6",
|
|
1722
|
+
"⋋": "\u22CB",
|
|
1723
|
+
"⋉": "\u22C9",
|
|
1724
|
+
"⥶": "\u2976",
|
|
1725
|
+
"⩻": "\u2A7B",
|
|
1726
|
+
"⦖": "\u2996",
|
|
1727
|
+
"◃": "\u25C3",
|
|
1728
|
+
"⊴": "\u22B4",
|
|
1729
|
+
"◂": "\u25C2",
|
|
1730
|
+
"⥊": "\u294A",
|
|
1731
|
+
"⥦": "\u2966",
|
|
1732
|
+
"≨︀": "\u2268\uFE00",
|
|
1733
|
+
"≨︀": "\u2268\uFE00",
|
|
1734
|
+
"∺": "\u223A",
|
|
1735
|
+
"¯": "\xAF",
|
|
1736
|
+
"¯": "\xAF",
|
|
1737
|
+
"♂": "\u2642",
|
|
1738
|
+
"✠": "\u2720",
|
|
1739
|
+
"✠": "\u2720",
|
|
1740
|
+
"↦": "\u21A6",
|
|
1741
|
+
"↦": "\u21A6",
|
|
1742
|
+
"↧": "\u21A7",
|
|
1743
|
+
"↤": "\u21A4",
|
|
1744
|
+
"↥": "\u21A5",
|
|
1745
|
+
"▮": "\u25AE",
|
|
1746
|
+
"⨩": "\u2A29",
|
|
1747
|
+
"м": "\u043C",
|
|
1748
|
+
"—": "\u2014",
|
|
1749
|
+
"∡": "\u2221",
|
|
1750
|
+
"𝔪": "\u{1D52A}",
|
|
1751
|
+
"℧": "\u2127",
|
|
1752
|
+
"µ": "\xB5",
|
|
1753
|
+
"µ": "\xB5",
|
|
1754
|
+
"∣": "\u2223",
|
|
1755
|
+
"*": "*",
|
|
1756
|
+
"⫰": "\u2AF0",
|
|
1757
|
+
"·": "\xB7",
|
|
1758
|
+
"·": "\xB7",
|
|
1759
|
+
"−": "\u2212",
|
|
1760
|
+
"⊟": "\u229F",
|
|
1761
|
+
"∸": "\u2238",
|
|
1762
|
+
"⨪": "\u2A2A",
|
|
1763
|
+
"⫛": "\u2ADB",
|
|
1764
|
+
"…": "\u2026",
|
|
1765
|
+
"∓": "\u2213",
|
|
1766
|
+
"⊧": "\u22A7",
|
|
1767
|
+
"𝕞": "\u{1D55E}",
|
|
1768
|
+
"∓": "\u2213",
|
|
1769
|
+
"𝓂": "\u{1D4C2}",
|
|
1770
|
+
"∾": "\u223E",
|
|
1771
|
+
"μ": "\u03BC",
|
|
1772
|
+
"⊸": "\u22B8",
|
|
1773
|
+
"⊸": "\u22B8",
|
|
1774
|
+
"⋙̸": "\u22D9\u0338",
|
|
1775
|
+
"≫⃒": "\u226B\u20D2",
|
|
1776
|
+
"≫̸": "\u226B\u0338",
|
|
1777
|
+
"⇍": "\u21CD",
|
|
1778
|
+
"⇎": "\u21CE",
|
|
1779
|
+
"⋘̸": "\u22D8\u0338",
|
|
1780
|
+
"≪⃒": "\u226A\u20D2",
|
|
1781
|
+
"≪̸": "\u226A\u0338",
|
|
1782
|
+
"⇏": "\u21CF",
|
|
1783
|
+
"⊯": "\u22AF",
|
|
1784
|
+
"⊮": "\u22AE",
|
|
1785
|
+
"∇": "\u2207",
|
|
1786
|
+
"ń": "\u0144",
|
|
1787
|
+
"∠⃒": "\u2220\u20D2",
|
|
1788
|
+
"≉": "\u2249",
|
|
1789
|
+
"⩰̸": "\u2A70\u0338",
|
|
1790
|
+
"≋̸": "\u224B\u0338",
|
|
1791
|
+
"ʼn": "\u0149",
|
|
1792
|
+
"≉": "\u2249",
|
|
1793
|
+
"♮": "\u266E",
|
|
1794
|
+
"♮": "\u266E",
|
|
1795
|
+
"ℕ": "\u2115",
|
|
1796
|
+
" ": "\xA0",
|
|
1797
|
+
" ": "\xA0",
|
|
1798
|
+
"≎̸": "\u224E\u0338",
|
|
1799
|
+
"≏̸": "\u224F\u0338",
|
|
1800
|
+
"⩃": "\u2A43",
|
|
1801
|
+
"ň": "\u0148",
|
|
1802
|
+
"ņ": "\u0146",
|
|
1803
|
+
"≇": "\u2247",
|
|
1804
|
+
"⩭̸": "\u2A6D\u0338",
|
|
1805
|
+
"⩂": "\u2A42",
|
|
1806
|
+
"н": "\u043D",
|
|
1807
|
+
"–": "\u2013",
|
|
1808
|
+
"≠": "\u2260",
|
|
1809
|
+
"⇗": "\u21D7",
|
|
1810
|
+
"⤤": "\u2924",
|
|
1811
|
+
"↗": "\u2197",
|
|
1812
|
+
"↗": "\u2197",
|
|
1813
|
+
"≐̸": "\u2250\u0338",
|
|
1814
|
+
"≢": "\u2262",
|
|
1815
|
+
"⤨": "\u2928",
|
|
1816
|
+
"≂̸": "\u2242\u0338",
|
|
1817
|
+
"∄": "\u2204",
|
|
1818
|
+
"∄": "\u2204",
|
|
1819
|
+
"𝔫": "\u{1D52B}",
|
|
1820
|
+
"≧̸": "\u2267\u0338",
|
|
1821
|
+
"≱": "\u2271",
|
|
1822
|
+
"≱": "\u2271",
|
|
1823
|
+
"≧̸": "\u2267\u0338",
|
|
1824
|
+
"⩾̸": "\u2A7E\u0338",
|
|
1825
|
+
"⩾̸": "\u2A7E\u0338",
|
|
1826
|
+
"≵": "\u2275",
|
|
1827
|
+
"≯": "\u226F",
|
|
1828
|
+
"≯": "\u226F",
|
|
1829
|
+
"⇎": "\u21CE",
|
|
1830
|
+
"↮": "\u21AE",
|
|
1831
|
+
"⫲": "\u2AF2",
|
|
1832
|
+
"∋": "\u220B",
|
|
1833
|
+
"⋼": "\u22FC",
|
|
1834
|
+
"⋺": "\u22FA",
|
|
1835
|
+
"∋": "\u220B",
|
|
1836
|
+
"њ": "\u045A",
|
|
1837
|
+
"⇍": "\u21CD",
|
|
1838
|
+
"≦̸": "\u2266\u0338",
|
|
1839
|
+
"↚": "\u219A",
|
|
1840
|
+
"‥": "\u2025",
|
|
1841
|
+
"≰": "\u2270",
|
|
1842
|
+
"↚": "\u219A",
|
|
1843
|
+
"↮": "\u21AE",
|
|
1844
|
+
"≰": "\u2270",
|
|
1845
|
+
"≦̸": "\u2266\u0338",
|
|
1846
|
+
"⩽̸": "\u2A7D\u0338",
|
|
1847
|
+
"⩽̸": "\u2A7D\u0338",
|
|
1848
|
+
"≮": "\u226E",
|
|
1849
|
+
"≴": "\u2274",
|
|
1850
|
+
"≮": "\u226E",
|
|
1851
|
+
"⋪": "\u22EA",
|
|
1852
|
+
"⋬": "\u22EC",
|
|
1853
|
+
"∤": "\u2224",
|
|
1854
|
+
"𝕟": "\u{1D55F}",
|
|
1855
|
+
"¬": "\xAC",
|
|
1856
|
+
"¬": "\xAC",
|
|
1857
|
+
"∉": "\u2209",
|
|
1858
|
+
"⋹̸": "\u22F9\u0338",
|
|
1859
|
+
"⋵̸": "\u22F5\u0338",
|
|
1860
|
+
"∉": "\u2209",
|
|
1861
|
+
"⋷": "\u22F7",
|
|
1862
|
+
"⋶": "\u22F6",
|
|
1863
|
+
"∌": "\u220C",
|
|
1864
|
+
"∌": "\u220C",
|
|
1865
|
+
"⋾": "\u22FE",
|
|
1866
|
+
"⋽": "\u22FD",
|
|
1867
|
+
"∦": "\u2226",
|
|
1868
|
+
"∦": "\u2226",
|
|
1869
|
+
"⫽⃥": "\u2AFD\u20E5",
|
|
1870
|
+
"∂̸": "\u2202\u0338",
|
|
1871
|
+
"⨔": "\u2A14",
|
|
1872
|
+
"⊀": "\u2280",
|
|
1873
|
+
"⋠": "\u22E0",
|
|
1874
|
+
"⪯̸": "\u2AAF\u0338",
|
|
1875
|
+
"⊀": "\u2280",
|
|
1876
|
+
"⪯̸": "\u2AAF\u0338",
|
|
1877
|
+
"⇏": "\u21CF",
|
|
1878
|
+
"↛": "\u219B",
|
|
1879
|
+
"⤳̸": "\u2933\u0338",
|
|
1880
|
+
"↝̸": "\u219D\u0338",
|
|
1881
|
+
"↛": "\u219B",
|
|
1882
|
+
"⋫": "\u22EB",
|
|
1883
|
+
"⋭": "\u22ED",
|
|
1884
|
+
"⊁": "\u2281",
|
|
1885
|
+
"⋡": "\u22E1",
|
|
1886
|
+
"⪰̸": "\u2AB0\u0338",
|
|
1887
|
+
"𝓃": "\u{1D4C3}",
|
|
1888
|
+
"∤": "\u2224",
|
|
1889
|
+
"∦": "\u2226",
|
|
1890
|
+
"≁": "\u2241",
|
|
1891
|
+
"≄": "\u2244",
|
|
1892
|
+
"≄": "\u2244",
|
|
1893
|
+
"∤": "\u2224",
|
|
1894
|
+
"∦": "\u2226",
|
|
1895
|
+
"⋢": "\u22E2",
|
|
1896
|
+
"⋣": "\u22E3",
|
|
1897
|
+
"⊄": "\u2284",
|
|
1898
|
+
"⫅̸": "\u2AC5\u0338",
|
|
1899
|
+
"⊈": "\u2288",
|
|
1900
|
+
"⊂⃒": "\u2282\u20D2",
|
|
1901
|
+
"⊈": "\u2288",
|
|
1902
|
+
"⫅̸": "\u2AC5\u0338",
|
|
1903
|
+
"⊁": "\u2281",
|
|
1904
|
+
"⪰̸": "\u2AB0\u0338",
|
|
1905
|
+
"⊅": "\u2285",
|
|
1906
|
+
"⫆̸": "\u2AC6\u0338",
|
|
1907
|
+
"⊉": "\u2289",
|
|
1908
|
+
"⊃⃒": "\u2283\u20D2",
|
|
1909
|
+
"⊉": "\u2289",
|
|
1910
|
+
"⫆̸": "\u2AC6\u0338",
|
|
1911
|
+
"≹": "\u2279",
|
|
1912
|
+
"ñ": "\xF1",
|
|
1913
|
+
"ñ": "\xF1",
|
|
1914
|
+
"≸": "\u2278",
|
|
1915
|
+
"⋪": "\u22EA",
|
|
1916
|
+
"⋬": "\u22EC",
|
|
1917
|
+
"⋫": "\u22EB",
|
|
1918
|
+
"⋭": "\u22ED",
|
|
1919
|
+
"ν": "\u03BD",
|
|
1920
|
+
"#": "#",
|
|
1921
|
+
"№": "\u2116",
|
|
1922
|
+
" ": "\u2007",
|
|
1923
|
+
"⊭": "\u22AD",
|
|
1924
|
+
"⤄": "\u2904",
|
|
1925
|
+
"≍⃒": "\u224D\u20D2",
|
|
1926
|
+
"⊬": "\u22AC",
|
|
1927
|
+
"≥⃒": "\u2265\u20D2",
|
|
1928
|
+
">⃒": ">\u20D2",
|
|
1929
|
+
"⧞": "\u29DE",
|
|
1930
|
+
"⤂": "\u2902",
|
|
1931
|
+
"≤⃒": "\u2264\u20D2",
|
|
1932
|
+
"<⃒": "<\u20D2",
|
|
1933
|
+
"⊴⃒": "\u22B4\u20D2",
|
|
1934
|
+
"⤃": "\u2903",
|
|
1935
|
+
"⊵⃒": "\u22B5\u20D2",
|
|
1936
|
+
"∼⃒": "\u223C\u20D2",
|
|
1937
|
+
"⇖": "\u21D6",
|
|
1938
|
+
"⤣": "\u2923",
|
|
1939
|
+
"↖": "\u2196",
|
|
1940
|
+
"↖": "\u2196",
|
|
1941
|
+
"⤧": "\u2927",
|
|
1942
|
+
"Ⓢ": "\u24C8",
|
|
1943
|
+
"ó": "\xF3",
|
|
1944
|
+
"ó": "\xF3",
|
|
1945
|
+
"⊛": "\u229B",
|
|
1946
|
+
"⊚": "\u229A",
|
|
1947
|
+
"ô": "\xF4",
|
|
1948
|
+
"ô": "\xF4",
|
|
1949
|
+
"о": "\u043E",
|
|
1950
|
+
"⊝": "\u229D",
|
|
1951
|
+
"ő": "\u0151",
|
|
1952
|
+
"⨸": "\u2A38",
|
|
1953
|
+
"⊙": "\u2299",
|
|
1954
|
+
"⦼": "\u29BC",
|
|
1955
|
+
"œ": "\u0153",
|
|
1956
|
+
"⦿": "\u29BF",
|
|
1957
|
+
"𝔬": "\u{1D52C}",
|
|
1958
|
+
"˛": "\u02DB",
|
|
1959
|
+
"ò": "\xF2",
|
|
1960
|
+
"ò": "\xF2",
|
|
1961
|
+
"⧁": "\u29C1",
|
|
1962
|
+
"⦵": "\u29B5",
|
|
1963
|
+
"Ω": "\u03A9",
|
|
1964
|
+
"∮": "\u222E",
|
|
1965
|
+
"↺": "\u21BA",
|
|
1966
|
+
"⦾": "\u29BE",
|
|
1967
|
+
"⦻": "\u29BB",
|
|
1968
|
+
"‾": "\u203E",
|
|
1969
|
+
"⧀": "\u29C0",
|
|
1970
|
+
"ō": "\u014D",
|
|
1971
|
+
"ω": "\u03C9",
|
|
1972
|
+
"ο": "\u03BF",
|
|
1973
|
+
"⦶": "\u29B6",
|
|
1974
|
+
"⊖": "\u2296",
|
|
1975
|
+
"𝕠": "\u{1D560}",
|
|
1976
|
+
"⦷": "\u29B7",
|
|
1977
|
+
"⦹": "\u29B9",
|
|
1978
|
+
"⊕": "\u2295",
|
|
1979
|
+
"∨": "\u2228",
|
|
1980
|
+
"↻": "\u21BB",
|
|
1981
|
+
"⩝": "\u2A5D",
|
|
1982
|
+
"ℴ": "\u2134",
|
|
1983
|
+
"ℴ": "\u2134",
|
|
1984
|
+
"ª": "\xAA",
|
|
1985
|
+
"ª": "\xAA",
|
|
1986
|
+
"º": "\xBA",
|
|
1987
|
+
"º": "\xBA",
|
|
1988
|
+
"⊶": "\u22B6",
|
|
1989
|
+
"⩖": "\u2A56",
|
|
1990
|
+
"⩗": "\u2A57",
|
|
1991
|
+
"⩛": "\u2A5B",
|
|
1992
|
+
"ℴ": "\u2134",
|
|
1993
|
+
"ø": "\xF8",
|
|
1994
|
+
"ø": "\xF8",
|
|
1995
|
+
"⊘": "\u2298",
|
|
1996
|
+
"õ": "\xF5",
|
|
1997
|
+
"õ": "\xF5",
|
|
1998
|
+
"⊗": "\u2297",
|
|
1999
|
+
"⨶": "\u2A36",
|
|
2000
|
+
"ö": "\xF6",
|
|
2001
|
+
"ö": "\xF6",
|
|
2002
|
+
"⌽": "\u233D",
|
|
2003
|
+
"∥": "\u2225",
|
|
2004
|
+
"¶": "\xB6",
|
|
2005
|
+
"¶": "\xB6",
|
|
2006
|
+
"∥": "\u2225",
|
|
2007
|
+
"⫳": "\u2AF3",
|
|
2008
|
+
"⫽": "\u2AFD",
|
|
2009
|
+
"∂": "\u2202",
|
|
2010
|
+
"п": "\u043F",
|
|
2011
|
+
"%": "%",
|
|
2012
|
+
".": ".",
|
|
2013
|
+
"‰": "\u2030",
|
|
2014
|
+
"⊥": "\u22A5",
|
|
2015
|
+
"‱": "\u2031",
|
|
2016
|
+
"𝔭": "\u{1D52D}",
|
|
2017
|
+
"φ": "\u03C6",
|
|
2018
|
+
"ϕ": "\u03D5",
|
|
2019
|
+
"ℳ": "\u2133",
|
|
2020
|
+
"☎": "\u260E",
|
|
2021
|
+
"π": "\u03C0",
|
|
2022
|
+
"⋔": "\u22D4",
|
|
2023
|
+
"ϖ": "\u03D6",
|
|
2024
|
+
"ℏ": "\u210F",
|
|
2025
|
+
"ℎ": "\u210E",
|
|
2026
|
+
"ℏ": "\u210F",
|
|
2027
|
+
"+": "+",
|
|
2028
|
+
"⨣": "\u2A23",
|
|
2029
|
+
"⊞": "\u229E",
|
|
2030
|
+
"⨢": "\u2A22",
|
|
2031
|
+
"∔": "\u2214",
|
|
2032
|
+
"⨥": "\u2A25",
|
|
2033
|
+
"⩲": "\u2A72",
|
|
2034
|
+
"±": "\xB1",
|
|
2035
|
+
"±": "\xB1",
|
|
2036
|
+
"⨦": "\u2A26",
|
|
2037
|
+
"⨧": "\u2A27",
|
|
2038
|
+
"±": "\xB1",
|
|
2039
|
+
"⨕": "\u2A15",
|
|
2040
|
+
"𝕡": "\u{1D561}",
|
|
2041
|
+
"£": "\xA3",
|
|
2042
|
+
"£": "\xA3",
|
|
2043
|
+
"≺": "\u227A",
|
|
2044
|
+
"⪳": "\u2AB3",
|
|
2045
|
+
"⪷": "\u2AB7",
|
|
2046
|
+
"≼": "\u227C",
|
|
2047
|
+
"⪯": "\u2AAF",
|
|
2048
|
+
"≺": "\u227A",
|
|
2049
|
+
"⪷": "\u2AB7",
|
|
2050
|
+
"≼": "\u227C",
|
|
2051
|
+
"⪯": "\u2AAF",
|
|
2052
|
+
"⪹": "\u2AB9",
|
|
2053
|
+
"⪵": "\u2AB5",
|
|
2054
|
+
"⋨": "\u22E8",
|
|
2055
|
+
"≾": "\u227E",
|
|
2056
|
+
"′": "\u2032",
|
|
2057
|
+
"ℙ": "\u2119",
|
|
2058
|
+
"⪵": "\u2AB5",
|
|
2059
|
+
"⪹": "\u2AB9",
|
|
2060
|
+
"⋨": "\u22E8",
|
|
2061
|
+
"∏": "\u220F",
|
|
2062
|
+
"⌮": "\u232E",
|
|
2063
|
+
"⌒": "\u2312",
|
|
2064
|
+
"⌓": "\u2313",
|
|
2065
|
+
"∝": "\u221D",
|
|
2066
|
+
"∝": "\u221D",
|
|
2067
|
+
"≾": "\u227E",
|
|
2068
|
+
"⊰": "\u22B0",
|
|
2069
|
+
"𝓅": "\u{1D4C5}",
|
|
2070
|
+
"ψ": "\u03C8",
|
|
2071
|
+
" ": "\u2008",
|
|
2072
|
+
"𝔮": "\u{1D52E}",
|
|
2073
|
+
"⨌": "\u2A0C",
|
|
2074
|
+
"𝕢": "\u{1D562}",
|
|
2075
|
+
"⁗": "\u2057",
|
|
2076
|
+
"𝓆": "\u{1D4C6}",
|
|
2077
|
+
"ℍ": "\u210D",
|
|
2078
|
+
"⨖": "\u2A16",
|
|
2079
|
+
"?": "?",
|
|
2080
|
+
"≟": "\u225F",
|
|
2081
|
+
""": '"',
|
|
2082
|
+
""": '"',
|
|
2083
|
+
"⇛": "\u21DB",
|
|
2084
|
+
"⇒": "\u21D2",
|
|
2085
|
+
"⤜": "\u291C",
|
|
2086
|
+
"⤏": "\u290F",
|
|
2087
|
+
"⥤": "\u2964",
|
|
2088
|
+
"∽̱": "\u223D\u0331",
|
|
2089
|
+
"ŕ": "\u0155",
|
|
2090
|
+
"√": "\u221A",
|
|
2091
|
+
"⦳": "\u29B3",
|
|
2092
|
+
"⟩": "\u27E9",
|
|
2093
|
+
"⦒": "\u2992",
|
|
2094
|
+
"⦥": "\u29A5",
|
|
2095
|
+
"⟩": "\u27E9",
|
|
2096
|
+
"»": "\xBB",
|
|
2097
|
+
"»": "\xBB",
|
|
2098
|
+
"→": "\u2192",
|
|
2099
|
+
"⥵": "\u2975",
|
|
2100
|
+
"⇥": "\u21E5",
|
|
2101
|
+
"⤠": "\u2920",
|
|
2102
|
+
"⤳": "\u2933",
|
|
2103
|
+
"⤞": "\u291E",
|
|
2104
|
+
"↪": "\u21AA",
|
|
2105
|
+
"↬": "\u21AC",
|
|
2106
|
+
"⥅": "\u2945",
|
|
2107
|
+
"⥴": "\u2974",
|
|
2108
|
+
"↣": "\u21A3",
|
|
2109
|
+
"↝": "\u219D",
|
|
2110
|
+
"⤚": "\u291A",
|
|
2111
|
+
"∶": "\u2236",
|
|
2112
|
+
"ℚ": "\u211A",
|
|
2113
|
+
"⤍": "\u290D",
|
|
2114
|
+
"❳": "\u2773",
|
|
2115
|
+
"}": "}",
|
|
2116
|
+
"]": "]",
|
|
2117
|
+
"⦌": "\u298C",
|
|
2118
|
+
"⦎": "\u298E",
|
|
2119
|
+
"⦐": "\u2990",
|
|
2120
|
+
"ř": "\u0159",
|
|
2121
|
+
"ŗ": "\u0157",
|
|
2122
|
+
"⌉": "\u2309",
|
|
2123
|
+
"}": "}",
|
|
2124
|
+
"р": "\u0440",
|
|
2125
|
+
"⤷": "\u2937",
|
|
2126
|
+
"⥩": "\u2969",
|
|
2127
|
+
"”": "\u201D",
|
|
2128
|
+
"”": "\u201D",
|
|
2129
|
+
"↳": "\u21B3",
|
|
2130
|
+
"ℜ": "\u211C",
|
|
2131
|
+
"ℛ": "\u211B",
|
|
2132
|
+
"ℜ": "\u211C",
|
|
2133
|
+
"ℝ": "\u211D",
|
|
2134
|
+
"▭": "\u25AD",
|
|
2135
|
+
"®": "\xAE",
|
|
2136
|
+
"®": "\xAE",
|
|
2137
|
+
"⥽": "\u297D",
|
|
2138
|
+
"⌋": "\u230B",
|
|
2139
|
+
"𝔯": "\u{1D52F}",
|
|
2140
|
+
"⇁": "\u21C1",
|
|
2141
|
+
"⇀": "\u21C0",
|
|
2142
|
+
"⥬": "\u296C",
|
|
2143
|
+
"ρ": "\u03C1",
|
|
2144
|
+
"ϱ": "\u03F1",
|
|
2145
|
+
"→": "\u2192",
|
|
2146
|
+
"↣": "\u21A3",
|
|
2147
|
+
"⇁": "\u21C1",
|
|
2148
|
+
"⇀": "\u21C0",
|
|
2149
|
+
"⇄": "\u21C4",
|
|
2150
|
+
"⇌": "\u21CC",
|
|
2151
|
+
"⇉": "\u21C9",
|
|
2152
|
+
"↝": "\u219D",
|
|
2153
|
+
"⋌": "\u22CC",
|
|
2154
|
+
"˚": "\u02DA",
|
|
2155
|
+
"≓": "\u2253",
|
|
2156
|
+
"⇄": "\u21C4",
|
|
2157
|
+
"⇌": "\u21CC",
|
|
2158
|
+
"‏": "\u200F",
|
|
2159
|
+
"⎱": "\u23B1",
|
|
2160
|
+
"⎱": "\u23B1",
|
|
2161
|
+
"⫮": "\u2AEE",
|
|
2162
|
+
"⟭": "\u27ED",
|
|
2163
|
+
"⇾": "\u21FE",
|
|
2164
|
+
"⟧": "\u27E7",
|
|
2165
|
+
"⦆": "\u2986",
|
|
2166
|
+
"𝕣": "\u{1D563}",
|
|
2167
|
+
"⨮": "\u2A2E",
|
|
2168
|
+
"⨵": "\u2A35",
|
|
2169
|
+
")": ")",
|
|
2170
|
+
"⦔": "\u2994",
|
|
2171
|
+
"⨒": "\u2A12",
|
|
2172
|
+
"⇉": "\u21C9",
|
|
2173
|
+
"›": "\u203A",
|
|
2174
|
+
"𝓇": "\u{1D4C7}",
|
|
2175
|
+
"↱": "\u21B1",
|
|
2176
|
+
"]": "]",
|
|
2177
|
+
"’": "\u2019",
|
|
2178
|
+
"’": "\u2019",
|
|
2179
|
+
"⋌": "\u22CC",
|
|
2180
|
+
"⋊": "\u22CA",
|
|
2181
|
+
"▹": "\u25B9",
|
|
2182
|
+
"⊵": "\u22B5",
|
|
2183
|
+
"▸": "\u25B8",
|
|
2184
|
+
"⧎": "\u29CE",
|
|
2185
|
+
"⥨": "\u2968",
|
|
2186
|
+
"℞": "\u211E",
|
|
2187
|
+
"ś": "\u015B",
|
|
2188
|
+
"‚": "\u201A",
|
|
2189
|
+
"≻": "\u227B",
|
|
2190
|
+
"⪴": "\u2AB4",
|
|
2191
|
+
"⪸": "\u2AB8",
|
|
2192
|
+
"š": "\u0161",
|
|
2193
|
+
"≽": "\u227D",
|
|
2194
|
+
"⪰": "\u2AB0",
|
|
2195
|
+
"ş": "\u015F",
|
|
2196
|
+
"ŝ": "\u015D",
|
|
2197
|
+
"⪶": "\u2AB6",
|
|
2198
|
+
"⪺": "\u2ABA",
|
|
2199
|
+
"⋩": "\u22E9",
|
|
2200
|
+
"⨓": "\u2A13",
|
|
2201
|
+
"≿": "\u227F",
|
|
2202
|
+
"с": "\u0441",
|
|
2203
|
+
"⋅": "\u22C5",
|
|
2204
|
+
"⊡": "\u22A1",
|
|
2205
|
+
"⩦": "\u2A66",
|
|
2206
|
+
"⇘": "\u21D8",
|
|
2207
|
+
"⤥": "\u2925",
|
|
2208
|
+
"↘": "\u2198",
|
|
2209
|
+
"↘": "\u2198",
|
|
2210
|
+
"§": "\xA7",
|
|
2211
|
+
"§": "\xA7",
|
|
2212
|
+
";": ";",
|
|
2213
|
+
"⤩": "\u2929",
|
|
2214
|
+
"∖": "\u2216",
|
|
2215
|
+
"∖": "\u2216",
|
|
2216
|
+
"✶": "\u2736",
|
|
2217
|
+
"𝔰": "\u{1D530}",
|
|
2218
|
+
"⌢": "\u2322",
|
|
2219
|
+
"♯": "\u266F",
|
|
2220
|
+
"щ": "\u0449",
|
|
2221
|
+
"ш": "\u0448",
|
|
2222
|
+
"∣": "\u2223",
|
|
2223
|
+
"∥": "\u2225",
|
|
2224
|
+
"­": "\xAD",
|
|
2225
|
+
"­": "\xAD",
|
|
2226
|
+
"σ": "\u03C3",
|
|
2227
|
+
"ς": "\u03C2",
|
|
2228
|
+
"ς": "\u03C2",
|
|
2229
|
+
"∼": "\u223C",
|
|
2230
|
+
"⩪": "\u2A6A",
|
|
2231
|
+
"≃": "\u2243",
|
|
2232
|
+
"≃": "\u2243",
|
|
2233
|
+
"⪞": "\u2A9E",
|
|
2234
|
+
"⪠": "\u2AA0",
|
|
2235
|
+
"⪝": "\u2A9D",
|
|
2236
|
+
"⪟": "\u2A9F",
|
|
2237
|
+
"≆": "\u2246",
|
|
2238
|
+
"⨤": "\u2A24",
|
|
2239
|
+
"⥲": "\u2972",
|
|
2240
|
+
"←": "\u2190",
|
|
2241
|
+
"∖": "\u2216",
|
|
2242
|
+
"⨳": "\u2A33",
|
|
2243
|
+
"⧤": "\u29E4",
|
|
2244
|
+
"∣": "\u2223",
|
|
2245
|
+
"⌣": "\u2323",
|
|
2246
|
+
"⪪": "\u2AAA",
|
|
2247
|
+
"⪬": "\u2AAC",
|
|
2248
|
+
"⪬︀": "\u2AAC\uFE00",
|
|
2249
|
+
"ь": "\u044C",
|
|
2250
|
+
"/": "/",
|
|
2251
|
+
"⧄": "\u29C4",
|
|
2252
|
+
"⌿": "\u233F",
|
|
2253
|
+
"𝕤": "\u{1D564}",
|
|
2254
|
+
"♠": "\u2660",
|
|
2255
|
+
"♠": "\u2660",
|
|
2256
|
+
"∥": "\u2225",
|
|
2257
|
+
"⊓": "\u2293",
|
|
2258
|
+
"⊓︀": "\u2293\uFE00",
|
|
2259
|
+
"⊔": "\u2294",
|
|
2260
|
+
"⊔︀": "\u2294\uFE00",
|
|
2261
|
+
"⊏": "\u228F",
|
|
2262
|
+
"⊑": "\u2291",
|
|
2263
|
+
"⊏": "\u228F",
|
|
2264
|
+
"⊑": "\u2291",
|
|
2265
|
+
"⊐": "\u2290",
|
|
2266
|
+
"⊒": "\u2292",
|
|
2267
|
+
"⊐": "\u2290",
|
|
2268
|
+
"⊒": "\u2292",
|
|
2269
|
+
"□": "\u25A1",
|
|
2270
|
+
"□": "\u25A1",
|
|
2271
|
+
"▪": "\u25AA",
|
|
2272
|
+
"▪": "\u25AA",
|
|
2273
|
+
"→": "\u2192",
|
|
2274
|
+
"𝓈": "\u{1D4C8}",
|
|
2275
|
+
"∖": "\u2216",
|
|
2276
|
+
"⌣": "\u2323",
|
|
2277
|
+
"⋆": "\u22C6",
|
|
2278
|
+
"☆": "\u2606",
|
|
2279
|
+
"★": "\u2605",
|
|
2280
|
+
"ϵ": "\u03F5",
|
|
2281
|
+
"ϕ": "\u03D5",
|
|
2282
|
+
"¯": "\xAF",
|
|
2283
|
+
"⊂": "\u2282",
|
|
2284
|
+
"⫅": "\u2AC5",
|
|
2285
|
+
"⪽": "\u2ABD",
|
|
2286
|
+
"⊆": "\u2286",
|
|
2287
|
+
"⫃": "\u2AC3",
|
|
2288
|
+
"⫁": "\u2AC1",
|
|
2289
|
+
"⫋": "\u2ACB",
|
|
2290
|
+
"⊊": "\u228A",
|
|
2291
|
+
"⪿": "\u2ABF",
|
|
2292
|
+
"⥹": "\u2979",
|
|
2293
|
+
"⊂": "\u2282",
|
|
2294
|
+
"⊆": "\u2286",
|
|
2295
|
+
"⫅": "\u2AC5",
|
|
2296
|
+
"⊊": "\u228A",
|
|
2297
|
+
"⫋": "\u2ACB",
|
|
2298
|
+
"⫇": "\u2AC7",
|
|
2299
|
+
"⫕": "\u2AD5",
|
|
2300
|
+
"⫓": "\u2AD3",
|
|
2301
|
+
"≻": "\u227B",
|
|
2302
|
+
"⪸": "\u2AB8",
|
|
2303
|
+
"≽": "\u227D",
|
|
2304
|
+
"⪰": "\u2AB0",
|
|
2305
|
+
"⪺": "\u2ABA",
|
|
2306
|
+
"⪶": "\u2AB6",
|
|
2307
|
+
"⋩": "\u22E9",
|
|
2308
|
+
"≿": "\u227F",
|
|
2309
|
+
"∑": "\u2211",
|
|
2310
|
+
"♪": "\u266A",
|
|
2311
|
+
"¹": "\xB9",
|
|
2312
|
+
"¹": "\xB9",
|
|
2313
|
+
"²": "\xB2",
|
|
2314
|
+
"²": "\xB2",
|
|
2315
|
+
"³": "\xB3",
|
|
2316
|
+
"³": "\xB3",
|
|
2317
|
+
"⊃": "\u2283",
|
|
2318
|
+
"⫆": "\u2AC6",
|
|
2319
|
+
"⪾": "\u2ABE",
|
|
2320
|
+
"⫘": "\u2AD8",
|
|
2321
|
+
"⊇": "\u2287",
|
|
2322
|
+
"⫄": "\u2AC4",
|
|
2323
|
+
"⟉": "\u27C9",
|
|
2324
|
+
"⫗": "\u2AD7",
|
|
2325
|
+
"⥻": "\u297B",
|
|
2326
|
+
"⫂": "\u2AC2",
|
|
2327
|
+
"⫌": "\u2ACC",
|
|
2328
|
+
"⊋": "\u228B",
|
|
2329
|
+
"⫀": "\u2AC0",
|
|
2330
|
+
"⊃": "\u2283",
|
|
2331
|
+
"⊇": "\u2287",
|
|
2332
|
+
"⫆": "\u2AC6",
|
|
2333
|
+
"⊋": "\u228B",
|
|
2334
|
+
"⫌": "\u2ACC",
|
|
2335
|
+
"⫈": "\u2AC8",
|
|
2336
|
+
"⫔": "\u2AD4",
|
|
2337
|
+
"⫖": "\u2AD6",
|
|
2338
|
+
"⇙": "\u21D9",
|
|
2339
|
+
"⤦": "\u2926",
|
|
2340
|
+
"↙": "\u2199",
|
|
2341
|
+
"↙": "\u2199",
|
|
2342
|
+
"⤪": "\u292A",
|
|
2343
|
+
"ß": "\xDF",
|
|
2344
|
+
"ß": "\xDF",
|
|
2345
|
+
"⌖": "\u2316",
|
|
2346
|
+
"τ": "\u03C4",
|
|
2347
|
+
"⎴": "\u23B4",
|
|
2348
|
+
"ť": "\u0165",
|
|
2349
|
+
"ţ": "\u0163",
|
|
2350
|
+
"т": "\u0442",
|
|
2351
|
+
"⃛": "\u20DB",
|
|
2352
|
+
"⌕": "\u2315",
|
|
2353
|
+
"𝔱": "\u{1D531}",
|
|
2354
|
+
"∴": "\u2234",
|
|
2355
|
+
"∴": "\u2234",
|
|
2356
|
+
"θ": "\u03B8",
|
|
2357
|
+
"ϑ": "\u03D1",
|
|
2358
|
+
"ϑ": "\u03D1",
|
|
2359
|
+
"≈": "\u2248",
|
|
2360
|
+
"∼": "\u223C",
|
|
2361
|
+
" ": "\u2009",
|
|
2362
|
+
"≈": "\u2248",
|
|
2363
|
+
"∼": "\u223C",
|
|
2364
|
+
"þ": "\xFE",
|
|
2365
|
+
"þ": "\xFE",
|
|
2366
|
+
"˜": "\u02DC",
|
|
2367
|
+
"×": "\xD7",
|
|
2368
|
+
"×": "\xD7",
|
|
2369
|
+
"⊠": "\u22A0",
|
|
2370
|
+
"⨱": "\u2A31",
|
|
2371
|
+
"⨰": "\u2A30",
|
|
2372
|
+
"∭": "\u222D",
|
|
2373
|
+
"⤨": "\u2928",
|
|
2374
|
+
"⊤": "\u22A4",
|
|
2375
|
+
"⌶": "\u2336",
|
|
2376
|
+
"⫱": "\u2AF1",
|
|
2377
|
+
"𝕥": "\u{1D565}",
|
|
2378
|
+
"⫚": "\u2ADA",
|
|
2379
|
+
"⤩": "\u2929",
|
|
2380
|
+
"‴": "\u2034",
|
|
2381
|
+
"™": "\u2122",
|
|
2382
|
+
"▵": "\u25B5",
|
|
2383
|
+
"▿": "\u25BF",
|
|
2384
|
+
"◃": "\u25C3",
|
|
2385
|
+
"⊴": "\u22B4",
|
|
2386
|
+
"≜": "\u225C",
|
|
2387
|
+
"▹": "\u25B9",
|
|
2388
|
+
"⊵": "\u22B5",
|
|
2389
|
+
"◬": "\u25EC",
|
|
2390
|
+
"≜": "\u225C",
|
|
2391
|
+
"⨺": "\u2A3A",
|
|
2392
|
+
"⨹": "\u2A39",
|
|
2393
|
+
"⧍": "\u29CD",
|
|
2394
|
+
"⨻": "\u2A3B",
|
|
2395
|
+
"⏢": "\u23E2",
|
|
2396
|
+
"𝓉": "\u{1D4C9}",
|
|
2397
|
+
"ц": "\u0446",
|
|
2398
|
+
"ћ": "\u045B",
|
|
2399
|
+
"ŧ": "\u0167",
|
|
2400
|
+
"≬": "\u226C",
|
|
2401
|
+
"↞": "\u219E",
|
|
2402
|
+
"↠": "\u21A0",
|
|
2403
|
+
"⇑": "\u21D1",
|
|
2404
|
+
"⥣": "\u2963",
|
|
2405
|
+
"ú": "\xFA",
|
|
2406
|
+
"ú": "\xFA",
|
|
2407
|
+
"↑": "\u2191",
|
|
2408
|
+
"ў": "\u045E",
|
|
2409
|
+
"ŭ": "\u016D",
|
|
2410
|
+
"û": "\xFB",
|
|
2411
|
+
"û": "\xFB",
|
|
2412
|
+
"у": "\u0443",
|
|
2413
|
+
"⇅": "\u21C5",
|
|
2414
|
+
"ű": "\u0171",
|
|
2415
|
+
"⥮": "\u296E",
|
|
2416
|
+
"⥾": "\u297E",
|
|
2417
|
+
"𝔲": "\u{1D532}",
|
|
2418
|
+
"ù": "\xF9",
|
|
2419
|
+
"ù": "\xF9",
|
|
2420
|
+
"↿": "\u21BF",
|
|
2421
|
+
"↾": "\u21BE",
|
|
2422
|
+
"▀": "\u2580",
|
|
2423
|
+
"⌜": "\u231C",
|
|
2424
|
+
"⌜": "\u231C",
|
|
2425
|
+
"⌏": "\u230F",
|
|
2426
|
+
"◸": "\u25F8",
|
|
2427
|
+
"ū": "\u016B",
|
|
2428
|
+
"¨": "\xA8",
|
|
2429
|
+
"¨": "\xA8",
|
|
2430
|
+
"ų": "\u0173",
|
|
2431
|
+
"𝕦": "\u{1D566}",
|
|
2432
|
+
"↑": "\u2191",
|
|
2433
|
+
"↕": "\u2195",
|
|
2434
|
+
"↿": "\u21BF",
|
|
2435
|
+
"↾": "\u21BE",
|
|
2436
|
+
"⊎": "\u228E",
|
|
2437
|
+
"υ": "\u03C5",
|
|
2438
|
+
"ϒ": "\u03D2",
|
|
2439
|
+
"υ": "\u03C5",
|
|
2440
|
+
"⇈": "\u21C8",
|
|
2441
|
+
"⌝": "\u231D",
|
|
2442
|
+
"⌝": "\u231D",
|
|
2443
|
+
"⌎": "\u230E",
|
|
2444
|
+
"ů": "\u016F",
|
|
2445
|
+
"◹": "\u25F9",
|
|
2446
|
+
"𝓊": "\u{1D4CA}",
|
|
2447
|
+
"⋰": "\u22F0",
|
|
2448
|
+
"ũ": "\u0169",
|
|
2449
|
+
"▵": "\u25B5",
|
|
2450
|
+
"▴": "\u25B4",
|
|
2451
|
+
"⇈": "\u21C8",
|
|
2452
|
+
"ü": "\xFC",
|
|
2453
|
+
"ü": "\xFC",
|
|
2454
|
+
"⦧": "\u29A7",
|
|
2455
|
+
"⇕": "\u21D5",
|
|
2456
|
+
"⫨": "\u2AE8",
|
|
2457
|
+
"⫩": "\u2AE9",
|
|
2458
|
+
"⊨": "\u22A8",
|
|
2459
|
+
"⦜": "\u299C",
|
|
2460
|
+
"ϵ": "\u03F5",
|
|
2461
|
+
"ϰ": "\u03F0",
|
|
2462
|
+
"∅": "\u2205",
|
|
2463
|
+
"ϕ": "\u03D5",
|
|
2464
|
+
"ϖ": "\u03D6",
|
|
2465
|
+
"∝": "\u221D",
|
|
2466
|
+
"↕": "\u2195",
|
|
2467
|
+
"ϱ": "\u03F1",
|
|
2468
|
+
"ς": "\u03C2",
|
|
2469
|
+
"⊊︀": "\u228A\uFE00",
|
|
2470
|
+
"⫋︀": "\u2ACB\uFE00",
|
|
2471
|
+
"⊋︀": "\u228B\uFE00",
|
|
2472
|
+
"⫌︀": "\u2ACC\uFE00",
|
|
2473
|
+
"ϑ": "\u03D1",
|
|
2474
|
+
"⊲": "\u22B2",
|
|
2475
|
+
"⊳": "\u22B3",
|
|
2476
|
+
"в": "\u0432",
|
|
2477
|
+
"⊢": "\u22A2",
|
|
2478
|
+
"∨": "\u2228",
|
|
2479
|
+
"⊻": "\u22BB",
|
|
2480
|
+
"≚": "\u225A",
|
|
2481
|
+
"⋮": "\u22EE",
|
|
2482
|
+
"|": "|",
|
|
2483
|
+
"|": "|",
|
|
2484
|
+
"𝔳": "\u{1D533}",
|
|
2485
|
+
"⊲": "\u22B2",
|
|
2486
|
+
"⊂⃒": "\u2282\u20D2",
|
|
2487
|
+
"⊃⃒": "\u2283\u20D2",
|
|
2488
|
+
"𝕧": "\u{1D567}",
|
|
2489
|
+
"∝": "\u221D",
|
|
2490
|
+
"⊳": "\u22B3",
|
|
2491
|
+
"𝓋": "\u{1D4CB}",
|
|
2492
|
+
"⫋︀": "\u2ACB\uFE00",
|
|
2493
|
+
"⊊︀": "\u228A\uFE00",
|
|
2494
|
+
"⫌︀": "\u2ACC\uFE00",
|
|
2495
|
+
"⊋︀": "\u228B\uFE00",
|
|
2496
|
+
"⦚": "\u299A",
|
|
2497
|
+
"ŵ": "\u0175",
|
|
2498
|
+
"⩟": "\u2A5F",
|
|
2499
|
+
"∧": "\u2227",
|
|
2500
|
+
"≙": "\u2259",
|
|
2501
|
+
"℘": "\u2118",
|
|
2502
|
+
"𝔴": "\u{1D534}",
|
|
2503
|
+
"𝕨": "\u{1D568}",
|
|
2504
|
+
"℘": "\u2118",
|
|
2505
|
+
"≀": "\u2240",
|
|
2506
|
+
"≀": "\u2240",
|
|
2507
|
+
"𝓌": "\u{1D4CC}",
|
|
2508
|
+
"⋂": "\u22C2",
|
|
2509
|
+
"◯": "\u25EF",
|
|
2510
|
+
"⋃": "\u22C3",
|
|
2511
|
+
"▽": "\u25BD",
|
|
2512
|
+
"𝔵": "\u{1D535}",
|
|
2513
|
+
"⟺": "\u27FA",
|
|
2514
|
+
"⟷": "\u27F7",
|
|
2515
|
+
"ξ": "\u03BE",
|
|
2516
|
+
"⟸": "\u27F8",
|
|
2517
|
+
"⟵": "\u27F5",
|
|
2518
|
+
"⟼": "\u27FC",
|
|
2519
|
+
"⋻": "\u22FB",
|
|
2520
|
+
"⨀": "\u2A00",
|
|
2521
|
+
"𝕩": "\u{1D569}",
|
|
2522
|
+
"⨁": "\u2A01",
|
|
2523
|
+
"⨂": "\u2A02",
|
|
2524
|
+
"⟹": "\u27F9",
|
|
2525
|
+
"⟶": "\u27F6",
|
|
2526
|
+
"𝓍": "\u{1D4CD}",
|
|
2527
|
+
"⨆": "\u2A06",
|
|
2528
|
+
"⨄": "\u2A04",
|
|
2529
|
+
"△": "\u25B3",
|
|
2530
|
+
"⋁": "\u22C1",
|
|
2531
|
+
"⋀": "\u22C0",
|
|
2532
|
+
"ý": "\xFD",
|
|
2533
|
+
"ý": "\xFD",
|
|
2534
|
+
"я": "\u044F",
|
|
2535
|
+
"ŷ": "\u0177",
|
|
2536
|
+
"ы": "\u044B",
|
|
2537
|
+
"¥": "\xA5",
|
|
2538
|
+
"¥": "\xA5",
|
|
2539
|
+
"𝔶": "\u{1D536}",
|
|
2540
|
+
"ї": "\u0457",
|
|
2541
|
+
"𝕪": "\u{1D56A}",
|
|
2542
|
+
"𝓎": "\u{1D4CE}",
|
|
2543
|
+
"ю": "\u044E",
|
|
2544
|
+
"ÿ": "\xFF",
|
|
2545
|
+
"ÿ": "\xFF",
|
|
2546
|
+
"ź": "\u017A",
|
|
2547
|
+
"ž": "\u017E",
|
|
2548
|
+
"з": "\u0437",
|
|
2549
|
+
"ż": "\u017C",
|
|
2550
|
+
"ℨ": "\u2128",
|
|
2551
|
+
"ζ": "\u03B6",
|
|
2552
|
+
"𝔷": "\u{1D537}",
|
|
2553
|
+
"ж": "\u0436",
|
|
2554
|
+
"⇝": "\u21DD",
|
|
2555
|
+
"𝕫": "\u{1D56B}",
|
|
2556
|
+
"𝓏": "\u{1D4CF}",
|
|
2557
|
+
"‍": "\u200D",
|
|
2558
|
+
"‌": "\u200C"
|
|
2559
|
+
}, html_entities_default = htmlEntities;
|
|
2560
|
+
|
|
2561
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/text-format.js
|
|
2562
|
+
function decodeHTMLEntities(str) {
|
|
2563
|
+
return str.replace(/&(#\d+|#x[a-f0-9]+|[a-z]+\d*);?/gi, (match, entity) => {
|
|
2564
|
+
if (typeof html_entities_default[match] == "string")
|
|
2565
|
+
return html_entities_default[match];
|
|
2566
|
+
if (entity.charAt(0) !== "#" || match.charAt(match.length - 1) !== ";")
|
|
2567
|
+
return match;
|
|
2568
|
+
let codePoint;
|
|
2569
|
+
entity.charAt(1) === "x" ? codePoint = parseInt(entity.substr(2), 16) : codePoint = parseInt(entity.substr(1), 10);
|
|
2570
|
+
var output = "";
|
|
2571
|
+
return codePoint >= 55296 && codePoint <= 57343 || codePoint > 1114111 ? "\uFFFD" : (codePoint > 65535 && (codePoint -= 65536, output += String.fromCharCode(codePoint >>> 10 & 1023 | 55296), codePoint = 56320 | codePoint & 1023), output += String.fromCharCode(codePoint), output);
|
|
2572
|
+
});
|
|
2573
|
+
}
|
|
2574
|
+
function escapeHtml(str) {
|
|
2575
|
+
return str.trim().replace(/[<>"'?&]/g, (c) => {
|
|
2576
|
+
let hex = c.charCodeAt(0).toString(16);
|
|
2577
|
+
return hex.length < 2 && (hex = "0" + hex), "&#x" + hex.toUpperCase() + ";";
|
|
2578
|
+
});
|
|
2579
|
+
}
|
|
2580
|
+
function textToHtml(str) {
|
|
2581
|
+
return "<div>" + escapeHtml(str).replace(/\n/g, "<br />") + "</div>";
|
|
2582
|
+
}
|
|
2583
|
+
function htmlToText(str) {
|
|
2584
|
+
return str = str.replace(/\r?\n/g, "").replace(/<\!\-\-.*?\-\->/gi, " ").replace(/<br\b[^>]*>/gi, `
|
|
2585
|
+
`).replace(/<\/?(p|div|table|tr|td|th)\b[^>]*>/gi, `
|
|
2586
|
+
|
|
2587
|
+
`).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, `
|
|
2588
|
+
-------------
|
|
2589
|
+
`).replace(/<[^>]*>/g, " ").replace(/\u0001/g, `
|
|
2590
|
+
`).replace(/[ \t]+/g, " ").replace(/^\s+$/gm, "").replace(/\n\n+/g, `
|
|
2591
|
+
|
|
2592
|
+
`).replace(/^\n+/, `
|
|
2593
|
+
`).replace(/\n+$/, `
|
|
2594
|
+
`), str = decodeHTMLEntities(str), str;
|
|
2595
|
+
}
|
|
2596
|
+
function formatTextAddress(address) {
|
|
2597
|
+
return [].concat(address.name || []).concat(address.name ? `<${address.address}>` : address.address).join(" ");
|
|
2598
|
+
}
|
|
2599
|
+
function formatTextAddresses(addresses) {
|
|
2600
|
+
let parts = [], processAddress = (address, partCounter) => {
|
|
2601
|
+
if (partCounter && parts.push(", "), address.group) {
|
|
2602
|
+
let groupStart = `${address.name}:`, groupEnd = ";";
|
|
2603
|
+
parts.push(groupStart), address.group.forEach(processAddress), parts.push(groupEnd);
|
|
2604
|
+
} else
|
|
2605
|
+
parts.push(formatTextAddress(address));
|
|
2606
|
+
};
|
|
2607
|
+
return addresses.forEach(processAddress), parts.join("");
|
|
2608
|
+
}
|
|
2609
|
+
function formatHtmlAddress(address) {
|
|
2610
|
+
return `<a href="mailto:${escapeHtml(address.address)}" class="postal-email-address">${escapeHtml(address.name || `<${address.address}>`)}</a>`;
|
|
2611
|
+
}
|
|
2612
|
+
function formatHtmlAddresses(addresses) {
|
|
2613
|
+
let parts = [], processAddress = (address, partCounter) => {
|
|
2614
|
+
if (partCounter && parts.push('<span class="postal-email-address-separator">, </span>'), address.group) {
|
|
2615
|
+
let groupStart = `<span class="postal-email-address-group">${escapeHtml(address.name)}:</span>`, groupEnd = '<span class="postal-email-address-group">;</span>';
|
|
2616
|
+
parts.push(groupStart), address.group.forEach(processAddress), parts.push(groupEnd);
|
|
2617
|
+
} else
|
|
2618
|
+
parts.push(formatHtmlAddress(address));
|
|
2619
|
+
};
|
|
2620
|
+
return addresses.forEach(processAddress), parts.join(" ");
|
|
2621
|
+
}
|
|
2622
|
+
function foldLines(str, lineLength, afterSpace) {
|
|
2623
|
+
str = (str || "").toString(), lineLength = lineLength || 76;
|
|
2624
|
+
let pos = 0, len = str.length, result = "", line, match;
|
|
2625
|
+
for (; pos < len; ) {
|
|
2626
|
+
if (line = str.substr(pos, lineLength), line.length < lineLength) {
|
|
2627
|
+
result += line;
|
|
2628
|
+
break;
|
|
2629
|
+
}
|
|
2630
|
+
if (match = line.match(/^[^\n\r]*(\r?\n|\r)/)) {
|
|
2631
|
+
line = match[0], result += line, pos += line.length;
|
|
2632
|
+
continue;
|
|
2633
|
+
} else (match = line.match(/(\s+)[^\s]*$/)) && match[0].length - (afterSpace ? (match[1] || "").length : 0) < line.length ? line = line.substr(0, line.length - (match[0].length - (afterSpace ? (match[1] || "").length : 0))) : (match = str.substr(pos + line.length).match(/^[^\s]+(\s*)/)) && (line = line + match[0].substr(0, match[0].length - (afterSpace ? 0 : (match[1] || "").length)));
|
|
2634
|
+
result += line, pos += line.length, pos < len && (result += `\r
|
|
2635
|
+
`);
|
|
2636
|
+
}
|
|
2637
|
+
return result;
|
|
2638
|
+
}
|
|
2639
|
+
function formatTextHeader(message) {
|
|
2640
|
+
let rows = [];
|
|
2641
|
+
if (message.from && rows.push({ key: "From", val: formatTextAddress(message.from) }), message.subject && rows.push({ key: "Subject", val: message.subject }), message.date) {
|
|
2642
|
+
let dateOptions = {
|
|
2643
|
+
year: "numeric",
|
|
2644
|
+
month: "numeric",
|
|
2645
|
+
day: "numeric",
|
|
2646
|
+
hour: "numeric",
|
|
2647
|
+
minute: "numeric",
|
|
2648
|
+
second: "numeric",
|
|
2649
|
+
hour12: !1
|
|
2650
|
+
}, dateStr = typeof Intl > "u" ? message.date : new Intl.DateTimeFormat("default", dateOptions).format(new Date(message.date));
|
|
2651
|
+
rows.push({ key: "Date", val: dateStr });
|
|
2652
|
+
}
|
|
2653
|
+
message.to && message.to.length && rows.push({ key: "To", val: formatTextAddresses(message.to) }), message.cc && message.cc.length && rows.push({ key: "Cc", val: formatTextAddresses(message.cc) }), message.bcc && message.bcc.length && rows.push({ key: "Bcc", val: formatTextAddresses(message.bcc) });
|
|
2654
|
+
let maxKeyLength = rows.map((r) => r.key.length).reduce((acc, cur) => cur > acc ? cur : acc, 0);
|
|
2655
|
+
rows = rows.flatMap((row) => {
|
|
2656
|
+
let sepLen = maxKeyLength - row.key.length, prefix = `${row.key}: ${" ".repeat(sepLen)}`, emptyPrefix = `${" ".repeat(row.key.length + 1)} ${" ".repeat(sepLen)}`;
|
|
2657
|
+
return foldLines(row.val, 80, !0).split(/\r?\n/).map((line) => line.trim()).map((line, i) => `${i ? emptyPrefix : prefix}${line}`);
|
|
2658
|
+
});
|
|
2659
|
+
let maxLineLength = rows.map((r) => r.length).reduce((acc, cur) => cur > acc ? cur : acc, 0), lineMarker = "-".repeat(maxLineLength);
|
|
2660
|
+
return `
|
|
2661
|
+
${lineMarker}
|
|
2662
|
+
${rows.join(`
|
|
2663
|
+
`)}
|
|
2664
|
+
${lineMarker}
|
|
2665
|
+
`;
|
|
2666
|
+
}
|
|
2667
|
+
function formatHtmlHeader(message) {
|
|
2668
|
+
let rows = [];
|
|
2669
|
+
if (message.from && rows.push(`<div class="postal-email-header-key">From</div><div class="postal-email-header-value">${formatHtmlAddress(message.from)}</div>`), message.subject && rows.push(
|
|
2670
|
+
`<div class="postal-email-header-key">Subject</div><div class="postal-email-header-value postal-email-header-subject">${escapeHtml(
|
|
2671
|
+
message.subject
|
|
2672
|
+
)}</div>`
|
|
2673
|
+
), message.date) {
|
|
2674
|
+
let dateOptions = {
|
|
2675
|
+
year: "numeric",
|
|
2676
|
+
month: "numeric",
|
|
2677
|
+
day: "numeric",
|
|
2678
|
+
hour: "numeric",
|
|
2679
|
+
minute: "numeric",
|
|
2680
|
+
second: "numeric",
|
|
2681
|
+
hour12: !1
|
|
2682
|
+
}, dateStr = typeof Intl > "u" ? message.date : new Intl.DateTimeFormat("default", dateOptions).format(new Date(message.date));
|
|
2683
|
+
rows.push(
|
|
2684
|
+
`<div class="postal-email-header-key">Date</div><div class="postal-email-header-value postal-email-header-date" data-date="${escapeHtml(
|
|
2685
|
+
message.date
|
|
2686
|
+
)}">${escapeHtml(dateStr)}</div>`
|
|
2687
|
+
);
|
|
2688
|
+
}
|
|
2689
|
+
return message.to && message.to.length && rows.push(`<div class="postal-email-header-key">To</div><div class="postal-email-header-value">${formatHtmlAddresses(message.to)}</div>`), message.cc && message.cc.length && rows.push(`<div class="postal-email-header-key">Cc</div><div class="postal-email-header-value">${formatHtmlAddresses(message.cc)}</div>`), message.bcc && message.bcc.length && rows.push(`<div class="postal-email-header-key">Bcc</div><div class="postal-email-header-value">${formatHtmlAddresses(message.bcc)}</div>`), `<div class="postal-email-header">${rows.length ? '<div class="postal-email-header-row">' : ""}${rows.join(
|
|
2690
|
+
`</div>
|
|
2691
|
+
<div class="postal-email-header-row">`
|
|
2692
|
+
)}${rows.length ? "</div>" : ""}</div>`;
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/address-parser.js
|
|
2696
|
+
function _handleAddress(tokens) {
|
|
2697
|
+
let token, isGroup = !1, state = "text", address, addresses = [], data = {
|
|
2698
|
+
address: [],
|
|
2699
|
+
comment: [],
|
|
2700
|
+
group: [],
|
|
2701
|
+
text: []
|
|
2702
|
+
}, i, len;
|
|
2703
|
+
for (i = 0, len = tokens.length; i < len; i++)
|
|
2704
|
+
if (token = tokens[i], token.type === "operator")
|
|
2705
|
+
switch (token.value) {
|
|
2706
|
+
case "<":
|
|
2707
|
+
state = "address";
|
|
2708
|
+
break;
|
|
2709
|
+
case "(":
|
|
2710
|
+
state = "comment";
|
|
2711
|
+
break;
|
|
2712
|
+
case ":":
|
|
2713
|
+
state = "group", isGroup = !0;
|
|
2714
|
+
break;
|
|
2715
|
+
default:
|
|
2716
|
+
state = "text";
|
|
2717
|
+
}
|
|
2718
|
+
else token.value && (state === "address" && (token.value = token.value.replace(/^[^<]*<\s*/, "")), data[state].push(token.value));
|
|
2719
|
+
if (!data.text.length && data.comment.length && (data.text = data.comment, data.comment = []), isGroup)
|
|
2720
|
+
data.text = data.text.join(" "), addresses.push({
|
|
2721
|
+
name: decodeWords(data.text || address && address.name),
|
|
2722
|
+
group: data.group.length ? addressParser(data.group.join(",")) : []
|
|
2723
|
+
});
|
|
2724
|
+
else {
|
|
2725
|
+
if (!data.address.length && data.text.length) {
|
|
2726
|
+
for (i = data.text.length - 1; i >= 0; i--)
|
|
2727
|
+
if (data.text[i].match(/^[^@\s]+@[^@\s]+$/)) {
|
|
2728
|
+
data.address = data.text.splice(i, 1);
|
|
2729
|
+
break;
|
|
2730
|
+
}
|
|
2731
|
+
let _regexHandler = function(address2) {
|
|
2732
|
+
return data.address.length ? address2 : (data.address = [address2.trim()], " ");
|
|
2733
|
+
};
|
|
2734
|
+
if (!data.address.length)
|
|
2735
|
+
for (i = data.text.length - 1; i >= 0 && (data.text[i] = data.text[i].replace(/\s*\b[^@\s]+@[^\s]+\b\s*/, _regexHandler).trim(), !data.address.length); i--)
|
|
2736
|
+
;
|
|
2737
|
+
}
|
|
2738
|
+
if (!data.text.length && data.comment.length && (data.text = data.comment, data.comment = []), data.address.length > 1 && (data.text = data.text.concat(data.address.splice(1))), data.text = data.text.join(" "), data.address = data.address.join(" "), !data.address && /^=\?[^=]+?=$/.test(data.text.trim())) {
|
|
2739
|
+
let parsedSubAddresses = addressParser(decodeWords(data.text));
|
|
2740
|
+
if (parsedSubAddresses && parsedSubAddresses.length)
|
|
2741
|
+
return parsedSubAddresses;
|
|
2742
|
+
}
|
|
2743
|
+
if (!data.address && isGroup)
|
|
2744
|
+
return [];
|
|
2745
|
+
address = {
|
|
2746
|
+
address: data.address || data.text || "",
|
|
2747
|
+
name: decodeWords(data.text || data.address || "")
|
|
2748
|
+
}, address.address === address.name && ((address.address || "").match(/@/) ? address.name = "" : address.address = ""), addresses.push(address);
|
|
2749
|
+
}
|
|
2750
|
+
return addresses;
|
|
2751
|
+
}
|
|
2752
|
+
var Tokenizer = class {
|
|
2753
|
+
constructor(str) {
|
|
2754
|
+
this.str = (str || "").toString(), this.operatorCurrent = "", this.operatorExpecting = "", this.node = null, this.escaped = !1, this.list = [], this.operators = {
|
|
2755
|
+
'"': '"',
|
|
2756
|
+
"(": ")",
|
|
2757
|
+
"<": ">",
|
|
2758
|
+
",": "",
|
|
2759
|
+
":": ";",
|
|
2760
|
+
// Semicolons are not a legal delimiter per the RFC2822 grammar other
|
|
2761
|
+
// than for terminating a group, but they are also not valid for any
|
|
2762
|
+
// other use in this context. Given that some mail clients have
|
|
2763
|
+
// historically allowed the semicolon as a delimiter equivalent to the
|
|
2764
|
+
// comma in their UI, it makes sense to treat them the same as a comma
|
|
2765
|
+
// when used outside of a group.
|
|
2766
|
+
";": ""
|
|
2767
|
+
};
|
|
2768
|
+
}
|
|
2769
|
+
/**
|
|
2770
|
+
* Tokenizes the original input string
|
|
2771
|
+
*
|
|
2772
|
+
* @return {Array} An array of operator|text tokens
|
|
2773
|
+
*/
|
|
2774
|
+
tokenize() {
|
|
2775
|
+
let chr, list = [];
|
|
2776
|
+
for (let i = 0, len = this.str.length; i < len; i++)
|
|
2777
|
+
chr = this.str.charAt(i), this.checkChar(chr);
|
|
2778
|
+
return this.list.forEach((node) => {
|
|
2779
|
+
node.value = (node.value || "").toString().trim(), node.value && list.push(node);
|
|
2780
|
+
}), list;
|
|
2781
|
+
}
|
|
2782
|
+
/**
|
|
2783
|
+
* Checks if a character is an operator or text and acts accordingly
|
|
2784
|
+
*
|
|
2785
|
+
* @param {String} chr Character from the address field
|
|
2786
|
+
*/
|
|
2787
|
+
checkChar(chr) {
|
|
2788
|
+
if (!this.escaped) {
|
|
2789
|
+
if (chr === this.operatorExpecting) {
|
|
2790
|
+
this.node = {
|
|
2791
|
+
type: "operator",
|
|
2792
|
+
value: chr
|
|
2793
|
+
}, this.list.push(this.node), this.node = null, this.operatorExpecting = "", this.escaped = !1;
|
|
2794
|
+
return;
|
|
2795
|
+
} else if (!this.operatorExpecting && chr in this.operators) {
|
|
2796
|
+
this.node = {
|
|
2797
|
+
type: "operator",
|
|
2798
|
+
value: chr
|
|
2799
|
+
}, this.list.push(this.node), this.node = null, this.operatorExpecting = this.operators[chr], this.escaped = !1;
|
|
2800
|
+
return;
|
|
2801
|
+
} else if (['"', "'"].includes(this.operatorExpecting) && chr === "\\") {
|
|
2802
|
+
this.escaped = !0;
|
|
2803
|
+
return;
|
|
2804
|
+
}
|
|
2805
|
+
}
|
|
2806
|
+
this.node || (this.node = {
|
|
2807
|
+
type: "text",
|
|
2808
|
+
value: ""
|
|
2809
|
+
}, this.list.push(this.node)), chr === `
|
|
2810
|
+
` && (chr = " "), (chr.charCodeAt(0) >= 33 || [" ", " "].includes(chr)) && (this.node.value += chr), this.escaped = !1;
|
|
2811
|
+
}
|
|
2812
|
+
};
|
|
2813
|
+
function addressParser(str, options) {
|
|
2814
|
+
options = options || {};
|
|
2815
|
+
let tokens = new Tokenizer(str).tokenize(), addresses = [], address = [], parsedAddresses = [];
|
|
2816
|
+
if (tokens.forEach((token) => {
|
|
2817
|
+
token.type === "operator" && (token.value === "," || token.value === ";") ? (address.length && addresses.push(address), address = []) : address.push(token);
|
|
2818
|
+
}), address.length && addresses.push(address), addresses.forEach((address2) => {
|
|
2819
|
+
address2 = _handleAddress(address2), address2.length && (parsedAddresses = parsedAddresses.concat(address2));
|
|
2820
|
+
}), options.flatten) {
|
|
2821
|
+
let addresses2 = [], walkAddressList = (list) => {
|
|
2822
|
+
list.forEach((address2) => {
|
|
2823
|
+
if (address2.group)
|
|
2824
|
+
return walkAddressList(address2.group);
|
|
2825
|
+
addresses2.push(address2);
|
|
2826
|
+
});
|
|
2827
|
+
};
|
|
2828
|
+
return walkAddressList(parsedAddresses), addresses2;
|
|
2829
|
+
}
|
|
2830
|
+
return parsedAddresses;
|
|
2831
|
+
}
|
|
2832
|
+
var address_parser_default = addressParser;
|
|
2833
|
+
|
|
2834
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/base64-encoder.js
|
|
2835
|
+
function base64ArrayBuffer(arrayBuffer) {
|
|
2836
|
+
for (var base64 = "", encodings = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", bytes = new Uint8Array(arrayBuffer), byteLength = bytes.byteLength, byteRemainder = byteLength % 3, mainLength = byteLength - byteRemainder, a, b, c, d, chunk, i = 0; i < mainLength; i = i + 3)
|
|
2837
|
+
chunk = bytes[i] << 16 | bytes[i + 1] << 8 | bytes[i + 2], a = (chunk & 16515072) >> 18, b = (chunk & 258048) >> 12, c = (chunk & 4032) >> 6, d = chunk & 63, base64 += encodings[a] + encodings[b] + encodings[c] + encodings[d];
|
|
2838
|
+
return byteRemainder == 1 ? (chunk = bytes[mainLength], a = (chunk & 252) >> 2, b = (chunk & 3) << 4, base64 += encodings[a] + encodings[b] + "==") : byteRemainder == 2 && (chunk = bytes[mainLength] << 8 | bytes[mainLength + 1], a = (chunk & 64512) >> 10, b = (chunk & 1008) >> 4, c = (chunk & 15) << 2, base64 += encodings[a] + encodings[b] + encodings[c] + "="), base64;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
// ../../node_modules/.pnpm/postal-mime@2.4.3_patch_hash=ngwql2fj2dlex3jjynq4iizhk4/node_modules/postal-mime/src/postal-mime.js
|
|
2842
|
+
var PostalMime = class _PostalMime {
|
|
2843
|
+
static parse(buf, options) {
|
|
2844
|
+
return new _PostalMime(options).parse(buf);
|
|
2845
|
+
}
|
|
2846
|
+
constructor(options) {
|
|
2847
|
+
this.options = options || {}, this.root = this.currentNode = new MimeNode({
|
|
2848
|
+
postalMime: this
|
|
2849
|
+
}), this.boundaries = [], this.textContent = {}, this.attachments = [], this.attachmentEncoding = (this.options.attachmentEncoding || "").toString().replace(/[-_\s]/g, "").trim().toLowerCase() || "arraybuffer", this.started = !1;
|
|
2850
|
+
}
|
|
2851
|
+
async finalize() {
|
|
2852
|
+
await this.root.finalize();
|
|
2853
|
+
}
|
|
2854
|
+
async processLine(line, isFinal) {
|
|
2855
|
+
let boundaries = this.boundaries;
|
|
2856
|
+
if (boundaries.length && line.length > 2 && line[0] === 45 && line[1] === 45)
|
|
2857
|
+
for (let i = boundaries.length - 1; i >= 0; i--) {
|
|
2858
|
+
let boundary = boundaries[i];
|
|
2859
|
+
if (line.length !== boundary.value.length + 2 && line.length !== boundary.value.length + 4)
|
|
2860
|
+
continue;
|
|
2861
|
+
let isTerminator = line.length === boundary.value.length + 4;
|
|
2862
|
+
if (isTerminator && (line[line.length - 2] !== 45 || line[line.length - 1] !== 45))
|
|
2863
|
+
continue;
|
|
2864
|
+
let boudaryMatches = !0;
|
|
2865
|
+
for (let i2 = 0; i2 < boundary.value.length; i2++)
|
|
2866
|
+
if (line[i2 + 2] !== boundary.value[i2]) {
|
|
2867
|
+
boudaryMatches = !1;
|
|
2868
|
+
break;
|
|
2869
|
+
}
|
|
2870
|
+
if (boudaryMatches)
|
|
2871
|
+
return isTerminator ? (await boundary.node.finalize(), this.currentNode = boundary.node.parentNode || this.root) : (await boundary.node.finalizeChildNodes(), this.currentNode = new MimeNode({
|
|
2872
|
+
postalMime: this,
|
|
2873
|
+
parentNode: boundary.node
|
|
2874
|
+
})), isFinal ? this.finalize() : void 0;
|
|
2875
|
+
}
|
|
2876
|
+
if (this.currentNode.feed(line), isFinal)
|
|
2877
|
+
return this.finalize();
|
|
2878
|
+
}
|
|
2879
|
+
readLine() {
|
|
2880
|
+
let startPos = this.readPos, endPos = this.readPos, res = () => ({
|
|
2881
|
+
bytes: new Uint8Array(this.buf, startPos, endPos - startPos),
|
|
2882
|
+
done: this.readPos >= this.av.length
|
|
2883
|
+
});
|
|
2884
|
+
for (; this.readPos < this.av.length; ) {
|
|
2885
|
+
let c = this.av[this.readPos++];
|
|
2886
|
+
if (c !== 13 && c !== 10 && (endPos = this.readPos), c === 10)
|
|
2887
|
+
return res();
|
|
2888
|
+
}
|
|
2889
|
+
return res();
|
|
2890
|
+
}
|
|
2891
|
+
async processNodeTree() {
|
|
2892
|
+
let textContent = {}, textTypes = /* @__PURE__ */ new Set(), textMap = this.textMap = /* @__PURE__ */ new Map(), forceRfc822Attachments = this.forceRfc822Attachments(), walk = async (node, alternative, related) => {
|
|
2893
|
+
if (alternative = alternative || !1, related = related || !1, node.contentType.multipart)
|
|
2894
|
+
node.contentType.multipart === "alternative" ? alternative = node : node.contentType.multipart === "related" && (related = node);
|
|
2895
|
+
else if (this.isInlineMessageRfc822(node) && !forceRfc822Attachments) {
|
|
2896
|
+
let subParser = new _PostalMime();
|
|
2897
|
+
node.subMessage = await subParser.parse(node.content), textMap.has(node) || textMap.set(node, {});
|
|
2898
|
+
let textEntry = textMap.get(node);
|
|
2899
|
+
(node.subMessage.text || !node.subMessage.html) && (textEntry.plain = textEntry.plain || [], textEntry.plain.push({ type: "subMessage", value: node.subMessage }), textTypes.add("plain")), node.subMessage.html && (textEntry.html = textEntry.html || [], textEntry.html.push({ type: "subMessage", value: node.subMessage }), textTypes.add("html")), subParser.textMap && subParser.textMap.forEach((subTextEntry, subTextNode) => {
|
|
2900
|
+
textMap.set(subTextNode, subTextEntry);
|
|
2901
|
+
});
|
|
2902
|
+
for (let attachment of node.subMessage.attachments || [])
|
|
2903
|
+
this.attachments.push(attachment);
|
|
2904
|
+
} else if (this.isInlineTextNode(node)) {
|
|
2905
|
+
let textType = node.contentType.parsed.value.substr(node.contentType.parsed.value.indexOf("/") + 1), selectorNode = alternative || node;
|
|
2906
|
+
textMap.has(selectorNode) || textMap.set(selectorNode, {});
|
|
2907
|
+
let textEntry = textMap.get(selectorNode);
|
|
2908
|
+
textEntry[textType] = textEntry[textType] || [], textEntry[textType].push({ type: "text", value: node.getTextContent() }), textTypes.add(textType);
|
|
2909
|
+
} else if (node.content) {
|
|
2910
|
+
let filename = node.contentDisposition.parsed.params.filename || node.contentType.parsed.params.name || null, attachment = {
|
|
2911
|
+
filename: filename ? decodeWords(filename) : null,
|
|
2912
|
+
mimeType: node.contentType.parsed.value,
|
|
2913
|
+
disposition: node.contentDisposition.parsed.value || null
|
|
2914
|
+
};
|
|
2915
|
+
switch (related && node.contentId && (attachment.related = !0), node.contentDescription && (attachment.description = node.contentDescription), node.contentId && (attachment.contentId = node.contentId), node.contentType.parsed.value) {
|
|
2916
|
+
// Special handling for calendar events
|
|
2917
|
+
case "text/calendar":
|
|
2918
|
+
case "application/ics": {
|
|
2919
|
+
node.contentType.parsed.params.method && (attachment.method = node.contentType.parsed.params.method.toString().toUpperCase().trim());
|
|
2920
|
+
let decodedText = node.getTextContent().replace(/\r?\n/g, `
|
|
2921
|
+
`).replace(/\n*$/, `
|
|
2922
|
+
`);
|
|
2923
|
+
attachment.content = textEncoder.encode(decodedText);
|
|
2924
|
+
break;
|
|
2925
|
+
}
|
|
2926
|
+
// Regular attachments
|
|
2927
|
+
default:
|
|
2928
|
+
attachment.content = node.content;
|
|
2929
|
+
}
|
|
2930
|
+
this.attachments.push(attachment);
|
|
2931
|
+
}
|
|
2932
|
+
for (let childNode of node.childNodes)
|
|
2933
|
+
await walk(childNode, alternative, related);
|
|
2934
|
+
};
|
|
2935
|
+
await walk(this.root, !1, []), textMap.forEach((mapEntry) => {
|
|
2936
|
+
textTypes.forEach((textType) => {
|
|
2937
|
+
if (textContent[textType] || (textContent[textType] = []), mapEntry[textType])
|
|
2938
|
+
mapEntry[textType].forEach((textEntry) => {
|
|
2939
|
+
switch (textEntry.type) {
|
|
2940
|
+
case "text":
|
|
2941
|
+
textContent[textType].push(textEntry.value);
|
|
2942
|
+
break;
|
|
2943
|
+
case "subMessage":
|
|
2944
|
+
switch (textType) {
|
|
2945
|
+
case "html":
|
|
2946
|
+
textContent[textType].push(formatHtmlHeader(textEntry.value));
|
|
2947
|
+
break;
|
|
2948
|
+
case "plain":
|
|
2949
|
+
textContent[textType].push(formatTextHeader(textEntry.value));
|
|
2950
|
+
break;
|
|
2951
|
+
}
|
|
2952
|
+
break;
|
|
2953
|
+
}
|
|
2954
|
+
});
|
|
2955
|
+
else {
|
|
2956
|
+
let alternativeType;
|
|
2957
|
+
switch (textType) {
|
|
2958
|
+
case "html":
|
|
2959
|
+
alternativeType = "plain";
|
|
2960
|
+
break;
|
|
2961
|
+
case "plain":
|
|
2962
|
+
alternativeType = "html";
|
|
2963
|
+
break;
|
|
2964
|
+
}
|
|
2965
|
+
(mapEntry[alternativeType] || []).forEach((textEntry) => {
|
|
2966
|
+
switch (textEntry.type) {
|
|
2967
|
+
case "text":
|
|
2968
|
+
switch (textType) {
|
|
2969
|
+
case "html":
|
|
2970
|
+
textContent[textType].push(textToHtml(textEntry.value));
|
|
2971
|
+
break;
|
|
2972
|
+
case "plain":
|
|
2973
|
+
textContent[textType].push(htmlToText(textEntry.value));
|
|
2974
|
+
break;
|
|
2975
|
+
}
|
|
2976
|
+
break;
|
|
2977
|
+
case "subMessage":
|
|
2978
|
+
switch (textType) {
|
|
2979
|
+
case "html":
|
|
2980
|
+
textContent[textType].push(formatHtmlHeader(textEntry.value));
|
|
2981
|
+
break;
|
|
2982
|
+
case "plain":
|
|
2983
|
+
textContent[textType].push(formatTextHeader(textEntry.value));
|
|
2984
|
+
break;
|
|
2985
|
+
}
|
|
2986
|
+
break;
|
|
2987
|
+
}
|
|
2988
|
+
});
|
|
2989
|
+
}
|
|
2990
|
+
});
|
|
2991
|
+
}), Object.keys(textContent).forEach((textType) => {
|
|
2992
|
+
textContent[textType] = textContent[textType].join(`
|
|
2993
|
+
`);
|
|
2994
|
+
}), this.textContent = textContent;
|
|
2995
|
+
}
|
|
2996
|
+
isInlineTextNode(node) {
|
|
2997
|
+
if (node.contentDisposition.parsed.value === "attachment")
|
|
2998
|
+
return !1;
|
|
2999
|
+
switch (node.contentType.parsed.value) {
|
|
3000
|
+
case "text/html":
|
|
3001
|
+
case "text/plain":
|
|
3002
|
+
return !0;
|
|
3003
|
+
default:
|
|
3004
|
+
return !1;
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3007
|
+
isInlineMessageRfc822(node) {
|
|
3008
|
+
return node.contentType.parsed.value !== "message/rfc822" ? !1 : (node.contentDisposition.parsed.value || (this.options.rfc822Attachments ? "attachment" : "inline")) === "inline";
|
|
3009
|
+
}
|
|
3010
|
+
// Check if this is a specially crafted report email where message/rfc822 content should not be inlined
|
|
3011
|
+
forceRfc822Attachments() {
|
|
3012
|
+
if (this.options.forceRfc822Attachments)
|
|
3013
|
+
return !0;
|
|
3014
|
+
let forceRfc822Attachments = !1, walk = (node) => {
|
|
3015
|
+
node.contentType.multipart || ["message/delivery-status", "message/feedback-report"].includes(node.contentType.parsed.value) && (forceRfc822Attachments = !0);
|
|
3016
|
+
for (let childNode of node.childNodes)
|
|
3017
|
+
walk(childNode);
|
|
3018
|
+
};
|
|
3019
|
+
return walk(this.root), forceRfc822Attachments;
|
|
3020
|
+
}
|
|
3021
|
+
async resolveStream(stream) {
|
|
3022
|
+
let chunkLen = 0, chunks = [], reader = stream.getReader();
|
|
3023
|
+
for (; ; ) {
|
|
3024
|
+
let { done, value } = await reader.read();
|
|
3025
|
+
if (done)
|
|
3026
|
+
break;
|
|
3027
|
+
chunks.push(value), chunkLen += value.length;
|
|
3028
|
+
}
|
|
3029
|
+
let result = new Uint8Array(chunkLen), chunkPointer = 0;
|
|
3030
|
+
for (let chunk of chunks)
|
|
3031
|
+
result.set(chunk, chunkPointer), chunkPointer += chunk.length;
|
|
3032
|
+
return result;
|
|
3033
|
+
}
|
|
3034
|
+
async parse(buf) {
|
|
3035
|
+
if (this.started)
|
|
3036
|
+
throw new Error("Can not reuse parser, create a new PostalMime object");
|
|
3037
|
+
for (this.started = !0, buf && typeof buf.getReader == "function" && (buf = await this.resolveStream(buf)), buf = buf || new ArrayBuffer(0), typeof buf == "string" && (buf = textEncoder.encode(buf)), (buf instanceof Blob || Object.prototype.toString.call(buf) === "[object Blob]") && (buf = await blobToArrayBuffer(buf)), buf.buffer instanceof ArrayBuffer && (buf = new Uint8Array(buf).buffer), this.buf = buf, this.av = new Uint8Array(buf), this.readPos = 0; this.readPos < this.av.length; ) {
|
|
3038
|
+
let line = this.readLine();
|
|
3039
|
+
await this.processLine(line.bytes, line.done);
|
|
3040
|
+
}
|
|
3041
|
+
await this.processNodeTree();
|
|
3042
|
+
let message = {
|
|
3043
|
+
headers: this.root.headers.map((entry) => ({ key: entry.key, value: entry.value })).reverse()
|
|
3044
|
+
};
|
|
3045
|
+
for (let key of ["from", "sender"]) {
|
|
3046
|
+
let addressHeader = this.root.headers.find((line) => line.key === key);
|
|
3047
|
+
if (addressHeader && addressHeader.value) {
|
|
3048
|
+
let addresses = address_parser_default(addressHeader.value);
|
|
3049
|
+
addresses && addresses.length && (message[key] = addresses[0]);
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3052
|
+
for (let key of ["delivered-to", "return-path"]) {
|
|
3053
|
+
let addressHeader = this.root.headers.find((line) => line.key === key);
|
|
3054
|
+
if (addressHeader && addressHeader.value) {
|
|
3055
|
+
let addresses = address_parser_default(addressHeader.value);
|
|
3056
|
+
if (addresses && addresses.length && addresses[0].address) {
|
|
3057
|
+
let camelKey = key.replace(/\-(.)/g, (o, c) => c.toUpperCase());
|
|
3058
|
+
message[camelKey] = addresses[0].address;
|
|
3059
|
+
}
|
|
3060
|
+
}
|
|
3061
|
+
}
|
|
3062
|
+
for (let key of ["to", "cc", "bcc", "reply-to"]) {
|
|
3063
|
+
let addressHeaders = this.root.headers.filter((line) => line.key === key), addresses = [];
|
|
3064
|
+
if (addressHeaders.filter((entry) => entry && entry.value).map((entry) => address_parser_default(entry.value)).forEach((parsed) => addresses = addresses.concat(parsed || [])), addresses && addresses.length) {
|
|
3065
|
+
let camelKey = key.replace(/\-(.)/g, (o, c) => c.toUpperCase());
|
|
3066
|
+
message[camelKey] = addresses;
|
|
3067
|
+
}
|
|
3068
|
+
}
|
|
3069
|
+
for (let key of ["subject", "message-id", "in-reply-to", "references"]) {
|
|
3070
|
+
let header = this.root.headers.find((line) => line.key === key);
|
|
3071
|
+
if (header && header.value) {
|
|
3072
|
+
let camelKey = key.replace(/\-(.)/g, (o, c) => c.toUpperCase());
|
|
3073
|
+
message[camelKey] = decodeWords(header.value);
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
3076
|
+
let dateHeader = this.root.headers.find((line) => line.key === "date");
|
|
3077
|
+
if (dateHeader) {
|
|
3078
|
+
let date = new Date(dateHeader.value);
|
|
3079
|
+
!date || date.toString() === "Invalid Date" ? date = dateHeader.value : date = date.toISOString(), message.date = date;
|
|
3080
|
+
}
|
|
3081
|
+
switch (this.textContent?.html && (message.html = this.textContent.html), this.textContent?.plain && (message.text = this.textContent.plain), message.attachments = this.attachments, this.attachmentEncoding) {
|
|
3082
|
+
case "arraybuffer":
|
|
3083
|
+
break;
|
|
3084
|
+
case "base64":
|
|
3085
|
+
for (let attachment of message.attachments || [])
|
|
3086
|
+
attachment?.content && (attachment.content = base64ArrayBuffer(attachment.content), attachment.encoding = "base64");
|
|
3087
|
+
break;
|
|
3088
|
+
case "utf8":
|
|
3089
|
+
let attachmentDecoder = new TextDecoder("utf8");
|
|
3090
|
+
for (let attachment of message.attachments || [])
|
|
3091
|
+
attachment?.content && (attachment.content = attachmentDecoder.decode(attachment.content), attachment.encoding = "utf8");
|
|
3092
|
+
break;
|
|
3093
|
+
default:
|
|
3094
|
+
throw new Error("Unknwon attachment encoding");
|
|
3095
|
+
}
|
|
3096
|
+
return message;
|
|
3097
|
+
}
|
|
3098
|
+
};
|
|
3099
|
+
|
|
3100
|
+
// src/workers/core/constants.ts
|
|
3101
|
+
var CoreBindings = {
|
|
3102
|
+
SERVICE_LOOPBACK: "MINIFLARE_LOOPBACK",
|
|
3103
|
+
SERVICE_USER_ROUTE_PREFIX: "MINIFLARE_USER_ROUTE_",
|
|
3104
|
+
SERVICE_USER_FALLBACK: "MINIFLARE_USER_FALLBACK",
|
|
3105
|
+
TEXT_CUSTOM_SERVICE: "MINIFLARE_CUSTOM_SERVICE",
|
|
3106
|
+
IMAGES_SERVICE: "MINIFLARE_IMAGES_SERVICE",
|
|
3107
|
+
TEXT_UPSTREAM_URL: "MINIFLARE_UPSTREAM_URL",
|
|
3108
|
+
JSON_CF_BLOB: "CF_BLOB",
|
|
3109
|
+
JSON_ROUTES: "MINIFLARE_ROUTES",
|
|
3110
|
+
JSON_LOG_LEVEL: "MINIFLARE_LOG_LEVEL",
|
|
3111
|
+
DATA_LIVE_RELOAD_SCRIPT: "MINIFLARE_LIVE_RELOAD_SCRIPT",
|
|
3112
|
+
DURABLE_OBJECT_NAMESPACE_PROXY: "MINIFLARE_PROXY",
|
|
3113
|
+
DATA_PROXY_SECRET: "MINIFLARE_PROXY_SECRET",
|
|
3114
|
+
DATA_PROXY_SHARED_SECRET: "MINIFLARE_PROXY_SHARED_SECRET",
|
|
3115
|
+
TRIGGER_HANDLERS: "TRIGGER_HANDLERS",
|
|
3116
|
+
LOG_REQUESTS: "LOG_REQUESTS",
|
|
3117
|
+
STRIP_DISABLE_PRETTY_ERROR: "STRIP_DISABLE_PRETTY_ERROR",
|
|
3118
|
+
SERVICE_LOCAL_EXPLORER: "MINIFLARE_LOCAL_EXPLORER",
|
|
3119
|
+
EXPLORER_DISK: "MINIFLARE_EXPLORER_DISK",
|
|
3120
|
+
JSON_LOCAL_EXPLORER_BINDING_MAP: "LOCAL_EXPLORER_BINDING_MAP",
|
|
3121
|
+
JSON_LOCAL_EXPLORER_WORKER_NAMES: "LOCAL_EXPLORER_WORKER_NAMES",
|
|
3122
|
+
SERVICE_CACHE: "MINIFLARE_CACHE"
|
|
3123
|
+
};
|
|
3124
|
+
|
|
3125
|
+
// src/workers/email/constants.ts
|
|
3126
|
+
var RAW_EMAIL = "EmailMessage::raw";
|
|
3127
|
+
|
|
3128
|
+
// src/workers/email/send_email.worker.ts
|
|
3129
|
+
function extractEmailAddress(addr) {
|
|
3130
|
+
return typeof addr == "string" ? addr : addr.email;
|
|
3131
|
+
}
|
|
3132
|
+
function formatEmailAddress(addr) {
|
|
3133
|
+
return typeof addr == "string" ? addr : `"${addr.name}" <${addr.email}>`;
|
|
3134
|
+
}
|
|
3135
|
+
function formatMessageBuilder(builder) {
|
|
3136
|
+
let lines = [];
|
|
3137
|
+
lines.push("From: " + formatEmailAddress(builder.from));
|
|
3138
|
+
let toArray = Array.isArray(builder.to) ? builder.to : [builder.to];
|
|
3139
|
+
if (lines.push("To: " + toArray.map(formatEmailAddress).join(", ")), builder.cc) {
|
|
3140
|
+
let ccArray = Array.isArray(builder.cc) ? builder.cc : [builder.cc];
|
|
3141
|
+
lines.push("Cc: " + ccArray.map(formatEmailAddress).join(", "));
|
|
3142
|
+
}
|
|
3143
|
+
if (builder.bcc) {
|
|
3144
|
+
let bccArray = Array.isArray(builder.bcc) ? builder.bcc : [builder.bcc];
|
|
3145
|
+
lines.push("Bcc: " + bccArray.map(formatEmailAddress).join(", "));
|
|
3146
|
+
}
|
|
3147
|
+
return lines.push("Subject: " + builder.subject), lines.join(`
|
|
3148
|
+
`);
|
|
3149
|
+
}
|
|
3150
|
+
var SendEmailBinding = class extends WorkerEntrypoint {
|
|
3151
|
+
/**
|
|
3152
|
+
* Logs a message via the loopback service
|
|
3153
|
+
*/
|
|
3154
|
+
log(message, level = LogLevel.INFO) {
|
|
3155
|
+
this.ctx.waitUntil(
|
|
3156
|
+
this.env[CoreBindings.SERVICE_LOOPBACK].fetch(
|
|
3157
|
+
"http://localhost/core/log",
|
|
3158
|
+
{
|
|
3159
|
+
method: "POST",
|
|
3160
|
+
headers: { [SharedHeaders.LOG_LEVEL]: level.toString() },
|
|
3161
|
+
body: message
|
|
3162
|
+
}
|
|
3163
|
+
)
|
|
3164
|
+
);
|
|
3165
|
+
}
|
|
3166
|
+
/**
|
|
3167
|
+
* Stores content to a temporary file via the loopback service
|
|
3168
|
+
*/
|
|
3169
|
+
async storeTempFile(content, extension, prefix) {
|
|
3170
|
+
let body;
|
|
3171
|
+
return typeof content == "string" ? body = content : content instanceof ArrayBuffer ? body = new Uint8Array(content) : body = new Uint8Array(
|
|
3172
|
+
content.buffer,
|
|
3173
|
+
content.byteOffset,
|
|
3174
|
+
content.byteLength
|
|
3175
|
+
), await (await this.env[CoreBindings.SERVICE_LOOPBACK].fetch(
|
|
3176
|
+
`http://localhost/core/store-temp-file?extension=${extension}&prefix=${prefix}`,
|
|
3177
|
+
{
|
|
3178
|
+
method: "POST",
|
|
3179
|
+
body
|
|
3180
|
+
}
|
|
3181
|
+
)).text();
|
|
3182
|
+
}
|
|
3183
|
+
checkDestinationAllowed(to) {
|
|
3184
|
+
if (this.env.destination_address !== void 0 && to !== this.env.destination_address)
|
|
3185
|
+
throw new Error(`email to ${to} not allowed`);
|
|
3186
|
+
if (this.env.allowed_destination_addresses !== void 0 && !this.env.allowed_destination_addresses.includes(to))
|
|
3187
|
+
throw new Error(`email to ${to} not allowed`);
|
|
3188
|
+
}
|
|
3189
|
+
checkSenderAllowed(from) {
|
|
3190
|
+
if (this.env.allowed_sender_addresses !== void 0 && !this.env.allowed_sender_addresses.includes(from))
|
|
3191
|
+
throw new Error(`email from ${from} not allowed`);
|
|
3192
|
+
}
|
|
3193
|
+
/**
|
|
3194
|
+
* Type guard to check if argument is an EmailMessage (has RAW_EMAIL symbol)
|
|
3195
|
+
*/
|
|
3196
|
+
isEmailMessage(arg) {
|
|
3197
|
+
return RAW_EMAIL in arg;
|
|
3198
|
+
}
|
|
3199
|
+
/**
|
|
3200
|
+
* Validates recipients against binding configuration
|
|
3201
|
+
*/
|
|
3202
|
+
validateRecipients(recipients) {
|
|
3203
|
+
let recipientArray = Array.isArray(recipients) ? recipients : [recipients];
|
|
3204
|
+
for (let recipient of recipientArray)
|
|
3205
|
+
this.checkDestinationAllowed(recipient);
|
|
3206
|
+
}
|
|
3207
|
+
/**
|
|
3208
|
+
* Validates MessageBuilder against binding configuration
|
|
3209
|
+
*/
|
|
3210
|
+
validateMessageBuilder(builder) {
|
|
3211
|
+
let fromEmail = extractEmailAddress(builder.from);
|
|
3212
|
+
this.checkSenderAllowed(fromEmail);
|
|
3213
|
+
let toEmails = (Array.isArray(builder.to) ? builder.to : [builder.to]).map((addr) => extractEmailAddress(addr));
|
|
3214
|
+
this.validateRecipients(toEmails);
|
|
3215
|
+
}
|
|
3216
|
+
async send(emailMessageOrBuilder) {
|
|
3217
|
+
if (this.isEmailMessage(emailMessageOrBuilder)) {
|
|
3218
|
+
let emailMessage = emailMessageOrBuilder;
|
|
3219
|
+
this.checkSenderAllowed(emailMessage.from), this.validateRecipients(emailMessage.to);
|
|
3220
|
+
let rawEmail = emailMessage[RAW_EMAIL], rawEmailBuffer = new Uint8Array(
|
|
3221
|
+
await new Response(rawEmail).arrayBuffer()
|
|
3222
|
+
), parsedEmail;
|
|
3223
|
+
try {
|
|
3224
|
+
parsedEmail = await PostalMime.parse(rawEmailBuffer);
|
|
3225
|
+
} catch (e) {
|
|
3226
|
+
let error = e;
|
|
3227
|
+
throw new Error(`could not parse email: ${error.message}`);
|
|
3228
|
+
}
|
|
3229
|
+
if (parsedEmail.messageId === void 0)
|
|
3230
|
+
throw new Error("invalid message-id");
|
|
3231
|
+
let emailHeaders;
|
|
3232
|
+
try {
|
|
3233
|
+
emailHeaders = new Headers(
|
|
3234
|
+
parsedEmail.headers.map((header) => [header.key, header.value])
|
|
3235
|
+
);
|
|
3236
|
+
} catch (e) {
|
|
3237
|
+
let error = e;
|
|
3238
|
+
throw new Error(`could not parse email: ${error.message}`);
|
|
3239
|
+
}
|
|
3240
|
+
if (emailMessage.from !== parsedEmail.from.address)
|
|
3241
|
+
throw new Error("From: header does not match mail from");
|
|
3242
|
+
if (emailHeaders.get("received") !== null)
|
|
3243
|
+
throw new Error("invalid headers set");
|
|
3244
|
+
let file = await this.storeTempFile(rawEmailBuffer, "eml", "email");
|
|
3245
|
+
this.log(
|
|
3246
|
+
`${blue("send_email binding called with the following message:")}
|
|
3247
|
+
${file}`
|
|
3248
|
+
);
|
|
3249
|
+
} else {
|
|
3250
|
+
let builder = emailMessageOrBuilder;
|
|
3251
|
+
this.validateMessageBuilder(builder);
|
|
3252
|
+
let files = [];
|
|
3253
|
+
if (builder.text) {
|
|
3254
|
+
let filePath = await this.storeTempFile(
|
|
3255
|
+
builder.text,
|
|
3256
|
+
"txt",
|
|
3257
|
+
"email-text"
|
|
3258
|
+
);
|
|
3259
|
+
files.push(`Text: ${filePath}`);
|
|
3260
|
+
}
|
|
3261
|
+
if (builder.html) {
|
|
3262
|
+
let filePath = await this.storeTempFile(
|
|
3263
|
+
builder.html,
|
|
3264
|
+
"html",
|
|
3265
|
+
"email-html"
|
|
3266
|
+
);
|
|
3267
|
+
files.push(`HTML: ${filePath}`);
|
|
3268
|
+
}
|
|
3269
|
+
if (builder.attachments)
|
|
3270
|
+
for (let attachment of builder.attachments) {
|
|
3271
|
+
let extMatch = attachment.filename.match(/\.([^.]+)$/), extension = extMatch ? extMatch[1] : "bin", filePath = await this.storeTempFile(
|
|
3272
|
+
attachment.content,
|
|
3273
|
+
extension,
|
|
3274
|
+
"email-attachment"
|
|
3275
|
+
);
|
|
3276
|
+
files.push(
|
|
3277
|
+
`Attachment (${attachment.disposition}): ${attachment.filename} -> ${filePath}`
|
|
3278
|
+
);
|
|
3279
|
+
}
|
|
3280
|
+
let formatted = formatMessageBuilder(builder), fileInfo = files.length > 0 ? `
|
|
3281
|
+
|
|
3282
|
+
${files.join(`
|
|
3283
|
+
`)}` : "";
|
|
3284
|
+
this.log(
|
|
3285
|
+
`${blue("send_email binding called with MessageBuilder:")}
|
|
3286
|
+
${formatted}${fileInfo}`
|
|
3287
|
+
);
|
|
3288
|
+
}
|
|
3289
|
+
}
|
|
3290
|
+
};
|
|
3291
|
+
export {
|
|
3292
|
+
SendEmailBinding
|
|
3293
|
+
};
|
|
3294
|
+
//# sourceMappingURL=send_email.worker.js.map
|