]> git.sesse.net Git - vlc/commitdiff
resolve_xml_special_chars: add non-breakable space
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 26 Oct 2008 15:31:50 +0000 (17:31 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 26 Oct 2008 15:31:50 +0000 (17:31 +0200)
src/text/strings.c

index 82e29db6302214ea7f38a26207b9fb008bac1998..1732815936d106a16435ab464c90721e2ea99dd1 100644 (file)
@@ -316,6 +316,7 @@ static const struct xml_entity_s
     { "mdash;", 6, "—" },
     { "micro;", 6, "µ" },
     { "middot;", 7, "·" },
+    { "nbsp;", 5, "\xc2\xa0" },
     { "ndash;", 6, "–" },
     { "not;", 4, "¬" },
     { "ntilde;", 7, "ñ" },