Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'scripts': 0.03; 'differently': 0.07; 'latter': 0.09; 'lawrence': 0.09; 'received:internal': 0.09; 'url:github': 0.09; 'windows,': 0.09; 'runs': 0.10; 'subject:question': 0.10; 'jan': 0.12; 'windows': 0.15; 'message-id:@webmail.messagingengine.com': 0.16; 'pypi.': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'subject:unicode': 0.16; 'wrote:': 0.18; 'either.': 0.24; 'versions': 0.24; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'url:bugs': 0.29; 'url:python': 0.33; 'received:66': 0.35; 'limitations': 0.36; 'sequence': 0.36; 'url:org': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.61; "you'll": 0.62; 'header:Message-Id:1': 0.63; 'real': 0.63; 'useful.': 0.68; 'boxes,': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= message-id:x-sasl-enc:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=mesmtp; bh=w4NKFP8XlOfN369lfBDF8ou8QGU=; b=IVX31s WrtYu5W0KF2gkUQB2kPJkies4KsnLvD4gU0FHdf9LFN8uamuf+5aBRS5bDLT8WI+ AeUM+sVXPYmpl5N/XoG9d7E0wWsmdQn1ffhyVzXkFWEoV1NH6URDh7xXzDUWjpzf trqBt1gHnOeyuDKHhJMFnKhjr2C7YiUZUxY6g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:subject :date:in-reply-to:references; s=smtpout; bh=w4NKFP8XlOfN369lfBDF 8ou8QGU=; b=VKSPGCTwsX2N4nBnNCjkmKsQqRyHndxCvA5Xb7Y/zVey/vjNtKwa /V4kigGKejlTup6+7rAI5D9H/RU0wAdyPoDQxvzswOMFwCxKjn8Djwcf/GPT522b 831o9vk4UjOuDzS4CJJ3xboVOsjfe/6K1LPBuqtbsi5WXTx9+ZxZ0Dg= X-Sasl-Enc: GIgiaQTKZWBHK0GCsizk8MZg3rBUf4wJUXte6zcvWtna 1422382041 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-46f3f2c7 Subject: Re: unicode question Date: Tue, 27 Jan 2015 13:07:21 -0500 In-Reply-To: References: <1422375190.3245500.219555521.5C80989C@webmail.messagingengine.com> 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422382044 news.xs4all.nl 2881 [2001:888:2000:d::a6]:35789 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84660 On Tue, Jan 27, 2015, at 12:25, Mark Lawrence wrote: > People might find this http://bugs.python.org/issue1602 and hence this > https://github.com/Drekin/win-unicode-console useful. The latter is > available on pypi. However, Arabic is one of those scripts that runs up against the real limitations of the windows console. At least on non-Arabic versions of Windows, you'll just get a sequence of boxes, and it won't do any bidirectional processing either. I have no idea what, if anything, it would do differently on Arabic versions of Windows.