@@ -457,14 +457,15 @@ \subsection{String literals\label{strings}}
457457backslash followed by a newline is interpreted as those two characters
458458as part of the string, \emph {not } as a line continuation.
459459
460- When an `r' or `R' prefix is used in conjunction with a `u' or `U'
461- prefix, then the \uXXXX escape sequence is processed while \emph {all other
462- backslashes are left in the string }. For example, the string literal
463- \code {ur"\u 0062\n "} consists of three Unicode characters:
464- `LATIN SMALL LETTER B', `REVERSE SOLIDUS', and `LATIN SMALL LETTER N'.
465- Backslashes can be escaped with a preceding backslash; however, both
466- remain in the string. As a result, \uXXXX escape sequences are
467- only recognized when there are an odd number of backslashes.
460+ When an \character {r} or \character {R} prefix is used in conjunction
461+ with a \character {u} or \character {U} prefix, then the \code {\e uXXXX}
462+ escape sequence is processed while \emph {all other backslashes are
463+ left in the string }. For example, the string literal \code {ur"\e
464+ u0062\e n"} consists of three Unicode characters: `LATIN SMALL LETTER
465+ B', `REVERSE SOLIDUS', and `LATIN SMALL LETTER N'. Backslashes can be
466+ escaped with a preceding backslash; however, both remain in the
467+ string. As a result, \code {\e uXXXX} escape sequences are only
468+ recognized when there are an odd number of backslashes.
468469
469470\subsection {String literal concatenation\label {string-catenation } }
470471
0 commit comments