glib r7327 - trunk/glib
- From: ryanl svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7327 - trunk/glib
- Date: Fri, 8 Aug 2008 16:53:26 +0000 (UTC)
Author: ryanl
Date: Fri Aug 8 16:53:26 2008
New Revision: 7327
URL: http://svn.gnome.org/viewvc/glib?rev=7327&view=rev
Log:
Bug 546876 -- also update documentation for escape_text
Modified:
trunk/glib/gmarkup.c
Modified: trunk/glib/gmarkup.c
==============================================================================
--- trunk/glib/gmarkup.c (original)
+++ trunk/glib/gmarkup.c Fri Aug 8 16:53:26 2008
@@ -2289,6 +2289,13 @@
* Note that this function doesn't protect whitespace and line endings
* from being processed according to the XML rules for normalization
* of line endings and attribute values.
+ *
+ * Note also that if given a string containing them, this function
+ * will produce character references in the range of  ..
+ *  for all control sequences except for tabstop, newline
+ * and carriage return. The character references in this range are
+ * not valid XML 1.0, but they are valid XML 1.1 and will be accepted
+ * by the GMarkup parser.
*
* Return value: a newly allocated string with the escaped text
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]