> Hi, > > On Thu, 2006-03-02 at 20:19 -0500, Ales Hvezda wrote: > > [snip] > > > > >Have you seen my recent patches on printing UTF-8 and creating EPS > > > files? Could you test them? > > > > > >Wojciech Kazubski > > > > I haven't forgotten about your patch. > > > > Yes, we should make sure that these patches (or something related) > > gets commited at some point. Anybody have any spare cycles to take > > a look and commit them? Thanks. > > -Ales > > I have them here now and will get them or something very similar > committed. (At the moment they appear to conflict a bit with my most > recent changes.)
Yes, the patches conflict a bit. To print UTF-8 I split f_print_header into two parts: f_print_init header (which should now print a new %% lines) and a bit shorter f_print_header. This was done to add charset redefine between them. EPS export should also have those new lines added. The only difference will be the first line so both f_print_init_header and f_print_eps_init_header could ne merged together with single if instruction. I propose to move the code that reads page size one level up (to f_print) and pass the size in mils to f_print_init_header. Is it OK for EPS to contain defined pages? (this is for future) what should be set for each of multiple page; initial position? scale? Now everything is printed on single page, but printing large sheet on several pieces of paper may be considered. Wojciech Kazubski