aboutsummaryrefslogtreecommitdiffstats
path: root/.wgetrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-03-22 12:34:34 +0100
committerMathias Bynens <mathias@qiwi.be>2012-03-22 12:34:34 +0100
commit1c94b9b3802a2af987ff3ef03c8f1730368cba7e (patch)
tree06e5e6856aed6e66322e8043c095a460c91cc907 /.wgetrc
parent4e925b2ec1de7af467867c21b964ec6dab95e4e7 (diff)
downloaddotfiles-1c94b9b3802a2af987ff3ef03c8f1730368cba7e.tar.gz
dotfiles-1c94b9b3802a2af987ff3ef03c8f1730368cba7e.tar.bz2
dotfiles-1c94b9b3802a2af987ff3ef03c8f1730368cba7e.zip
.wgetrc: Remove the `local_encoding` setting for now
Is it possible to conditionally configure a wget setting, only if it’s supported by the current wget build? http://unix.stackexchange.com/q/34730/6040
Diffstat (limited to '.wgetrc')
-rw-r--r--.wgetrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.wgetrc b/.wgetrc
index 23df677..249f360 100644
--- a/.wgetrc
+++ b/.wgetrc
@@ -23,7 +23,10 @@ follow_ftp = on
adjust_extension = on
# Use UTF-8 as the default system encoding
-local_encoding = UTF-8
+# Disabled as it makes `wget` builds that don’t support this feature unusable.
+# Does anyone know how to conditionally configure a wget setting?
+# http://unix.stackexchange.com/q/34730/6040
+#local_encoding = UTF-8
# Ignore `robots.txt` and `<meta name=robots content=nofollow>`
robots = off