Deutsch English Français Italiano |
<mailman.71.1730499336.4695.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: eternal-september.org!news.eternal-september.org!feeder2.eternal-september.org!news.szaf.org!fu-berlin.de!uni-berlin.de!not-for-mail From: Barry <barry@barrys-emacs.org> Newsgroups: comp.lang.python Subject: Re: Printing UTF-8 mail to terminal Date: Fri, 1 Nov 2024 22:10:43 +0000 Lines: 19 Message-ID: <mailman.71.1730499336.4695.python-list@python.org> References: <CAJQBtgmwNbjYNr-LWYCia-9+CoRzaLj22YxzyP_EhwSspRD8_g@mail.gmail.com> <5D77331F-91F4-4000-BF82-DB7A8EA7CD4F@barrys-emacs.org> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Tkz7Ir6cOTTlx93eB7A1aQQkdeT4nZM/7gWtfO6Id8sQ== Cancel-Lock: sha1:RfGBFYCP4Vb7QOdqHMlHJRCbvvs= sha256:IJcYZEAfOCYgLIObqoEgC5OnjUzn5TCMA2Zkqrcpu5M= Return-Path: <barry@barrys-emacs.org> X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.02; 'utf-8': 0.07; 'cc:addr :python-list': 0.09; 'from:addr:barry': 0.09; 'linux': 0.09; 'received:217.70': 0.09; 'received:217.70.178': 0.09; 'received:gandi.net': 0.09; 'received:mail.gandi.net': 0.09; 'cc:no real name:2**0': 0.14; 'barry': 0.16; 'from:addr:barrys- emacs.org': 0.16; 'indeed': 0.16; 'message-id:@barrys-emacs.org': 0.16; 'terminals': 0.16; 'wrote:': 0.16; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.23; 'code': 0.23; 'email addr:python.org>': 0.28; "doesn't": 0.32; 'python-list': 0.32; 'header:In-Reply- To:1': 0.34; 'windows': 0.34; 'this.': 0.35; 'use': 0.39; 'years.': 0.40; 'received:217': 0.67; 'right': 0.68; 'took': 0.69; 'interesting': 0.71; 'implemented': 0.76; 'left': 0.83; 'email name:<python-list': 0.84; 'url-ip:23.207.107/24': 0.84; 'url- ip:23.207/16': 0.84; 'articles': 0.86; 'subject:UTF': 0.91; 'subject:mail': 0.95 In-Reply-To: <CAJQBtgmwNbjYNr-LWYCia-9+CoRzaLj22YxzyP_EhwSspRD8_g@mail.gmail.com> X-Mailer: iPad Mail (22B83) X-GND-Sasl: barry@barrys-emacs.org X-Content-Filtered-By: Mailman/MimeDel 2.1.39 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: General discussion list for the Python programming language <python-list.python.org> List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> List-Archive: <https://mail.python.org/pipermail/python-list/> List-Post: <mailto:python-list@python.org> List-Help: <mailto:python-list-request@python.org?subject=help> List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> X-Mailman-Original-Message-ID: <5D77331F-91F4-4000-BF82-DB7A8EA7CD4F@barrys-emacs.org> X-Mailman-Original-References: <CAJQBtgmwNbjYNr-LWYCia-9+CoRzaLj22YxzyP_EhwSspRD8_g@mail.gmail.com> > On 31 Oct 2024, at 16:42, Left Right via Python-list <python-list@python.o= rg> wrote: >=20 > 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 a= rticles about this. They also have implemented utf-8 as code page 65001. Barry