All,<br><br>    I am performing some XPath against a UTF8 encoded XML document that has some characters outside of the ASCII range.  How do I serialize them to a file in human readable format?  For example one of the words is "Ôta, Gunma" which corresponds to [332,116,97,44,32,71,117,110,109,97].  How can I write [332,116,97,44,32,71,117,110,109,97] to a file so that when I open it up it looks like "Ôta, Gunma"?  Ultimately I want to know this because I need to make REST calls with these words, and lists of integers aren't cutting it.<br>
<br>Thanks,<br>Dustin<br>