diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-10 08:32:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-10 08:32:16 (GMT) |
commit | 9fca62d042d94b5c90dca523c57a9f6b83eb1cd2 (patch) | |
tree | 007b49df46bbb2f7ef9890d9c6320ebb5adb12c9 /doc | |
parent | 5079cec18ef8f675f3efaa9d7b928755ca6c136d (diff) | |
parent | 0fab7463a3318c4fb204e1d463c34ca2616bf201 (diff) | |
download | tcl-9fca62d042d94b5c90dca523c57a9f6b83eb1cd2.zip tcl-9fca62d042d94b5c90dca523c57a9f6b83eb1cd2.tar.gz tcl-9fca62d042d94b5c90dca523c57a9f6b83eb1cd2.tar.bz2 |
Merge 8.6. Fix documentation for \Uhhhhhhhh escape sequences > U+FFFF, which are no longer "reserved for the future": It's already working in 8.7.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Tcl.n | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -223,7 +223,10 @@ 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+010000\(enU+10FFFD is reserved for the future. +The range U+00D800\(enU+00DFFF is reserved for surrogates, which +are illegal on its 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, |