On 12/3/17, 3:08 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote:
>JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 > >Is there any reason not to hard code the file encoding in the compiler? > I don't know for sure, but the first question that comes to mind is why Java itself hasn't bothered to default to a particular file encoding. Also, especially for folks using Windows, what kinds of editors do you use and what file encoding do those editors use? My 2 cents, -Alex