Created
December 2, 2016 10:17
-
-
Save nenodias/109f0ab8a71c78e7dccfe3408889362f to your computer and use it in GitHub Desktop.
Correção no encode do wildfly no windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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