Bug 39062 - txt output contains odd characters
Summary: txt output contains odd characters
Status: CLOSED WORKSFORME
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: rtf (show other bugs)
Version: 0.91
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
: 39064 39065 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-22 18:40 UTC by Joerg Moebius
Modified: 2012-04-01 13:47 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Moebius 2006-03-22 18:40:03 UTC
pdf output is perfect but txt output produces

───... instead of a header and footer line and
• instead of a bullet sign (in an itemizedlist)

Config: win xp, german
        eclipse 3.1.2 
        ant 1.6.5 with fop task
        encoding of input .fo file is: encoding="ISO-8859-1"

I do not know what to do where to search. Do you have any hint wether it is a
bug or a faulty configuration / usage?

Thank you in advance for your answer.

Best regards 

Joerg Moebius

ps: I hope I have chosen the right component
Comment 1 Chris Bowditch 2006-03-23 09:39:24 UTC
*** Bug 39064 has been marked as a duplicate of this bug. ***
Comment 2 Chris Bowditch 2006-03-23 09:40:25 UTC
*** Bug 39065 has been marked as a duplicate of this bug. ***
Comment 3 Jeremias Maerki 2006-04-10 10:29:05 UTC
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>
Comment 4 Glenn Adams 2012-04-01 13:47:49 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs