Open decathorpe opened 1 year ago
Currently the default reqwest client only supports UTF-8 (and by extension, pure ASCII) encoding of XML-RPC message bodies.
It would be great to have an example of how to write a client that transparently converts other encodings into UTF-8.
Currently the default reqwest client only supports UTF-8 (and by extension, pure ASCII) encoding of XML-RPC message bodies.
It would be great to have an example of how to write a client that transparently converts other encodings into UTF-8.