malwoden
Version:
   
178 lines • 9.88 kB
JavaScript
;
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
exports.unicodeMap = void 0;
var char_code_1 = require("./char-code");
exports.unicodeMap = (_a = {},
// 1 - 15.
_a[char_code_1.CharCode.whiteSmilingFace] = 1,
_a[char_code_1.CharCode.blackSmilingFace] = 2,
_a[char_code_1.CharCode.blackHeartSuit] = 3,
_a[char_code_1.CharCode.blackDiamondSuit] = 4,
_a[char_code_1.CharCode.blackClubSuit] = 5,
_a[char_code_1.CharCode.blackSpadeSuit] = 6,
_a[char_code_1.CharCode.bullet] = 7,
_a[char_code_1.CharCode.inverseBullet] = 8,
_a[char_code_1.CharCode.whiteCircle] = 9,
_a[char_code_1.CharCode.inverseWhiteCircle] = 10,
_a[char_code_1.CharCode.maleSign] = 11,
_a[char_code_1.CharCode.femaleSign] = 12,
_a[char_code_1.CharCode.eighthNote] = 13,
_a[char_code_1.CharCode.beamedEighthNotes] = 14,
_a[char_code_1.CharCode.whiteSunWithRays] = 15,
// 16 - 31.
_a[char_code_1.CharCode.blackRightPointingPointer] = 16,
_a[char_code_1.CharCode.blackLeftPointingPointer] = 17,
_a[char_code_1.CharCode.upDownArrow] = 18,
_a[char_code_1.CharCode.doubleExclamationMark] = 19,
_a[char_code_1.CharCode.pilcrow] = 20,
_a[char_code_1.CharCode.sectionSign] = 21,
_a[char_code_1.CharCode.blackRectangle] = 22,
_a[char_code_1.CharCode.upDownArrowWithBase] = 23,
_a[char_code_1.CharCode.upwardsArrow] = 24,
_a[char_code_1.CharCode.downwardsArrow] = 25,
_a[char_code_1.CharCode.rightwardsArrow] = 26,
_a[char_code_1.CharCode.leftwardsArrow] = 27,
_a[char_code_1.CharCode.rightAngle] = 28,
_a[char_code_1.CharCode.leftRightArrow] = 29,
_a[char_code_1.CharCode.blackUpPointingTriangle] = 30,
_a[char_code_1.CharCode.blackDownPointingTriangle] = 31,
// 127.
_a[char_code_1.CharCode.house] = 127,
// 128 - 143.
_a[char_code_1.CharCode.latinCapitalLetterCWithCedilla] = 128,
_a[char_code_1.CharCode.latinSmallLetterUWithDiaeresis] = 129,
_a[char_code_1.CharCode.latinSmallLetterEWithAcute] = 130,
_a[char_code_1.CharCode.latinSmallLetterAWithCircumflex] = 131,
_a[char_code_1.CharCode.latinSmallLetterAWithDiaeresis] = 132,
_a[char_code_1.CharCode.latinSmallLetterAWithGrave] = 133,
_a[char_code_1.CharCode.latinSmallLetterAWithRingAbove] = 134,
_a[char_code_1.CharCode.latinSmallLetterCWithCedilla] = 135,
_a[char_code_1.CharCode.latinSmallLetterEWithCircumflex] = 136,
_a[char_code_1.CharCode.latinSmallLetterEWithDiaeresis] = 137,
_a[char_code_1.CharCode.latinSmallLetterEWithGrave] = 138,
_a[char_code_1.CharCode.latinSmallLetterIWithDiaeresis] = 139,
_a[char_code_1.CharCode.latinSmallLetterIWithCircumflex] = 140,
_a[char_code_1.CharCode.latinSmallLetterIWithGrave] = 141,
_a[char_code_1.CharCode.latinCapitalLetterAWithDiaeresis] = 142,
_a[char_code_1.CharCode.latinCapitalLetterAWithRingAbove] = 143,
// 144 - 159.
_a[char_code_1.CharCode.latinCapitalLetterEWithAcute] = 144,
_a[char_code_1.CharCode.latinSmallLetterAe] = 145,
_a[char_code_1.CharCode.latinCapitalLetterAe] = 146,
_a[char_code_1.CharCode.latinSmallLetterOWithCircumflex] = 147,
_a[char_code_1.CharCode.latinSmallLetterOWithDiaeresis] = 148,
_a[char_code_1.CharCode.latinSmallLetterOWithGrave] = 149,
_a[char_code_1.CharCode.latinSmallLetterUWithCircumflex] = 150,
_a[char_code_1.CharCode.latinSmallLetterUWithGrave] = 151,
_a[char_code_1.CharCode.latinSmallLetterYWithDiaeresis] = 152,
_a[char_code_1.CharCode.latinCapitalLetterOWithDiaeresis] = 153,
_a[char_code_1.CharCode.latinCapitalLetterUWithDiaeresis] = 154,
_a[char_code_1.CharCode.centSign] = 155,
_a[char_code_1.CharCode.poundSign] = 156,
_a[char_code_1.CharCode.yenSign] = 157,
_a[char_code_1.CharCode.pesetaSign] = 158,
_a[char_code_1.CharCode.latinSmallLetterFWithHook] = 159,
// 160 - 175.
_a[char_code_1.CharCode.latinSmallLetterAWithAcute] = 160,
_a[char_code_1.CharCode.latinSmallLetterIWithAcute] = 161,
_a[char_code_1.CharCode.latinSmallLetterOWithAcute] = 162,
_a[char_code_1.CharCode.latinSmallLetterUWithAcute] = 163,
_a[char_code_1.CharCode.latinSmallLetterNWithTilde] = 164,
_a[char_code_1.CharCode.latinCapitalLetterNWithTilde] = 165,
_a[char_code_1.CharCode.feminineOrdinalIndicator] = 166,
_a[char_code_1.CharCode.masculineOrdinalIndicator] = 167,
_a[char_code_1.CharCode.invertedQuestionMark] = 168,
_a[char_code_1.CharCode.reversedNotSign] = 169,
_a[char_code_1.CharCode.notSign] = 170,
_a[char_code_1.CharCode.vulgarFractionOneHalf] = 171,
_a[char_code_1.CharCode.vulgarFractionOneQuarter] = 172,
_a[char_code_1.CharCode.invertedExclamationMark] = 173,
_a[char_code_1.CharCode.leftPointingDoubleAngleQuotationMark] = 174,
_a[char_code_1.CharCode.rightPointingDoubleAngleQuotationMark] = 175,
// 176 - 191.
_a[char_code_1.CharCode.lightShade] = 176,
_a[char_code_1.CharCode.mediumShade] = 177,
_a[char_code_1.CharCode.darkShade] = 178,
_a[char_code_1.CharCode.boxDrawingsLightVertical] = 179,
_a[char_code_1.CharCode.boxDrawingsLightVerticalAndLeft] = 180,
_a[char_code_1.CharCode.boxDrawingsVerticalSingleAndLeftDouble] = 181,
_a[char_code_1.CharCode.boxDrawingsVerticalDoubleAndLeftSingle] = 182,
_a[char_code_1.CharCode.boxDrawingsDownDoubleAndLeftSingle] = 183,
_a[char_code_1.CharCode.boxDrawingsDownSingleAndLeftDouble] = 184,
_a[char_code_1.CharCode.boxDrawingsDoubleVerticalAndLeft] = 185,
_a[char_code_1.CharCode.boxDrawingsDoubleVertical] = 186,
_a[char_code_1.CharCode.boxDrawingsDoubleDownAndLeft] = 187,
_a[char_code_1.CharCode.boxDrawingsDoubleUpAndLeft] = 188,
_a[char_code_1.CharCode.boxDrawingsUpDoubleAndLeftSingle] = 189,
_a[char_code_1.CharCode.boxDrawingsUpSingleAndLeftDouble] = 190,
_a[char_code_1.CharCode.boxDrawingsLightDownAndLeft] = 191,
// 192 - 207.
_a[char_code_1.CharCode.boxDrawingsLightUpAndRight] = 192,
_a[char_code_1.CharCode.boxDrawingsLightUpAndHorizontal] = 193,
_a[char_code_1.CharCode.boxDrawingsLightDownAndHorizontal] = 194,
_a[char_code_1.CharCode.boxDrawingsLightVerticalAndRight] = 195,
_a[char_code_1.CharCode.boxDrawingsLightHorizontal] = 196,
_a[char_code_1.CharCode.boxDrawingsLightVerticalAndHorizontal] = 197,
_a[char_code_1.CharCode.boxDrawingsVerticalSingleAndRightDouble] = 198,
_a[char_code_1.CharCode.boxDrawingsVerticalDoubleAndRightSingle] = 199,
_a[char_code_1.CharCode.boxDrawingsDoubleUpAndRight] = 200,
_a[char_code_1.CharCode.boxDrawingsDoubleDownAndRight] = 201,
_a[char_code_1.CharCode.boxDrawingsDoubleUpAndHorizontal] = 202,
_a[char_code_1.CharCode.boxDrawingsDoubleDownAndHorizontal] = 203,
_a[char_code_1.CharCode.boxDrawingsDoubleVerticalAndRight] = 204,
_a[char_code_1.CharCode.boxDrawingsDoubleHorizontal] = 205,
_a[char_code_1.CharCode.boxDrawingsDoubleVerticalAndHorizontal] = 206,
_a[char_code_1.CharCode.boxDrawingsUpSingleAndHorizontalDouble] = 207,
// 208 - 223.
_a[char_code_1.CharCode.boxDrawingsUpDoubleAndHorizontalSingle] = 208,
_a[char_code_1.CharCode.boxDrawingsDownSingleAndHorizontalDouble] = 209,
_a[char_code_1.CharCode.boxDrawingsDownDoubleAndHorizontalSingle] = 210,
_a[char_code_1.CharCode.boxDrawingsUpDoubleAndRightSingle] = 211,
_a[char_code_1.CharCode.boxDrawingsUpSingleAndRightDouble] = 212,
_a[char_code_1.CharCode.boxDrawingsDownSingleAndRightDouble] = 213,
_a[char_code_1.CharCode.boxDrawingsDownDoubleAndRightSingle] = 214,
_a[char_code_1.CharCode.boxDrawingsVerticalDoubleAndHorizontalSingle] = 215,
_a[char_code_1.CharCode.boxDrawingsVerticalSingleAndHorizontalDouble] = 216,
_a[char_code_1.CharCode.boxDrawingsLightUpAndLeft] = 217,
_a[char_code_1.CharCode.boxDrawingsLightDownAndRight] = 218,
_a[char_code_1.CharCode.fullBlock] = 219,
_a[char_code_1.CharCode.lowerHalfBlock] = 220,
_a[char_code_1.CharCode.leftHalfBlock] = 221,
_a[char_code_1.CharCode.rightHalfBlock] = 222,
_a[char_code_1.CharCode.upperHalfBlock] = 223,
// 224 - 239.
_a[char_code_1.CharCode.greekSmallLetterAlpha] = 224,
_a[char_code_1.CharCode.latinSmallLetterSharpS] = 225,
_a[char_code_1.CharCode.greekCapitalLetterGamma] = 226,
_a[char_code_1.CharCode.greekSmallLetterPi] = 227,
_a[char_code_1.CharCode.greekCapitalLetterSigma] = 228,
_a[char_code_1.CharCode.greekSmallLetterSigma] = 229,
_a[char_code_1.CharCode.microSign] = 230,
_a[char_code_1.CharCode.greekSmallLetterTau] = 231,
_a[char_code_1.CharCode.greekCapitalLetterPhi] = 232,
_a[char_code_1.CharCode.greekCapitalLetterTheta] = 233,
_a[char_code_1.CharCode.greekCapitalLetterOmega] = 234,
_a[char_code_1.CharCode.greekSmallLetterDelta] = 235,
_a[char_code_1.CharCode.infinity] = 236,
_a[char_code_1.CharCode.greekSmallLetterPhi] = 237,
_a[char_code_1.CharCode.greekSmallLetterEpsilon] = 238,
_a[char_code_1.CharCode.intersection] = 239,
// 240 - 255.
_a[char_code_1.CharCode.identicalTo] = 240,
_a[char_code_1.CharCode.plusMinusSign] = 241,
_a[char_code_1.CharCode.greaterThanOrEqualTo] = 242,
_a[char_code_1.CharCode.lessThanOrEqualTo] = 243,
_a[char_code_1.CharCode.topHalfIntegral] = 244,
_a[char_code_1.CharCode.bottomHalfIntegral] = 245,
_a[char_code_1.CharCode.divisionSign] = 246,
_a[char_code_1.CharCode.almostEqualTo] = 247,
_a[char_code_1.CharCode.degreeSign] = 248,
_a[char_code_1.CharCode.bulletOperator] = 249,
_a[char_code_1.CharCode.middleDot] = 250,
_a[char_code_1.CharCode.squareRoot] = 251,
_a[char_code_1.CharCode.superscriptLatinSmallLetterN] = 252,
_a[char_code_1.CharCode.superscriptTwo] = 253,
_a[char_code_1.CharCode.blackSquare] = 254,
_a);
//# sourceMappingURL=unicodemap.js.map