Skip to content

Instantly share code, notes, and snippets.

@bdkosher
Created May 20, 2013 19:33
Show Gist options
  • Save bdkosher/5614816 to your computer and use it in GitHub Desktop.
Save bdkosher/5614816 to your computer and use it in GitHub Desktop.
Lists all of the available character sets using Groovy
java.nio.charset.Charset.availableCharsets().each { name, charset -> println name }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment