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

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 22 01:59: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=578030

--- Comment #4 from Akira TAGOH <tagoh at redhat.com> 2010-04-21 21:59:36 EDT ---
# rpm -q lohit-bengali-fonts
lohit-bengali-fonts-2.4.3-5.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=bn
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match monospace:lang=bn-bd
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match monospace:lang=bn-in
Lohit-Bengali.ttf: "Lohit Bengali" "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=bn
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match serif:lang=bn-bd
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
# fc-match serif:lang=bn-in
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"

Though no explicit rules are defined in 66-lohit-bengali.conf. it may be
changed in the future when any packages started to provide monospace or serif
for Bengali.

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

That looks good.

# for i in $(ls /usr/share/locale|grep -v -E '^bn$|^bn_.*$'); do fc-match
sans:lang=$i|grep "Lohit Bengali"; [ $? = 0 ] && echo $i; done
Lohit-Bengali.ttf: "Lohit Bengali" "Regular"
as

same issue I pointed out this in Bug#578029.

Anyway, all the above issues are different to this. so I'd waive it so far.

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