java - How to set the JVM charset on the command line? -
what's command set jvm's character set?
(also, what's command view current jvm's character set, know how reset default after i'm done)
thanks,
java strings utf-16 internally (javadoc link), can use -dfile.encoding=utf-8 facilitate reading files default charset.
just ensure java has access fileset when set or won't start.
Comments
Post a Comment