Ensure that UTF-8 is used as default for all text files on Windows (#1622)
The same as https://github.com/openhab/openhab-docs/pull/1173pull/1628/head
parent
9c45fe9184
commit
799887a211
|
@ -130,6 +130,7 @@ By installing the openHAB process as a service in Windows, you can:
|
|||
wrapper.java.additional.15=-Dorg.osgi.service.http.port.secure=8443
|
||||
wrapper.java.additional.16=-Djava.util.logging.config.file="%KARAF_ETC%\java.util.logging.properties"
|
||||
wrapper.java.additional.17=-Dkaraf.logs="%OPENHAB_LOGDIR%"
|
||||
wrapper.java.additional.18=-Dfile.encoding=UTF-8
|
||||
wrapper.java.maxmemory=512
|
||||
|
||||
# Wrapper Logging Properties
|
||||
|
|
Loading…
Reference in New Issue