Skip to content

fix(locale): changes "C" locale to "C.UTF-8"#93

Merged
Axenide merged 1 commit intoAxenide:devfrom
barbiefan:dev
Mar 17, 2026
Merged

fix(locale): changes "C" locale to "C.UTF-8"#93
Axenide merged 1 commit intoAxenide:devfrom
barbiefan:dev

Conversation

@barbiefan
Copy link
Contributor

plain C locale generates warnings in easyeffects processes:

Mar 04 21:23:43 archlinux easyeffects[1378519]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                If this causes problems, reconfigure your locale. See the locale(1) manual
                                                for more information.

this commit gets rid of those warnings, and potentially others in different services.

plain C locale generates warnings in easyeffects processes:
```
Mar 04 21:23:43 archlinux easyeffects[1378519]: Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8.
                                                Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
                                                If this causes problems, reconfigure your locale. See the locale(1) manual
                                                for more information.
```

this commit gets rid of those warnings, and potentialy others in different services.
@barbiefan
Copy link
Contributor Author

related issue: #94

@Axenide Axenide merged commit eaa3599 into Axenide:dev Mar 17, 2026
@Axenide
Copy link
Owner

Axenide commented Mar 17, 2026

Thanks!

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