/*
* HTMLEntities.strings
*
* This file is part of the NSXMLParser of SimpleWebKit
*
* NOTE: keep this in .strings file format!
* This means it should be in UCS-16 or ASCII encoding (UTF-8 might work but is not guaranteed)
* Converthing this file to a XML property list will create a recursion in the XML/HTML Parser
* Use the \Uxxxx notation to denote Unicode code points
*
* http://www.c00kw00d.com/html/extras/entities.html
* http://www.w3.org/TR/html401/sgml/entities.html
* http://edition-w3.de/TR/1999/REC-html401-19991224/sgml/entities.html
*
*/
/* entities for charactes with special meaning for HTML */
quot = "\U0022";
amp = "\U0026";
lt = "<";
gt = ">";
/* accents, accented characters and other diacritics for Western European Languages */
acute = "\U00B4";
cedil = "\U00B8";
circ = "^";
macr = "\U00AF";
middot = "\U00B7";
tilde = "\U02DC";
uml = "\U00A8";
Aacute = "\U00C1";
aacute = "\U00E1";
Acirc = "\U00C2";
acirc = "\U00E2";
AElig = "\U00C6";
aelig = "\U00E6";
Agrave = "\U00C0";
agrave = "\U00E0";
Aring = "\U00C5";
aring = "\U00E5";
Atilde = "\U00C3";
atilde = "\U00E3";
Auml = "\U00C4";
auml = "\U00E4";
Ccedil = "\U00C7";
ccedil = "\U00E7";
Eacute = "\U00C8";
eacute = "\U00E8";
Ecirc = "\U00CA";
ecirc = "\U00EA";
szlig = "\U00DF";
ouml = "\U00F6";
uuml = "\U00FC";
Ouml = "\U00D6";
Uuml = "\U00DC";
Egrave = "\U00C8";
egrave = "\U00E8";
ETH = "\U00D0";
eth = "\U00F0";
Euml = "\U00CB";
euml = "\U00EB";
Iacute = "\U00CD";
iacute = "\U00ED";
Icirc = "\U00CE";
icirc = "\U00EE";
Igrave = "\U00CC";
Iuml = "\U00CF";
iuml = "\U00EF";
igrave = "\U00EC";
Ntilde = "\U00D1";
ntilde = "\U00F1";
Oacute = "\U00D3";
oacute = "\U00F3";
Ocirc = "\U00D4";
ocirc = "\U00F4";
OElic = "\U0152";
oelig = "\U0153";
Ograve = "\U00D2";
ograve = "\U00F2";
Oslash = "\U00D8";
oslash = "\U00F8";
Otilde = "\U00D5";
otilde = "\U00F5";
Ouml = "\U00D6";
ouml = "\U00F6";
Scaron = "\U0160";
scaron = "\U0161";
szlig = "\U00DF";
THORN = "\U00DE";
thorn = "\U00FE";
Uacute = "\U00DA";
uacute = "\U00FA";
Ucirc = "\U00DB";
ucirc = "\U00FB";
Ugrave = "\U00D9";
ugrave = "\U00F9";
Uuml = "\U00DC";
uuml = "\U00FC";
Yacute = "\U00DD";
yacute = "\U00FD";
Yuml = "\U0178";
yuml = "\U00FF";
/* entities for punctuation characters and currency values */
cent = "\U00A2";
pound = "\U00A3";
curren = "\U00A4";
yen = "\U00A5";
euro = "\U20AC";
brvbar = "\U00A6";
bull = "\U2022";
copy = "\U00A9";
dagger = "\U2020";
Dagger = "\U2021";
frasl = "\U2044";
hellip = "\U2026";
image = "\U2111";
iquest = "\U00BF";
lrm = "\U200E";
mdash = "\U2014";
ndash = "\U2013";
not = "\U00AC";
oline = "\U203E";
ordf = "\U00AA";
ordm = "\U00BA";
para = "\U00B6";
permil = "\U2030";
prime = "\U2032";
Prime = "\U2033";
real = "\U211C";
reg = "\U00AE";
rlm = "\U200F";
sect = "\U00A7";
shy = "\U00AD";
sup1 = "\U00B9";
trade = "\U8482";
weierp = "\U2118";
bdquo = "\U201E";
laquo = "\U00AB";
ldquo = "\U201C";
lsaquo = "\U2039";
lsquo = "\U2018";
raquo = "\U00BB";
rdquo = "\U201D";
rsaquo = "\U203A";
rsquo = "\U2019";
sbquo = "\U201A";
/* some special entity names */
nbsp = "\U00A0";
"nonbreaking-hyphen" = "\U2011";
newline = "\U2028";
newparagraph = "\U2029";
emdash = "\U2014";
endash = "\U2013";
/* some other entity names which are not part of the HTML standard but in common use */
iexcl = "\U00A1";
brkbar = "\U00A6";
deg = "\U00B0";
plusm = "\U00B1";
plusmn = "\U00B1";
sup2 = "\U00B2";
sup3 = "\U00B3";
micro = "\U00B5";
frac14 = "\U00BC";
frac12 = "\U00BD";
frac34 = "\U00BE";
times = "\U00D7";
divide = "\U00F7";
null = "&null;";