normalizeXMLEncoding
Auto-detect the encoding of an XML string and convert it to a target encoding. Also updates the XML declaration. See Chapter 22.
xml(required): XML string to re-encodetargetEncoding(required): target encoding (e.g.,"UTF-8")
utlx
{
normalized: normalizeXMLEncoding($input.xmlPayload, "UTF-8")
}