Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-builder gnome-builder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 307
    • Issues 307
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-buildergnome-builder
  • Merge requests
  • !73

autotools: Use LANG=C.UTF-8 rather than LANG=C

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Philip Withnall requested to merge pwithnall/gnome-builder:c-utf-8 into master Jul 11, 2018
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

Various processes run as part of make all for typical projects will end up giving output full of replacement characters, or crashing, if run in an ASCII locale. Explicitly run them in a UTF-8 locale to avoid that.

This assumes (I haven’t verified) that the code in Builder which parses the make all output is UTF-8–safe.

See glib#1430.

Signed-off-by: Philip Withnall withnall@endlessm.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: c-utf-8