8000 encoding of reports · Issue #76 · python-amazon-mws/python-amazon-mws · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

encoding of reports #76

@elcolumbio

Description

@elcolumbio

amazon returns wrong encoding in header:
'Content-Type': 'text/plain;charset=Cp1252'

with the request library we get this for free:
http://docs.python-requests.org/en/master/api/#requests.Response.apparent_encoding
which seems to be the right encoding.

i try to fix it. seems to be easy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0