Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Enforce LC_NUMERIC=C on Posix systems (#16724) #16763

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Commits on Sep 23, 2024

  1. Enforce LC_NUMERIC=C on Posix systems (FreeCAD#16724)

    Initialising Qt with native LC_NUMERIC affects XML import on CLI (freecad -c)
    This causes sketch constraints and potentially other components relying on numeric constants to break or have incorrect values.
    Forcing LC_NUMERIC to C avoids this issue and enforces reproducible behaviour on all locales.
    This does not affect the number format displayed in the GUI, as set in preferences.
    AIRCAP committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    423e8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ca173 View commit details
    Browse the repository at this point in the history