mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 20:29:21 +02:00
docs/reference/glib/glib-sections.txt, Implement g_unichar_iswide_cjk().
2006-04-27 Behdad Esfahbod <behdad@gnome.org> * docs/reference/glib/glib-sections.txt, * glib/gunicode.h glib/guniprop.c: Implement g_unichar_iswide_cjk(). (#105626)
This commit is contained in:
committed by
Behdad Esfahbod
parent
6305847e29
commit
8f75a97285
@@ -136,6 +136,7 @@ gboolean g_unichar_isxdigit (gunichar c) G_GNUC_CONST;
|
||||
gboolean g_unichar_istitle (gunichar c) G_GNUC_CONST;
|
||||
gboolean g_unichar_isdefined (gunichar c) G_GNUC_CONST;
|
||||
gboolean g_unichar_iswide (gunichar c) G_GNUC_CONST;
|
||||
gboolean g_unichar_iswide_cjk(gunichar c) G_GNUC_CONST;
|
||||
|
||||
/* More <ctype.h> functions. These convert between the three cases.
|
||||
* See the Unicode book to understand title case. */
|
||||
|
Reference in New Issue
Block a user