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

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 22 11:35:40 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=578039

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-22 07:35:35 EDT ---
Testing result:
# rpm -q lohit-tamil-fonts
lohit-tamil-fonts-2.4.5-3.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=ta
Lohit-Tamil.ttf: "Lohit Tamil" "Regular"
# fc-match monospace:lang=ta-in
Lohit-Tamil.ttf: "Lohit Tamil" "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=ta
Lohit-Tamil.ttf: "Lohit Tamil" "Regular"
# fc-match serif:lang=ta-in
Lohit-Tamil.ttf: "Lohit Tamil" "Regular"

No explicit rules for monospace nor serif in lohit-tamil-fonts.

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

that looks good.

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

No affects to other languages. comfirmed 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