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

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 22 07:20:34 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=578032

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-22 03:20:30 EDT ---
Testing result:
# rpm -q lohit-kannada-fonts
lohit-kannada-fonts-2.4.5-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=kn
Lohit-Kannada.ttf: "Lohit Kannada" "Regular"
# fc-match monospace:lang=kn-in
Lohit-Kannada.ttf: "Lohit Kannada" "Regular"
# 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=kn
Lohit-Kannada.ttf: "Lohit Kannada" "Regular"
# fc-match serif:lang=kn-in
Lohit-Kannada.ttf: "Lohit Kannada" "Regular"

Though no rules for monospace nor serif is described in lohit-kannada-fonts, it
just works so far. please note that this result may be changed once any fonts
started providing Kannada support.

# 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=kn
Lohit-Kannada.ttf: "Lohit Kannada" "Regular"
# fc-match sans:lang=kn-in
Lohit-Kannada.ttf: "Lohit Kannada" "Regular"

That looks good.

# for i in $(ls /usr/share/locale|grep -v kn); do fc-match sans:lang=$i|grep
"Lohit Kannada"; [ $? = 0 ] && echo $i; done
#

No further affects on this font. so confirmed that the updated package works
fine.

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