DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39062>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39062 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2006-04-10 10:29 ------- Sorry for the late answer, but this has slipped through the cracks. Better ask questions on the fop-users mailing list. Anyway, it looks like an output encoding problem. Your file seems to be encoded in UTF-8 (the platform default of your JVM). If you want to force a different encoding, you can specify it in the configuration file: <cfg> [..] <renderers> [..] <renderer mime="text/plain"> <encoding>US-ASCII</encoding> </renderer> </renderers> </cfg> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
