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!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'ascii': 0.09; 'bits': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'scheme.': 0.09; 'spec': 0.09; 'bits.': 0.16; 'compression': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'either.': 0.24; 'subject:/': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'wonder': 0.29; 'could': 0.34; 'common': 0.35; 'there': 0.35; 'similar': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'more': 0.64; 'believe': 0.68; 'reverse': 0.68; 'published': 0.71; 'upper': 0.74; 'engineered': 0.84; 'officially': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: hex dump w/ or w/out utf-8 chars Date: Tue, 09 Jul 2013 09:23:55 -0400 References: <7b6fc645-8bf3-4681-821c-38fb1fa1d191@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 174.32.174.33 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 In-Reply-To: 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373376257 news.xs4all.nl 15868 [2001:888:2000:d::a6]:58293 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50242 On 07/09/2013 09:00 AM, Neil Cerutti wrote: > Interestingly similar scheme. It wonder if 5-bit chars was a > common compression scheme. The Z-machine spec was never > officially published either. I believe a "task force" reverse > engineered it sometime in the 90's. > Baudot was 5 bits. It used shift-codes to get upper case and digits, if I recall. And ASCII was 7 bits so there could be one more for parity. -- DaveA