malwoden
Version:
   
279 lines • 19.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CharCode = void 0;
/// Unicode code points for various special characters that also exist on
/// [code page 437][font].
///
/// [font]: http://en.wikipedia.org/wiki/Code_page_437
var CharCode;
(function (CharCode) {
// 1 - 15.
CharCode[CharCode["whiteSmilingFace"] = 9786] = "whiteSmilingFace";
CharCode[CharCode["blackSmilingFace"] = 9787] = "blackSmilingFace";
CharCode[CharCode["blackHeartSuit"] = 9829] = "blackHeartSuit";
CharCode[CharCode["blackDiamondSuit"] = 9830] = "blackDiamondSuit";
CharCode[CharCode["blackClubSuit"] = 9827] = "blackClubSuit";
CharCode[CharCode["blackSpadeSuit"] = 9824] = "blackSpadeSuit";
CharCode[CharCode["bullet"] = 8226] = "bullet";
CharCode[CharCode["inverseBullet"] = 9688] = "inverseBullet";
CharCode[CharCode["whiteCircle"] = 9675] = "whiteCircle";
CharCode[CharCode["inverseWhiteCircle"] = 9689] = "inverseWhiteCircle";
CharCode[CharCode["maleSign"] = 9794] = "maleSign";
CharCode[CharCode["femaleSign"] = 9792] = "femaleSign";
CharCode[CharCode["eighthNote"] = 9834] = "eighthNote";
CharCode[CharCode["beamedEighthNotes"] = 9835] = "beamedEighthNotes";
CharCode[CharCode["whiteSunWithRays"] = 9788] = "whiteSunWithRays";
// 16 - 31.
CharCode[CharCode["blackRightPointingPointer"] = 9658] = "blackRightPointingPointer";
CharCode[CharCode["blackLeftPointingPointer"] = 9668] = "blackLeftPointingPointer";
CharCode[CharCode["upDownArrow"] = 8597] = "upDownArrow";
CharCode[CharCode["doubleExclamationMark"] = 8252] = "doubleExclamationMark";
CharCode[CharCode["pilcrow"] = 182] = "pilcrow";
CharCode[CharCode["sectionSign"] = 167] = "sectionSign";
CharCode[CharCode["blackRectangle"] = 9644] = "blackRectangle";
CharCode[CharCode["upDownArrowWithBase"] = 8616] = "upDownArrowWithBase";
CharCode[CharCode["upwardsArrow"] = 8593] = "upwardsArrow";
CharCode[CharCode["downwardsArrow"] = 8595] = "downwardsArrow";
CharCode[CharCode["rightwardsArrow"] = 8594] = "rightwardsArrow";
CharCode[CharCode["leftwardsArrow"] = 8592] = "leftwardsArrow";
CharCode[CharCode["rightAngle"] = 8735] = "rightAngle";
CharCode[CharCode["leftRightArrow"] = 8596] = "leftRightArrow";
CharCode[CharCode["blackUpPointingTriangle"] = 9650] = "blackUpPointingTriangle";
CharCode[CharCode["blackDownPointingTriangle"] = 9660] = "blackDownPointingTriangle";
// 32 - 47.
CharCode[CharCode["space"] = 32] = "space";
CharCode[CharCode["exclamationPoint"] = 33] = "exclamationPoint";
CharCode[CharCode["doubleQuote"] = 34] = "doubleQuote";
CharCode[CharCode["numberSign"] = 35] = "numberSign";
CharCode[CharCode["dollarSign"] = 36] = "dollarSign";
CharCode[CharCode["percent"] = 37] = "percent";
CharCode[CharCode["ampersand"] = 38] = "ampersand";
CharCode[CharCode["apostrophe"] = 39] = "apostrophe";
CharCode[CharCode["leftParenthesis"] = 40] = "leftParenthesis";
CharCode[CharCode["rightParenthesis"] = 41] = "rightParenthesis";
CharCode[CharCode["asterisk"] = 42] = "asterisk";
CharCode[CharCode["plus"] = 43] = "plus";
CharCode[CharCode["comma"] = 44] = "comma";
CharCode[CharCode["minus"] = 45] = "minus";
CharCode[CharCode["period"] = 46] = "period";
CharCode[CharCode["slash"] = 47] = "slash";
// 48 - 63.
CharCode[CharCode["zero"] = 48] = "zero";
CharCode[CharCode["one"] = 49] = "one";
CharCode[CharCode["two"] = 50] = "two";
CharCode[CharCode["three"] = 51] = "three";
CharCode[CharCode["four"] = 52] = "four";
CharCode[CharCode["five"] = 53] = "five";
CharCode[CharCode["six"] = 54] = "six";
CharCode[CharCode["seven"] = 55] = "seven";
CharCode[CharCode["eight"] = 56] = "eight";
CharCode[CharCode["nine"] = 57] = "nine";
CharCode[CharCode["colon"] = 58] = "colon";
CharCode[CharCode["semicolon"] = 59] = "semicolon";
CharCode[CharCode["lessThan"] = 60] = "lessThan";
CharCode[CharCode["equals"] = 61] = "equals";
CharCode[CharCode["greaterThan"] = 62] = "greaterThan";
CharCode[CharCode["questionMark"] = 63] = "questionMark";
// 64 - 95.
CharCode[CharCode["at"] = 64] = "at";
CharCode[CharCode["aUpper"] = 65] = "aUpper";
CharCode[CharCode["bUpper"] = 66] = "bUpper";
CharCode[CharCode["cUpper"] = 67] = "cUpper";
CharCode[CharCode["dUpper"] = 68] = "dUpper";
CharCode[CharCode["eUpper"] = 69] = "eUpper";
CharCode[CharCode["fUpper"] = 70] = "fUpper";
CharCode[CharCode["gUpper"] = 71] = "gUpper";
CharCode[CharCode["hUpper"] = 72] = "hUpper";
CharCode[CharCode["iUpper"] = 73] = "iUpper";
CharCode[CharCode["jUpper"] = 74] = "jUpper";
CharCode[CharCode["kUpper"] = 75] = "kUpper";
CharCode[CharCode["lUpper"] = 76] = "lUpper";
CharCode[CharCode["mUpper"] = 77] = "mUpper";
CharCode[CharCode["nUpper"] = 78] = "nUpper";
CharCode[CharCode["oUpper"] = 79] = "oUpper";
CharCode[CharCode["pUpper"] = 80] = "pUpper";
CharCode[CharCode["qUpper"] = 81] = "qUpper";
CharCode[CharCode["rUpper"] = 82] = "rUpper";
CharCode[CharCode["sUpper"] = 83] = "sUpper";
CharCode[CharCode["tUpper"] = 84] = "tUpper";
CharCode[CharCode["uUpper"] = 85] = "uUpper";
CharCode[CharCode["vUpper"] = 86] = "vUpper";
CharCode[CharCode["wUpper"] = 87] = "wUpper";
CharCode[CharCode["xUpper"] = 88] = "xUpper";
CharCode[CharCode["yUpper"] = 89] = "yUpper";
CharCode[CharCode["zUpper"] = 90] = "zUpper";
CharCode[CharCode["leftBracket"] = 91] = "leftBracket";
CharCode[CharCode["backSlash"] = 92] = "backSlash";
CharCode[CharCode["rightBracket"] = 93] = "rightBracket";
CharCode[CharCode["caret"] = 94] = "caret";
CharCode[CharCode["underscore"] = 95] = "underscore";
// 96 - 127.
CharCode[CharCode["accent"] = 96] = "accent";
CharCode[CharCode["aLower"] = 97] = "aLower";
CharCode[CharCode["bLower"] = 98] = "bLower";
CharCode[CharCode["cLower"] = 99] = "cLower";
CharCode[CharCode["dLower"] = 100] = "dLower";
CharCode[CharCode["eLower"] = 101] = "eLower";
CharCode[CharCode["fLower"] = 102] = "fLower";
CharCode[CharCode["gLower"] = 103] = "gLower";
CharCode[CharCode["hLower"] = 104] = "hLower";
CharCode[CharCode["iLower"] = 105] = "iLower";
CharCode[CharCode["jLower"] = 106] = "jLower";
CharCode[CharCode["kLower"] = 107] = "kLower";
CharCode[CharCode["lLower"] = 108] = "lLower";
CharCode[CharCode["mLower"] = 109] = "mLower";
CharCode[CharCode["nLower"] = 110] = "nLower";
CharCode[CharCode["oLower"] = 111] = "oLower";
CharCode[CharCode["pLower"] = 112] = "pLower";
CharCode[CharCode["qLower"] = 113] = "qLower";
CharCode[CharCode["rLower"] = 114] = "rLower";
CharCode[CharCode["sLower"] = 115] = "sLower";
CharCode[CharCode["tLower"] = 116] = "tLower";
CharCode[CharCode["uLower"] = 117] = "uLower";
CharCode[CharCode["vLower"] = 118] = "vLower";
CharCode[CharCode["wLower"] = 119] = "wLower";
CharCode[CharCode["xLower"] = 120] = "xLower";
CharCode[CharCode["yLower"] = 121] = "yLower";
CharCode[CharCode["zLower"] = 122] = "zLower";
CharCode[CharCode["leftBrace"] = 123] = "leftBrace";
CharCode[CharCode["pipe"] = 124] = "pipe";
CharCode[CharCode["rightBrace"] = 125] = "rightBrace";
CharCode[CharCode["tilde"] = 126] = "tilde";
CharCode[CharCode["house"] = 8962] = "house";
// 128 - 143.
CharCode[CharCode["latinCapitalLetterCWithCedilla"] = 199] = "latinCapitalLetterCWithCedilla";
CharCode[CharCode["latinSmallLetterUWithDiaeresis"] = 252] = "latinSmallLetterUWithDiaeresis";
CharCode[CharCode["latinSmallLetterEWithAcute"] = 233] = "latinSmallLetterEWithAcute";
CharCode[CharCode["latinSmallLetterAWithCircumflex"] = 226] = "latinSmallLetterAWithCircumflex";
CharCode[CharCode["latinSmallLetterAWithDiaeresis"] = 228] = "latinSmallLetterAWithDiaeresis";
CharCode[CharCode["latinSmallLetterAWithGrave"] = 224] = "latinSmallLetterAWithGrave";
CharCode[CharCode["latinSmallLetterAWithRingAbove"] = 229] = "latinSmallLetterAWithRingAbove";
CharCode[CharCode["latinSmallLetterCWithCedilla"] = 231] = "latinSmallLetterCWithCedilla";
CharCode[CharCode["latinSmallLetterEWithCircumflex"] = 234] = "latinSmallLetterEWithCircumflex";
CharCode[CharCode["latinSmallLetterEWithDiaeresis"] = 235] = "latinSmallLetterEWithDiaeresis";
CharCode[CharCode["latinSmallLetterEWithGrave"] = 232] = "latinSmallLetterEWithGrave";
CharCode[CharCode["latinSmallLetterIWithDiaeresis"] = 239] = "latinSmallLetterIWithDiaeresis";
CharCode[CharCode["latinSmallLetterIWithCircumflex"] = 238] = "latinSmallLetterIWithCircumflex";
CharCode[CharCode["latinSmallLetterIWithGrave"] = 236] = "latinSmallLetterIWithGrave";
CharCode[CharCode["latinCapitalLetterAWithDiaeresis"] = 196] = "latinCapitalLetterAWithDiaeresis";
CharCode[CharCode["latinCapitalLetterAWithRingAbove"] = 197] = "latinCapitalLetterAWithRingAbove";
// 144 - 159.
CharCode[CharCode["latinCapitalLetterEWithAcute"] = 201] = "latinCapitalLetterEWithAcute";
CharCode[CharCode["latinSmallLetterAe"] = 230] = "latinSmallLetterAe";
CharCode[CharCode["latinCapitalLetterAe"] = 198] = "latinCapitalLetterAe";
CharCode[CharCode["latinSmallLetterOWithCircumflex"] = 244] = "latinSmallLetterOWithCircumflex";
CharCode[CharCode["latinSmallLetterOWithDiaeresis"] = 246] = "latinSmallLetterOWithDiaeresis";
CharCode[CharCode["latinSmallLetterOWithGrave"] = 242] = "latinSmallLetterOWithGrave";
CharCode[CharCode["latinSmallLetterUWithCircumflex"] = 251] = "latinSmallLetterUWithCircumflex";
CharCode[CharCode["latinSmallLetterUWithGrave"] = 249] = "latinSmallLetterUWithGrave";
CharCode[CharCode["latinSmallLetterYWithDiaeresis"] = 255] = "latinSmallLetterYWithDiaeresis";
CharCode[CharCode["latinCapitalLetterOWithDiaeresis"] = 214] = "latinCapitalLetterOWithDiaeresis";
CharCode[CharCode["latinCapitalLetterUWithDiaeresis"] = 220] = "latinCapitalLetterUWithDiaeresis";
CharCode[CharCode["centSign"] = 162] = "centSign";
CharCode[CharCode["poundSign"] = 163] = "poundSign";
CharCode[CharCode["yenSign"] = 165] = "yenSign";
CharCode[CharCode["pesetaSign"] = 8359] = "pesetaSign";
CharCode[CharCode["latinSmallLetterFWithHook"] = 402] = "latinSmallLetterFWithHook";
// 160 - 175.
CharCode[CharCode["latinSmallLetterAWithAcute"] = 225] = "latinSmallLetterAWithAcute";
CharCode[CharCode["latinSmallLetterIWithAcute"] = 237] = "latinSmallLetterIWithAcute";
CharCode[CharCode["latinSmallLetterOWithAcute"] = 243] = "latinSmallLetterOWithAcute";
CharCode[CharCode["latinSmallLetterUWithAcute"] = 250] = "latinSmallLetterUWithAcute";
CharCode[CharCode["latinSmallLetterNWithTilde"] = 241] = "latinSmallLetterNWithTilde";
CharCode[CharCode["latinCapitalLetterNWithTilde"] = 209] = "latinCapitalLetterNWithTilde";
CharCode[CharCode["feminineOrdinalIndicator"] = 170] = "feminineOrdinalIndicator";
CharCode[CharCode["masculineOrdinalIndicator"] = 186] = "masculineOrdinalIndicator";
CharCode[CharCode["invertedQuestionMark"] = 191] = "invertedQuestionMark";
CharCode[CharCode["reversedNotSign"] = 8976] = "reversedNotSign";
CharCode[CharCode["notSign"] = 172] = "notSign";
CharCode[CharCode["vulgarFractionOneHalf"] = 189] = "vulgarFractionOneHalf";
CharCode[CharCode["vulgarFractionOneQuarter"] = 188] = "vulgarFractionOneQuarter";
CharCode[CharCode["invertedExclamationMark"] = 161] = "invertedExclamationMark";
CharCode[CharCode["leftPointingDoubleAngleQuotationMark"] = 171] = "leftPointingDoubleAngleQuotationMark";
CharCode[CharCode["rightPointingDoubleAngleQuotationMark"] = 187] = "rightPointingDoubleAngleQuotationMark";
// 176 - 191.
CharCode[CharCode["lightShade"] = 9617] = "lightShade";
CharCode[CharCode["mediumShade"] = 9618] = "mediumShade";
CharCode[CharCode["darkShade"] = 9619] = "darkShade";
CharCode[CharCode["boxDrawingsLightVertical"] = 9474] = "boxDrawingsLightVertical";
CharCode[CharCode["boxDrawingsLightVerticalAndLeft"] = 9508] = "boxDrawingsLightVerticalAndLeft";
CharCode[CharCode["boxDrawingsVerticalSingleAndLeftDouble"] = 9569] = "boxDrawingsVerticalSingleAndLeftDouble";
CharCode[CharCode["boxDrawingsVerticalDoubleAndLeftSingle"] = 9570] = "boxDrawingsVerticalDoubleAndLeftSingle";
CharCode[CharCode["boxDrawingsDownDoubleAndLeftSingle"] = 9558] = "boxDrawingsDownDoubleAndLeftSingle";
CharCode[CharCode["boxDrawingsDownSingleAndLeftDouble"] = 9557] = "boxDrawingsDownSingleAndLeftDouble";
CharCode[CharCode["boxDrawingsDoubleVerticalAndLeft"] = 9571] = "boxDrawingsDoubleVerticalAndLeft";
CharCode[CharCode["boxDrawingsDoubleVertical"] = 9553] = "boxDrawingsDoubleVertical";
CharCode[CharCode["boxDrawingsDoubleDownAndLeft"] = 9559] = "boxDrawingsDoubleDownAndLeft";
CharCode[CharCode["boxDrawingsDoubleUpAndLeft"] = 9565] = "boxDrawingsDoubleUpAndLeft";
CharCode[CharCode["boxDrawingsUpDoubleAndLeftSingle"] = 9564] = "boxDrawingsUpDoubleAndLeftSingle";
CharCode[CharCode["boxDrawingsUpSingleAndLeftDouble"] = 9563] = "boxDrawingsUpSingleAndLeftDouble";
CharCode[CharCode["boxDrawingsLightDownAndLeft"] = 9488] = "boxDrawingsLightDownAndLeft";
// 192 - 207.
CharCode[CharCode["boxDrawingsLightUpAndRight"] = 9492] = "boxDrawingsLightUpAndRight";
CharCode[CharCode["boxDrawingsLightUpAndHorizontal"] = 9524] = "boxDrawingsLightUpAndHorizontal";
CharCode[CharCode["boxDrawingsLightDownAndHorizontal"] = 9516] = "boxDrawingsLightDownAndHorizontal";
CharCode[CharCode["boxDrawingsLightVerticalAndRight"] = 9500] = "boxDrawingsLightVerticalAndRight";
CharCode[CharCode["boxDrawingsLightHorizontal"] = 9472] = "boxDrawingsLightHorizontal";
CharCode[CharCode["boxDrawingsLightVerticalAndHorizontal"] = 9532] = "boxDrawingsLightVerticalAndHorizontal";
CharCode[CharCode["boxDrawingsVerticalSingleAndRightDouble"] = 9566] = "boxDrawingsVerticalSingleAndRightDouble";
CharCode[CharCode["boxDrawingsVerticalDoubleAndRightSingle"] = 9567] = "boxDrawingsVerticalDoubleAndRightSingle";
CharCode[CharCode["boxDrawingsDoubleUpAndRight"] = 9562] = "boxDrawingsDoubleUpAndRight";
CharCode[CharCode["boxDrawingsDoubleDownAndRight"] = 9556] = "boxDrawingsDoubleDownAndRight";
CharCode[CharCode["boxDrawingsDoubleUpAndHorizontal"] = 9577] = "boxDrawingsDoubleUpAndHorizontal";
CharCode[CharCode["boxDrawingsDoubleDownAndHorizontal"] = 9574] = "boxDrawingsDoubleDownAndHorizontal";
CharCode[CharCode["boxDrawingsDoubleVerticalAndRight"] = 9568] = "boxDrawingsDoubleVerticalAndRight";
CharCode[CharCode["boxDrawingsDoubleHorizontal"] = 9552] = "boxDrawingsDoubleHorizontal";
CharCode[CharCode["boxDrawingsDoubleVerticalAndHorizontal"] = 9580] = "boxDrawingsDoubleVerticalAndHorizontal";
CharCode[CharCode["boxDrawingsUpSingleAndHorizontalDouble"] = 9575] = "boxDrawingsUpSingleAndHorizontalDouble";
// 208 - 223.
CharCode[CharCode["boxDrawingsUpDoubleAndHorizontalSingle"] = 9576] = "boxDrawingsUpDoubleAndHorizontalSingle";
CharCode[CharCode["boxDrawingsDownSingleAndHorizontalDouble"] = 9572] = "boxDrawingsDownSingleAndHorizontalDouble";
CharCode[CharCode["boxDrawingsDownDoubleAndHorizontalSingle"] = 9573] = "boxDrawingsDownDoubleAndHorizontalSingle";
CharCode[CharCode["boxDrawingsUpDoubleAndRightSingle"] = 9561] = "boxDrawingsUpDoubleAndRightSingle";
CharCode[CharCode["boxDrawingsUpSingleAndRightDouble"] = 9560] = "boxDrawingsUpSingleAndRightDouble";
CharCode[CharCode["boxDrawingsDownSingleAndRightDouble"] = 9554] = "boxDrawingsDownSingleAndRightDouble";
CharCode[CharCode["boxDrawingsDownDoubleAndRightSingle"] = 9555] = "boxDrawingsDownDoubleAndRightSingle";
CharCode[CharCode["boxDrawingsVerticalDoubleAndHorizontalSingle"] = 9579] = "boxDrawingsVerticalDoubleAndHorizontalSingle";
CharCode[CharCode["boxDrawingsVerticalSingleAndHorizontalDouble"] = 9578] = "boxDrawingsVerticalSingleAndHorizontalDouble";
CharCode[CharCode["boxDrawingsLightUpAndLeft"] = 9496] = "boxDrawingsLightUpAndLeft";
CharCode[CharCode["boxDrawingsLightDownAndRight"] = 9484] = "boxDrawingsLightDownAndRight";
CharCode[CharCode["fullBlock"] = 9608] = "fullBlock";
CharCode[CharCode["lowerHalfBlock"] = 9604] = "lowerHalfBlock";
CharCode[CharCode["leftHalfBlock"] = 9612] = "leftHalfBlock";
CharCode[CharCode["rightHalfBlock"] = 9616] = "rightHalfBlock";
CharCode[CharCode["upperHalfBlock"] = 9600] = "upperHalfBlock";
// 224 - 239.
CharCode[CharCode["greekSmallLetterAlpha"] = 945] = "greekSmallLetterAlpha";
CharCode[CharCode["latinSmallLetterSharpS"] = 223] = "latinSmallLetterSharpS";
CharCode[CharCode["greekCapitalLetterGamma"] = 915] = "greekCapitalLetterGamma";
CharCode[CharCode["greekSmallLetterPi"] = 960] = "greekSmallLetterPi";
CharCode[CharCode["greekCapitalLetterSigma"] = 931] = "greekCapitalLetterSigma";
CharCode[CharCode["greekSmallLetterSigma"] = 963] = "greekSmallLetterSigma";
CharCode[CharCode["microSign"] = 181] = "microSign";
CharCode[CharCode["greekSmallLetterTau"] = 964] = "greekSmallLetterTau";
CharCode[CharCode["greekCapitalLetterPhi"] = 934] = "greekCapitalLetterPhi";
CharCode[CharCode["greekCapitalLetterTheta"] = 920] = "greekCapitalLetterTheta";
CharCode[CharCode["greekCapitalLetterOmega"] = 937] = "greekCapitalLetterOmega";
CharCode[CharCode["greekSmallLetterDelta"] = 948] = "greekSmallLetterDelta";
CharCode[CharCode["infinity"] = 8734] = "infinity";
CharCode[CharCode["greekSmallLetterPhi"] = 966] = "greekSmallLetterPhi";
CharCode[CharCode["greekSmallLetterEpsilon"] = 949] = "greekSmallLetterEpsilon";
CharCode[CharCode["intersection"] = 8745] = "intersection";
// 240 - 254.
CharCode[CharCode["identicalTo"] = 8801] = "identicalTo";
CharCode[CharCode["plusMinusSign"] = 177] = "plusMinusSign";
CharCode[CharCode["greaterThanOrEqualTo"] = 8805] = "greaterThanOrEqualTo";
CharCode[CharCode["lessThanOrEqualTo"] = 8804] = "lessThanOrEqualTo";
CharCode[CharCode["topHalfIntegral"] = 8992] = "topHalfIntegral";
CharCode[CharCode["bottomHalfIntegral"] = 8993] = "bottomHalfIntegral";
CharCode[CharCode["divisionSign"] = 247] = "divisionSign";
CharCode[CharCode["almostEqualTo"] = 8776] = "almostEqualTo";
CharCode[CharCode["degreeSign"] = 176] = "degreeSign";
CharCode[CharCode["bulletOperator"] = 8729] = "bulletOperator";
CharCode[CharCode["middleDot"] = 183] = "middleDot";
CharCode[CharCode["squareRoot"] = 8730] = "squareRoot";
CharCode[CharCode["superscriptLatinSmallLetterN"] = 8319] = "superscriptLatinSmallLetterN";
CharCode[CharCode["superscriptTwo"] = 178] = "superscriptTwo";
CharCode[CharCode["blackSquare"] = 9632] = "blackSquare";
})(CharCode = exports.CharCode || (exports.CharCode = {}));
//# sourceMappingURL=char-code.js.map