Why does Eclipse use Cp1252 encoding? [closed]

When you start Eclipse against a brand new workspace, Eclipse has to decide which encoding to use, by default, when handling certain types of text-based files: text files, Java source files, JSP files, XML and so forth. By default, then, Eclipse uses the default platform encoding, which is derived from your operating system’s settings. As … Read more