Message from discussion
Issue 63 in vim: sed: RE error: illegal byte sequence
Received: by 10.180.98.234 with SMTP id el10mr2287769wib.3.1342771674660;
Fri, 20 Jul 2012 01:07:54 -0700 (PDT)
X-BeenThere: vim_dev@googlegroups.com
Received: by 10.216.200.203 with SMTP id z53ls4061149wen.5.gmail; Fri, 20 Jul
2012 01:07:50 -0700 (PDT)
Received: by 10.216.179.145 with SMTP id h17mr769398wem.0.1342771670683;
Fri, 20 Jul 2012 01:07:50 -0700 (PDT)
Received: by 10.216.179.145 with SMTP id h17mr769397wem.0.1342771670634;
Fri, 20 Jul 2012 01:07:50 -0700 (PDT)
Return-Path: <3yxEJUAMOB5gNAE8GG8D64G56.4GENAE_56NNAE....@codesite.bounces.google.com>
Received: from jail.42.org (jail.42.org. [194.77.85.16])
by gmr-mx.google.com with ESMTP id cx9si998845wib.0.2012.07.20.01.07.50;
Fri, 20 Jul 2012 01:07:50 -0700 (PDT)
Received-SPF: neutral (google.com: 194.77.85.16 is neither permitted nor denied by domain of 3yxEJUAMOB5gNAE8GG8D64G56.4GENAE_56NNAE....@codesite.bounces.google.com) client-ip=194.77.85.16;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 194.77.85.16 is neither permitted nor denied by domain of 3yxEJUAMOB5gNAE8GG8D64G56.4GENAE_56NNAE....@codesite.bounces.google.com) smtp.mail=3yxEJUAMOB5gNAE8GG8D64G56.4GENAE_56NNAE....@codesite.bounces.google.com
Received: from mail-pb0-f76.google.com (mail-pb0-f76.google.com [209.85.160.76])
by jail.42.org (Postfix) with ESMTP id 3435812683F
for <vim_...@vim.org>; Fri, 20 Jul 2012 08:07:45 +0000 (UTC)
Received: by pbbrq13 with SMTP id rq13so689552pbb.5
for <vim_...@vim.org>; Fri, 20 Jul 2012 01:07:39 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.66.75.7 with SMTP id y7mr205235pav.12.1342771659822; Fri, 20
Jul 2012 01:07:39 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: vim
X-GoogleCode-Issue-Id: 63
References: <3-12749862743008268755-15410202080049999490-vim=googlecode.com@googlecode.com>
<0-12749862743008268755-15410202080049999490-vim=googlecode.com@googlecode.com>
In-Reply-To: <3-12749862743008268755-15410202080049999490-vim=googlecode.com@googlecode.com>
Message-ID: <4-12749862743008268755-15410202080049999490-vim=googlecode....@googlecode.com>
Date: Fri, 20 Jul 2012 08:07:39 +0000
Subject: Re: Issue 63 in vim: sed: RE error: illegal byte sequence
From: v...@googlecode.com
To: vim_...@vim.org
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
Comment #4 on issue 63 by dominiqu...@gmail.com: sed: RE error: illegal
byte sequence
http://code.google.com/p/vim/issues/detail?id=63
Non ASCII characters are only used in a comment.
Replacing them with ASCII characters makes the file
runtime/tools/efm_perl.pl both a valid latin1 and valid utf8 file.
I think it's safer to fix it this way rather than encoding the file in utf8.
See attached patch.
Attachments:
fix-charenc-efm_perl.pl-7.3.608.patch 586 bytes