diff options
author | Glenn Adams <gadams@apache.org> | 2012-04-21 04:03:58 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2012-04-21 04:03:58 +0000 |
commit | c5ea5054c700f631617216832ec1e8f0ff4716bf (patch) | |
tree | 2c137417d6a11b8caa537ed98f33c674daa61c09 /status.xml | |
parent | c8c417405ad26ba3d2a84ebed18c6d050b1288cf (diff) | |
download | xmlgraphics-fop-c5ea5054c700f631617216832ec1e8f0ff4716bf.tar.gz xmlgraphics-fop-c5ea5054c700f631617216832ec1e8f0ff4716bf.zip |
Bugzilla #50492: Removing experimental feature that violates XSL-FO and Unicode semantics by misinterpreting Basic Latin code points. Users must use private use codepoints to access font specific character mappings that have no assigned Unicode code point.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1328579 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 13c5bc36f..84708802e 100644 --- a/status.xml +++ b/status.xml @@ -62,6 +62,10 @@ documents. Example: the fix of marks layering will be such a case when it's done. --> <release version="FOP Trunk" date="TBD"> + <action context="Fonts" dev="GA" type="update"> + Removing experimental feature that violates XSL-FO and Unicode semantics by misinterpreting Basic Latin code points. Users must use private use codepoints to access font specific + character mappings that have no assigned Unicode code point. See bug 50492. + </action> <action context="Code" dev="GA" type="fix" fixes-bug="53103" due-to="Matthias Reischenbacher"> Ensure that table cell spanning works in right-to-left writing mode. </action> |