Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Jussi Piitulainen Newsgroups: comp.lang.python Subject: Re: Gmail eats Python Date: Sat, 25 Jul 2015 20:52:38 +0300 Organization: A noiseless patient Spider Lines: 22 Message-ID: References: <201507251634.t6PGYUvo028820@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="305c68510616a2e7ac08bcd2ff1598bd"; logging-data="10958"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+lUu4bZKqyYn5VC6ta9pCfyT6n0F1in9Y=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:09J8eIBL1Pae+z5LAWuRkB1yU1k= sha1:pMdEDc8GHv94i3fpEH7QsteYEbk= Xref: csiph.com comp.lang.python:94568 Jussi Piitulainen writes: > Zachary Ware writes: [snip what I quoted from him] Oh well - Gnus made me go through some hoops to send the characters that were in the unknown-to-it encoding, and then mangled them. This is what I had added: > Just in case anyone cares, Gnus shows me those indentations as octal > codes, \302\240\302\240 (followed by one ASCII space). I guess a > \302\240 is a NO-BREAK SPACE in UTF-8, and I guess Gnus does not know > this because there is no charset specification in the headers. That > seems to be missing whenever I see these codes instead of properly > rendered characters and bother to check the headers. > > Has the world adopted UTF-8 as the default charset now or what? (I'll > be only glad to hear that it has, if it has, but a reference to some > sort of internet standard would be nice.) And any information is appreciated. Thanks.