Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.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.023 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python,': 0.02; 'mrab': 0.05; 'subject:features': 0.09; 'yeah,': 0.09; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'merely': 0.16; 'wrote:': 0.18; 'unicode': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tim': 0.29; 'chase': 0.31; 'stuff': 0.32; '(including': 0.33; 'editor': 0.35; 'charset:us-ascii': 0.36; 'to:addr:python-list': 0.38; 'rather': 0.38; 'support,': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'most': 0.60; 'skip:n 10': 0.64; 'subject:Important': 0.65; 'received:50.22': 0.84; '2013,': 0.91; 'speaks': 0.91 Date: Thu, 4 Jul 2013 16:03:19 -0500 From: Tim Chase To: python-list@python.org Subject: Re: Important features for editors In-Reply-To: <51D5859F.7000600@mrabarnett.plus.com> References: <0eab9d68-da63-41b0-bad4-d7b4457128ce@googlegroups.com> <20130704082226.57b0897a@bigbox.christie.dr> <51D5859F.7000600@mrabarnett.plus.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: none 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372971701 news.xs4all.nl 15963 [2001:888:2000:d::a6]:39597 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49902 On 2013-07-04 15:24, MRAB wrote: > On 04/07/2013 14:22, Tim Chase wrote: > > Other nice-to-haves include > > > > - Unicode support (including various encodings) > > It's 2013, yet Unicode support is merely a "nice-to-have"? Yeah, while I use Vim and it's got support, most of what I do interacts with unicode stuff as escaped rather than in-line. In python, it's things like u"\u20AC" or in HTML/XML using one of the escaping variants: € or € or even € So I don't feel particularly hampered even if/when I get stuck with an editor that only speaks lower-ASCII. That's why I considered it merely "nice to have" rather than "essential". -tkc