What if the file is created using an encoding that the JRE does not support? Is there a way to extend / customize what my JRE can handle?
This may be a terrible / irrelevant example (I just type in personal sets / encodings for the first time), but I believe that the Linux JRE does not handle CP-1252 (Windows encoding). If so, how can I get a Java application running on a Linux machine to read a CP-1252 encoded file?
Even if the Linux JRE distribution supports CP-1252 (which makes this terrible example), I know that there are encodings that it does not support. Whatever these encodings are, is there a way to extend the standard Charactset, and if so, how?
user1768830
source
share