Index: src/java/org/apache/fop/complexscripts/bidi/UnflattenProcessor.java
===================================================================
--- src/java/org/apache/fop/complexscripts/bidi/UnflattenProcessor.java	(revision 1423373)
+++ src/java/org/apache/fop/complexscripts/bidi/UnflattenProcessor.java	(working copy)
@@ -279,6 +279,7 @@
         assert f != null;
         fc.setIPD ( f.getIPD() );
         fc.setUnitWidth ( f.getUnitWidth() );
+        fc.setAdjustingInfo( f.getAdjustingInfo() );
     }
     private InlineParent generateInlineContainer0 ( InlineParent i ) {
         InlineParent ic = new InlineParent();
Index: src/java/org/apache/fop/area/inline/InlineArea.java
===================================================================
--- src/java/org/apache/fop/area/inline/InlineArea.java	(revision 1423373)
+++ src/java/org/apache/fop/area/inline/InlineArea.java	(working copy)
@@ -137,6 +137,14 @@
     }
 
     /**
+     * Sets the adjustment information from an existing object
+     * @param adjustingInfo the existing adjustment object
+     */
+    public void setAdjustingInfo(InlineAdjustingInfo adjustingInfo) {
+        this.adjustingInfo = adjustingInfo;
+    }
+
+    /**
      * Modify the adjustment value in the adjustment information object
      * @param adjustment the new adjustment value
      */
