From 6495c8da8f945def4749192b0536c1678f208664 Mon Sep 17 00:00:00 2001 From: "Martin v. Löwis" Date: Sun, 1 Jun 2008 08:19:02 +0000 Subject: Typo: encoding -> codeset. --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pythonrun.c') diff --git a/Python/pythonrun.c b/Python/pythonrun.c index aefef06f77f..26557caae40 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()); } -- cgit v1.2.3