Documentation update for the encoding configuration
This commit is contained in:
parent
c625ddf6cd
commit
a93b1a26eb
|
@ -103,8 +103,12 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<td>
|
<td>
|
||||||
<p class='name'><strong>Encoding</strong></p>
|
<p class='name'><strong>Encoding</strong></p>
|
||||||
<p class="description">
|
<p class="description">
|
||||||
Set the encoding of files. The default is the system encoding,
|
Set the encoding of files by name. Only available for Ruby
|
||||||
which determined by LANG environment variable.
|
1.9 or later).
|
||||||
|
The default value is nil, which use Ruby default,
|
||||||
|
<code>ASCII-8BIT</code>.
|
||||||
|
Available encoding for the ruby in use, can be shown by
|
||||||
|
command <code>ruby -e 'puts Encoding::list.join("\n")'</code>
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td class='align-center'>
|
<td class='align-center'>
|
||||||
|
|
Loading…
Reference in New Issue