diff --git a/docs/faq.html b/docs/faq.html index fdec1f9ef..511827fa7 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -239,7 +239,7 @@ How can I include national characters like German umlauts in my build file? -
jar
's M
switch?
I don't want a MANIFEST.
-
+
How do I use jar
's M
switch?
I don't want a MANIFEST.
A JAR archive is a ZIP file, so if you don't want a
MANIFEST you can simply use <zip>
.
If your filenames contain national characters you should +
If your file names contain national characters you should
know that Sun's A JAR archive is a ZIP file, so if you don't want a
MANIFEST you can simply use If your filenames contain national characters you should
+ If your file names contain national characters you should
know that Sun's jar
utility like Ant's
<jar>
uses UFT8 to encode their names while
<zip>
uses your platforms default encoding.
diff --git a/xdocs/faq.xml b/xdocs/faq.xml
index 01e60a31f..d6cf04fbb 100644
--- a/xdocs/faq.xml
+++ b/xdocs/faq.xml
@@ -524,7 +524,7 @@ shell-prompt> m4 foo.m4 > foo
- jar
's M
switch?
I don't want a MANIFEST.<zip>
.jar
utility like Ant's
<jar>
uses UFT8 to encode their names while
<zip>
uses your platforms default encoding.