File help2man-run-needs-utf8-locale.patch of Package codespell
diff --git a/Makefile b/Makefile
index 9e4b773..4616cd6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ sort-dictionary: sort-dictionaries
trim-dictionary: trim-dictionaries
codespell.1: codespell.1.include bin/codespell Makefile
- 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-dictionaries: