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 534085 - g_unichar_iswide_cjk() has a totally wrong table
g_unichar_iswide_cjk() has a totally wrong table
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2008-05-20 18:10 UTC by Behdad Esfahbod
Modified: 2008-05-20 19:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2008-05-20 18:10:10 UTC
Noticed while working on bug 459905.

Seems like I copy/pasted the wrong table from Markus Kuhn's wcwidth implementation.  Oops.  Fixing.
Comment 1 Behdad Esfahbod 2008-05-20 19:42:14 UTC
Fixed:

2008-05-20  Behdad Esfahbod  <behdad@gnome.org>

        Bug 459905 – Bug in wcwidth data
        Bug 534085 – g_unichar_iswide_cjk() has a totally wrong table
        * glib/guniprop.c (g_unichar_iswide), (g_unichar_iswide_cjk):
        Regenrate wide and wide_cjk tables from Unicode 5.1.0 data directly.
        Not using Markus Kuhn's tables anymore.