After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338305 - g_unichar_iscjkwide
g_unichar_iscjkwide
Status: RESOLVED DUPLICATE of bug 105626
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 109587
 
 
Reported: 2006-04-13 06:39 UTC by Behdad Esfahbod
Modified: 2006-04-19 03:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2006-04-13 06:39:56 UTC
glib implements g_unichar_iswide, copied from Markus Kuhn's implementation:

  http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c

In bug 109587 we need to resolve Unicode's ambiguous-width characters to wide under CJK locales.  We can of course copy the code into vte, but having it in glib in synch with g_unichar_iswide and the rest of Unicode Character Database makes more sense.
Comment 1 Behdad Esfahbod 2006-04-19 03:07:07 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 105626 ***