Salesforce

Recommendations and Tips (Magic xpi 4.6)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Recommendations and Tips (Magic xpi 4.6)

  1. Do not use binary encoding to store textual content. Use Unicode instead.

  2. XML encoding is defined as part of the data in the XML header. If you perform any encoding conversion on XML content, be sure to match the header.

  3. An XML without a header is treated by the parsers as UTF-8.

  4. When updating Unicode content to ANSI, you will lose any multibyte data that does not match your machine’s non-Unicode encoding.

  5. Before performing any textual manipulation on UTF-8 content, convert the content to Unicode using the UTF8toUnicode function. If necessary, the data can be converted back to UTF-8 using the UTF8fromUnicode function.

  6. Do not use the system encoding for Data Mapper XML Destinations. Instead, you should select the required encoding. This will ensure that the correct BLOB type is generated.

Reference
Attachment 
Attachment