You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/11/05 22:08:30 UTC

DO NOT REPLY [Bug 4651] New: - right align with euro symbol

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=4651>.
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=4651

right align with euro symbol

           Summary: right align with euro symbol
           Product: Fop
           Version: all
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: aweiss@yahoo-inc.com


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 &#8364;, 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?
���`����,��,����`����������

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org