Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Hangul Jongseong wrong rendering in GTK applications.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Summary: Hangul Jongseong wrong rendering in GTK applications. Product: Fedora Version: 13 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: pango AssignedTo: besfahbo@redhat.com ReportedBy: sangu.fedora@gmail.com QAContact: extras-qa@fedoraproject.org CC: besfahbo@redhat.com, fonts-bugs@lists.fedoraproject.org Classification: Fedora
Created an attachment (id=397040) --> (https://bugzilla.redhat.com/attachment.cgi?id=397040) hangul jongseong text
Description of problem: Hangul Jongseong wrong rendering in GTK applications.
Version-Release number of selected component (if applicable): 1.27.1-1.fc13
How reproducible: always
Steps to Reproduce: 1. 2. 3.
Actual results:
Expected results:
Additional info: gtk2-2.19.6-1.fc13.x86_64 glib2-2.23.4-1.fc13.x86_64 fontconfig-2.8.0-1.fc13.x86_64 freetype-2.3.11-2.fc13.x86_64
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
sangu sangu.fedora@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Hangul Jongseong wrong |When Hangul Jongseong |rendering in GTK |displays single-consonant, |applications. |rendering is wrong in GTK | |applications.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #1 from sangu sangu.fedora@gmail.com 2010-03-01 06:25:40 EST --- Created an attachment (id=397042) --> (https://bugzilla.redhat.com/attachment.cgi?id=397042) open jongseong.txt with emacs.
Hangul jongseong is good rendering in emacs.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #2 from sangu sangu.fedora@gmail.com 2010-03-01 06:28:07 EST --- Created an attachment (id=397043) --> (https://bugzilla.redhat.com/attachment.cgi?id=397043) open jongseong.txt with gedit.
jongseong rendering is bad in gedit.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tfujiwar@redhat.com
--- Comment #3 from fujiwara tfujiwar@redhat.com 2010-03-19 02:09:04 EDT --- The char is U+11AB (HANGUL JONGSEONG NIEUN)
% fc-match -v "Baekmuk Gulim" ... charset: 0000: 00000000 ffffffff ffffffff 7fffffff 00000000 f7df2593 c1810040 41810040 0001: 00020000 810e00c0 000c0e07 000000c0 00000000 00000000 00000000 00000000 ... 0004: ffff0002 ffffffff 0002ffff 00000000 00000000 00000000 00000000 00000000 0020: 33200000 080d0063 00000000 80100000 0000001e 00001000 00000000 00000000 ...
The charset in "Baekmuk Gulim" doesn't include U+11AB so _pango_engine_shape_covers() returns PANGO_COVERAGE_NONE and the font is not used in "Monospace 10".
4 * 8 * 8 == 256 0x11ab == 4523 == 256 * 17 + 171
The line #0017 is not covered by "Baekmuk Gulim" /usr/share/fonts/baekmuk-ttf/gulim.ttf
The workaround is to set the font "Baekmuk Gulim" == "백묵 굴림" with gedit preference dialog.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
fujiwara tfujiwar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fangqq@gmail.com, | |fedora-i18n-bugs@redhat.com | |, petersen@redhat.com, | |pwu@redhat.com Component|pango |wqy-zenhei-fonts AssignedTo|besfahbo@redhat.com |fangqq@gmail.com
--- Comment #4 from fujiwara tfujiwar@redhat.com 2010-03-22 22:14:36 EDT --- OK, I confirmed wqy-zenhei includes the Korean char. The following is the candidate fix:
--- /usr/share/fontconfig/conf.avail/65-baekmuk-ttf-gulim.conf.orig 2010-03-18 18:22:54.000000000 +0900 +++ /usr/share/fontconfig/conf.avail/65-baekmuk-ttf-gulim.conf 2010-03-23 10:29:39.000000000 +0900 @@ -2,7 +2,7 @@ <!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> <fontconfig> <match> - <test name="lang"> + <test name="lang" compare="contains"> <string>ko</string> </test> <test name="family">
--- /usr/share/fontconfig/conf.avail/65-wqy-zenhei.conf.orig 2010-01-22 10:19:43.000000000 +0900 +++ /usr/share/fontconfig/conf.avail/65-wqy-zenhei.conf 2010-03-23 10:29:55.000000000 +0900 @@ -11,7 +11,8 @@ </match>
<match> - <test name="lang"> + <test name="lang" compare="contains"> + <string>ko</string> <string>zh</string> </test> <test name="family"> @@ -30,7 +31,8 @@ </alias>
<match> - <test name="lang"> + <test name="lang" compare="contains"> + <string>ko</string> <string>zh</string> </test> <test name="family">
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #5 from sangu sangu.fedora@gmail.com 2010-03-22 23:01:12 EDT --- baekmuk and wqy fonts don't be installed.
Default Korean font is UnDotum.
$ fc-match UnDotum.ttf: "UnDotum" "Regular"
$ rpm -qa | grep fonts kacst-one-fonts-2.0-6.fc13.noarch thai-scalable-garuda-fonts-0.4.12-2.fc12.noarch kacst-decorative-fonts-2.0-6.fc13.noarch sil-abyssinica-fonts-1.0-8.fc13.noarch kacst-title-fonts-2.0-6.fc13.noarch lohit-malayalam-fonts-2.4.4-4.fc13.noarch ipa-gothic-fonts-003.02-1.fc13.noarch thai-scalable-sawasdee-fonts-0.4.12-2.fc12.noarch kacst-farsi-fonts-2.0-6.fc13.noarch cjkuni-fonts-common-0.2.20080216.1-35.fc13.noarch lyx-fonts-1.6.5-5.fc13.noarch jomolhari-fonts-0.003-8.fc12.noarch dejavu-serif-fonts-2.30-2.fc12.noarch un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch thai-scalable-waree-fonts-0.4.12-2.fc12.noarch kacst-naskh-fonts-2.0-6.fc13.noarch lohit-telugu-fonts-2.4.5-4.fc13.noarch stix-fonts-0.9-13.fc12.noarch liberation-serif-fonts-1.05.2.20091019-5.fc13.noarch paktype-naqsh-fonts-3.0-2.fc13.noarch urw-fonts-2.4-9.fc13.noarch dejavu-sans-fonts-2.30-2.fc12.noarch thai-scalable-tlwgtypewriter-fonts-0.4.12-2.fc12.noarch kacst-screen-fonts-2.0-6.fc13.noarch kacst-letter-fonts-2.0-6.fc13.noarch lohit-kannada-fonts-2.4.4-3.fc13.noarch lohit-bengali-fonts-2.4.3-4.fc13.noarch thai-scalable-tlwgtypist-fonts-0.4.12-2.fc12.noarch thai-scalable-tlwgmono-fonts-0.4.12-2.fc12.noarch kacst-qurn-fonts-2.0-6.fc13.noarch kacst-poster-fonts-2.0-6.fc13.noarch lohit-assamese-fonts-2.4.3-3.fc13.noarch lohit-tamil-fonts-2.4.5-2.fc13.noarch cjkuni-fonts-ghostscript-0.2.20080216.1-35.fc13.noarch liberation-fonts-common-1.05.2.20091019-5.fc13.noarch liberation-sans-fonts-1.05.2.20091019-5.fc13.noarch libfonts-1.1.3-1.fc13.x86_64 ghostscript-fonts-5.50-23.fc12.noarch un-core-fonts-common-1.0.2-0.10.080608.fc12.noarch thai-scalable-purisa-fonts-0.4.12-2.fc12.noarch thai-scalable-kinnari-fonts-0.4.12-2.fc12.noarch openoffice.org-opensymbol-fonts-3.2.0-12.13.fc13.noarch kacst-art-fonts-2.0-6.fc13.noarch kacst-office-fonts-2.0-6.fc13.noarch lohit-punjabi-fonts-2.4.3-3.fc13.noarch thai-scalable-tlwgtypo-fonts-0.4.12-2.fc12.noarch thai-scalable-loma-fonts-0.4.12-2.fc12.noarch sil-padauk-fonts-2.4-6.fc13.noarch paktype-fonts-common-2.0-5.fc12.noarch kacst-pen-fonts-2.0-6.fc13.noarch lohit-gujarati-fonts-2.4.4-2.fc13.noarch bitmap-fixed-fonts-0.3-16.fc13.noarch thai-scalable-umpush-fonts-0.4.12-2.fc12.noarch thai-scalable-fonts-compat-0.4.12-2.fc12.noarch lklug-fonts-0.6-3.20090803cvs.fc13.noarch lohit-devanagari-fonts-2.4.3-5.fc13.noarch kacst-titlel-fonts-2.0-6.fc13.noarch cjkuni-ukai-fonts-0.2.20080216.1-35.fc13.noarch paktype-tehreer-fonts-2.0-8.fc13.noarch dejavu-sans-mono-fonts-2.30-2.fc12.noarch thai-scalable-norasi-fonts-0.4.12-2.fc12.noarch kacst-book-fonts-2.0-6.fc13.noarch dejavu-fonts-common-2.30-2.fc12.noarch kacst-digital-fonts-2.0-6.fc13.noarch liberation-mono-fonts-1.05.2.20091019-5.fc13.noarch thai-scalable-fonts-common-0.4.12-2.fc12.noarch kacst-fonts-common-2.0-6.fc13.noarch cjkuni-uming-fonts-0.2.20080216.1-35.fc13.noarch lohit-oriya-fonts-2.4.3-3.fc13.noarch [sangu@localhost ~]$ rpm -qa | grep fonts | grep sort [sangu@localhost ~]$ rpm -qa | grep fonts | sort bitmap-fixed-fonts-0.3-16.fc13.noarch cjkuni-fonts-common-0.2.20080216.1-35.fc13.noarch cjkuni-fonts-ghostscript-0.2.20080216.1-35.fc13.noarch cjkuni-ukai-fonts-0.2.20080216.1-35.fc13.noarch cjkuni-uming-fonts-0.2.20080216.1-35.fc13.noarch dejavu-fonts-common-2.30-2.fc12.noarch dejavu-sans-fonts-2.30-2.fc12.noarch dejavu-sans-mono-fonts-2.30-2.fc12.noarch dejavu-serif-fonts-2.30-2.fc12.noarch ghostscript-fonts-5.50-23.fc12.noarch ipa-gothic-fonts-003.02-1.fc13.noarch jomolhari-fonts-0.003-8.fc12.noarch kacst-art-fonts-2.0-6.fc13.noarch kacst-book-fonts-2.0-6.fc13.noarch kacst-decorative-fonts-2.0-6.fc13.noarch kacst-digital-fonts-2.0-6.fc13.noarch kacst-farsi-fonts-2.0-6.fc13.noarch kacst-fonts-common-2.0-6.fc13.noarch kacst-letter-fonts-2.0-6.fc13.noarch kacst-naskh-fonts-2.0-6.fc13.noarch kacst-office-fonts-2.0-6.fc13.noarch kacst-one-fonts-2.0-6.fc13.noarch kacst-pen-fonts-2.0-6.fc13.noarch kacst-poster-fonts-2.0-6.fc13.noarch kacst-qurn-fonts-2.0-6.fc13.noarch kacst-screen-fonts-2.0-6.fc13.noarch kacst-title-fonts-2.0-6.fc13.noarch kacst-titlel-fonts-2.0-6.fc13.noarch liberation-fonts-common-1.05.2.20091019-5.fc13.noarch liberation-mono-fonts-1.05.2.20091019-5.fc13.noarch liberation-sans-fonts-1.05.2.20091019-5.fc13.noarch liberation-serif-fonts-1.05.2.20091019-5.fc13.noarch libfonts-1.1.3-1.fc13.x86_64 lklug-fonts-0.6-3.20090803cvs.fc13.noarch lohit-assamese-fonts-2.4.3-3.fc13.noarch lohit-bengali-fonts-2.4.3-4.fc13.noarch lohit-devanagari-fonts-2.4.3-5.fc13.noarch lohit-gujarati-fonts-2.4.4-2.fc13.noarch lohit-kannada-fonts-2.4.4-3.fc13.noarch lohit-malayalam-fonts-2.4.4-4.fc13.noarch lohit-oriya-fonts-2.4.3-3.fc13.noarch lohit-punjabi-fonts-2.4.3-3.fc13.noarch lohit-tamil-fonts-2.4.5-2.fc13.noarch lohit-telugu-fonts-2.4.5-4.fc13.noarch lyx-fonts-1.6.5-5.fc13.noarch openoffice.org-opensymbol-fonts-3.2.0-12.13.fc13.noarch paktype-fonts-common-2.0-5.fc12.noarch paktype-naqsh-fonts-3.0-2.fc13.noarch paktype-tehreer-fonts-2.0-8.fc13.noarch sil-abyssinica-fonts-1.0-8.fc13.noarch sil-padauk-fonts-2.4-6.fc13.noarch stix-fonts-0.9-13.fc12.noarch thai-scalable-fonts-common-0.4.12-2.fc12.noarch thai-scalable-fonts-compat-0.4.12-2.fc12.noarch thai-scalable-garuda-fonts-0.4.12-2.fc12.noarch thai-scalable-kinnari-fonts-0.4.12-2.fc12.noarch thai-scalable-loma-fonts-0.4.12-2.fc12.noarch thai-scalable-norasi-fonts-0.4.12-2.fc12.noarch thai-scalable-purisa-fonts-0.4.12-2.fc12.noarch thai-scalable-sawasdee-fonts-0.4.12-2.fc12.noarch thai-scalable-tlwgmono-fonts-0.4.12-2.fc12.noarch thai-scalable-tlwgtypewriter-fonts-0.4.12-2.fc12.noarch thai-scalable-tlwgtypist-fonts-0.4.12-2.fc12.noarch thai-scalable-tlwgtypo-fonts-0.4.12-2.fc12.noarch thai-scalable-umpush-fonts-0.4.12-2.fc12.noarch thai-scalable-waree-fonts-0.4.12-2.fc12.noarch un-core-dotum-fonts-1.0.2-0.10.080608.fc12.noarch un-core-fonts-common-1.0.2-0.10.080608.fc12.noarch urw-fonts-2.4-9.fc13.noarch
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #6 from Jens Petersen petersen@redhat.com 2010-03-23 03:30:04 EDT --- This also happens with F12 - I don't think it is a zenhei (or Baekmuk) issue (though zenhei also steals numerous Hangul glyphs :-( )
eg pango-view jongseong.txt
@sangu: is a single U+11AB a valid character?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wqy-zenhei-fonts |pango AssignedTo|fangqq@gmail.com |besfahbo@redhat.com
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |MoveUpstream
--- Comment #7 from Jens Petersen petersen@redhat.com 2010-03-23 03:52:29 EDT --- I think it is better to report this bug upstream. I doesn't look fedora specific.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #8 from fujiwara tfujiwar@redhat.com 2010-03-23 03:54:12 EDT --- (In reply to comment #5)
baekmuk and wqy fonts don't be installed.
Default Korean font is UnDotum.
$ fc-match UnDotum.ttf: "UnDotum" "Regular"
OK, I confirmed UnDotum includes the char but cairo_scaled_font_glyph_extents() returns x_advance = 0. If I use WenQuanYi Zen Hei, cairo_scaled_font_glyph_extents() returns x_advance = 13.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #9 from Peng Wu pwu@redhat.com 2010-03-23 04:43:22 EDT ---
OK, I confirmed UnDotum includes the char but cairo_scaled_font_glyph_extents() returns x_advance = 0. If I use WenQuanYi Zen Hei, cairo_scaled_font_glyph_extents() returns x_advance = 13.
I dumped UnDotum.ttf with ttx(fonttools) as xml format. And I checked the xml format of UnDotum font in UnDotum.ttx.
In the font hmtx table((horizontal metrics) table), And find something which maybe relative with this problem: In font UnDotum: <mtx name="uni11AA" width="0" lsb="-848"/> <mtx name="uni11AB" width="0" lsb="-828"/> <mtx name="uni11AC" width="0" lsb="-812"/>
And in font WenQuanYi: <mtx name="uni11A9" width="1024" lsb="157"/> <mtx name="uni11AB" width="1024" lsb="251"/> <mtx name="uni11AE" width="1024" lsb="245"/>
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #10 from Jens Petersen petersen@redhat.com 2010-03-23 21:12:09 EDT --- So is it a font bug?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #11 from Peng Wu pwu@redhat.com 2010-03-23 22:10:37 EDT --- (In reply to comment #10)
So is it a font bug?
I think so. I changed the above font as following: <mtx name="uni11AA" width="0" lsb="-848"/> <mtx name="uni11AB" width="1000" lsb="228"/> <mtx name="uni11AC" width="0" lsb="-812"/> And it seems pango display is ok now.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #12 from Peng Wu pwu@redhat.com 2010-03-23 22:14:22 EDT --- Created an attachment (id=402176) --> (https://bugzilla.redhat.com/attachment.cgi?id=402176) Pango rendering result.
I used the following command to check the rendering result: $ pango-view jongseong.txt -o jongseong.png And attach the result here.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #13 from fujiwara tfujiwar@redhat.com 2010-03-23 22:41:00 EDT --- It seems cairo calls freetype which returns horiAdvance = 0 with UnDotum. Probably the rendering is right.
I googled "jongseong" and it seems to mean the end char. http://www.open-std.org/Jtc1/sc22/wg20/docs/n1037-Hangul%20Collation%20Requi...
I'm not sure but I guess the jongseong char range U+1100 - U+11FF is designed to generate other chars and the UnDotum font creator expects with width 0 in the single usage.
I guess if you want to show the single consonant, probably you could use U+3134 'ㄴ' instead. Then personally I think it's not a bug?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |smallvil@get9.net Component|pango |un-core-fonts AssignedTo|besfahbo@redhat.com |smallvil@get9.net
--- Comment #14 from Jens Petersen petersen@redhat.com 2010-03-23 23:36:16 EDT --- Yeah looks you guys are right, thanks!
If I uninstall un-core-fonts, then U+11AB (jongseong.txt) renders fine in firefox and gedit.
@sangu: Can you help to report this to the Un project? http://kldp.net/projects/unfonts/issue/open It might be worth testing current cvs to see if it is already fixed upstream.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #15 from sangu sangu.fedora@gmail.com 2010-03-24 00:42:19 EDT --- Selecting another Korean fonts in gedit, Jongseong is Good Rendering. Then, when moving Cursor on Jongseong characters, cursor moving is strange.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #16 from fujiwara tfujiwar@redhat.com 2010-03-24 01:24:30 EDT --- (In reply to comment #15)
Selecting another Korean fonts in gedit, Jongseong is Good Rendering.
If UnDotum is right, it might be another bug in WenQuanYi Zen Hei and the width needs to be changed to 0 because I guess UnDotum might be better maintained than WenQuanYi Zen Hei for Korean.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #17 from Peng Wu pwu@redhat.com 2010-03-24 02:27:14 EDT --- UnDotum with Bold style (UnDotumBold.ttf) shows the glyphs. Maybe we can ask some Korean users why the two fonts show differently?
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #18 from fujiwara tfujiwar@redhat.com 2010-04-08 22:37:25 EDT --- The bug submitter: Did you contact UnDotum community?
If none would not contact it, we Red Hat engineers may do it while the community could use Korean for almost discussions.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|smallvil@get9.net |dueno@redhat.com
--- Comment #19 from Fedora Admin XMLRPC Client fedora-admin-xmlrpc@redhat.com 2010-04-24 01:46:31 EDT --- This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
--- Comment #20 from Daiki Ueno dueno@redhat.com 2010-04-26 22:18:23 EDT --- FYI, sangu reported the issue to the Un project:
http://kldp.net/projects/unfonts/issue/315235
where one of the developers answered that the current UnDotumBold.ttf is rather unusual (if I understand correctly - I used machine translation services).
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|13 |rawhide
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
sangu sangu.fedora@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED CC| |dueno@redhat.com, | |shawn.p.huang@gmail.com Component|un-core-fonts |libhangul Fixed In Version| |0.0.11-1.fc14 Resolution| |CURRENTRELEASE Last Closed| |2010-11-03 08:33:22
--- Comment #22 from sangu sangu.fedora@gmail.com 2010-11-03 08:33:22 EDT --- After updating libhangul 0.0.11, this issue was fixed. Thanks!
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Daiki Ueno dueno@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |ASSIGNED Component|libhangul |un-core-fonts Resolution|CURRENTRELEASE | Keywords| |Reopened
--- Comment #23 from Daiki Ueno dueno@redhat.com 2010-11-16 02:46:59 EST --- I think this bug was mistakenly closed for #636216, since the problem is nothing to do with libhangul. Reassigning back to un-core-fonts and reopening.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Daiki Ueno dueno@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(sangu.fedora@gmai | |l.com)
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=569340
Daiki Ueno dueno@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED URL| |http://kldp.net/projects/un | |fonts/issue/315235 Resolution| |UPSTREAM Flag|needinfo?(sangu.fedora@gmai | |l.com) | Last Closed|2010-11-03 08:33:22 |2011-11-27 19:54:25
--- Comment #24 from Daiki Ueno dueno@redhat.com 2011-11-27 19:54:25 EST --- The upstream bug was closed as "Will not fix". So I'm closing this as well.
fonts-bugs@lists.fedoraproject.org