Files
fish-shell/build_tools
Johannes Altmanninger 2be3f34f2c Remove more obsolete uses of LC_CTYPE
Our test driver unsets all LC_* variables as well as LANGUAGE, and
it sets LANG=C, to make errors show up as

	set_color: Unknown color 'reset'

rather than

	set_color: Unknown color “reset”

It also sets LC_CTYPE which is hardly necessary since c8001b5023
(encoding: use UTF-8 everywhere, 2025-10-18).

The only place where we need it seems to be the use of GNU sed as
called in tests/checks/sphinx-markdown-changelog.fish.

In future we might want to avoid these issues by setting LANG=C.UTF-8
in the test_driver again.
2025-11-01 12:45:17 +01:00
..
2025-04-29 10:14:06 +02:00
2025-03-18 22:25:55 +01:00
2025-04-29 10:14:06 +02:00
2025-10-19 14:08:10 +02:00
2025-09-11 14:17:40 +02:00
2025-09-26 16:34:22 +02:00
2025-10-08 10:51:47 +02:00