[vlc-devel] commit: resolve_xml_special_chars: add non-breakable space ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Oct 26 16:32:19 CET 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct 26 17:31:50 2008 +0200| [3caf6353bb2151f28b89b155727fe59b72827836] | committer: Rémi Denis-Courmont 

resolve_xml_special_chars: add non-breakable space

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3caf6353bb2151f28b89b155727fe59b72827836
---

 src/text/strings.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/text/strings.c b/src/text/strings.c
index 82e29db..1732815 100644
--- a/src/text/strings.c
+++ b/src/text/strings.c
@@ -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, "ñ" },




More information about the vlc-devel mailing list