git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@397556
13f79535-47bb-0310-9956-
ffa450edef68
} else {
// this is to retain a single space between words
inWhiteSpace = true;
- if (currentChar != '\u0020'
- && whiteSpaceTreatment == Constants.EN_PRESERVE) {
+ if (currentChar != '\u0020') {
charIter.replaceChar('\u0020');
}
}
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="MM" type="fix">
+ Bugfix: TABs were not correctly replaced by spaces in some circumstances.
+ </action>
<action context="Code" dev="JM" type="update">
Content in block-containers makes better use of shrink to fit content vertically
into the available area. This can be used indirectly to justify content vertically