mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 21:34:12 +02:00
Bug 541507 – Ambiguous description of assigned characters in the Glib
2008-07-04 Behdad Esfahbod <behdad@gnome.org> Bug 541507 – Ambiguous description of assigned characters in the Glib Unicode Manipulation reference * glib/guniprop.c (g_unichar_isgraph): Return true for PrivateUse too. (g_unichar_isprint): Return true for PrivateUse too. (g_unichar_isdefined): Return false for Surrogate. svn path=/trunk/; revision=7161
This commit is contained in:
committed by
Behdad Esfahbod
parent
7daf442b7a
commit
e9a316866d
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2008-07-04 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
Bug 541507 – Ambiguous description of assigned characters in the Glib
|
||||
Unicode Manipulation reference
|
||||
|
||||
* glib/guniprop.c
|
||||
(g_unichar_isgraph): Return true for PrivateUse too.
|
||||
(g_unichar_isprint): Return true for PrivateUse too.
|
||||
(g_unichar_isdefined): Return false for Surrogate.
|
||||
|
||||
2008-07-04 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
Bug 541208 – Functions to easily install and use signals without
|
||||
|
Reference in New Issue
Block a user