SIGN IN SIGN UP

gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)

Fix name of the Python encoding in Unicode errors of the code page
codec: use "cp65000" and "cp65001" instead of "CP_UTF7" and "CP_UTF8"
which are not valid Python code names.
V
Victor Stinner committed
ce1b747ff68754635b7b12870dfc527184ee3b39
Parent: c17f378
Committed by GitHub <noreply@github.com> on 8/6/2025, 12:35:27 PM