mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Improve g_unichar_iswide_cjk() docs.
2008-12-12 Behdad Esfahbod <behdad@gnome.org> * glib/guniprop.c: Improve g_unichar_iswide_cjk() docs. svn path=/trunk/; revision=7741
This commit is contained in:
parent
3b4ad625b9
commit
2152bd091e
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-12 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
|
* glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.
|
||||||
|
|
||||||
2008-12-07 Matthias Clasen <mclasen@redhat.com>
|
2008-12-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 508021 – Add support for the CRIS and CRISv32 architectures
|
Bug 508021 – Add support for the CRIS and CRISv32 architectures
|
||||||
|
@ -480,6 +480,10 @@ g_unichar_iswide (gunichar c)
|
|||||||
* <ulink url="http://www.unicode.org/reports/tr11/">Unicode Standard
|
* <ulink url="http://www.unicode.org/reports/tr11/">Unicode Standard
|
||||||
* Annex #11</ulink> for details.
|
* Annex #11</ulink> for details.
|
||||||
*
|
*
|
||||||
|
* If a character passes the g_unichar_iswide() test then it will also pass
|
||||||
|
* this test, but not the other way around. Note that some characters may
|
||||||
|
* pas both this test and g_unichar_iszerowidth().
|
||||||
|
*
|
||||||
* Return value: %TRUE if the character is wide in legacy East Asian locales
|
* Return value: %TRUE if the character is wide in legacy East Asian locales
|
||||||
*
|
*
|
||||||
* Since: 2.12
|
* Since: 2.12
|
||||||
|
Loading…
Reference in New Issue
Block a user