Java Utililty Methods ISO String to UTF

List of utility methods to do ISO String to UTF

Description

The list of methods to do ISO String to UTF are organized into topic(s).

Method

Stringiso2utf(String value)
isoutf
if (value == null) {
    return null;
return new String(value.getBytes("ISO-8859-1"), "UTF-8");