Skip to content

Instantly share code, notes, and snippets.

@neelsmith
Created January 6, 2014 19:02
Show Gist options
  • Save neelsmith/8287851 to your computer and use it in GitHub Desktop.
Save neelsmith/8287851 to your computer and use it in GitHub Desktop.
Set default file encoding option so java/groovy source code is UTF8.
export JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment