Skip to content
Snippets Groups Projects
Commit 546d7c4f authored by Iustin Pop's avatar Iustin Pop
Browse files

Second attempt at fixing check-man


I was wrong, actually LANG-vs-LC_ALL only fixed one case, by mistake. To
get proper UTF-8 encoding, we need to enforce any UTF-8 locale. We
choose the 'default' of en_US.UTF-8.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent e68cb187
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
set -e
! LANG=C MANWIDTH=80 \
! LANG=en_US.UTF-8 MANWIDTH=80 \
man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | \
grep -v -e "cannot adjust line" -e "can't break line" | \
grep .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment