# HG changeset patch # User Mark Doliner # Date 1041183555 0 # Node ID 57bf2c1b76e07a5ae1f2cd8a3e703810ac312d4e # Parent 1a5dcfa1823e7a7ac22cc3441edf97eea0ec5654 [gaim-migrate @ 4378] But, the children. What about the children? committer: Tailor Script diff -r 1a5dcfa1823e -r 57bf2c1b76e0 src/protocols/oscar/oscar.c --- 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(_("Unable to display information because it was sent in an unknown encoding.")); debug_printf("Encountered an unknown encoding parsing userinfo\n"); } }