You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, as no Title, comes with HTTP headers, which are expected to all be in ASCII,
so when Title is grabbed as a bonus for local files, nobody remembered that they might not be ASCII.
I can't figure out where this title header is added, but I am pretty sure at that point the encoding is broken. The response knows this is utf-8 and generally mech-dump turns STDOUT into utf8 anyway.
There is absolutely no way to get mech-dump to use the correct character
set for UTF-8 on local files.
$ wget jidanni.org
$ mech-dump --headers index.html | grep Title
Title: [...gobbledygook...] Dan Jacobson
The text was updated successfully, but these errors were encountered: