[glib] docs: Replace an XML entity with a UTF-8 character instead



commit ad6afd0fc112758349da5f00c4860abd7bd68b5a
Author: Philip Withnall <withnall endlessm com>
Date:   Mon Jan 22 12:47:42 2018 +0000

    docs: Replace an XML entity with a UTF-8 character instead
    
    Another part of the long tail of converting our documentation from
    DocBook to Markdown.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790698

 glib/gconvert.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gconvert.c b/glib/gconvert.c
index cef72ca..407064c 100644
--- a/glib/gconvert.c
+++ b/glib/gconvert.c
@@ -76,7 +76,7 @@
  * in it ("/"). However, displaying file names may require conversion:
  * from the character set in which they were created, to the character
  * set in which the application operates. Consider the Spanish file name
- * "Presentaci&oacute;n.sxi". If the application which created it uses
+ * "Presentación.sxi". If the application which created it uses
  * ISO-8859-1 for its encoding,
  * |[
  * Character:  P  r  e  s  e  n  t  a  c  i  ó  n  .  s  x  i


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]