Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; "subject:' ": 0.07; 'character,': 0.09; 'prefix': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:position': 0.09; 'ebcdic': 0.16; 'implies': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:start': 0.16; 'thu,': 0.19; 'byte': 0.24; 'url:home': 0.24; 'header:X-Complaints-To:1': 0.27; 'character': 0.29; 'apparently': 0.31; 'another': 0.32; "can't": 0.35; 'something': 0.35; 'charset:us-ascii': 0.36; 'should': 0.36; 'depends': 0.38; 'to:addr:python-list': 0.38; 'previous': 0.38; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'extended': 0.61; 'jul': 0.74; 'received:108': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 0: invalid start byte Date: Thu, 04 Jul 2013 16:08:55 -0400 Organization: IISS Elusive Unicorn References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-79-218-115.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372968544 news.xs4all.nl 15964 [2001:888:2000:d::a6]:53870 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49898 On Thu, 04 Jul 2013 13:38:09 +0300, ????? declaimed the following: >What character is 0xb6 anyways? > It depends on the encoding... In EBCDIC it's unassigned. It's a paragraph mark in ISO-Latin-1 (ISO-8859-1). Apparently also a paragraph mark in ISO-Latin-9 (ISO-8859-15). If it is valid in UTF-8, I can't find a reference. It's not a prefix for a multi-byte character, which implies that the previous byte should have been something in prefix or another extended byte entry... -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/