I've got the same problem on solaris 7/8 and it was not the browser but the web server. I solve it setting some locale on OS, something like: LC_COLLATE=it_IT.ISO8859-1 LC_CTYPE=it_IT.ISO8859-1 LC_MESSAGES=it LC_MOLC_COLLATE=it.ISO8859-15 LC_NUMERIC=it_IT.ISO8859-1 LC_TIME=it_IT.ISO8859-1
hi ----- Original Message ----- From: "Rob Staveley (Tom)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 6:34 PM Subject: Using FopServlet with ISO-8859-1 > I've got an XML document encoded with ISO-8859-1 for which I have an XSL-FO > which also outputs ISO-8859-1. This works nicely using the command line Fop. > However, using the same XML and XSL with FopServlet I find that accented > characters get clobbered in the retrieved PDF. It happens with Mozilla and > IE. Any ideas? > > PS: I've tried using UTF-8 as the output encoding in the XSL and get the > same problem. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
