|
From: Petr M. <mi...@ph...> - 2004-09-17 08:55:39
|
> should also understand strings as argument. Then, for example, > set encoding 'privatenc' > loads the encoding file `privateenc.enc'. It should still be "set encoding <encoding>", just the postscript driver should load its encoding from a corresponding file. Other terminals work differently. I think that file could be a collection of files like in a2ps/encoding directory. In order to save disk space, it could be a single file gzipped? (Gnuplot linked with libz (needed for libgd et al anyway) can read them directly.) > The only problem I see are 8.3 filenames. Is there still an operating > system that does not work with longer file names? DOS is no longer supported in gnuplot beyond 4.0. --- PM |