unicode-to-plain-text
Version:
Convert fancy Unicode text to plain ASCII with smart language preservation
32 lines (31 loc) • 587 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BLACK_CIRCLES_MAP = void 0;
exports.BLACK_CIRCLES_MAP = {
'🅐': 'A',
'🅑': 'B',
'🅒': 'C',
'🅓': 'D',
'🅔': 'E',
'🅕': 'F',
'🅖': 'G',
'🅗': 'H',
'🅘': 'I',
'🅙': 'J',
'🅚': 'K',
'🅛': 'L',
'🅜': 'M',
'🅝': 'N',
'🅞': 'O',
'🅟': 'P',
'🅠': 'Q',
'🅡': 'R',
'🅢': 'S',
'🅣': 'T',
'🅤': 'U',
'🅥': 'V',
'🅦': 'W',
'🅧': 'X',
'🅨': 'Y',
'🅩': 'Z'
};