File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
docs/reference-manual/native-image
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ The following system properties are automatically copied into the generated exec
163
163
| native.encoding | Specifies the host environment's character encoding |
164
164
| org.graalvm.nativeimage.kind | Specifies if the image is built as a shared library or executable |
165
165
| path.separator | Path separator |
166
+ | stdin.encoding | Specifies the encoding for ` System.in ` |
166
167
| stdout.encoding | Specifies the encoding for ` System.out ` and ` System.err ` |
167
168
| sun.jnu.encoding | Specifies encoding when parsing values passed via the commandline |
168
169
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ public abstract class SystemPropertiesSupport implements RuntimeSystemProperties
92
92
"native.encoding" ,
93
93
"stdout.encoding" ,
94
94
"stderr.encoding" ,
95
+ "stdin.encoding" ,
95
96
};
96
97
97
98
/** System properties that are computed at run time on first access. */
You can’t perform that action at this time.
0 commit comments