How can I make a string appear as it is when retrieved from XML? For example, string a b c should appear as it is and not a+b+c.
Created May 4, 2012
Surendra Chauhan
A string will appear as it is if you use the right character code for example UTF-8 supported by the operating system and the application.
When you write to an XML file, use the character code the application which is reading the file is supporting.