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:
Behdad Esfahbod
2006-04-27 21:14:47 +00:00
committed by Behdad Esfahbod
parent 6305847e29
commit 8f75a97285
5 changed files with 119 additions and 0 deletions

View File

@@ -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. */