Starkiller
Programmer
Hi there.
I have a problem with some postscript files I generate with FOP (an apache java library that makes PS files ---and other formats, too--- from XSL and XML sources). The issue is that if I send the file to a printer from within a Java applet, the euro currency symbol (i.e., €) does not appear. If I take the generated PS, open it and print from within the Ghostscript, the symbol appears. The applet-printing ignores my efforts to specify a Global Locale. So the question is:
Is there any PS construct that, FROM INSIDE THE PS FILE, makes the printer to take care about "€"?
(For example, I found that the line "<</Duplex true>> setpagedevice" tweaks the printer device to print the file automatically double-sided. My aim is to find some statement that could fix my €-issue without dependence of "from where/what software" I print)
I have a problem with some postscript files I generate with FOP (an apache java library that makes PS files ---and other formats, too--- from XSL and XML sources). The issue is that if I send the file to a printer from within a Java applet, the euro currency symbol (i.e., €) does not appear. If I take the generated PS, open it and print from within the Ghostscript, the symbol appears. The applet-printing ignores my efforts to specify a Global Locale. So the question is:
Is there any PS construct that, FROM INSIDE THE PS FILE, makes the printer to take care about "€"?
(For example, I found that the line "<</Duplex true>> setpagedevice" tweaks the printer device to print the file automatically double-sided. My aim is to find some statement that could fix my €-issue without dependence of "from where/what software" I print)