Skip to content

fix: handle UTF8 characters in commands#220

Open
phil-davis wants to merge 3 commits into
masterfrom
handle-uft8
Open

fix: handle UTF8 characters in commands#220
phil-davis wants to merge 3 commits into
masterfrom
handle-uft8

Conversation

@phil-davis
Copy link
Copy Markdown
Contributor

@phil-davis phil-davis commented May 25, 2026

Description

The GitHub workflow environment does not have any locale set, and that seems to be making it not process any UTF8 characters pass to the command.

That is a problem for CLI tests that execute occ commands with parameters that are UTF8 strings. For example, creating a group with a European name that needs the UTF8 character set.

This PR makes the testing app always set at least the C.UTF-8 locale to avoid this issue.

Checklist:

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.

1 participant