Reading chinese chars using valumap prop.get adding ?????
Hi Everyone,
Need help in reading some specific chinese chars from JCR repo.
I have one dialog where author enters content and save the page. Author created page for China and entered some content specific to China in the dialog and saved it.
When I try to read the below content from JCR it is adding ???? . I have tried adding utf-8 still not able to get the specific content.
String mDesc = properties.get("messageDescription", String.class);
result :<p>?????</p>

