| |||
prev next Table of Contents Common Elements | |||
3.2 Character Sets and Encodable StringsThe Cloud Fax and Notifications API uses XML documents to transmit information. Within an XML document, a single character encoding applies - most commonly UTF-8. EasyLink systems permit some data - documents and certain fields - to contain data using a different character encoding. There are also some fields which may contain data which may be in a different character encoding, but for which the character set information is not recorded. Character sets should be specified using ISO standard names, or names in the following list. Note that EasyLink support for character sets is evolving and may vary depending on the particular systems a customer uses - testing is recommended to verify support for any particular application.s use of any of these (including UTF-8).
3.2.1 Field Character SetsEasyLink stores most account data as ISO-8859-1 data. In general, it should be assumed that data provided for account data should be IS0-8859-1, or convertible to that character set. The EncodableStringType defined in the schema, which includes an attribute "b64charset", can be used, if necessary, to transmit information in other character sets. The value of the field must be supplied in base64-encoded form, and the b64charset attribute specifies the character set the data is actually in. The value of the b64charset attribute must be a "standard name" (as described above) or value "binary". These values are not enforced by the schema, and testing is advised to confirm support for any particular application. | |||
| |||
prev next Table of Contents Common Elements | |||
|