Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: Python 3.2 has some deadly infection Date: Fri, 06 Jun 2014 17:10:58 +0300 Organization: A noiseless patient Spider Lines: 24 Message-ID: <87egz25dsd.fsf@elektro.pacujo.net> References: <538bcfff$0$29978$c3e8da3$5496439d@news.astraweb.com> <538C5BB8.1020702@chamonix.reportlab.co.uk> <538f1a61$0$29978$c3e8da3$5496439d@news.astraweb.com> <53902bb1$0$11109$c3e8da3@news.astraweb.com> <87wqcvu20h.fsf@elektro.pacujo.net> <7b3543f6-6f62-49c5-abdc-e2783fd6d629@googlegroups.com> <87oay7tnxt.fsf@elektro.pacujo.net> <87tx7z5hvw.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx05.eternal-september.org; posting-host="ff5cf27ef3d5b31f034d3b72bdc27a41"; logging-data="26186"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19B+rPgiHwlZOazxnYOftp6" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:5Imr+q9gdkmQusU9+2knxGkQPJY= sha1:xeRZD7hbRMMuVsK0T/sQ7T2Ah2E= Xref: csiph.com comp.lang.python:72846 Ethan Furman : > On 06/05/2014 11:30 AM, Marko Rauhamaa wrote: >> A fundamental text file is such that ordinary operating system >> facilities can't see inside the black box (that is, they are *not* >> encoded as far as the applications go). > > Of course they are. How would you know? > It may be an ASCII-encoding of some flavor or other, or something > really (to me) strange -- but an encoding is most assuredly in affect. Outside metaphysics, that statement is only meaningful if you have access to the encoding. > ASCII is *not* the state of "this string has no encoding" -- that > would be Unicode; a Unicode string, as a data type, has no encoding. Huh? Marko