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 157565 - Strange font rendering in About dialog in locale ko_KR.UTF-8.
Strange font rendering in About dialog in locale ko_KR.UTF-8.
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: hangul
1.8.x
Other Linux
: Normal normal
: Small fix
Assigned To: Changwoo Ryu
pango-maint
: 160051 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-11-07 06:45 UTC by sangu
Modified: 2005-04-24 16:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
About dialog (94.33 KB, image/png)
2004-11-07 06:46 UTC, sangu
  Details
Simple test program (914 bytes, text/x-csrc)
2004-12-28 02:02 UTC, Manish Singh
  Details
zero width space handle in pango hangul module patch (981 bytes, patch)
2004-12-29 06:05 UTC, Young-Ho Cha
none Details | Review

Description sangu 2004-11-07 06:45:53 UTC
click help menu -> about
Comment 1 sangu 2004-11-07 06:46:28 UTC
Created attachment 33515 [details]
About dialog
Comment 2 Simon Budig 2004-11-07 13:14:11 UTC
The Screenshot shows a placeholder for the unicode character 0x200b, which is
the "Zero width space". Obviously the font doesn't respect that meaning.

Since I have no idea what to do about this I'd suggest blaming this on the font
used and close this bug as NOTGNOME.
Comment 3 Sven Neumann 2004-11-07 13:30:59 UTC
I don't think the font is to blame here but the Pango shaper. Can we please get
some info on the version of Pango that is being used here?
Comment 4 sangu 2004-11-07 15:06:26 UTC
sven : pango-1.6.0-7 and GNOME-2.8

Applications font is Myriad Pro SemiExt + New Gulim(Hangul font).

Hangul is Korean alphabet.

Current my desktop linux screenshot : http://hellocity.net/~sangu/files/newfont.jpg
Comment 5 weskaggs 2004-12-28 00:12:56 UTC
Reopening because reporter responded with the requested info -- a long time ago,
actually.  Sorry!
Comment 6 Manish Singh 2004-12-28 01:36:42 UTC
It is font related. With gulim.ttf (from http://kldp.net/projects/baekmuk/)
installed I get the same thing the reporter sees, but with Arial Unicode MS it
works fine. This is with pango CVS (1.8.x).

Also, when entering U+C2F6 U+200B U+C2F6 into gimp's text tool, I get the pango
missing glyph box in the entry widget, but the rendering on the canvas is fine,
so it's possibly an Xft-only problem.
Comment 7 Manish Singh 2004-12-28 02:02:49 UTC
Created attachment 35246 [details]
Simple test program

This is a simple program that shows the screwup with baekmuk. Since this is
reproducible outside of gimp, I'm reassigning to pango.
Comment 8 Manish Singh 2004-12-28 04:15:02 UTC
*** Bug 160051 has been marked as a duplicate of this bug. ***
Comment 9 Owen Taylor 2004-12-28 15:41:41 UTC
Hangul shaper presumbaly needs the same handling of zero width chars
as the basic shaper (etc.)
Comment 10 Young-Ho Cha 2004-12-29 06:05:04 UTC
Created attachment 35264 [details] [review]
zero width space handle in pango hangul module patch

zero width space handle in pango hangul module patch
Comment 11 Changwoo Ryu 2005-04-24 16:30:33 UTC
Sorry for the late action.

Commited to pango-1-8 branch.  Will be commited to HEAD.