# HG changeset patch # User Paul Aurich # Date 1265774468 0 # Node ID a8e19b69e6b425db7d670eea5e14f15bd6151ab1 # Parent e1c01f236674b870f3e3c8b8e1396bf426c91ef7 Might as well make this comment accurate. diff -r e1c01f236674 -r a8e19b69e6b4 libpurple/util.h --- 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 * "
" to "\n". * For example "&" is replaced by '&' and so on. - * Actually only "&", """, "<" and ">" are currently - * supported. + * + * The following named entities are supported (in addition to numerical + * entities): + * "&", "<", ">", "©", """, "®", "'" * * @param html The string in which to unescape any HTML entities *