What Can I Do If Chinese Characters Returned by an API Are Garbled Characters?
The results returned by DLI APIs are encoded in UTF-8. You need to convert the encoding format of the returned information to UTF-8.
print(response.content.decode("utf-8"))
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.