Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!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.013 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'encoding': 0.05; 'encoded': 0.07; "subject:' ": 0.07; 'utf-8': 0.07; 'subject:position': 0.09; 'url:unicode': 0.09; '127': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'subject: \n ': 0.16; 'subject:start': 0.16; 'too?': 0.16; 'wrote:': 0.18; 'thu,': 0.19; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'byte': 0.24; 'bytes': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'character': 0.29; 'safely': 0.31; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'no.': 0.61; 'first': 0.61; 'header :Reply-To:1': 0.67; 'equals': 0.68; 'reply-to:no real name:2**0': 0.71; '8bit%:92': 0.71; '8bit%:100': 0.72; 'jul': 0.74; 'reply- to:addr:python.org': 0.84; 'skip:\xef 10': 0.84; '2013': 0.98 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=KrN0hwmN c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=K2DDQYBT4xIA:10 a=scYcj5qmBLgA:10 a=ihvODaAuJD4A:10 a=OUOv7kDek9cA:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=PMVg_betNJUA:10 a=8_GrFjI7AAAA:8 a=qEnVw5S_71HqYkPWe6kA:9 a=QEXdDO2ut3YA:10 a=oCt_qPym5wIA:10 X-AUTH: mrabarnett:2500 Date: Thu, 04 Jul 2013 12:52:29 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: python-list@python.org Subject: Re: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 0: invalid start byte References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372938733 news.xs4all.nl 15900 [2001:888:2000:d::a6]:59728 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49845 On 04/07/2013 12:29, Νίκος wrote: > Στις 4/7/2013 1:54 μμ, ο/η Chris Angelico έγραψε: >> On Thu, Jul 4, 2013 at 8:38 PM, ����� wrote: >>> So you are also suggesting that what gesthostbyaddr() returns is not utf-8 >>> encoded too? >>> >>> What character is 0xb6 anyways? >> >> It isn't. It's a byte. Bytes are not characters. >> >> http://www.joelonsoftware.com/articles/Unicode.html > > Well in case of utf-8 encoding for the first 127 codepoing we can safely > say that a character equals a byte :) > Equals? No. Bytes are not characters. (Strictly speaking, they're codepoints, not characters.) And anyway, it's the first _128_ codepoints.