Browse Source

Fix a typo and put emphasis on a magic “since Ant …” phrase

master
Gintas Grigelionis 7 years ago
parent
commit
19910e518a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      manual/Tasks/unzip.html

+ 3
- 3
manual/Tasks/unzip.html View File

@@ -108,14 +108,14 @@ extract an Ant generated ZIP archive.</p>
name before extracting it. Note that this changes the entry name before name before extracting it. Note that this changes the entry name before
applying <code>include</code>/<code>exclude</code> patterns and before using the nested applying <code>include</code>/<code>exclude</code> patterns and before using the nested
mappers (if any). <em>since Ant 1.8.0</em></td> mappers (if any). <em>since Ant 1.8.0</em></td>
<td>No; defaults to <q>true</q> since 1.10.4
(used to defaukt to <q>false</q> prior to that)</td>
<td>No; defaults to <q>true</q> <em>since Ant 1.10.4</em>
(used to default to <q>false</q> prior to that)</td>
</tr> </tr>
<tr> <tr>
<td>scanForUnicodeExtraFields</td> <td>scanForUnicodeExtraFields</td>
<td><strong>Note</strong>: This attribute is not available for the <code>untar</code> task.<br/> <td><strong>Note</strong>: This attribute is not available for the <code>untar</code> task.<br/>
If the archive contains Unicode extra fields then use them to set the file names, ignoring the If the archive contains Unicode extra fields then use them to set the file names, ignoring the
specified encoding. <br/>See also the <a href="zip.html#encoding">discussion in the zip task
specified encoding.<br/>See also the <a href="zip.html#encoding">discussion in the zip task
page</a></td> page</a></td>
<td>No; defaults to <q>true</q></td> <td>No; defaults to <q>true</q></td>
</tr> </tr>


Loading…
Cancel
Save