Encoding in UTF-8
Hello,
I have a requirement to encode my xml in UTF-8 and also add this tag in my xmls while making connect-jms call to other systems. Can you please tell me if this is possible? I checked SMA and in file.encoding already UTF-8 is mentioned, still while firing the xml this tag is not sent.
My question is -
1. is it that by default Pega encodes in utf-8?
2. is it true that if I encode in UTF-8 but do not add this tag still my xml will be fired as encoded in utf-8
Tag to be added in each xml ->
<?xml version="1.0" encoding="UTF-8"?>