Guest User

Untitled

a guest
Jun 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. private static var unEscapeArrayForHTML: Array = [ [ "<", "<" ], [ ">", ">" ], [ "%80", "€" ], [ "&", "&" ], [ "&acute;", "'" ], [ """, "\"" ], [ "&apos;", "'" ], [ "&eacute;","é" ], [ "&Euml;", "Ë" ], [ "&Eacute;", "É" ], [ "&euml;", "ë" ], [ "&ecirc;", "ê" ], [ "&egrave;", "è" ], [ "&eacute;", "é" ], [ "&ecirc;", "ê" ], [ "&iuml;", "ï" ], [ "&icirc;", "î" ], [ "&uuml;", "ü" ], [ "&oacute;", "ó" ], [ "&Oacute;", "Ó" ], [ "&ndash;", "–" ], [ "&bull;", "•" ], [ "&copy;", "©" ], [ "&reg;", "®" ], [ "&euro;", "€" ] ]// /* , [ "�", "€" ] */, [ "20AC", "€" ], [ "&#8364;", "€" ] ]
Add Comment
Please, Sign In to add comment