Skip to content

Instantly share code, notes, and snippets.

@monolithed
Created August 19, 2015 07:27
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monolithed/1e82c4489624d8726615 to your computer and use it in GitHub Desktop.
Save monolithed/1e82c4489624d8726615 to your computer and use it in GitHub Desktop.
ie-bad_entities
var bad_entities = [
"quot","amp","apos","lt","gt","nbsp","iexcl",
"cent","pound","curren","yen","brvbar","sect","uml","copy",
"ordf","laquo","not","shy","reg","macr","deg","plusmn",
"sup2","sup3","acute","micro","para","middot","cedil",
"sup1","ordm","raquo","frac14","frac12","frac34",
"iquest","Agrave","Aacute","Acirc","Atilde","Auml",
"Aring","AElig","Ccedil","Egrave","Eacute","Ecirc",
"Euml","Igrave","Iacute","Icirc","Iuml","ETH",
"Ntilde","Ograve","Oacute","Ocirc","Otilde",
"Ouml","times","Oslash","Ugrave","Uacute",
"Ucirc","Uuml","Yacute","THORN","szlig","agrave",
"aacute","acirc","atilde","auml","aring","aelig","ccedil",
"egrave","eacute","ecirc","euml","igrave","iacute","icirc",
"iuml","eth","ntilde","ograve","oacute","ocirc",
"otilde","ouml","divide","oslash","ugrave","uacute",
"ucirc","uuml","yacute","thorn","yuml"
];
// "=&='=<=>= =¡=¢=£=¤=¥=¦=§=¨=©=ª=«=¬=­=®=¯=°=±=²=³=´=µ=¶=·=¸=¹=º=»=¼=½=¾=¿=
// À=Á=Â=Ã=Ä=Å=Æ=Ç=È=É=Ê=Ë=Ì=Í=Î=Ï=Ð=Ñ=Ò=Ó=Ô=Õ=Ö=×=Ø=Ù=Ú=Û=Ü=Ý=Þ=ß=à=á=â=ã=ä=
// å=æ=ç=è=é=ê=ë=ì=í=î=ï=ð=ñ=ò=ó=ô=õ=ö=÷=ø=ù=ú=û=ü=ý=þ=ÿ=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment