Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    A properties file is supposed to be encoded in ISO_8859_1. What does your file actually contain? Commented Apr 27, 2016 at 16:09
  • "UTF-8" in property file sounds confussing ? Commented Apr 27, 2016 at 16:10
  • Hi JB, not sure by what you mean by "file should be encoded in ISO-8859-1" I found in Windows the default is encoding is Cp1252. The property file consists of numerous properties, one per line. eg server.name=someName <new line> server.type=someType <new line> server.location=someLocation etc Commented Apr 27, 2016 at 19:45