Bug 4652 - right align with euro symbol
Summary: right align with euro symbol
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: Other All
: P3 blocker
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-05 13:09 UTC by Amy Weiss
Modified: 2012-04-01 13:48 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amy Weiss 2001-11-05 13:09:27 UTC
Hi!

I am trying to display a table of numbers with the euro currency in front of
the numbers.  The table displays the text as right aligned.  I am displaying
the euro currency using ascii value €, but when I do this, the right
aligning in the table gets messed up.  Each time the euro is displayed, the
numbers shift to the right one space further than they should be.

Example:

<fo:table>
...
<fo:table-row>
<fo:table-cell><fo:block text-align="end">111</fo:block></fo:table-cell>
<fo:table-cell><fo:block text-align="end">222</fo:block></fo:table-cell>
<fo:table-cell><fo:block text-align="end">333</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell><fo:block text-align="end">4</fo:block></fo:table-cell>
<fo:table-cell><fo:block text-align="end">5</fo:block></fo:table-cell>
<fo:table-cell><fo:block text-align="end">6</fo:block></fo:table-cell>
</fo:table-row>
<fo:table-row>
<fo:table-cell><fo:block
text-align="end">&#8364;7777</fo:block></fo:table-cell>
<fo:table-cell><fo:block
text-align="end">&#8364;8888</fo:block></fo:table-cell>
<fo:table-cell><fo:block
text-align="end">&#8364;9999</fo:block></fo:table-cell>
</fo:table-row>
...
</fo:table>

Will display as:

	111		222		333
	  4		  5		  6
       E7777	        E8888            E9999

This is very important because we use this for reporting for all external 
advertising clients in many different countries.  If we are unable to display 
the euro symbol right aligned in a table properly then Yahoo! will lose a lot 
of income.  Please help!

Thanks,

Amy Weiss

Technical Yahoo!

Yahoo! Inc.
701 First Ave.
Sunnyvale, CA 94089

(P) 408-349-6232
(E) aweiss@yahoo-inc.com


¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°¤º°
DO YOU YAHOO?
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°¤º°
Comment 1 Amy Weiss 2001-11-05 13:10:57 UTC
*** Bug 635 has been marked as a duplicate of this bug. ***
Comment 2 Glenn Adams 2012-04-01 13:48:04 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs