changeset 28639:60a790b93a50

Clarify the "improperly"; glib is doing what I'd expect strdown to do.
author Paul Aurich <paul@darkrain42.org>
date Fri, 18 Sep 2009 06:04:34 +0000
parents 27691d6bafc6
children 90a7224593d8 c9ec54c0add1
files libpurple/tests/test_jabber_jutil.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");