Mercurial > pidgin
changeset 737:c3a920cee3fc
[gaim-migrate @ 747]
Microsoft ® "sucks"
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 22 Aug 2000 00:57:59 +0000 |
parents | d05d746384a7 |
children | 97c7b2f61cb5 |
files | src/gtkhtml.c |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkhtml.c Tue Aug 22 00:37:01 2000 +0000 +++ b/src/gtkhtml.c Tue Aug 22 00:57:59 2000 +0000 @@ -3541,6 +3541,16 @@ ws[wpos++] = '©'; c += 5; } + else if (!strncasecmp(c, """, 6)) + { + ws[wpos++] = '\"'; + c += 5; + } + else if (!strncasecmp(c, "®", 5)) + { + ws[wpos++] = 174; + c += 4; + } else if (*(c + 1) == '#') { int pound = 0;