Skip to content

Instantly share code, notes, and snippets.

@nenodias
Created December 2, 2016 10:17
Show Gist options
  • Select an option

  • Save nenodias/109f0ab8a71c78e7dccfe3408889362f to your computer and use it in GitHub Desktop.

Select an option

Save nenodias/109f0ab8a71c78e7dccfe3408889362f to your computer and use it in GitHub Desktop.
Correção no encode do wildfly no windows
# Acertar no standalone.conf.bat
set LC_ALL=pt_BR.UTF-8
set LANG=pt_BR.UTF-8
set LANGUAGE=pt_BR.UTF-8
-Dfile.encoding=UTF-8 -Dclient.encoding.override=UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment