My xml document looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
<test>woo: Ç Ç Ç</test>
What do I have to do to get those special characters to be printed correctly? In fact, now when I save my XML document as type UTF-8, even the ascii characters don't print correctly. (printing ASCI chars when saved in ASCI format works fine).
Thanks,
Mark