[Bug-wget] Patch: Make url_file_name also convert remote path to local encoded

2017-11-02 Thread YX Hao
Dear Tim, The 2nd patch is attached. Please take a review :) Best Regards, YX Hao wget_v1.9.2_Make url_file_name also convert remote path to local encodedpatch Description: Binary data

[Bug-wget] Patch: Fix printing mutibyte characters as unprintable characters on Windows

2017-11-02 Thread YX Hao
Dear Tim, During my daily use, I've found a few small bugs and made the patches. I will email them in standalone topics. Patch is attached. I made the patch on Windows. I think it shouldn't break anything on other platforms. Please take a review :) Best Regards, YX Hao wget_v1.9.2_Fix printi

Re: [Bug-wget] Patch: Fix printing mutibyte characters as unprintable characters on Windows

2017-11-02 Thread Eli Zaretskii
> From: "YX Hao" > Date: Thu, 2 Nov 2017 21:09:31 +0800 > > During my daily use, I've found a few small bugs and made the patches. > I will email them in standalone topics. Patch is attached. > > I made the patch on Windows. I think it shouldn't break anything on other > platforms. Please take a

Re: [Bug-wget] New wget (1.19.2): Unexpected download behaviour for gzip-compressed tarballs (HTTP-header dependent)

2017-11-02 Thread Tim Rühsen
On Mittwoch, 1. November 2017 22:21:38 CET Daniel Stenberg wrote: > On Wed, 1 Nov 2017, Tim Rühsen wrote: > > Content-Encoding: gzip means that the data has been compressed for > > transportation purposes only. > > That's actually not what it means. There's transfer-encoding for that > purpose, bu

Re: [Bug-wget] New wget (1.19.2): Unexpected download behaviour for gzip-compressed tarballs (HTTP-header dependent)

2017-11-02 Thread James Cloos
> "TR" == Tim Rühsen writes: TR> I downloaded/tested thousands of web pages and they behave as if 'Content- TR> Encoding: gzip' is a compression for the transport. Uncompressing it 'on-the- TR> fly' and saving that uncompressed data was the correct behavior. Lots of servers have that miscon