summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-30 09:01:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-30 09:01:16 (GMT)
commit0b884f11fadec5c435fc77ec16e1f5c8b9fdad27 (patch)
tree77d9426a69b60a70bffd4a2ec0536729a04a6228 /generic/tclEncoding.c
parent958892fdd0e13a651556c8f6d06207ed5f759974 (diff)
parent1f1f43fcd2bfa68c8bff1a9d6dbb8ecab4be43e7 (diff)
downloadtcl-0b884f11fadec5c435fc77ec16e1f5c8b9fdad27.zip
tcl-0b884f11fadec5c435fc77ec16e1f5c8b9fdad27.tar.gz
tcl-0b884f11fadec5c435fc77ec16e1f5c8b9fdad27.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index 79f9896..8f4612b 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -1263,7 +1263,7 @@ Tcl_ExternalToUtf(
if (!noTerminate) {
/*
* If there are any null characters in the middle of the buffer,
- * they will converted to the UTF-8 null character (\xC080). To get
+ * they will converted to the UTF-8 null character (\xC0\x80). To get
* the actual \0 at the end of the destination buffer, we need to
* append it manually. First make room for it...
*/