Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64223
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.099 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.06; 'one?': 0.05; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'expecting': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'sat,': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'subject:the': 0.34; 'subject:from': 0.34; 'received:google.com': 0.35; 'pm,': 0.38; 'anything': 0.39; 'url:v': 0.71; 'url:youtube': 0.71; 'special': 0.74; 'url:watch': 0.77; 'inspector': 0.84; 'delivery,': 0.91; 'to:none': 0.92; 'picture': 0.97 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=pQ5HPdjtbLs6MMTtjoSVlq7jss889WEpiE7RLUwBmdI=; b=nSWNNGbydLHuLQQTRgKqFe2svkvK+uRj6PTWIX+egS/5fCNAlmWm9lSpcbr/f8LGYz 51gw07b8zoQNcWuOBz+84ivQ3XZISbg6H2nYidu8Nh9wYThxGrp14QmmNCN0xLlEaDCA HcIYE3bhHeEvGgk20WtTU0Zjoj00EEY5kRU+OU6thtDnTL1OUMejJ/+T5ekgSf9dCN+q LfLwme8r9eoQ9VvPfz05Za8RLR69kaTHXycj3dGcynK2TifA4PWmQN5f3usVJgLxnzZu te74UHbPesyzmNMRv8tlXf1L9IM8QbYKbXaSEIicR+SQqUnC+cGtt1O3bpzX4LwrfgBn KNmQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.192.74 with SMTP id he10mr7345550pac.126.1390039857733; Sat, 18 Jan 2014 02:10:57 -0800 (PST) |
| In-Reply-To | <bjv0hcFp2i3U1@mid.individual.net> |
| References | <CAPTjJmqyO0UHrq31510iNeoQ2TcrJnosV0A6oHQOt5i-gz3njA@mail.gmail.com> <1389901049.40172.YahooMailBasic@web163804.mail.gq1.yahoo.com> <CAPTjJmqNhokKF8X3jHNZrW0iEt8foTaMM+26a3+2O9FG4rMPpw@mail.gmail.com> <20140116194005.387a9125@bigbox.christie.dr> <lbas1k$2jm$1@ger.gmane.org> <mailman.5631.1389951842.18130.python-list@python.org> <bjv0hcFp2i3U1@mid.individual.net> |
| Date | Sat, 18 Jan 2014 21:10:57 +1100 |
| Subject | Re: Guessing the encoding from a BOM |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5674.1390039861.18130.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1390039861 news.xs4all.nl 2869 [2001:888:2000:d::a6]:51743 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64223 |
Show key headers only | View raw
On Sat, Jan 18, 2014 at 8:41 PM, Gregory Ewing <greg.ewing@canterbury.ac.nz> wrote: > Chris Angelico wrote: >> >> On Fri, Jan 17, 2014 at 8:10 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> >> wrote: >> >> Every time I see it I picture Inspector >>> >>> Clouseau, "A BOM!!!" :) >> >> >> Special delivery, a berm! Were you expecting one? > > > A berm? Is that anything like a shrubbery? http://www.youtube.com/watch?v=GLDvtpSC_98 ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Guessing the encoding from a BOM Chris Angelico <rosuav@gmail.com> - 2014-01-17 20:43 +1100
Re: Guessing the encoding from a BOM Pete Forman <petef4+usenet@gmail.com> - 2014-01-17 16:46 +0000
Re: Guessing the encoding from a BOM Ethan Furman <ethan@stoneleaf.us> - 2014-01-17 09:40 -0800
Re: Guessing the encoding from a BOM Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-01-18 22:41 +1300
Re: Guessing the encoding from a BOM Chris Angelico <rosuav@gmail.com> - 2014-01-18 21:10 +1100
csiph-web