Minor
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 6 Dec 2011 18:18:47 +0000 (13:18 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 6 Dec 2011 18:19:27 +0000 (13:19 -0500)
glib/guniprop.c

index c099256..8b139ae 100644 (file)
@@ -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 */)