Claus Nielsen's Blog
private String convertToUTF(String input) { final Charset UTF_8 = Charset.forName("UTF-8"); return new String(input.getBytes(UTF_8),UTF_8);
}
Post a Comment
No comments:
Post a Comment