Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'received:209.85.223': 0.03; 'cpython': 0.05; 'python': 0.09; '(it': 0.09; 'subject:error': 0.11; 'benjamin': 0.16; 'subject:unicode': 0.16; 'unicode.': 0.16; 'wrote:': 0.17; 'unicode': 0.17; 'windows': 0.19; 'versions': 0.20; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; "doesn't": 0.28; 'code': 0.31; 'point': 0.31; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'so,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'message-id:@gmail.com': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'fact': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'help': 0.40; 'think': 0.40; 'skip:6 10': 0.63; '(standard': 0.84; 'actually,': 0.84; 'oscar': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=3AQ49N6kqyxZor2H8sxo1aou8+ELsc13UJ8HgxExtGI=; b=j6FT0ST2urdkcVcZBwkkNe8qhnOcDOlatv2qaykpIlem59k58m6B3dZ2UvOEOuAMAG K+KKKkdFEwnDOSr/j1xwYqY3I7CbHnjdZB3CPv3lPspABm3I5BRzNj5eIdUMXh7wi889 8wie3sRYRBPqoektKaOpwZDt1gh/GPDKNdi/K6AuT/18QecvgqXLObVkyxKBZaBLM5nZ nvIAREXktFJ3ul0I5fNgIjQUnuabcO2NFSpuwHxGvVl3jWtK+a/kbasvD/AWysF32H/l 83fbRem3eDkO/S998OpRSNIeJCr+s8eTzfJyNR7Lu5PJ6xeOA9hl5JeF06N+qlzZT6fN u47A== Date: Wed, 07 Nov 2012 17:51:11 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: "comp.lang.python" Subject: Re: Right solution to unicode error? References: <09a3d20b-5871-47f4-9218-df119698e405@m4g2000yqf.googlegroups.com> In-Reply-To: X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352332281 news.xs4all.nl 6913 [2001:888:2000:d::a6]:60595 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32920 On 2012.11.07 17:27, Oscar Benjamin wrote: > Are you using cmd.exe (standard Windows terminal)? If so, it does not > support unicode Actually, it does. Code page 65001 is UTF-8. I know that doesn't help the OP since Python versions below 3.3 don't support cp65001, but I think it's important to point out that the Windows command line system (it is not unique to cmd) does in fact support Unicode. -- CPython 3.3.0 | Windows NT 6.1.7601.17835