Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehHaha, and I'm only seeing this response now, 3 weeks later.
I had an XML file that I wanted to parse. It was a large file, so I thought I would be doing myself a favor by stripping out a few records to test. But in doing so, I had removed the header, which specified the encoding. Therefore, I ended up having to specify UTF-8 in the Optional/Charset field. When I plugged the original XML file, UTF-8 no longer needs to be specified as the node pulls it from the header.
So all this to say what the documentation already says - Lavastorm will read the encoding from the XML header, and if it's not there, as Tim suggested, you may need to manually specify the character set.