https://bugzilla.redhat.com/show_bug.cgi?id=1530846

Paolo Bonzini <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
                   |                            |ect.org,
                   |                            |[email protected]
                   |                            |ct.org,
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
          Component|git                         |fontconfig
           Assignee|[email protected]         |[email protected]



--- Comment #4 from Paolo Bonzini <[email protected]> ---
The culprit is LC_NUMERIC.  Tcl is usually very careful to keep LC_NUMERIC="C",
otherwise various functions in Tcl start expecting a decimal comma instead of a
point (Tcl is string-based).

However, fontconfig's FcConfigEnsure is now calling setlocale(LC_ALL, "") and
this breaks gitk among other programs.

The fix in the upstream fontconfig repository is this:

https://github.com/behdad/fontconfig/commit/98eaef69af1350e459bf9c175476d3b772968874

Could it please be backported?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to