From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Chinese characters missing in .ps output file Date: Sat, 20 Dec 2008 17:21:35 +0100 Message-ID: <25E99C8F-93EF-4B42-8BBE-0523E248E61A@Web.DE> References: <87zliqq21s.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1229790140 9464 80.91.229.12 (20 Dec 2008 16:22:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 16:22:20 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rodolfo Medina Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 20 17:23:24 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LE4bh-0000u3-Pc for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Dec 2008 17:23:14 +0100 Original-Received: from localhost ([127.0.0.1]:45539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE4aV-0002Gv-Bm for geh-help-gnu-emacs@m.gmane.org; Sat, 20 Dec 2008 11:21:59 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LE4aD-0002Gn-3A for help-gnu-emacs@gnu.org; Sat, 20 Dec 2008 11:21:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LE4aB-0002GR-Gu for help-gnu-emacs@gnu.org; Sat, 20 Dec 2008 11:21:40 -0500 Original-Received: from [199.232.76.173] (port=56085 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE4aB-0002GO-AJ for help-gnu-emacs@gnu.org; Sat, 20 Dec 2008 11:21:39 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:60700) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LE4aA-0001Fe-UE for help-gnu-emacs@gnu.org; Sat, 20 Dec 2008 11:21:39 -0500 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id 573C8F5A3C9B; Sat, 20 Dec 2008 17:21:38 +0100 (CET) Original-Received: from [91.35.225.164] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.110 #273) id 1LE4aA-0003Lc-00; Sat, 20 Dec 2008 17:21:38 +0100 In-Reply-To: <87zliqq21s.fsf@gmail.com> X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX195VcbyxEybFYzSqeOiw77GwApgE3KksVBQY31B Dk98G4FxvBF3Dhott6cpfqVhwmank6/tfsaaLuIMhx5G1f1Xm7 Z3qPiGuPNFjf38XpxncQ== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60875 Archived-At: Am 20.12.2008 um 16:49 schrieb Rodolfo Medina: > What am I missing, how can I work it out? You are missing CID mapped PostScript fonts or a means to teach GNU =20 Emacs to use TrueType or OpenType fonts instead. Remember: a PostScript font can have thousands or millions of glyphs, =20= but its encoding can only be 256 elements. It took years until =20 PostScript was expanded to support CJK scripts. Instead try htmlize.el by Hrvoje Nik=C5=A1i=C4=87: = http://fly.srk.fer.hr/=20 ~hniksic/emacs/htmlize.el. A sample of its capabilities can be seen =20 here: http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.html =E2=80=93 = missing =20 some CJK and other non-Latin content. Lennart Borgman's htmlize-=20 view.el helps a bit to handle printing (http://piprim.tuxfamily.org/=20 home/pi/emacs.d/site-lisp/htmlize-view.el). Can you add a bit to the Emacs wiki? -- Greetings Pete Programming today is a race between software engineers striving to =20 build bigger and better idiot-proof programs, and the Universe trying =20= to produce bigger and better idiots. So far, the Universe is winning. =E2=80=93 Rich Cook