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=499902 --- Comment #7 from Qianqian Fang <[email protected]> 2010-03-11 19:58:24 EST --- replied from gmail, but never show up, repost. (In reply to comment #6) > That's the "ll v.s. ll-cc" issue. I've tried to run firefox with FC_DEBUG=4 > and > have a look at the logs. I see they requested both of lang="ja-jp" and > lang="ja" in the queries of the font. ideally it would be nice to fix this > issue in fontconfig though, we may want to think about a workaround in firefox > for that? > > Or add a rule for "ll" in every fonts... dunno. If I were you, I would use the following construct <test name="lang" compare="contains"><string>ja</string></test> to get around this. It is not as dangerous as some of you might think, the language tags are rather stable in Linux. Of course, the ideal solution would be to ask fontconfig to support regular-expression in compare, something like <test name="lang" compare="regex"><string>^ja(-\w+)*</string></test> -- 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. _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
