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? -
  • +
  • How do I use jar's M switch? I don't want a MANIFEST.
  • @@ -857,13 +857,13 @@ shell-prompt> m4 foo.m4 > foo <?xml version="1.0" encoding="ISO-8859-1" ?>

    - + 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 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 - + How do I use jar's M switch? I don't want a MANIFEST. @@ -532,7 +532,7 @@ shell-prompt> m4 foo.m4 > foo

    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 jar utility like Ant's <jar> uses UFT8 to encode their names while <zip> uses your platforms default encoding.