Skip to content

Commit 2f48c81

Browse files
committed
Specify that the input file shall be UTF-8
1 parent 2059e52 commit 2f48c81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,16 @@ release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key li
3939

4040
release-info.description=\
4141
<file> option is to load release properties from the supplied file.\n\
42+
\ The specified file is expected to be encoded in UTF-8.\n\
4243
add: is to add properties to the 'release' file.\n\
4344
Any number of <key>=<value> pairs can be passed.\n\
4445
del: is to delete the list of keys in release file.
4546

4647
release-info.usage=\
4748
\ --release-info <file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>\n\
4849
\ <file> option is to load release properties from\n\
49-
\ the supplied file.\n\
50+
\ the supplied file. The specified file is expected\n\
51+
\ to be encoded in UTF-8.\n\
5052
\ add: is to add properties to the 'release' file.\n\
5153
\ Any number of <key>=<value> pairs can be passed.\n\
5254
\ del: is to delete the list of keys in release file.

0 commit comments

Comments
 (0)