You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alter the default lang can be a breaking change. I may prefer generate en_US.UTF-8 instead so I can remove the ENV command and make things work by default.
When I compile a Java code with multibyte characters using
javac
command, failed compile.Java Source Code
Procedures
Solution for this behavior
I've fixed to change environment variable value of
LANG
toC.utf8
fromen_US.UTF-8
.It's working fine.
Proposal
I will propose to change default LANG value to
C.utf8
fromen_US.UTF-8
.p.s:
The
en_US.UTF-8
not installed on container by default.The text was updated successfully, but these errors were encountered: