diff libpurple/util.h @ 29399:a8e19b69e6b4

Might as well make this comment accurate.
author Paul Aurich <paul@darkrain42.org>
date Wed, 10 Feb 2010 04:01:08 +0000
parents 63cb8c4f3c66
children d77ecfe2b2c9 93afc09a5e18
line wrap: on
line diff
--- a/libpurple/util.h	Wed Feb 10 03:32:29 2010 +0000
+++ b/libpurple/util.h	Wed Feb 10 04:01:08 2010 +0000
@@ -518,8 +518,10 @@
  * 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
  *