Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'ascii': 0.09; 'scheme.': 0.09; 'cc:addr:python-list': 0.11; 'cards.': 0.16; 'compression': 0.16; 'ebcdic': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'wonder': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'url:wikipedia': 0.31; 'common': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'common,': 0.84; 'ruled': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=p2aRVGqebLl5m6UQZts2SgcwLuAaC3zU/0J/fYXjiA0=; b=s2U9gId7BGpr/+/lbZt8TuX/4stvGjBPOU83ErBcPGm2DZcjcoY4IeHn65BXg0rsGk YTPCExNPYn9pmdypzoZM7q9ajzkTt1qmeUvE2BW/fBvIcvMV/n94JlE+O4BvqWFalDXu iQhFndL1mGntZ33/AsLSa+SGjBLcNp6P+OnuFOje0d1v5dbEXlKF4UO69ffNFfRUgNG8 fjcBg0z29hJMlNUrr+XX4//u8TaQzMjFCXf+Rx3i4/4i2Fa/3myIqtWVJLsn9ZelkTOO Exh/aXTzqLe2QBL2VaHRzKZF+iJz9bR+dbu0hbVaRVtG0ux9suB70JBMbVHLCQlNggM7 ECIA== MIME-Version: 1.0 X-Received: by 10.43.77.137 with SMTP id zi9mr8177713icb.106.1373375915008; Tue, 09 Jul 2013 06:18:35 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: <7b6fc645-8bf3-4681-821c-38fb1fa1d191@googlegroups.com> Date: Tue, 9 Jul 2013 08:18:34 -0500 X-Google-Sender-Auth: UL_HSfg5sUftm9qjj_q2Gwhe0zA Subject: Re: hex dump w/ or w/out utf-8 chars From: Skip Montanaro To: Neil Cerutti Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373375918 news.xs4all.nl 15934 [2001:888:2000:d::a6]:54400 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50240 > It wonder if 5-bit chars was a > common compression scheme. http://en.wikipedia.org/wiki/List_of_binary_codes Baudot was pretty common, as I recall, though ASCII and EBCDIC ruled by the time I started punching cards. Skip