changeset 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 e1c01f236674
children 7cf5e442bbc8 93afc09a5e18
files libpurple/util.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
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
  *