Follow-up Comment #9, bug #60287 (project wget):

So is this a fundamental problem with HTML? That you can't encode in the HTML
that urlencoded bytes of URLs in a.href are to be interpreted with a
particular charset?

Note the problem I'm seeing causes a 404 error *before* it even gets the file
with the non-ascii file name.

Wget is reading a file from disk with only ascii in it. The ascii that is in
the a.href of the downloaded file needs to be directly sent in the subsequent
HTTP request line.

It seems to me that converting to the local character set should not happen at
all.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60287>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to