Technote Details :: Encoding with UTF8
Issue
Using MX RSS Reader - Writer to import or export data using UTF-8 encoding.
Reason
Proper support is needed when using MX RSS Reader -Writer with data UTF-8 encoded, in order to ensure proper handling and display of data.
Solution
For import (reading), MX RSS Reader-Writer detects the encoding method used in the RSS file and converts it to UTF-8. Thus, the RSS Reader Recordset data is encoded in UTF-8.
For export (writing), MX RSS Reader-Writer detects the encoding method used for the information in the database and converts it in UTF-8.
Caution: For the ColdFusion server model, the only encoding method supported for the export feature is UTF-8. So ColdFusion developers should have in their databases data encoded with UTF-8.
For more details regarding the UTF-8 specification, consult the
online RFC.