]> arthur.barton.de Git - bup.git/commit - lib/cmd/ftp-cmd.py
Stop forcing LC_CTYPE=ISO-8859-1
authorRob Browning <rlb@defaultvalue.org>
Mon, 25 May 2020 19:46:52 +0000 (14:46 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 5 Jul 2020 16:16:22 +0000 (11:16 -0500)
commit938537c3a9bb76cfa7d62f931ffee0ff3359aa55
tree3a126a19a78379f206e3325be02b41fa1ef1c6a2
parentf3b164a6242f950591a950b47a2c164038465aea
Stop forcing LC_CTYPE=ISO-8859-1

Now that we've made adjustments to work around all the Python 3
problems with non-Unicode data (argv, env vars, readline, acls, users,
groups, hostname, etc.), and added randomized binary path and argv
testing, stop overriding the LC_CTYPE since that should no longer be
necessary.

Thanks to Johannes Berg for nudging me to consider whether we might
now be in a position to do this (with a bit more work), and for quite
a bit of help getting all the precursors in place once we thought it
was feasible.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
60 files changed:
Makefile
README.md
bup [changed from symlink to file mode: 0755]
buptest.py
config/configure
dev/install-python-script [new file with mode: 0755]
dev/replace [deleted file]
lib/bup/compat.py
lib/bup/io.py
lib/bup/ls.py
lib/bup/path.py
lib/bup/t/thelpers.py
lib/cmd/bloom-cmd.py
lib/cmd/bup
lib/cmd/cat-file-cmd.py
lib/cmd/daemon-cmd.py
lib/cmd/damage-cmd.py
lib/cmd/drecurse-cmd.py
lib/cmd/fsck-cmd.py
lib/cmd/ftp-cmd.py
lib/cmd/fuse-cmd.py
lib/cmd/gc-cmd.py
lib/cmd/get-cmd.py
lib/cmd/help-cmd.py
lib/cmd/import-duplicity-cmd.py
lib/cmd/index-cmd.py
lib/cmd/init-cmd.py
lib/cmd/join-cmd.py
lib/cmd/list-idx-cmd.py
lib/cmd/ls-cmd.py
lib/cmd/margin-cmd.py
lib/cmd/memtest-cmd.py
lib/cmd/meta-cmd.py
lib/cmd/midx-cmd.py
lib/cmd/mux-cmd.py
lib/cmd/on--server-cmd.py
lib/cmd/on-cmd.py
lib/cmd/prune-older-cmd.py
lib/cmd/python-cmd.sh [deleted file]
lib/cmd/random-cmd.py
lib/cmd/restore-cmd.py
lib/cmd/rm-cmd.py
lib/cmd/save-cmd.py
lib/cmd/server-cmd.py
lib/cmd/split-cmd.py
lib/cmd/tag-cmd.py
lib/cmd/tick-cmd.py
lib/cmd/version-cmd.py
lib/cmd/web-cmd.py
lib/cmd/xstat-cmd.py
t/echo-argv-bytes
t/hardlink-sets
t/ns-timestamp-resolutions
t/sparse-test-data
t/subtree-hash
t/test-ftp
t/test-get
t/test-on.sh
t/test-prune-older
t/test-save-errors