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.