Problems with encoding #33
yuzhaninan
started this conversation in
General
Replies: 1 comment 5 replies
-
What PowerShell release do you are using ? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When executing GET requests, the response is received in UTF 8 encoding, but the Cyrillic character "х" cannot be processed correctly. Thus, it is necessary to use in the POST and PATCH methods the conversion of this character to another. How can this be won?
Have to use
Beta Was this translation helpful? Give feedback.
All reactions