pango r2667 - trunk/pango
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: pango r2667 - trunk/pango
- Date: Fri, 4 Jul 2008 18:02:48 +0000 (UTC)
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]