Browse Source

Typo ("UFT8").

PR: 32907
Reported by: Jed Smith <jed@jed.bz>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277269 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 20 years ago
parent
commit
bde45b309a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/faq.html
  2. +1
    -1
      xdocs/faq.xml

+ 1
- 1
docs/faq.html View File

@@ -978,7 +978,7 @@ shell-prompt&gt; m4 foo.m4 &gt; foo
MANIFEST you can simply use <code>&lt;zip&gt;</code>.</p>
<p>If your file names contain national characters you should
know that Sun's <code>jar</code> utility like Ant's
<code>&lt;jar&gt;</code> uses UFT8 to encode their names while
<code>&lt;jar&gt;</code> uses UTF-8 to encode their names while
<code>&lt;zip&gt;</code> uses your platforms default encoding.
Use the encoding attribute of <code>&lt;zip&gt;</code> if
necessary.</p>


+ 1
- 1
xdocs/faq.xml View File

@@ -601,7 +601,7 @@ shell-prompt> m4 foo.m4 > foo

<p>If your file names contain national characters you should
know that Sun&apos;s <code>jar</code> utility like Ant&apos;s
<code>&lt;jar&gt;</code> uses UFT8 to encode their names while
<code>&lt;jar&gt;</code> uses UTF-8 to encode their names while
<code>&lt;zip&gt;</code> uses your platforms default encoding.
Use the encoding attribute of <code>&lt;zip&gt;</code> if
necessary.</p>


Loading…
Cancel
Save