Patrik Dufresne
Patrik Dufresne
Hello Eric, Thanks for you feedback. I will try to debug this issue a bit more based on you statement. The issue I faced: While executing rdiff-backup on a computer,...
@ericzolf This should be ready for review. I fixed the unit test.
Thanks for merging.
Seams you fix for `kill_test` is not working after all. :(
> you didn't answer my question about performance I didn't notice any impact on my customer backup. And running `make test` does take more time. Other than that, I'm not...
Hello @ericzolf, Thank you for taking the time to consider this issue. > Honestly, in 2025, non-UTF-8 characters should be a thing of the past and be fixed at the...
I think it could be relatively easy if we simply follow whats python is doing by default. Here a small example: ``` import os # Create Évelyne Mère with (cp1252)...
> Your script doesn't work for me: This is weird ! You may have different version of python or your environment is impacting the default python behaviours. Could you try...
> Did you do anything special to have the stdout.errors with a different value? Nope, It suposed to be the default with python. I have no clue, why your stdout...
> If I believe https://docs.python.org/3/library/codecs.html strict is the default value. I'm not sure. Starting a brand new docker with "python:3" default to "surrogateescape".  > Why would you limit surrogateescape...