You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicit set utf-8 headers for file operations (#157)
File operations need to have utf-8 headers otherwise special allowed
characters will break the file action as they will encoded to ascii per
default.
If you have files with äöü etc. you will get an ascii encoding error
cause of the reference in the Header.
This fixes this issue
Changes proposed in this pull request:
* Set Headers to encode to UTF-8 on file operations
---------
Signed-off-by: Tobias Tschech <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Alexander Piskun <[email protected]>
0 commit comments