jglick 2005/01/02 10:28:16 Modified: xdocs faq.xml docs faq.html Log: Typo ("UFT8"). PR: 32907 Reported by: Jed Smith <[EMAIL PROTECTED]> Revision Changes Path 1.66 +1 -1 ant/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/ant/xdocs/faq.xml,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- faq.xml 13 Dec 2004 22:51:19 -0000 1.65 +++ faq.xml 2 Jan 2005 18:28:15 -0000 1.66 @@ -601,7 +601,7 @@ <p>If your file names contain national characters you should know that Sun's <code>jar</code> utility like Ant's - <code><jar></code> uses UFT8 to encode their names while + <code><jar></code> uses UTF-8 to encode their names while <code><zip></code> uses your platforms default encoding. Use the encoding attribute of <code><zip></code> if necessary.</p> 1.113 +1 -1 ant/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/ant/docs/faq.html,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- faq.html 13 Dec 2004 22:51:19 -0000 1.112 +++ faq.html 2 Jan 2005 18:28:15 -0000 1.113 @@ -978,7 +978,7 @@ MANIFEST you can simply use <code><zip></code>.</p> <p>If your file names contain national characters you should know that Sun's <code>jar</code> utility like Ant's - <code><jar></code> uses UFT8 to encode their names while + <code><jar></code> uses UTF-8 to encode their names while <code><zip></code> uses your platforms default encoding. Use the encoding attribute of <code><zip></code> if necessary.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]