HTML Entities Encode and Decode
843840Aug 29 2009 — edited Aug 29 2009Hi All,
In my application i want to print the multilanguage database values in the jsp. The data in the database contains all the characters like html tags, foreign language characters. I want to print the characters as it is. So i want to do the encoding and decoding the characters. Is there any jars available for this encoding and decoding or how to do this process?