Differences From Artifact [3bb45d9524]:
- File generic/tclUtf.c — part of check-in [312fb13ea5] at 2020-04-23 22:10:04 on branch utf-next-for-8.7 — Second attempt (user: jan.nijtmans size: 67555) [more...]
To Artifact [48cc25301d]:
- File generic/tclUtf.c — part of check-in [0b05e92ef6] at 2020-04-24 13:31:53 on branch core-8-branch — Merge 8.6 (user: jan.nijtmans size: 67576) [more...]
| ︙ | |||
952 953 954 955 956 957 958 | 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 | - + |
* before the needs of the lead byte were satisfied.
* Let the (malformed) lead byte alone be a character
*/
return src + 1;
}
next++;
}
|
| ︙ |