[Bug 517635] [indic] fc-match output is not matching to current locale

bugzilla at redhat.com bugzilla at redhat.com
Mon Dec 21 06:33:43 UTC 2009


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





--- Comment #6 from Akira TAGOH <tagoh at redhat.com>  2009-12-21 01:33:42 EDT ---
First of all, the behaviour on fontconfig might be changed in the future. keep
your eye on Bug#546490 as Pravin said at the above comment.

Speaking more technical thing, right now fontconfig doesn't apply the lang to
the pattern-matching stage. basically it has been done in FcConfigSubstitute().
most applications using fontconfig is written like:

  FcConfigSubstitute(0, pat, FcMatchPattern);
  FcDefaultSubstitute(pat);

So the lang from current locale is applied after the pattern-matching is
finished. as per our current rules, we are expecting to see the lang thing at
the pattern-matching. thus, the lang available at the font-matching stage
doesn't affect as expected at all.

upstream is aware of this issue but unfortunately no idea to fix that. see the
thread in upstream list for more details what the problem is:
http://lists.freedesktop.org/archives/fontconfig/2009-November/003275.html

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