Kaydet (Commit) 7530208d authored tarafından Tim Peters's avatar Tim Peters

Feeble attempt to repair obsolete info about hex escapes.

üst 162c6a63
...@@ -358,10 +358,8 @@ to those used by Standard \C{}. The recognized escape sequences are: ...@@ -358,10 +358,8 @@ to those used by Standard \C{}. The recognized escape sequences are:
\end{tableii} \end{tableii}
\index{ASCII@\ASCII{}} \index{ASCII@\ASCII{}}
In strict compatibility with Standard C, up to three octal digits are As in Standard C, up to three octal digits are accepted. However,
accepted, but an unlimited number of hex digits is taken to be part of exactly two hex digits are taken in hex escapes.
the hex escape (and then the lower 8 bits of the resulting hex number
are used in 8-bit implementations).
Unlike Standard \index{unrecognized escape sequence}C, Unlike Standard \index{unrecognized escape sequence}C,
all unrecognized escape sequences are left in the string unchanged, all unrecognized escape sequences are left in the string unchanged,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment