From owner-freebsd-ports@FreeBSD.ORG Fri Mar 1 12:40:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D3D99115 for ; Fri, 1 Mar 2013 12:40:33 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 88D9FAD9 for ; Fri, 1 Mar 2013 12:40:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=In-Reply-To:Message-Id:From:Mime-Version:Date:References:Subject:To:Content-Type; bh=wpVwk/fVgHim7eYXFFEArJv6wCDyEY8gLtPr01NJz/8=; b=EC9skJs492JfK4cUqyEKCmW+02ol9BA/i0SapBVkuin+5x2+PJmCab/l24LmEGooWuL1jCeKFBw6W8xfnJO4ZaXBEbnWWjryejXdEql9iF/ykElZ0HNhBIs23s3qX89X; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UBPGJ-000EFw-0H; Fri, 01 Mar 2013 06:40:31 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpsa id 1362141624-84237-84087/5/2; Fri, 1 Mar 2013 12:40:24 +0000 Content-Type: text/plain; format=flowed; delsp=yes To: freebsd-ports@freebsd.org, Matthias Apitz Subject: Re: FreeBSD port for redirecting printer References: <20130226180645.GA1161@tiny.Sisis.de> <20130226183646.GA2351@tiny.Sisis.de> <20130227115646.GA1821@tiny.Sisis.de> Date: Fri, 1 Mar 2013 06:40:24 -0600 Mime-Version: 1.0 From: Mark Felder Message-Id: In-Reply-To: <20130227115646.GA1821@tiny.Sisis.de> User-Agent: Opera Mail/12.13 (FreeBSD) X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 12:40:33 -0000 On Wed, 27 Feb 2013 05:56:47 -0600, Matthias Apitz wrote: > another issue, how do you print an UTF-8 encoded text file, containing > for example Hebrew and Greek? With CUPS' lpr(1) you just say: You can print almost any file format using the base system lpr and print/apsfilter. You really don't need CUPS to print -- even if the destination printer doesn't understand postscript. If someone can provide me with this UTF-8 encoded text file I'll prove whether or not it prints it.