Skip to content Skip to sidebar Skip to footer

Convert HTML Character Code To Char In Java

Our XML feed gives us encoded UTF-8 characters inside ISO-8859-1 a file. This is being fed into the database. So the text is ISO-8859-1 encoded and contains following stuff: &#

Solution 1:


Solution 2:

If you need small lib for this, you can use HTMLEntitles

http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=htmlentities


Post a Comment for "Convert HTML Character Code To Char In Java"