https://bugzilla.wikimedia.org/show_bug.cgi?id=40844
--- Comment #1 from Platonides <[email protected]> 2012-10-07 20:43:15 UTC --- As answered in the mailing list, that's a wget problem. The list generated by my tool correctly uses: http://upload.wikimedia.org/wikipedia/commons/a/ad/%D0%9F%D0%B0%D0%BC%D1%8F%D1%82%D0%BD%D0%B8%D0%BA_%D0%B7%D0%B0%D1%82%D0%BE%D0%BF%D0%BB%D0%B5%D0%BD%D0%BD%D1%8B%D0%BC_%D0%BA%D0%BE%D1%80%D0%B0%D0%B1%D0%BB%D1%8F%D0%BC_%D0%B2_%D0%A1%D0%B5%D0%B2%D0%B0%D1%81%D1%82%D0%BE%D0%BF%D0%BE%D0%BB%D0%B5.JPG The problem seems to lie in wget when extracting to a local filename. If you are using *nix with a utf-8 filesystem, pass the --restrict-file-names=nocontrol parameter to wget. If you're using Windows you will end up with utf-8 encoded filenames, so you'd need another script to decode them to the format used by Windows. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
