Bug 39030 - TTFReader writes file with %20" (percent twenty) in filename
Summary: TTFReader writes file with %20" (percent twenty) in filename
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: trunk
Hardware: Other Windows XP
: P5 trivial
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-19 20:36 UTC by Matt LeClair
Modified: 2012-04-01 06:32 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt LeClair 2006-03-19 20:36:06 UTC
When org.apache.fop.fonts.apps.TTFReader is run on a font name containing a
space ("Gill Sans"), it produces an XML font metrics file with "%20" (percent
twenty) in the filename instead of the space ("Gill%20Sans.xml")
Comment 1 Jeremias Maerki 2006-03-20 07:35:56 UTC
It looks like a bug in Xalan-J. I've changed the code so we open the
OutputStream to the target file ourselves.
http://svn.apache.org/viewcvs?rev=387161&view=rev

Would you mind informing the Xalan-J people about this? Someone else might run
into this.
Comment 2 Matt LeClair 2006-04-02 16:43:57 UTC
Thanks.  I may have reported this incorrectly under Xalan-J, but I did put it
out there.  Here's the link: http://issues.apache.org/bugzilla/show_bug.cgi?id=39181

(In reply to comment #1)
> It looks like a bug in Xalan-J. I've changed the code so we open the
> OutputStream to the target file ourselves.
> http://svn.apache.org/viewcvs?rev=387161&view=rev
> 
> Would you mind informing the Xalan-J people about this? Someone else might run
> into this.

Comment 3 Glenn Adams 2012-04-01 06:32:09 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed