glib r7741 - in trunk: . glib



Author: behdad
Date: Fri Dec 12 08:26:00 2008
New Revision: 7741
URL: http://svn.gnome.org/viewvc/glib?rev=7741&view=rev

Log:
2008-12-12  Behdad Esfahbod  <behdad gnome org>

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



Modified:
   trunk/ChangeLog
   trunk/glib/guniprop.c

Modified: trunk/glib/guniprop.c
==============================================================================
--- trunk/glib/guniprop.c	(original)
+++ trunk/glib/guniprop.c	Fri Dec 12 08:26:00 2008
@@ -479,6 +479,10 @@
  * 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
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]