Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dennis Lee Bieber Newsgroups: comp.lang.python Subject: Re: Exended ASCII and code pages [was Re: for / while else doesn't make sense] Date: Wed, 25 May 2016 21:28:47 -0400 Organization: IISS Elusive Unicorn Lines: 19 Message-ID: References: <5743a8d2$0$1587$c3e8da3$5496439d@news.astraweb.com> <7D6476C4-9969-4648-AB43-4CE0C7115B9C@icloud.com> <57457c4f$0$11122$c3e8da3@news.astraweb.com> <57461326.5040606@lucidity.plus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de VwSdTpDcsm2T7eTOokYHLwUwkJ3OF431CybnWCrZfIvQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'binary': 0.05; 'linear': 0.07; 'subject:code': 0.07; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:while': 0.09; 'translate': 0.15; 'wed,': 0.15; '2016': 0.16; '8-bit': 0.16; 'ascii,': 0.16; 'ebcdic': 0.16; 'erik': 0.16; 'hex': 0.16; 'interchange.': 0.16; 'jumped': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:make': 0.16; 'result,': 0.18; 'url:home': 0.18; 'ascii': 0.22; 'minor': 0.22; 'code,': 0.23; 'header:X-Complaints-To:1': 0.26; 'ibm': 0.27; '(my': 0.29; 'coded': 0.29; 'decimal': 0.29; 'dumps': 0.29; 'subject: [': 0.29; 'code': 0.30; 'closely': 0.33; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'linked': 0.63; 'subject: / ': 0.63; 'more': 0.63; 'card': 0.63; 'information': 0.63; 'college': 0.67; 'american': 0.69; 'cobol': 0.84; 'interchange': 0.84; 'recall,': 0.84; 'subject:else': 0.84; 'subject:sense': 0.84; 'xerox': 0.84; 'dennis': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: adsl-108-73-116-84.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <5743a8d2$0$1587$c3e8da3$5496439d@news.astraweb.com> <7D6476C4-9969-4648-AB43-4CE0C7115B9C@icloud.com> <57457c4f$0$11122$c3e8da3@news.astraweb.com> <57461326.5040606@lucidity.plus.com> Xref: csiph.com comp.lang.python:109129 On Wed, 25 May 2016 22:03:34 +0100, Erik declaimed the following: >Indeed - at that time, I was working with COBOL on an IBM S/370. On that >system, we used EBCDIC ASCII. That was the wierdest ASCII of all ;) > It would have to be... Extended Binary Coded Decimal Interchange Code, as I recall, predates American Standard Code for Information Interchange. EBCDIC's 8-bit code is actually more closely linked to Hollerith card encodings. As a minor result, I used to be able to translate hex dumps in my mind (my college computer, at the time, was a Xerox Sigma 6 -- which used EBCDIC); ASCII, even though linear and contiguous, has never jumped out at me when seen in hex. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/