Skip to content

Instantly share code, notes, and snippets.

@neelsmith
Last active August 29, 2015 13:56
Show Gist options
  • Save neelsmith/8872800 to your computer and use it in GitHub Desktop.
Save neelsmith/8872800 to your computer and use it in GitHub Desktop.
Globally make java be more reasonable about character encoding in file io.
# Add to your .profile or equivalent:
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