NZBHydra is unable to handle unicode results when running in your container. The reported file encoding is "ANSI_X3.4-1968" while on my machine and on a simple self-built image it's UTF-8.
Expected Behavior
UTF-8 should be used.
ENV LANG=en_US.utf8 may help, can't test as on my image UTF-8 is used.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
NZBHydra is unable to handle unicode results when running in your container. The reported file encoding is "ANSI_X3.4-1968" while on my machine and on a simple self-built image it's UTF-8.
Expected Behavior
UTF-8 should be used.
ENV LANG=en_US.utf8
may help, can't test as on my image UTF-8 is used.Steps To Reproduce
Alternatively in hydra in the system section create debug infos. The log should report "File encoding: ANSI_X3.4-1968"
Environment
CPU architecture
x86-64
Docker creation
Container logs