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

bugzilla at redhat.com bugzilla at redhat.com
Mon Apr 26 10:26:07 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=578025

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-26 06:26:05 EDT ---
Testing result:
# rpm -qa ipa-pmincho-fonts
ipa-pmincho-fonts-003.02-2.fc13.noarch
# fc-match monospace:lang=en
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
# fc-match monospace:lang=en-us
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
# fc-match monospace:lang=ja
ipag.ttf: "IPAGothic" "Regular"
# fc-match monospace:lang=ja-jp
ipag.ttf: "IPAGothic" "Regular"
# fc-match sans:lang=en
DejaVuSans.ttf: "DejaVu Sans" "Book"
# fc-match sans:lang=en-us
DejaVuSans.ttf: "DejaVu Sans" "Book"
# fc-match sans:lang=ja
ipagp.ttf: "IPAPGothic" "Regular"
# fc-match sans:lang=ja-jp
ipagp.ttf: "IPAPGothic" "Regular"

No explicit rules for monospace and sans-serif in ipa-pmincho-fonts.

# 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
ipamp.ttf: "IPAPMincho" "Regular"
# fc-match serif:lang=ja-jp
ipamp.ttf: "IPAPMincho" "Regular"

That looks good.

# for i in $(ls /usr/share/locale|grep -v -E "^(ja)$"); do fc-match
serif:lang=$i|grep -E "^(IPAPMincho)$"; [ $? = 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