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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -