[Fedora-i18n-bugs] [Bug 228804] [CJK] different fonts used for Latin and Common chars

bugzilla at redhat.com bugzilla at redhat.com
Wed Mar 3 10:17:16 UTC 2010


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=228804

--- Comment #18 from fujiwara <tfujiwar at redhat.com> 2010-03-03 05:17:13 EST ---
Created an attachment (id=397522)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=397522)
Patch for pango compcharset

The patch is the pango part with attachment #397520 .
If there is no specific comments, I'll file the patches in upstream bugs. 

Now this pango patch also could support that 'compmode' is strong.

 <match target="font">
  <test name="family" compare="contains">
   <string>VL Gothic</string>
  </test> 
  <edit name="compcharset" mode="assign">
   <compcharset>
   <complang>ja</complang>
   <compmode>strong</compmode>
   <string>all</string>
   </compcharset>
  </edit>
 </match>

Then pango latin, common, hira/kana, greek, etc could use ja fonts on ja
locale.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list