Tessa Walsh
Tessa Walsh
Hi Alex. Thanks for the quick response! Python's chardet is showing about a 74% probability that the encoding is ISO-8859-2, but when I try to decode I get the same...
The fun thing about this is that I don't know what the character should be, haha. This is from a London-based architectural firm that worked all over the world with...
Hi Alex! Sure thing: result is en_US.UTF-8
Interestingly, chardet says that the encoding of test_all_file_names.txt is ascii. If I open the file in vim, the directory is represented as "/mnt/diskid/BarcelonaBrnda 1". Unfortunately, since it's an HFS disk,...
Hi Simson. Thanks for looking into this. It's the walk_to_dfxml.py script included in the Python bindings that is generating the DFXML. On Thu, May 11, 2017 at 5:39 PM, Simson...
Bumping in case it got lost in the shuffle. Alex, do you have time/interest to look into this? Thanks!
Hi Alex, sorry to be a bother but any chance you've been able to take a look at this? We're running into unicode decoding errors quite frequently with walk_to_dfxml.py and...
Hi Simson. The XML is being generated by the walk_to_dfxml.py script included in the Python bindings. In my particular case, that script is being called from a bash terminal against...
I agree that the solution described on May 11 makes sense. Thanks!
Updated with latest main/2.6.9 commits. The failing tests have to do with custom banners due to the `banner.html` template being removed from `head_insert.html` in https://github.com/webrecorder/pywb/pull/706/commits/585681467eb7e458007c0b78a643157f51a80975.