Hi,I am using TS 6.7.1I am creating a template and I need to populate a Dropdown with months in German.When i give März(March) in the ipl, and try to do 'New Form Entry' it is unable to render the ipl. It gives below error:Root cause:SAX Parse:An invalid XML character (Unicode: 0x0) was found in the value of attribute "label" and element is "option".I have tried this:my $var = "März";$var = encode("UTF-8", $var);but this doesn't work.Can someone please help.Thanks.