Fixes: https://pagure.io/koji/issue/1259
Please use C.UTF-8. Otherwise things will break in very odd ways...
C.UTF-8
It worked only in combo with LANGUAGE=C.UTF-8 - otherwise I've got fixed external commands output, but not descriptions in python's exceptions (OSError)
LANGUAGE=C.UTF-8
OSError
rebased onto d03dda9d22f08156dc008ba72c1f5e476c9a78f7
rebased onto 91068f8d319bf659fa0f968d3ce4716c32fe7e07
@tkopecek You can use LC_ALL in place of LANGUAGE and LANG, I think?
LC_ALL
LANGUAGE
LANG
Nope, LC_ALL doesn't override LANGUAGE (tested).
Welp, okay then.
:thumbsup:
rebased onto b07404d72b36178c5ba9c7c7ab07dc91bd87a284
rebased onto 498c43326ea764936f38e359e350a0cdd8acdcd3
I've used (rebase+change) more local approach, so we can catch some other errors.
rebased onto 739e9d05f79ce09fcad14e651bc81e0ab8f3ac18
...and used en_US.UTF-8 as RHEL6/7 doesn't like C.UTF-8 :-(
Commit 90464796 fixes this pull-request
Pull-Request has been merged by mikem
Fixes: https://pagure.io/koji/issue/1259