mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
pgo: full-inner: do not set LC_CTYPE=en_US.UTF-8
That locale may not exist. Instead, require the user/build script to explicitly set an UTF-8 locale. Document this in INSTALL.md, and in the bundled PKGBUILD.
This commit is contained in:
parent
9b0fb39951
commit
9389f337d0
4 changed files with 41 additions and 5 deletions
|
|
@ -34,6 +34,13 @@
|
|||
## Unreleased
|
||||
### Added
|
||||
### Changed
|
||||
|
||||
* PGO helper scripts no longer set `LC_CTYPE=en_US.UTF-8`. But, note
|
||||
that “full” PGO builds still **require** an UTF-8 locale; you need
|
||||
to set one manually in your build script
|
||||
(https://codeberg.org/dnkl/foot/issues/728).
|
||||
|
||||
|
||||
### Deprecated
|
||||
### Removed
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue