summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2008-07-04 18:02:48 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-07-04 18:02:48 +0000
commitf74acc26545a86625a1de674d7a787a98631c065 (patch)
tree6910dec371705c398ec9e7931e47af6888377401 /pango/pango-context.c
parenta14418efa129b3cb058bd88a919029103ae63979 (diff)
downloadpango-f74acc26545a86625a1de674d7a787a98631c065.tar.gz
Minor
svn path=/trunk/; revision=2667
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 4dc05180..35e5e71e 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -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) &&