[Fedora-i18n-bugs] [Bug 578027] lang-specific overrides rule doesn't work as expected

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 27 01:45:31 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=578027

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-26 21:45:30 EDT ---
Testing result without vlgothic-*-fonts, sazanami-*-fonts
# rpm -qa knm-new-fixed-fonts
knm-new-fixed-fonts-1.1-11.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
wqy-microhei.ttc: "文泉驛微米黑" "Regular"
# fc-match monospace:lang=ja-jp
wqy-microhei.ttc: "文泉驛微米黑" "Regular"

Since DejaVu is used for en, this issue itself seems gone but this font wasn't
used for ja because the font is broken, not having enough glyph coverages:

# fc-match -v Fixed | grep lang | grep ja
#

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

So the above testcase isn't reliable enough. need to revisit later once we get
it fixed.

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