[libvirt] [PATCH 07/12] docs: use UTF-8 instead of HTML entities for decorated letters

Daniel P. Berrange berrange at redhat.com
Wed Jul 26 17:51:10 UTC 2017


We have files which use HTML entities for decorating letters
with unlauts, accents, etc. Other files just use UTF-8
characters directly for this. Remove the HTML entities since
they have no benefit and use UTF-8 instead.

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 docs/apps.html.in   | 2 +-
 docs/csharp.html.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index 760004715..e54ab5372 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -353,7 +353,7 @@
       </dd>
       <dt><a href="http://honk.sigxcpu.org/projects/libvirt/#munin">Munin</a></dt>
       <dd>
-        The plugins provided by Guido Günther allow to monitor various things
+        The plugins provided by Guido Günther allow to monitor various things
         like network and block I/O with
         <a href="http://munin.projects.linpro.no/">Munin</a>.
       </dd>
diff --git a/docs/csharp.html.in b/docs/csharp.html.in
index 722b02911..72746762a 100644
--- a/docs/csharp.html.in
+++ b/docs/csharp.html.in
@@ -115,7 +115,7 @@ git clone git://libvirt.org/libvirt-csharp.git
     <p>
       The C# bindings are the work of Arnaud Champion
       <<a href="mailto:arnaud.champion AT devatom.fr">arnaud.champion AT devatom.fr</a>>,
-      based upon the previous work of Jaromír &#x010C;ervenka.
+      based upon the previous work of Jaromír Červenka.
     </p>
 
     <h2><a id="notes">Test Configuration</a></h2>
-- 
2.13.3




More information about the libvir-list mailing list