Skip to content

Instantly share code, notes, and snippets.

@zen0wu
Created September 30, 2012 12:31
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 zen0wu/3806636 to your computer and use it in GitHub Desktop.
Save zen0wu/3806636 to your computer and use it in GitHub Desktop.
Add this to your .profile or .bashrc to fuck things up with java & UTF-8
alias javac='javac -J-Dfile.encoding=UTF8'
alias java='java -Dfile.encoding=UTF8' # What the fuck is this!!! Why should I do this!!! How stupid is JAVA!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment