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: [email protected]
ReportedBy: [EMAIL PROTECTED]
Some entities characters like ℓ are not translated in PDF document
The following entities:
ℓ maps to the Unicode character U+02113.
― maps to the Unicode character U+02015.
ϱ maps to the Unicode character U+003F1.
█ maps to the Unicode character U+02588
○ maps to the Unicode character U+025CB.
▪ 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">ℓ</fo:inline></fo:block>
<fo:block>horbar : <fo:inline
font-family="Symbol">―</fo:inline></fo:block>
<fo:block>rhov : <fo:inline
font-family="Symbol">ϱ</fo:inline></fo:block>
<fo:block>block : <fo:inline
font-family="Symbol">█</fo:inline></fo:block>
<fo:block>cir : <fo:inline
font-family="Symbol">○</fo:inline></fo:block>
<fo:block>squf : <fo:inline
font-family="Symbol">▪</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.