You need to sign in to do that
Don't have an account?
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')?