Coding

The Web service always interprets the transferred character strings in UTF-8 format. For coding, within Java programs, you can use the encode method (parameter value, encoding) from the URLEncoder class, and within JavaScript you can use the standard encodeURlComponent(parameter value) method.