mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Prefer --no-iri over --iri=no.
This commit is contained in:
parent
9ef8e738a4
commit
fcdfd63e8f
@ -1,3 +1,7 @@
|
||||
2009-07-03 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* wget.texi (Download Options): --iri=no --> --no-iri
|
||||
|
||||
2009-06-20 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* wget.texi (Contributors): Added Jay Krell.
|
||||
|
@ -679,7 +679,7 @@ servers that support the @code{Range} header.
|
||||
@cindex idn support
|
||||
@item --iri
|
||||
|
||||
Turn on internationalized URI (IRI) support. Use @samp{--iri=no} to
|
||||
Turn on internationalized URI (IRI) support. Use @samp{--no-iri} to
|
||||
turn it off. IRI support is activated by default.
|
||||
|
||||
You can set the default state of IRI support using @code{iri} command in
|
||||
|
@ -1,3 +1,8 @@
|
||||
2009-07-03 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* Test-ftp-iri-disabled.px, Test-iri-disabled.px:
|
||||
--iri=no --> --no-iri
|
||||
|
||||
2009-07-01 Micah Cowan <micah@cowan.name>
|
||||
|
||||
* HTTPServer.pm (send_response): Invocation of
|
||||
|
@ -28,7 +28,7 @@ my %urls = (
|
||||
},
|
||||
);
|
||||
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri=no --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
|
||||
my $cmdline = $WgetTest::WGETPATH . " --no-iri --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
|
||||
|
||||
my $expected_error_code = 0;
|
||||
|
||||
|
@ -162,7 +162,7 @@ my %urls = (
|
||||
},
|
||||
);
|
||||
|
||||
my $cmdline = $WgetTest::WGETPATH . " --iri=no -nH -r http://localhost:{{port}}/";
|
||||
my $cmdline = $WgetTest::WGETPATH . " --no-iri -nH -r http://localhost:{{port}}/";
|
||||
|
||||
my $expected_error_code = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user