Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'output': 0.05; 'referenced': 0.09; 'subject:characters': 0.09; 'to)': 0.09; 'python': 0.11; 'bug': 0.12; 'thread': 0.14; 'windows': 0.15; 'cmd': 0.16; 'earlier.': 0.16; 'subject:Unicode': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'bit': 0.19; '(but': 0.19; 'else,': 0.19; 'written': 0.21; 'seems': 0.21; 'pages,': 0.22; 'header:User- Agent:1': 0.23; '(such': 0.24; 'adds': 0.24; 'subject:problem': 0.24; 'unicode': 0.24; '(or': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'character': 0.29; "doesn't": 0.30; 'characters': 0.30; 'said,': 0.30; 'code': 0.31; 'font': 0.31; 'subject:some': 0.31; 'anyone': 0.31; 'run': 0.32; 'worked': 0.33; 'bugs': 0.33; 'screen': 0.34; 'subject:with': 0.35; 'display': 0.35; 'but': 0.35; 'interface,': 0.36; 'application': 0.37; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'system.': 0.39; 'how': 0.40; 'read': 0.60; 'applicable': 0.60; 'providing': 0.61; 'real': 0.63; 'characters,': 0.84; 'console,': 0.84; 'glenn': 0.84; 'scraping': 0.84; 'selection,': 0.84; 'directly.': 0.95 Date: Mon, 4 Aug 2014 00:06:39 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Subject: Re: cmd.exe on WIndows - problem with displaying some Unicode characters References: <53DEC4F5.8090805@my.hennepintech.edu> <53DED137.7080907@g.nevcal.com> <53DF08B4.20600@g.nevcal.com> In-Reply-To: <53DF08B4.20600@g.nevcal.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [2601:2:4780:2fd:e806:9aa:f68a:db81] X-ClientProxiedBy: BY2PR03CA063.namprd03.prod.outlook.com (10.141.249.36) To BY1PR0301MB0839.namprd03.prod.outlook.com (25.160.193.145) X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 0293D40691 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(6009001)(51704005)(199002)(189002)(24454002)(101416001)(81342001)(50466002)(31966008)(86362001)(83322001)(76482001)(77096002)(106356001)(80316001)(21056001)(85852003)(102836001)(107886001)(107046002)(2351001)(42186005)(23676002)(93886004)(85306004)(46102001)(89122001)(65816999)(65956001)(47776003)(99396002)(4396001)(20776003)(77982001)(64706001)(75432001)(59896001)(74502001)(74662001)(92566001)(88552001)(95666004)(79102001)(110136001)(83072002)(80022001)(33656002)(76176999)(81542001)(105586002)(87266999)(83506001)(92726001)(50986999)(87976001)(54356999)(89472002)(3826002); DIR:OUT; SFP:; SCL:1; SRVR:BY1PR0301MB0839; H:[IPv6:2601:2:4780:2fd:e806:9aa:f68a:db81]; FPR:; MLV:sfv; PTR:InfoNoRecords; MX:1; LANG:en; X-OriginatorOrg: my.hennepintech.edu X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407128815 news.xs4all.nl 2858 [2001:888:2000:d::a6]:55309 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75659 On 2014.08.03 23:14, Glenn Linderman wrote: > Having read a bit about ConEmu, it seems that it is a "pretty face" built on > top of Windows Console, by screen scraping the real (but hidden) Windows > Console, and providing a number of interesting display features and modes. So > while it adds functionality to the Windows Console interface, it doesn't seem > like it is likely to fix bugs or resolve issues with code pages, font > selection, or Unicode character repertoires, which are the issues of this > thread and the bug I referenced earlier. > > Can anyone with ConEmu installed refute this interpretation of its functionality? > If you run cmd in it, you will still need to use cp65001. This is not necessary for (or applicable to) other applications (such as a Python interpreter) run directly. ConEmu can use any arbitrary font available on the system. As I have said, I have been able to display Unicode output on it from an application written in Python. No mojibake, no replacement characters, just the exact characters one would expect. I do not know the internals of ConEmu and how it interacts with conhost and whatever else, but I have not found a need to since it has just worked for me.