File help2man-run-needs-utf8-locale.patch of Package codespell
Index: codespell-1.13.0/Makefile =================================================================== --- codespell-1.13.0.orig/Makefile 2018-05-17 15:50:40.000000000 +0000 +++ codespell-1.13.0/Makefile 2018-07-04 10:37:54.803830458 +0000 @@ -5,7 +5,7 @@ PHONY := all check check-dictionary sort all: check-dictionary codespell.1 codespell.1: codespell.1.include bin/codespell - PYTHONPATH=. help2man ./bin/codespell --include codespell.1.include --no-info --output codespell.1 + PYTHONPATH=. help2man ./bin/codespell -L en_US.UTF-8 --include codespell.1.include --no-info --output codespell.1 sed -i '/\.SS \"Usage/,+2d' codespell.1 check-dictionary: