Commit 3caf6353 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

resolve_xml_special_chars: add non-breakable space

parent 1e8938de
...@@ -316,6 +316,7 @@ static const struct xml_entity_s ...@@ -316,6 +316,7 @@ static const struct xml_entity_s
{ "mdash;", 6, "—" }, { "mdash;", 6, "—" },
{ "micro;", 6, "µ" }, { "micro;", 6, "µ" },
{ "middot;", 7, "·" }, { "middot;", 7, "·" },
{ "nbsp;", 5, "\xc2\xa0" },
{ "ndash;", 6, "–" }, { "ndash;", 6, "–" },
{ "not;", 4, "¬" }, { "not;", 4, "¬" },
{ "ntilde;", 7, "ñ" }, { "ntilde;", 7, "ñ" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment