Mercurial > pidgin
changeset 4152:57bf2c1b76e0
[gaim-migrate @ 4378]
But, the children. What about the children?
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 29 Dec 2002 17:39:15 +0000 |
parents | 1a5dcfa1823e |
children | 76b8bbe8ed34 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sun Dec 29 17:12:05 2002 +0000 +++ b/src/protocols/oscar/oscar.c Sun Dec 29 17:39:15 2002 +0000 @@ -2650,6 +2650,7 @@ utf8 = g_convert(text, text_len, "UTF-8", "UCS-2BE", NULL, NULL, NULL); break; default: + utf8 = g_strdup(_("<I>Unable to display information because it was sent in an unknown encoding.</I>")); debug_printf("Encountered an unknown encoding parsing userinfo\n"); } }