help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gset replacement (encoding)


From: Miroslaw Kwasniak
Subject: Re: gset replacement (encoding)
Date: Mon, 11 May 2009 17:58:00 +0200
User-agent: Mutt/1.5.9i

On Fri, May 08, 2009 at 08:55:35PM +0200, address@hidden wrote:
> Hi,
> 
> I now (Debian) have to use either 2.1.73-19, 2.9.9-8 or 3.0.1-6, all
> of which (unfortunatelly) don't support anymore gset.
> 
> I very often needed:
> 
> gset encoding iso_8859_1

For 2.1.73 works:
 __gnuplot_set__("encoding iso_8859_1")

For 3.x with gnuplot you can like this :(

(
  cat /usr/share/gnuplot/gnuplot/4.2/PostScript/8859-1.ps
  echo '/Helvetica reencodeISO def'
  cat old.ps
) > new.pas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]