Encoding a single variable to UTF-8
Hi, I am trying to encode a single variable in the middle of a string that is part of an outbound HTTP Post request. The value field should accept a regular string and then encode the string to UTF-8 before sending out. Any ideas? I'm new to Service ...
