Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f96f5f5b
Commit
f96f5f5b
authored
Nov 22, 2005
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings
parent
4a5a9183
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/ref/ref2.tex
Doc/ref/ref2.tex
+3
-2
No files found.
Doc/ref/ref2.tex
View file @
f96f5f5b
...
...
@@ -514,8 +514,9 @@ as part of the string, \emph{not} as a line continuation.
When an
\character
{
r
}
or
\character
{
R
}
prefix is used in conjunction
with a
\character
{
u
}
or
\character
{
U
}
prefix, then the
\code
{
\e
uXXXX
}
escape sequence is processed while
\emph
{
all other backslashes are
left in the string
}
. For example, the string literal
and
\code
{
\e
UXXXXXXXX
}
escape sequences are processed while
\emph
{
all other backslashes are left in the string
}
.
For example, the string literal
\code
{
ur"
\e
{}
u0062
\e
n"
}
consists of three Unicode characters: `LATIN
SMALL LETTER B', `REVERSE SOLIDUS', and `LATIN SMALL LETTER N'.
Backslashes can be escaped with a preceding backslash; however, both
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment