diff options
author | Jeremias Maerki <jeremias@apache.org> | 2003-05-27 14:43:53 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2003-05-27 14:43:53 +0000 |
commit | 545aa181872b2344f9f41a83b6d989c0424c91b6 (patch) | |
tree | 10779a6a6e1b2cfe18b2e4f37fda084e1491c1d6 /status.xml | |
parent | e261d72b6a5663db05beda713f102c4a9fc978bd (diff) | |
download | xmlgraphics-fop-545aa181872b2344f9f41a83b6d989c0424c91b6.tar.gz xmlgraphics-fop-545aa181872b2344f9f41a83b6d989c0424c91b6.zip |
Bugfix: Names in Unicode don't get extracted properly (#20239)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196463 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 659679598..fd8d4acd4 100644 --- a/status.xml +++ b/status.xml @@ -104,6 +104,10 @@ inactive?? <changes> <release version="2003" date="2003"> + <action context="code" dev="JM" type="fix"> + Fix for bug #20239: Failure while generating XML metrics files from TT + collections when names are in Unicode (JM) + </action> <action context="code" dev="JM" type="fix" due-to="Matthias Germann" due-to-email="germannm@post.ch"> Fixed bug: PFBParser reports "Could not load the whole segment" (#19764). |