pidgin: 16b06c83: Might as well make this comment accurate...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Tue Feb 9 23:11:37 EST 2010


-----------------------------------------------------------------
Revision: 16b06c832bb37014304670307b6db672c94d5dd0
Ancestor: 0085c32abf29d034d30feef1ffb1d483e316a9a8
Author: darkrain42 at pidgin.im
Date: 2010-02-10T04:01:08
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/16b06c832bb37014304670307b6db672c94d5dd0

Modified files:
        libpurple/util.h

ChangeLog: 

Might as well make this comment accurate.

-------------- next part --------------
============================================================
--- libpurple/util.h	274bc7b30331d9ecde19c7af243be947462b545f
+++ libpurple/util.h	9609f0de0adfcd5374ff3ad28cf0caa0ce814a10
@@ -518,9 +518,11 @@ char *purple_markup_linkify(const char *
  * Unescapes HTML entities to their literal characters. Also translates
  * "<br>" to "\n".
  * For example "&amp;" is replaced by '&' and so on.
- * Actually only "&amp;", "&quot;", "&lt;" and "&gt;" are currently
- * supported.
  *
+ * The following named entities are supported (in addition to numerical
+ * entities):
+ *    "&amp;", "&lt;", "&gt;", "&copy;", "&quot;", "&reg;", "&apos;"
+ *
  * @param html The string in which to unescape any HTML entities
  *
  * @return The text with HTML entities literalized.  You must g_free


More information about the Commits mailing list