1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

sample.wgetrc: Fix wrong command 'locale' into 'localencoding'

Reported-by: Eli Zaretskii <eliz@gnu.org>
This commit is contained in:
Tim Rühsen 2014-12-19 17:02:22 +01:00
parent f0de37cc27
commit b0893e84b3

View File

@ -16,6 +16,9 @@
## To use the settings in this file, you will have to uncomment them,
## as well as change them, in most cases, as the values on the
## commented-out lines are the default values (e.g. "off").
##
## Command are case-, underscore- and minus-insensitive.
## For example ftp_proxy, ftp-proxy and ftpproxy are the same.
##
@ -122,7 +125,7 @@
#iri = off
# Force the default system encoding
#locale = UTF-8
#localencoding = UTF-8
# Force the default remote server encoding
#remoteencoding = UTF-8