From 6495c8da8f945def4749192b0536c1678f208664 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 1 Jun 2008 08:19:02 +0000 Subject: [PATCH] Typo: encoding -> codeset. --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pythonrun.c b/Python/pythonrun.c index aefef06f77..26557caae4 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -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()); } -- 2.50.0