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: 'ΕΈ'
}