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

Using with-utf8 so we don't encounter weird locale issues anymore #452

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

msooseth
Copy link
Collaborator

Description

Uses with-utf8 to fix potential (future) issues with locale in cli.hs. All our tests etc. run in nix-shell so they are fine, no need to complicate them. However, the cli actually gets released as a static binary, we should make sure we don't accidentally have/introduce locale issues

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

@msooseth msooseth changed the title Using with-utf8 so we don't encounter weird utf8 issues anymore Using with-utf8 so we don't encounter weird locale issues anymore Feb 16, 2024
@msooseth msooseth requested review from arcz and d-xo February 16, 2024 11:54
@msooseth msooseth merged commit d050cee into main Mar 4, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants