aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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