Decodes the passed UTF-8 String using an algorithm that's compatible with
JavaScript's decodeURIComponent function.
Decodes the passed UTF-8 String using an algorithm that's compatible with
JavaScript's decodeURIComponent function. Returns
null if the String is null.
Encodes the passed String as UTF-8 using an algorithm that's compatible
with JavaScript's encodeURIComponent function.
Encodes the passed String as UTF-8 using an algorithm that's compatible
with JavaScript's encodeURIComponent function. Returns
null if the String is null.
(Since version ) see corresponding Javadoc for more information.
Utility class for JavaScript compatible UTF-8 encoding and decoding.
http://stackoverflow.com/questions/607176/java-equivalent-to-javascripts-encodeuricomponent-that-produces-identical-output