https://issues.apache.org/bugzilla/show_bug.cgi?id=50492
Glenn Adams <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #7 from Glenn Adams <[email protected]> 2012-04-21 04:08:27 UTC --- using the Unicode code point U+0052 LATIN CAPITAL LETTER R to mean anything other than LATIN CAPITAL LETTER R is a violation of both XSL-FO and Unicode semantics; in order to prevent such mis-use, I have removed [1] the experimental feature ("workaround") added in [2]; [1] http://svn.apache.org/viewvc?view=revision&revision=1328579 [2] http://svn.apache.org/viewvc?view=revision&revision=891181 if a user wishes to map a character in a symbol font that does not have an assigned Unicode code point, then they must use a private use character provided the font manufacturer provides a cmap entry for that private use code point; if there is no assigned private use code point, then, until a more general mechanism is added to FOP, e.g., adding the ability to augment cmap entries for specific fonts using the fop configuration file, then glyphs that have no assigned Unicode code point or private use mapping will remain inaccessible, in which case you should contact the font supplier to request the addition of such a mapping; -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
