Question
4
Replies
1581
Views
Larsen & Toubro Infotech
Posted: January 13, 2017
Last activity: October 16, 2018
Closed
Solved
How to convert unicode formatted string to html format
I need to convert the unicode characters into html format as below.
If my input string is "à test" it should get converted as "à test".
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
http://stackoverflow.com/questions/1265282/recommended-method-for-escaping-html-in-java mentions couple of java libraries you can try.