UNPKG

unicode-to-plain-text

Version:

Convert fancy Unicode text to plain ASCII with smart language preservation

29 lines (28 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CURRENCY_MAP = void 0; exports.CURRENCY_MAP = { '₳': 'A', '฿': 'B', '₵': 'C', Ɇ: 'E', '₣': 'F', '₲': 'G', Ⱨ: 'H', '₭': 'K', Ⱡ: 'L', '₥': 'M', '₦': 'N', '₱': 'P', Ɽ: 'R', '₮': 'T', '₩': 'W', Ӿ: 'X', '¥': 'Y', Ⱬ: 'Z', '€': 'E', '£': 'L', '₹': 'R', $: 'S', '₴': 'S' };