Encoding Special Characters In String
I have a String with some special characters like this one. '45” £800 77” ' - > might also have some other special chars Note that above string its not double quotes. I wa
Solution 1:
have a look at something like StringEscapeUtils.escapeJava from Apache Commons
Post a Comment for "Encoding Special Characters In String"