Hi All,
I am facing an issue with extended Ascii charset.
I am tried to read a string value from the content management system (Alfresco) . While reading the value , apostrope and other special chars are converted into extended ascii chars.
String aTest = "This is for 'Demo";
String aTest = "This is for ¿Demo";
How do I convert this to original value? Please assist in this issue.