[New-bugs-announce] [issue27959] Add 'oem' encoding

Steve Dower report at bugs.python.org
Mon Sep 5 19:41:40 EDT 2016


New submission from Steve Dower:

Currently the ANSI encoding is available on Windows as 'mbcs', however the OEM encoding (sometimes used by console-based applications) is not easily available.

The implementation is identical to PyUnicode_DecodeMBCS[Stateful], simply passing CP_OEM instead of CP_ACP.

----------
assignee: steve.dower
components: Windows
messages: 274470
nosy: haypo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Add 'oem' encoding
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27959>
_______________________________________


More information about the New-bugs-announce mailing list