Minor
authorBehdad Esfahbod <behdad@src.gnome.org>
Fri, 4 Jul 2008 18:02:48 +0000 (18:02 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 4 Jul 2008 18:02:48 +0000 (18:02 +0000)
svn path=/trunk/; revision=2667

pango/pango-context.c

index 4dc0518..35e5e71 100644 (file)
@@ -1339,7 +1339,7 @@ itemize_state_process_run (ItemizeState *state)
        *
        * The exception of PrivateUse and Unassigned characters is necessary
        * to be able to render any of them. (for private or being encoded
-       * scripts, etc.)
+       * scripts, etc.) (Recent glib returns true in isprint for PrivateUse.)
        */
       if (wc == 0x0020 ||
          G_UNLIKELY (!g_unichar_isprint (wc) &&