From 4e925b2ec1de7af467867c21b964ec6dab95e4e7 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 21 Mar 2012 10:21:30 +0100 Subject: .wgetrc: Remove the `iri` command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s enabled by default on builds that support it, and setting in other builds throws an error. --- .wgetrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.wgetrc b/.wgetrc index a1e2a98..23df677 100644 --- a/.wgetrc +++ b/.wgetrc @@ -22,9 +22,6 @@ follow_ftp = on # Add a `.html` extension to `text/html` or `application/xhtml+xml` files that lack one, or a `.css` extension to `text/css` files that lack one adjust_extension = on -# Enable internationalized URI (IRI) support -iri = on - # Use UTF-8 as the default system encoding local_encoding = UTF-8 -- cgit v1.2.3