From 91fb373d553779b7b2b535c44a3236907f0a72c8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 6 Dec 2011 13:18:47 -0500 Subject: [PATCH] Minor --- glib/guniprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/guniprop.c b/glib/guniprop.c index c099256..8b139ae 100644 --- a/glib/guniprop.c +++ b/glib/guniprop.c @@ -857,7 +857,7 @@ real_toupper (const gchar *str, gsize decomp_len, i; gunichar decomp[18]; - decomp_len = g_unichar_fully_decompose (c, FALSE, decomp, 4); + decomp_len = g_unichar_fully_decompose (c, FALSE, decomp, 18); for (i=0; i < decomp_len; i++) { if (decomp[i] != 0x307 /* COMBINING DOT ABOVE */) -- 2.7.4