mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Wire utf-8 encoding, so unicode filenames work
Sets -Dfile.encoding=UTF-8 by default. Closes #8847
This commit is contained in:
parent
3bba45289e
commit
01fc84dbb3
Binary file not shown.
@ -65,3 +65,6 @@ JAVA_OPTS="$JAVA_OPTS -XX:+HeapDumpOnOutOfMemoryError"
|
|||||||
|
|
||||||
# Disables explicit GC
|
# Disables explicit GC
|
||||||
JAVA_OPTS="$JAVA_OPTS -XX:+DisableExplicitGC"
|
JAVA_OPTS="$JAVA_OPTS -XX:+DisableExplicitGC"
|
||||||
|
|
||||||
|
# Ensure UTF-8 encoding by default (e.g. filenames)
|
||||||
|
JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user