From 545aa181872b2344f9f41a83b6d989c0424c91b6 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 27 May 2003 14:43:53 +0000 Subject: [PATCH] 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 --- status.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/status.xml b/status.xml index 659679598..fd8d4acd4 100644 --- a/status.xml +++ b/status.xml @@ -104,6 +104,10 @@ inactive?? + + Fix for bug #20239: Failure while generating XML metrics files from TT + collections when names are in Unicode (JM) + Fixed bug: PFBParser reports "Could not load the whole segment" (#19764).