From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 20:38:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FDE7106564A for ; Tue, 26 Oct 2010 20:38:23 +0000 (UTC) (envelope-from slackmails@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1E24A8FC14 for ; Tue, 26 Oct 2010 20:38:22 +0000 (UTC) Received: by pwi2 with SMTP id 2so437459pwi.13 for ; Tue, 26 Oct 2010 13:38:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type; bh=aaH69yyP9DbuYxk8kU+n9C1/X3ChbBKtG35CWEb9Pb0=; b=SrIrudIa6UsAIrysNiBESrHOVYCf0TCRw8RpfjB/HOyDCnLvlaAP6kuW3zmMxwOpsu fTo/7v6q8mOeVDrbGaF0kh6IoK3VB72XK4Z9Y4DqOiqZdzHukSxwfypWt6r9IFKlHOvZ ORo+bLlN/BuHQXh7N1Qh5Ho54OWrG0mz2Ga8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; b=en/y80VZfz01R2cPZjAGbI79mc0YdP6ZcpO21c4J3SbzzAWjnllFc3dsNvOAHbOHNo We5ceGL/NHHUroSgDffWUpcDybKo+khFFSBsHsghjQaVTMBIxyXEhE1MKjjyJaM0Smqm 1lUeLHANheMnXtCWe+Lpner5nUDgqpT63TH4o= Received: by 10.142.231.8 with SMTP id d8mr6229763wfh.433.1288125502323; Tue, 26 Oct 2010 13:38:22 -0700 (PDT) Received: from [10.0.0.3] ([116.68.82.87]) by mx.google.com with ESMTPS id v19sm13623998wfh.12.2010.10.26.13.38.20 (version=SSLv3 cipher=RC4-MD5); Tue, 26 Oct 2010 13:38:21 -0700 (PDT) Message-ID: <4CC7C1D1.8030004@gmail.com> Date: Wed, 27 Oct 2010 02:08:17 -0400 From: Rihaz Jerrin User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.10) Gecko/20100627 Thunderbird/3.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: X-Mailman-Approved-At: Tue, 26 Oct 2010 20:47:04 +0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: php dompdf 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: Tue, 26 Oct 2010 20:38:23 -0000 On 10/26/2010 12:05, rjk kjr wrote: > Hi, > > Anyone using dompdf http://code.google.com/p/dompdf/ on a Freebsd > server?.It generates pdf files, but some characters are not showing > up properly.it was working on a linux server,i just > moved it to Freebsd.From this forum > http://groups.google.com/group/dompdf/browse_thread/thread/bd0ea178b0779227 > it says about a program ttf2ufm, but it was not working on the linux > server also. > Any ideas? > > Thank you > Rihaz Hi, Just incase anyone was confused with the previous post. It was not a problem with dompdf.. mysql database character set was using Latin1.Had to change it to utf-8. Thank you Rihaz