Wikis - Page

Support Tip : Garble characters issue with double-byte characters (Japanese/Chinese..) in UFT-8 and web_rest API

1 Likes

Q:If there are double-byte characters in UTF-8 encoding format in web_rest's Body ,the Request Body sent to the web appears garbled.Any solution?

A:Please find the solution in KM000031306

Another workaround is that using BodyFilePath instead of Body:

E.g.:
Save the Request Body into Requestbody.json file
In web_rest() function:
1) remove line "Body=[Request Body]"
2) add line "BodyFilePath=<json file PATH>\\Requestbody.json”

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended