Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'suppose': 0.07; 'ascii': 0.09; 'polish': 0.09; 'subject:characters': 0.09; 'cc:addr:python- list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'set,': 0.16; 'subject:Unicode': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'subject:problem': 0.24; 'text.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'characters': 0.30; 'moved': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:some': 0.31; 'text': 0.33; 'not.': 0.33; 'actual': 0.34; 'trouble': 0.34; "i'd": 0.34; 'subject:with': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'configured': 0.38; '(that': 0.65; 'grew': 0.84; '850': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=A10Sc9wZYRSYFtCgwYjAeyrcGaIWSxBTagaULLQ2EEU=; b=lN6ftXDdEGoB1U3Zi93KhNaEm/7bXgsSYe/8Yc+96Bns1Bw5s5cEPZQLGiIZ4gbZAz 2IFO4TossfL6dj/Jt7Xz/e7j4cRXcBPUo2FyUvU2/7uzkOCYyvbVAbEKV5B891KeA5x+ FLwqg24feVhirEo+2bcYy5R+4ermeHg/BJqokaDUj/OcMREWnq3rYun9eEzuD+/jvI5n PD9PrrFrbpxRGDxZ/rSjRQptBlYG6BxHgsPfEr3bqHD3+UYLnhIljYesumZdswenMsvr 5c1nd6i2T0xWb2McNGdnum8+p/DxF7X13XEoxX9RCCkFugx2lerSnoaXs51poAym277L y2kQ== MIME-Version: 1.0 X-Received: by 10.50.138.195 with SMTP id qs3mr79918igb.14.1407183103165; Mon, 04 Aug 2014 13:11:43 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Aug 2014 06:11:43 +1000 Subject: Re: cmd.exe on WIndows - problem with displaying some Unicode characters From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407183112 news.xs4all.nl 2949 [2001:888:2000:d::a6]:40562 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75708 On Tue, Aug 5, 2014 at 5:17 AM, Terry Reedy wrote: > Is there no working codepage with ascii text and the line chars? I suppose I > am not surprised if not. That would be codepage 437. I grew up with that on DOS, as the one and only 256-character set, and then when we moved to OS/2 and actual codepages, we always configured 437,850 (that is, 437 as primary, with 850 as a secondary if we wanted it). Trouble is, it doesn't have non-basic letters, and the OP needs to write Polish text. I'd be not at all surprised if there are characters he needs that aren't in CP437. ChrisA