diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-01-17 19:53:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 19:53:45 (GMT) |
commit | 940763140f7519a125229782ca7a095af01edda4 (patch) | |
tree | c7d69b2800b138eb628952cc733e97678296f869 /Misc/NEWS.d | |
parent | 9345eea2568bc590e1c2d4c418e3238ca7948ceb (diff) | |
download | cpython-940763140f7519a125229782ca7a095af01edda4.zip cpython-940763140f7519a125229782ca7a095af01edda4.tar.gz cpython-940763140f7519a125229782ca7a095af01edda4.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
(cherry picked from commit f34176b77f222726d901595968a4b44456186da4)
Co-authored-by: Paul Moore <p.f.moore@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-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. |