Skip to content

Commit

Permalink
Document that the only valid octal escape sequence is \0 (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
xp44mm committed Mar 7, 2021
1 parent 5d380df commit fddeceb
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,8 @@ <h3 id="Escape_notation">Escape notation</h3>
</thead>
<tbody>
<tr>
<td><code>\<var>XXX</var></code><br>
(where <code><var>XXX</var></code> is 1–3 octal digits; range of
<code>0</code><code>377</code>)</td>
<td>ISO-8859-1 character / Unicode code point between <code>U+0000</code> and
<code>U+00FF</code></td>
<td><code>\0</code></td>
<td>U+0000 NULL character</td>
</tr>
<tr>
<td><code>\'</code></td>
Expand Down

0 comments on commit fddeceb

Please sign in to comment.