From 994d642cde899e1aaba90a2e01aef68cc719d784 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 5 Aug 2006 21:53:49 +0000 Subject: If a character can't be converted, don't replace it with a NUL byte, but 2006-08-05 Matthias Clasen * glib/guniprop.c (g_unichar_toupper, g_unichar_tolower) (real_toupper, real_tolower): If a character can't be converted, don't replace it with a NUL byte, but leave it unchanged. (#348491, Nikolai Weibull) * tests/unicode-caseconv.c: Adapt to this change. * tests/unicode-caseconv.c (main): Add a comment to point out a quirk in the test data that we are working around here. --- ChangeLog.pre-2-12 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog.pre-2-12') diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 94c8e797b..bfa541feb 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,15 @@ +2006-08-05 Matthias Clasen + + * glib/guniprop.c (g_unichar_toupper, g_unichar_tolower) + (real_toupper, real_tolower): If a character can't be converted, + don't replace it with a NUL byte, but leave it unchanged. + (#348491, Nikolai Weibull) + + * tests/unicode-caseconv.c: Adapt to this change. + + * tests/unicode-caseconv.c (main): Add a comment to point out + a quirk in the test data that we are working around here. + 2006-07-31 Behdad Esfahbod * glib/guniprop.c (g_unichar_isxdigit): Make it only accept those -- cgit v1.2.1