[Bug 578021] lang-specific overrides rule doesn't work as expected

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 26 09:45:04 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=578021

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-26 05:44:59 EDT ---
Testing result:
# rpm -qa ipa-mincho-fonts
ipa-mincho-fonts-003.02-2.fc13.noarch
# fc-match serif:lang=en
DejaVuSerif.ttf: "DejaVu Serif" "Book"
# fc-match serif:lang=en-us
DejaVuSerif.ttf: "DejaVu Serif" "Book"
# fc-match serif:lang=ja
ipam.ttf: "IPAMincho" "Regular"
# fc-match serif:lang=ja-jp
ipam.ttf: "IPAMincho" "Regular"

That looks good though, that may be good to not use compare="contains" since
fontconfig matches to another languages with it, but luckily not appearing this
at the head because of the priority etc.

# for i in $(ls /usr/share/locale|grep -v -E "^(ja)$"); do fc-match
serif:lang=$i|grep -E "^(IPAMincho)$"; [ $? = 0 ] && echo $i; done
#

No affects to other languages.

-- 
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 fonts-bugs mailing list