From 5beb3a549dee34f321acfd24ec10393b753df573 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 13 Oct 2003 13:44:56 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275455 13f79535-47bb-0310-9956-ffa450edef68 --- docs/faq.html | 6 +++--- xdocs/faq.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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.