pango r2667 - trunk/pango



Author: behdad
Date: Fri Jul  4 18:02:48 2008
New Revision: 2667
URL: http://svn.gnome.org/viewvc/pango?rev=2667&view=rev

Log:
Minor


Modified:
   trunk/pango/pango-context.c

Modified: trunk/pango/pango-context.c
==============================================================================
--- trunk/pango/pango-context.c	(original)
+++ trunk/pango/pango-context.c	Fri Jul  4 18:02:48 2008
@@ -1339,7 +1339,7 @@
        *
        * 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) &&



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]