Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 123868

Summary: zh_* cannot get the best matched font on some of the widget
Product: [Fedora] Fedora Reporter: Leon Ho <llch>
Component: qtAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: eng-i18n-bugs, rdieter
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-24 11:00:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
fontconfig fix for qfontdatabase none

Description Leon Ho 2004-05-21 04:48:08 UTC
Description of problem:
Some of the widget in kde does not give the best font in zh_* locale

Version-Release number of selected component (if applicable):


How reproducible:
everytime

Steps to Reproduce:
1. LANG=zh_TW.UTF-8 kedit
2. type or cut and paste chinese into the text edit widget
  
Actual results:
japanese font

Expected results:
chinese font

Additional info:

Comment 1 Leon Ho 2004-05-21 04:48:59 UTC
Created attachment 100409 [details]
fontconfig fix for qfontdatabase

Comment 2 Leon Ho 2004-05-21 04:51:16 UTC
This patch should fix the problem. Let me know if it is not fixed for
some other cases so I can debug again.

Comment 3 Than Ngo 2004-05-21 08:53:28 UTC
Hi Leon,

it seems that it has been fixed in qt-3.3.2-4 in fc3. I have done a
backport of some qt patches from qt snapshot. The problem with symbol
is also fixed in this release.

it would be nice if you could take a look here. Thanks for your help.

Comment 4 Leon Ho 2004-06-11 05:07:28 UTC
Seems it didn't work for me on latest qt build. I didn't see simliar
patch from the backport. I think they still haven't accept my patch.
Is it possible to include the patch in the interim? Thanks.

Comment 5 Than Ngo 2004-06-24 11:00:59 UTC
i already added this patch in qt-3.3.2-8. Thanks for the patch