Last active
December 10, 2015 21:58
-
-
Save armoucar/4498138 to your computer and use it in GitHub Desktop.
java string charset parser
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new String("abc".getBytes(Charset.forName("ISO-8859-1")), Charset.forName("UTF-8")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment