You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jg...@apache.org on 2005/01/02 19:28:16 UTC

cvs commit: ant/docs faq.html

jglick      2005/01/02 10:28:16

  Modified:    xdocs    faq.xml
               docs     faq.html
  Log:
  Typo ("UFT8").
  PR: 32907
  Reported by: Jed Smith <je...@jed.bz>
  
  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&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>
  
  
  
  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>&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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org