Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'binary': 0.05; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:python-list': 0.10; 'all?': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'something.': 0.16; 'subject:unicode': 0.16; 'laura': 0.18; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'cc:no real name:2**0': 0.23; 'header:In-Reply-To:1': 0.24; 'received:se': 0.29; 'unicode': 0.35; 'something': 0.35; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'missing': 0.37; 'data': 0.40; 'subject: (': 0.40; 'why': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.62; 'here': 0.66; 'obvious': 0.72; 'received:89': 0.80 To: anatoly techtonik cc: python-list@python.org From: Laura Creighton Subject: Re: Fwd: Lossless bulletproof conversion to unicode (backslashing) In-Reply-To: Message from anatoly techtonik of "Wed, 27 May 2015 14:15:06 +0300." References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13834.1432726534.1@fido> Date: Wed, 27 May 2015 13:35:34 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Wed, 27 May 2015 13:35:36 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432726543 news.xs4all.nl 2887 [2001:888:2000:d::a6]:60376 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91296 I am missing something. Why do you need unicode at all? Why can you not just keep your binary data as binary data? I feel like I must be missing something obvious here ... Laura