# HG changeset patch # User Paul Aurich # Date 1253253874 0 # Node ID 60a790b93a507b4dc63c6c18fcf9db2019ba6927 # Parent 27691d6bafc60e17f379ca2df879832a121fe9e1 Clarify the "improperly"; glib is doing what I'd expect strdown to do. diff -r 27691d6bafc6 -r 60a790b93a50 libpurple/tests/test_jabber_jutil.c --- a/libpurple/tests/test_jabber_jutil.c Thu Sep 17 05:18:41 2009 +0000 +++ b/libpurple/tests/test_jabber_jutil.c Fri Sep 18 06:04:34 2009 +0000 @@ -145,7 +145,7 @@ /* * These character (U+A664 and U+A665) are not mapped to anything in * RFC3454 B.2. This first test *fails* when not using IDN because glib's - * case-folding/utf8_strdown improperly lowercases the character. + * case-folding/utf8_strdown improperly (for XMPP) lowercases the character. */ assert_jid_parts("Ꙥ", "darkrain42.org", "Ꙥ@darkrain42.org"); assert_jid_parts("ꙥ", "darkrain42.org", "ꙥ@darkrain42.org");