I need to read data from xml file and display it on html page.But, when I use charset like utf-8 or iso-8859-1,I an not able to get trademark symbol(TM) or Registerd Trademark symbol on html page.If I use charset windows-1252,I can see special symbols(trademark,registered trademark),but this not work on Linux operating symbol.
Whick charset I should use so that I can see TRADEMARK and REGISTERED TRADEMARK symbol on html page on Linix & windows operating system.