bugzilla | 8 Aug 17:28
Picon
Favicon

DO NOT REPLY [Bug 45599] New: [FOP] Some entities characters like ℓ are not translated in PDF document

https://issues.apache.org/bugzilla/show_bug.cgi?id=45599

           Summary: [FOP] Some entities characters like ℓ are not
                    translated in PDF document
           Product: XMLGraphicsCommons
           Version: Trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Utilities
        AssignedTo: fop-dev <at> xmlgraphics.apache.org
        ReportedBy: annie.laforgue <at> cstb.fr

Some entities characters like &ell; are not translated in PDF document

The following entities:
&ell; maps to the Unicode character U+02113.
&horbar; maps to the Unicode character U+02015.
&rhov; maps to the Unicode character U+003F1. 
&block; maps to the Unicode character U+02588
&cir; maps to the Unicode character U+025CB.
&squf; maps to the Unicode character U+025AA.

Give # in PDF translation. 

Why? Thanks for your help.

Here are le .fo file lines:

<fo:block>ell : <fo:inline
font-family="Symbol">&#x02113;</fo:inline></fo:block>
<fo:block>horbar : <fo:inline
font-family="Symbol">&#x02015;</fo:inline></fo:block>
<fo:block>rhov : <fo:inline
font-family="Symbol">&#x003F1;</fo:inline></fo:block>
<fo:block>block : <fo:inline
font-family="Symbol">&#x02588;</fo:inline></fo:block>
<fo:block>cir : <fo:inline
font-family="Symbol">&#x025CB;</fo:inline></fo:block>
<fo:block>squf : <fo:inline
font-family="Symbol">&#x025AA;</fo:inline></fo:block>

--

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Gmane