DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2532>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2532

FOP 0.17 does not work with WebSphere V3.5 OS/390





------- Additional Comments From [EMAIL PROTECTED]  2002-11-15 07:27 -------
Your're right. Please check bug database, there are some bugs relating to this 
problem. What you must do is to change all the "getBytes" methods in the PDF-
related java source code. Just substitute:
.... getBytes();

with

.... getBytes("ISO-8859-1");

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to