diff options
author | Paul Moore <p.f.moore@gmail.com> | 2023-01-17 19:23:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 19:23:06 (GMT) |
commit | f34176b77f222726d901595968a4b44456186da4 (patch) | |
tree | 5647a103b654e990894431136d3a3bffae23ad8f /Misc/NEWS.d/next/Windows | |
parent | c5660ae96f2ab5732c68c301ce9a63009f432d93 (diff) | |
download | cpython-f34176b77f222726d901595968a4b44456186da4.zip cpython-f34176b77f222726d901595968a4b44456186da4.tar.gz cpython-f34176b77f222726d901595968a4b44456186da4.tar.bz2 |
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Don't send partial UTF-8 sequences to the Windows API
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2023-01-17-18-17-58.gh-issue-82052.mWyysT.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2023-01-17-18-17-58.gh-issue-82052.mWyysT.rst b/Misc/NEWS.d/next/Windows/2023-01-17-18-17-58.gh-issue-82052.mWyysT.rst new file mode 100644 index 0000000..4f7ab20 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2023-01-17-18-17-58.gh-issue-82052.mWyysT.rst @@ -0,0 +1 @@ +Fixed an issue where writing more than 32K of Unicode output to the console screen in one go can result in mojibake. |