What is Your Platform’s Default Character Encoding
If you are running Java on English Windows platforms, it is probably Cp1252. If you are running Java on English Solaris platforms, it is most likely 8859_1 In Java, the platform’s default character encoding can be obtained using the Charset class. The default character encoding is determined by the system property “file.encoding”. You can retrieve … Read more