Skip to content

Instantly share code, notes, and snippets.

@andiechu
Created October 21, 2014 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andiechu/5b7066abb33d9dbd6bf4 to your computer and use it in GitHub Desktop.
Save andiechu/5b7066abb33d9dbd6bf4 to your computer and use it in GitHub Desktop.
encode-java
String decodedStr = new String(rawStr.getBytes("ISO-8859-1"), "UTF-8");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment