πŸ“„ index.js
/home/palash/git/site/node_modules/character-reference-invalid/index.js
Language: js β€’ Lines: 35
/**
 * Map of invalid numeric character references to their replacements, according to HTML.
 *
 * @type {Record<number, string>}
 */
export const characterReferenceInvalid = {
  0: 'οΏ½',
  128: '€',
  130: 'β€š',
  131: 'Ζ’',
  132: 'β€ž',
  133: '…',
  134: '†',
  135: '‑',
  136: 'Λ†',
  137: '‰',
  138: 'Ε ',
  139: 'β€Ή',
  140: 'Ε’',
  142: 'Ε½',
  145: 'β€˜',
  146: '’',
  147: 'β€œ',
  148: '”',
  149: 'β€’',
  150: '–',
  151: 'β€”',
  152: '˜',
  153: 'β„’',
  154: 'Ε‘',
  155: 'β€Ί',
  156: 'Ε“',
  158: 'ΕΎ',
  159: 'ΕΈ'
}