Merge pull request #2074 from jekyll/default-to-utf8

This commit is contained in:
Matt Rogers 2014-02-19 17:09:08 -06:00
commit b6c42adc53
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"> <p class="description">
Set the encoding of files by name. Only available for Ruby Set the encoding of files by name. Only available for Ruby
1.9 or later). 1.9 or later).
The default value is nil, which uses the Ruby default, The default value is <code>utf-8</code> starting in 2.0.0,
<code>ASCII-8BIT</code>. and <code>nil</code> before 2.0.0, which will yield the Ruby
Available encoding for the ruby in use, can be shown by default of <code>ASCII-8BIT</code>.
command <code>ruby -e 'puts Encoding::list.join("\n")'</code> Available encodings can be shown by the
command <code>ruby -e 'puts Encoding::list.join("\n")'</code>.
</p> </p>
</td> </td>
<td class='align-center'> <td class='align-center'>