Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:text': 0.05; 'subject:file': 0.07; 'utf-8': 0.07; 'bytes,': 0.09; 'looked': 0.10; "wouldn't": 0.11; '(windows)': 0.16; 'cp1252': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:?)': 0.16; 'subject:Text': 0.16; 'subject:XML': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'fine,': 0.22; "i've": 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'plain': 0.27; 'then.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; '(my': 0.29; "i'm": 0.29; 'worked': 0.30; 'impression': 0.33; 'limitations': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'received:209.85': 0.35; 'something': 0.35; 'really': 0.36; 'anything': 0.36; 'subject: (': 0.36; 'editor': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'daily': 0.38; 'supports': 0.38; 'some': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'where': 0.40; 'header:Received:5': 0.40; 'july': 0.60; 'jul': 0.65; 'subject:Search': 0.84; 'suits': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=rg9kh7G2wLYp6Ey4KzlxWASGkfBBdli4r1Z8/SsQhgM=; b=x1wNVmftIpOXdM6W1gU1roMo9LwBh+1lGzCQAXPwgxrqI7NIFxLci+gyh1N5rswTZv +UJaFhaxR/HxHbVP8FeEhJEilIjD35CbpWdcyQvkOQ/dKtd73W5WKA1sE6k5cJu2ZG8/ ABl3QH2gAY1ecsU0MdhA6B62QXW7bWXSxylEsoyPFX+CAyBSv9wHcx/bEawvNc/slyCW SGK+QBR+r+rcyTFZGlOm8HQgYAKjPyvQY2g6RkTJzNMwV1OSDynUNxp2rtBmW27tB2R+ ucsySeBGstfPWBpSKQFqvBfgOdcSvNwJeXGnJpocuEJdd6htCgtZXJIrijtvYk/QfMa7 kABA== MIME-Version: 1.0 In-Reply-To: <70f3e677-550b-4727-8292-fda143a4e8c0@googlegroups.com> References: <70f3e677-550b-4727-8292-fda143a4e8c0@googlegroups.com> Date: Sun, 29 Jul 2012 03:47:24 +1000 Subject: Re: OT: Text editors (was Re: Search and replace text in XML file?) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343497647 news.xs4all.nl 6851 [2001:888:2000:d::a6]:40949 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26161 On Sun, Jul 29, 2012 at 3:43 AM, wrote: > On Saturday, July 28, 2012 5:51:48 PM UTC+2, Chris Angelico wrote: > > ... and has a few limitations (eg it only really supports >> >> UTF-8), > > ?! > > It's my daily plain text editor (Windows) since ? (I don't remember). > And I'm using it for utf-8, utf-16 and cp1252 (my favorite coding) > without problems. Okay, I must have misunderstood something then. Was under the impression that it had some internals where it worked only in bytes, and that things wouldn't always work if you used anything other than UTF-8. It's not an issue for me, since UTF-8 suits me just fine, so I've never looked into it. Apologies for the Elmer FUD! ChrisA