mirror of
https://github.com/python/cpython.git
synced 2026-05-17 18:08:50 -04:00
Typo: encoding -> codeset.
This commit is contained in:
+1
-1
@@ -301,7 +301,7 @@ Py_InitializeEx(int install_sigs)
|
||||
#ifdef MS_WINDOWS
|
||||
if (!overridden) {
|
||||
icodeset = ibuf;
|
||||
encoding = buf;
|
||||
codeset = buf;
|
||||
sprintf(ibuf, "cp%d", GetConsoleCP());
|
||||
sprintf(buf, "cp%d", GetConsoleOutputCP());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user