Normally I use GNU wget to grab websites recursively.
But I want to fetch some websites with lots of Unicode URLs for various languages and I'd like to keep the Unicode in the filenames. (Here's an example.)
wget has commandline switches --local-encoding and --remote-encoding but they don't seem to support Windows' native filesystem encoding, UTF-16. I think this is because wget is designed for *nix which never has UTF-16 as a system encoding for filenames and Windows ports of wget are not official.
How can I do this under Windows and keep the files using correct Unicode?