Commit 0cf73df
authored
fix: fall back to 'charset' of 'content_type' in 'download_as_text' (#326)
Explicit 'encoding' overrides the fallback.
Use the 'charset' param of 'content_type', rather than 'content_encoding',
which isn't going to be a Unicode -> bytes encoding.
Closes #319.
Also, rewrap long param descriptions for in-source readability.1 parent 6bcf90c commit 0cf73df
2 files changed
Lines changed: 687 additions & 568 deletions
0 commit comments