function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
seahorcesolnsseahorcesolns 

Encoding Free Text For Special Characters In XLM Feed

I' trying to encode a free text field for special characters to include in an XML feed.  What's the best function to do that, 

EncodingUtil.urlEncode(field_value, 'UTF-8')?