diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html
index 105f3b6c2..4c00ffa71 100644
--- a/docs/manual/CoreTasks/jar.html
+++ b/docs/manual/CoreTasks/jar.html
@@ -220,7 +220,9 @@ to a value other than its default, "add"
.
manifestencoding |
- The encoding used to read the JAR manifest, when a manifest file is specified. |
+ The encoding used to read the JAR manifest, when
+ a manifest file is specified. The task will always use UTF-8
+ when writing the manifest. |
No, defaults to the platform encoding. |
diff --git a/docs/manual/CoreTasks/manifest.html b/docs/manual/CoreTasks/manifest.html
index 60cf1808b..23e323d72 100644
--- a/docs/manual/CoreTasks/manifest.html
+++ b/docs/manual/CoreTasks/manifest.html
@@ -77,7 +77,9 @@ line.
encoding |
- The encoding used to read the existing manifest when updating. |
+ The encoding used to read the existing manifest
+ when updating. The task will always use UTF-8 when writing the
+ manifest. |
No, defaults to UTF-8 encoding. |