Update configuration docs to indicate that utf-8 is now the default

Docs for #2031, /cc #2029.
This commit is contained in:
Parker Moore 2014-02-19 11:14:09 -05:00
parent 45a5671c55
commit 407b9b577b
1 changed files with 5 additions and 4 deletions

View File

@ -109,10 +109,11 @@ class="flag">flags</code> (specified on the command-line) that control them.
<p class="description">
Set the encoding of files by name. Only available for Ruby
1.9 or later).
The default value is nil, which uses the 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>
The default value is <code>utf-8</code> starting in 2.0.0,
and <code>nil</code> before 2.0.0, which will yield the Ruby
default of <code>ASCII-8BIT</code>.
Available encodings can be shown by the
command <code>ruby -e 'puts Encoding::list.join("\n")'</code>.
</p>
</td>
<td class='align-center'>