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 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] | |, [email protected], | |[email protected] Component|pango |wqy-zenhei-fonts AssignedTo|[email protected] |[email protected] --- Comment #4 from fujiwara <[email protected]> 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"> -- 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. _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
