javac says
If the -encoding option is not specified, then the platform default converter is used.
I guess the default encoding in Linux is UTF-8, how to get the default encoding in Linux?
javac says
I guess the default encoding in Linux is UTF-8, how to get the default encoding in Linux? |
||||
|
The term "codeset" is (almost) synonymous with "charset set" or "encoding". Further reading: |
|||
|
Not sure if that's what you're asking, but you can see your encodings by running
|
|||||
|
on ubuntu 14 , you can use this quick command:
|
|||||
|