From owner-freebsd-questions@FreeBSD.ORG Thu May 26 14:23:46 2005 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 0C11316A421 for ; Thu, 26 May 2005 14:23:46 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9C543D5C for ; Thu, 26 May 2005 14:23:36 +0000 (GMT) (envelope-from torstenvl@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so302375wri for ; Thu, 26 May 2005 07:23:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T4DOoxNFPhKo/3K8hkt632t5Q1S3jqjVV0P1Grd2zuRCo9SUmvr0GLVI2GBD4euayV0qJXMT/l7mUK4L7f61NtD9qBO6ammFs62+by4Ebs+CpEpgbq27frwg34TWPEjra9gho0WzmhsdE/z5zKif+03nVcIFqNVya8WRmRTKN9g= Received: by 10.54.83.5 with SMTP id g5mr1939290wrb; Thu, 26 May 2005 07:23:35 -0700 (PDT) Received: by 10.54.11.4 with HTTP; Thu, 26 May 2005 07:23:34 -0700 (PDT) Message-ID: <126eac4805052607237dba39bf@mail.gmail.com> Date: Thu, 26 May 2005 16:23:34 +0200 From: Josh Ockert To: Hossein Noori In-Reply-To: <000d01c56203$b20fefe0$c70edbd9@TOSHIBA2410> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000d01c56203$b20fefe0$c70edbd9@TOSHIBA2410> Cc: freebsd-questions@freebsd.org Subject: Re: Farsi Support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Josh Ockert List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 14:23:46 -0000 On 5/26/05, Hossein Noori wrote: > Hi, >=20 > Does everybody know how to support farsi fonts? I need to read HTLM files= in FreeBSD, but there are problems. >=20 > Thanks, >=20 > Hossein Noori > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 The X server works with truetype fonts, so that's a place to start Arial Unicode MS if you can find it is supposed to be good. Otherwise, normal Arial supports ISO-8859-6 which is Arabic script... this is what Farsi uses, no? Otherwise, the SIL fonts are a good place to look http://scripts.sil.org/cms/scripts/page.php?site_id=3Dnrsi&cat_id=3DFontDow= nloads Also, I've heard ClearlyU has good Unicode support http://crl.nmsu.edu/~mleisher/cu.html Good luck