[PATCH] D69048: [LNT] Python 3 support: run tests with UTF-8 encoding

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 09:22:43 PDT 2019


hubert.reinterpretcast added a comment.

I don't think that this is a clear "win". Users may have UTF-8 capable locales not ending in ".UTF-8" and also not have a usable `en_US.UTF-8` locale. It might be nice for some people, but this can actually break others. I don't see an issue with asking users to specify an appropriate value of `LANG` for their environment.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69048/new/

https://reviews.llvm.org/D69048





More information about the llvm-commits mailing list