From bde45b309a6a4b09d558bd7bcdc662ded260373b Mon Sep 17 00:00:00 2001 From: "Jesse N. Glick" Date: Sun, 2 Jan 2005 18:28:15 +0000 Subject: [PATCH] Typo ("UFT8"). PR: 32907 Reported by: Jed Smith git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277269 13f79535-47bb-0310-9956-ffa450edef68 --- docs/faq.html | 2 +- xdocs/faq.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.html b/docs/faq.html index 52b2b7dda..a1ed95f0d 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -978,7 +978,7 @@ shell-prompt> m4 foo.m4 > foo MANIFEST you can simply use <zip>.

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 + <jar> uses UTF-8 to encode their names while <zip> uses your platforms default encoding. Use the encoding attribute of <zip> if necessary.

diff --git a/xdocs/faq.xml b/xdocs/faq.xml index 210e435e9..f18a21ee4 100644 --- a/xdocs/faq.xml +++ b/xdocs/faq.xml @@ -601,7 +601,7 @@ shell-prompt> m4 foo.m4 > foo

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 + <jar> uses UTF-8 to encode their names while <zip> uses your platforms default encoding. Use the encoding attribute of <zip> if necessary.