summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-31 17:34:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-31 17:34:05 (GMT)
commite5272c9be6168c7014b5bb9eeeb1c46c3dbf4e84 (patch)
treeedbe98f772cdffaec539e987de4167fa3edd97e6 /doc
parent081c085c0f7adf0e3600fbe6829deb78a935c9ad (diff)
parent596e33bb9ec8c0083b2d6234c84afc293e525d24 (diff)
downloadtcl-e5272c9be6168c7014b5bb9eeeb1c46c3dbf4e84.zip
tcl-e5272c9be6168c7014b5bb9eeeb1c46c3dbf4e84.tar.gz
tcl-e5272c9be6168c7014b5bb9eeeb1c46c3dbf4e84.tar.bz2
Remove incorrect comment. See: [https://www.magicsplat.com/tcl9/tcl9unicode.html#surrogates-as-literals]. Thanks, Ashok, for noticing this!
Diffstat (limited to 'doc')
-rw-r--r--doc/Tcl.n6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/Tcl.n b/doc/Tcl.n
index 0f46f73..8e0b342 100644
--- a/doc/Tcl.n
+++ b/doc/Tcl.n
@@ -221,12 +221,6 @@ twenty-one-bit hexadecimal value for the Unicode character that will be
inserted, in the range U+000000\(enU+10FFFF. The parser will stop just
before this range overflows, or when the maximum of eight digits
is reached. The upper bits of the Unicode character will be 0.
-.RS
-.PP
-The range U+00D800\(enU+00DFFF is reserved for surrogates, which
-are illegal on their own. Therefore, such sequences will result in
-the replacement character U+FFFD. Surrogate pairs should be
-encoded as single \e\fBU\fIhhhhhhhh\fR character.
.RE
.PP
Backslash substitution is not performed on words enclosed in braces,