]> arthur.barton.de Git - bup.git/commitdiff
Require LC_CTYPE to be iso-8859-1 for Python 3
authorRob Browning <rlb@defaultvalue.org>
Sun, 3 Nov 2019 21:10:41 +0000 (15:10 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 15 Dec 2019 20:57:33 +0000 (14:57 -0600)
Add a guard to compat (for now) that will crash if the LC_CYTPE isn't
ISO-8859-1 (aka Latin-1) when running under python3.  We definitely
need this for handling argv safely (with at least python 3.7), and
since we're planning to require this arrangement anyway, let's start
now.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>

No differences found