cmd.exe on WIndows - problem with displaying some Unicode characters

Terry Reedy tjreedy at udel.edu
Mon Aug 4 15:25:07 EDT 2014


On 8/4/2014 6:24 AM, Wolfgang Maier wrote:
> On 08/04/2014 11:53 AM, Glenn Linderman wrote:
>>
>> I've never used the API from Python but random console access is
>> documented at
>> http://msdn.microsoft.com/en-us/library/windows/desktop/ms687404%28v=vs.85%29.aspx
>>
>>
>
> Would using the API from Python involve doing the wrapping yourself or
> do you know about an existing package for the job ?

The packages Wiktor is using, 'termcolor', 'colorama'
and 'colorconsole' - (all on PyPI), must be using WriteConsoleOutput.

-- 
Terry Jan Reedy




More information about the Python-list mailing list