From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 21:55:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE12F16A420 for ; Sat, 18 Feb 2006 21:55:48 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136F043D68 for ; Sat, 18 Feb 2006 21:55:44 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 13so627938nzp for ; Sat, 18 Feb 2006 13:55:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CTbl4YSPHU4bTL/5UofAM03oSgmlG0bkoei64sO9mdl6QgIRlFZcyLIi+2PWSHR9qwyDNhx1i9cGG5phY4nFSmTExYYWYcS55UsJKsQLk2QU4KzTv588gbOUNFvvm7unIH/QN3vAt/ZwHE8lTvGYaLbHIwU2w+XnRWb4GVWrBLE= Received: by 10.36.139.7 with SMTP id m7mr865514nzd; Sat, 18 Feb 2006 13:55:43 -0800 (PST) Received: by 10.37.20.11 with HTTP; Sat, 18 Feb 2006 13:55:43 -0800 (PST) Message-ID: Date: Sun, 19 Feb 2006 00:55:43 +0300 From: "Andrew Pantyukhin" To: "Benjamin A'Lee" In-Reply-To: <1140298493.8388.12.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1140294574.8388.8.camel@localhost> <200602181550.13252.gerard@seibercom.net> <20060218161226.A611.GERARD@seibercom.net> <1140298493.8388.12.camel@localhost> Cc: freebsd-questions@freebsd.org Subject: Re: Removing BOM from UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2006 21:55:48 -0000 I use this to add BOM: http://search.cpan.org/~lyokato/UTF8BOM-1.01/lib/UTF8BOM.pm You shouldn't be so fixed on eliminating BOMs, it's quite a nice concept. It causes less trouble than you think.