Improve g_unichar_iswide_cjk() docs.
authorBehdad Esfahbod <behdad@gnome.org>
Fri, 12 Dec 2008 08:26:00 +0000 (08:26 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 12 Dec 2008 08:26:00 +0000 (08:26 +0000)
2008-12-12  Behdad Esfahbod  <behdad@gnome.org>

        * glib/guniprop.c: Improve g_unichar_iswide_cjk() docs.

svn path=/trunk/; revision=7741

ChangeLog
glib/guniprop.c

index 013df5b..e4fd0e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Bug 508021 – Add support for the CRIS and CRISv32 architectures
index 57928e5..8a28513 100644 (file)
@@ -479,6 +479,10 @@ g_unichar_iswide (gunichar c)
  * the converse is not necessarily true.  See the
  * <ulink url="http://www.unicode.org/reports/tr11/">Unicode Standard
  * 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
  *