unicode-to-plain-text
Version:
Convert fancy Unicode text to plain ASCII with smart language preservation
26 lines (25 loc) • 469 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CIRCLED_NUMBERS_MAP = void 0;
exports.CIRCLED_NUMBERS_MAP = {
'⓪': '0',
'①': '1',
'②': '2',
'③': '3',
'④': '4',
'⑤': '5',
'⑥': '6',
'⑦': '7',
'⑧': '8',
'⑨': '9',
'⓿': '0',
'❶': '1',
'❷': '2',
'❸': '3',
'❹': '4',
'❺': '5',
'❻': '6',
'❼': '7',
'❽': '8',
'❾': '9'
};