Sujet : Re: Printing UTF-8 mail to terminal
De : barry (at) *nospam* barrys-emacs.org (Barry)
Groupes : comp.lang.pythonDate : 02. Nov 2024, 00:10:43
Autres entêtes
Message-ID : <mailman.71.1730499336.4695.python-list@python.org>
References : 1 2
User-Agent : iPad Mail (22B83)
On 31 Oct 2024, at 16:42, Left Right via Python-list <python-list@python.org> wrote:
MS Windows doesn't have or use
terminals (that's more of a Unix-related concept).
Windows does now. They implemented this feature over the last few years.
Indeed they took inspiration from how linux does this.
You might find
https://devblogs.microsoft.com/commandline/ has interesting articles about this.
They also have implemented utf-8 as code page 65001.
Barry