Skip to content

Commit

Permalink
.wgetrc: Remove the local_encoding setting for now
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mathiasbynens committed Mar 22, 2012
1 parent 4e925b2 commit 1c94b9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .wgetrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c94b9b

Please sign in to comment.