]> source.dussan.org Git - xmlgraphics-fop.git/commit
apply complex scripts patch
authorGlenn Adams <gadams@apache.org>
Sun, 26 Feb 2012 02:29:01 +0000 (02:29 +0000)
committerGlenn Adams <gadams@apache.org>
Sun, 26 Feb 2012 02:29:01 +0000 (02:29 +0000)
commitd6d8e57b17eb2e36631115517afa003ad3afa1a1
treebf355ee4643080bf13b8f9fa5a1b14002e968561
parentfa6dc48793a4eb7476282141c1314f1198371a67
apply complex scripts patch

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1293736 13f79535-47bb-0310-9956-ffa450edef68
928 files changed:
build.xml
checkstyle-suppressions.xml
findbugs-exclude.xml
fop.cmd
src/codegen/java/org/apache/fop/tools/EventProducerCollectorTask.java
src/codegen/unicode/java/org/apache/fop/complexscripts/bidi/GenerateBidiClass.java [new file with mode: 0644]
src/codegen/unicode/java/org/apache/fop/complexscripts/bidi/GenerateBidiTestData.java [new file with mode: 0644]
src/documentation/content/xdocs/trunk/configuration.xml
src/documentation/intermediate-format-ng/fop-intermediate-format-ng-content.xsd
src/foschema/fop-configuration.xsd
src/java/org/apache/fop/apps/FOUserAgent.java
src/java/org/apache/fop/apps/FopFactory.java
src/java/org/apache/fop/apps/FopFactoryConfigurator.java
src/java/org/apache/fop/area/Area.java
src/java/org/apache/fop/area/AreaTreeHandler.java
src/java/org/apache/fop/area/AreaTreeParser.java
src/java/org/apache/fop/area/Block.java
src/java/org/apache/fop/area/BodyRegion.java
src/java/org/apache/fop/area/CTM.java
src/java/org/apache/fop/area/LineArea.java
src/java/org/apache/fop/area/LinkResolver.java
src/java/org/apache/fop/area/MainReference.java
src/java/org/apache/fop/area/Page.java
src/java/org/apache/fop/area/PageViewport.java
src/java/org/apache/fop/area/RegionViewport.java
src/java/org/apache/fop/area/Span.java
src/java/org/apache/fop/area/Trait.java
src/java/org/apache/fop/area/inline/AbstractTextArea.java
src/java/org/apache/fop/area/inline/BasicLinkArea.java
src/java/org/apache/fop/area/inline/FilledArea.java
src/java/org/apache/fop/area/inline/InlineArea.java
src/java/org/apache/fop/area/inline/InlineParent.java
src/java/org/apache/fop/area/inline/InlineViewport.java
src/java/org/apache/fop/area/inline/Space.java
src/java/org/apache/fop/area/inline/SpaceArea.java
src/java/org/apache/fop/area/inline/TextArea.java
src/java/org/apache/fop/area/inline/UnresolvedPageNumber.java
src/java/org/apache/fop/area/inline/WordArea.java
src/java/org/apache/fop/cli/CommandLineOptions.java
src/java/org/apache/fop/complexscripts/bidi/BidiClass.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/bidi/BidiConstants.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/bidi/BidiResolver.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/bidi/DelimitedTextRange.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/bidi/InlineRun.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/bidi/TextInterval.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/bidi/UnflattenProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/bidi/UnicodeBidiAlgorithm.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/AdvancedTypographicTableFormatException.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphClassMapping.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphClassTable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphCoverageMapping.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphCoverageTable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphDefinition.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphDefinitionSubtable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphDefinitionTable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphMappingTable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphPositioning.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphPositioningState.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphPositioningSubtable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphPositioningTable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphProcessingState.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitution.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionState.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionSubtable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphSubstitutionTable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphSubtable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/GlyphTable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/IncompatibleSubtableException.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/OTFAdvancedTypographicTableReader.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/Positionable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/fonts/Substitutable.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/scripts/ArabicScriptProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/scripts/DefaultScriptProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/scripts/DevanagariScriptProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/scripts/GujaratiScriptProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/scripts/GurmukhiScriptProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/scripts/IndicScriptProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/scripts/ScriptProcessor.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/CharMirror.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/CharScript.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/DiscontinuousAssociationException.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/GlyphContextTester.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/GlyphSequence.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/GlyphTester.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/NumberConverter.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/ScriptContextTester.java [new file with mode: 0644]
src/java/org/apache/fop/complexscripts/util/UTF32.java [new file with mode: 0644]
src/java/org/apache/fop/fo/Constants.java
src/java/org/apache/fop/fo/FONode.java
src/java/org/apache/fop/fo/FOPropertyMapping.java
src/java/org/apache/fop/fo/FOText.java
src/java/org/apache/fop/fo/FObj.java
src/java/org/apache/fop/fo/PropertyList.java
src/java/org/apache/fop/fo/flow/AbstractGraphics.java
src/java/org/apache/fop/fo/flow/AbstractPageNumberCitation.java
src/java/org/apache/fop/fo/flow/BidiOverride.java
src/java/org/apache/fop/fo/flow/Block.java
src/java/org/apache/fop/fo/flow/BlockContainer.java
src/java/org/apache/fop/fo/flow/Character.java
src/java/org/apache/fop/fo/flow/InlineContainer.java
src/java/org/apache/fop/fo/flow/InlineLevel.java
src/java/org/apache/fop/fo/flow/Leader.java
src/java/org/apache/fop/fo/flow/ListItem.java
src/java/org/apache/fop/fo/flow/PageNumber.java
src/java/org/apache/fop/fo/flow/Wrapper.java
src/java/org/apache/fop/fo/flow/table/Table.java
src/java/org/apache/fop/fo/pagination/AbstractPageSequence.java
src/java/org/apache/fop/fo/pagination/PageNumberGenerator.java
src/java/org/apache/fop/fo/pagination/PageSequence.java
src/java/org/apache/fop/fo/pagination/Region.java
src/java/org/apache/fop/fo/pagination/RegionAfter.java
src/java/org/apache/fop/fo/pagination/RegionBA.java
src/java/org/apache/fop/fo/pagination/RegionBefore.java
src/java/org/apache/fop/fo/pagination/RegionBody.java
src/java/org/apache/fop/fo/pagination/RegionEnd.java
src/java/org/apache/fop/fo/pagination/RegionSE.java
src/java/org/apache/fop/fo/pagination/RegionStart.java
src/java/org/apache/fop/fo/pagination/SimplePageMaster.java
src/java/org/apache/fop/fo/properties/CorrespondingPropertyMaker.java
src/java/org/apache/fop/fo/properties/DimensionPropertyMaker.java
src/java/org/apache/fop/fo/properties/IndentPropertyMaker.java
src/java/org/apache/fop/fonts/BFEntry.java
src/java/org/apache/fop/fonts/CustomFont.java
src/java/org/apache/fop/fonts/CustomFontCollection.java
src/java/org/apache/fop/fonts/EmbedFontInfo.java
src/java/org/apache/fop/fonts/Font.java
src/java/org/apache/fop/fonts/FontInfoConfigurator.java
src/java/org/apache/fop/fonts/FontLoader.java
src/java/org/apache/fop/fonts/FontManager.java
src/java/org/apache/fop/fonts/FontManagerConfigurator.java
src/java/org/apache/fop/fonts/FontReader.java
src/java/org/apache/fop/fonts/FontResolver.java
src/java/org/apache/fop/fonts/FontSetup.java
src/java/org/apache/fop/fonts/LazyFont.java
src/java/org/apache/fop/fonts/MultiByteFont.java
src/java/org/apache/fop/fonts/MutableFont.java
src/java/org/apache/fop/fonts/Typeface.java
src/java/org/apache/fop/fonts/apps/AbstractFontReader.java
src/java/org/apache/fop/fonts/apps/TTFReader.java
src/java/org/apache/fop/fonts/autodetect/FontInfoFinder.java
src/java/org/apache/fop/fonts/truetype/TTFDirTabEntry.java
src/java/org/apache/fop/fonts/truetype/TTFFile.java
src/java/org/apache/fop/fonts/truetype/TTFFontLoader.java
src/java/org/apache/fop/fonts/truetype/TTFSubSetFile.java
src/java/org/apache/fop/fonts/type1/Type1FontLoader.java
src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockContainerLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/ExternalDocumentLayoutManager.java
src/java/org/apache/fop/layoutmgr/LayoutContext.java
src/java/org/apache/fop/layoutmgr/LayoutManagerMapping.java
src/java/org/apache/fop/layoutmgr/PageProvider.java
src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/AbstractGraphicsLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/AbstractPageNumberCitationLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/AlignmentContext.java
src/java/org/apache/fop/layoutmgr/inline/BasicLinkLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/BidiLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/CharacterLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/InlineStackingLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/LeaderLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/LeafNodeLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLastLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/PageNumberLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/ScaledBaselineTable.java
src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListBlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListItemContentLayoutManager.java
src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/ColumnSetup.java
src/java/org/apache/fop/pdf/PDFTextUtil.java
src/java/org/apache/fop/render/AbstractPathOrientedRenderer.java
src/java/org/apache/fop/render/AbstractRenderer.java
src/java/org/apache/fop/render/DefaultFontResolver.java
src/java/org/apache/fop/render/PrintRenderer.java
src/java/org/apache/fop/render/PrintRendererConfigurator.java
src/java/org/apache/fop/render/afp/AFPPainter.java
src/java/org/apache/fop/render/bitmap/BitmapRendererConfigurator.java
src/java/org/apache/fop/render/intermediate/AbstractIFPainter.java
src/java/org/apache/fop/render/intermediate/BorderPainter.java
src/java/org/apache/fop/render/intermediate/IFPainter.java
src/java/org/apache/fop/render/intermediate/IFParser.java
src/java/org/apache/fop/render/intermediate/IFRenderer.java
src/java/org/apache/fop/render/intermediate/IFSerializer.java
src/java/org/apache/fop/render/intermediate/IFUtil.java
src/java/org/apache/fop/render/java2d/ConfiguredFontCollection.java
src/java/org/apache/fop/render/java2d/Java2DPainter.java
src/java/org/apache/fop/render/java2d/Java2DRenderer.java
src/java/org/apache/fop/render/pcl/PCLPainter.java
src/java/org/apache/fop/render/pcl/PCLRendererConfigurator.java
src/java/org/apache/fop/render/pdf/PDFPainter.java
src/java/org/apache/fop/render/ps/AbstractPSTranscoder.java
src/java/org/apache/fop/render/ps/NativeTextHandler.java
src/java/org/apache/fop/render/ps/PSPainter.java
src/java/org/apache/fop/render/rtf/RTFHandler.java
src/java/org/apache/fop/render/xml/XMLRenderer.java
src/java/org/apache/fop/svg/PDFDocumentGraphics2D.java
src/java/org/apache/fop/svg/PDFDocumentGraphics2DConfigurator.java
src/java/org/apache/fop/svg/PDFGraphics2D.java
src/java/org/apache/fop/svg/PDFTranscoder.java
src/java/org/apache/fop/text/linebreak/LineBreakUtils.java
src/java/org/apache/fop/traits/Direction.java [new file with mode: 0644]
src/java/org/apache/fop/traits/WritingMode.java [new file with mode: 0644]
src/java/org/apache/fop/traits/WritingModeTraits.java [new file with mode: 0644]
src/java/org/apache/fop/traits/WritingModeTraitsGetter.java [new file with mode: 0644]
src/java/org/apache/fop/traits/WritingModeTraitsSetter.java [new file with mode: 0644]
src/java/org/apache/fop/util/CharUtilities.java
src/java/org/apache/fop/util/XMLUtil.java
src/sandbox/org/apache/fop/render/mif/MIFHandler.java
src/sandbox/org/apache/fop/render/svg/SVGPainter.java
test/java/org/apache/fop/complexscripts/ComplexScriptsTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiAlgorithmTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiClassTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD0.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD1.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD10.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD100.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD101.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD102.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD103.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD104.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD105.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD106.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD107.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD108.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD109.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD11.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD110.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD111.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD112.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD113.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD114.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD115.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD116.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD117.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD118.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD119.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD12.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD120.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD121.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD122.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD123.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD124.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD125.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD126.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD127.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD128.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD129.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD13.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD130.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD131.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD132.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD133.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD134.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD135.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD136.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD137.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD138.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD139.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD14.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD140.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD141.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD142.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD143.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD144.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD145.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD146.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD147.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD148.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD149.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD15.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD150.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD151.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD152.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD153.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD154.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD155.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD156.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD157.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD158.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD159.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD16.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD160.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD161.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD162.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD163.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD164.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD165.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD166.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD167.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD168.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD169.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD17.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD170.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD171.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD172.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD173.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD174.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD175.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD176.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD177.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD178.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD179.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD18.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD180.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD181.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD182.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD183.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD184.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD185.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD186.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD187.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD188.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD189.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD19.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD190.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD191.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD192.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD193.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD194.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD195.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD196.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD197.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD198.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD199.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD2.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD20.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD200.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD201.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD202.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD203.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD204.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD205.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD206.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD207.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD208.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD209.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD21.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD210.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD211.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD212.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD213.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD214.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD215.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD216.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD217.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD218.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD219.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD22.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD220.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD221.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD222.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD223.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD224.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD225.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD226.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD227.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD228.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD229.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD23.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD230.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD231.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD232.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD233.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD234.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD235.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD236.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD237.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD238.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD239.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD24.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD240.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD241.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD242.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD243.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD244.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD245.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD246.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD247.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD248.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD249.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD25.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD250.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD251.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD252.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD253.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD254.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD255.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD256.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD257.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD258.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD259.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD26.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD260.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD261.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD262.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD263.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD264.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD265.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD266.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD267.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD268.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD269.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD27.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD270.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD271.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD272.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD273.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD274.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD275.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD276.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD277.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD278.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD279.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD28.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD280.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD281.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD282.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD283.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD284.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD285.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD286.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD287.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD288.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD289.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD29.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD290.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD291.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD292.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD293.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD294.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD295.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD296.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD297.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD298.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD299.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD3.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD30.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD300.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD301.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD302.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD303.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD304.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD305.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD306.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD307.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD308.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD309.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD31.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD310.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD311.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD312.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD313.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD314.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD315.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD316.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD317.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD318.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD319.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD32.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD320.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD321.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD322.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD323.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD324.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD325.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD326.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD327.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD328.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD329.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD33.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD330.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD331.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD332.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD333.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD334.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD335.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD336.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD337.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD338.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD339.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD34.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD340.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD341.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD342.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD343.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD344.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD345.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD346.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD347.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD348.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD349.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD35.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD350.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD351.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD352.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD353.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD354.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD355.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD356.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD357.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD358.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD359.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD36.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD360.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD361.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD362.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD363.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD364.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD365.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD366.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD367.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD368.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD369.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD37.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD370.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD371.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD372.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD373.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD374.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD375.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD376.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD377.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD378.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD379.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD38.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD380.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD381.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD382.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD383.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD384.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD385.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD386.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD387.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD388.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD389.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD39.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD390.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD391.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD392.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD393.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD394.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD395.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD396.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD397.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD398.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD399.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD4.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD40.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD400.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD401.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD402.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD403.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD404.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD405.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD406.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD407.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD408.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD409.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD41.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD410.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD411.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD412.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD413.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD414.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD415.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD416.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD417.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD418.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD419.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD42.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD420.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD421.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD422.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD423.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD424.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD425.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD426.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD427.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD428.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD429.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD43.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD430.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD431.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD432.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD433.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD434.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD435.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD436.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD437.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD438.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD439.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD44.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD440.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD441.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD442.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD443.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD444.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD445.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD446.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD447.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD448.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD449.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD45.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD450.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD451.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD452.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD453.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD454.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD455.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD456.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD457.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD458.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD459.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD46.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD460.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD461.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD462.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD463.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD464.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD465.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD466.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD467.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD468.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD469.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD47.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD470.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD471.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD472.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD473.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD474.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD475.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD476.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD477.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD478.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD479.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD48.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD480.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD481.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD482.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD483.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD484.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD485.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD486.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD487.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD488.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD489.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD49.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD490.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD491.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD492.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD493.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD494.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD495.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD496.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD497.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD498.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD499.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD5.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD50.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD500.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD501.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD502.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD503.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD504.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD505.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD506.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD507.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD508.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD509.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD51.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD510.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD511.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD512.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD513.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD514.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD515.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD516.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD517.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD518.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD519.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD52.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD520.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD521.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD522.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD523.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD524.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD525.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD526.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD527.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD528.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD529.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD53.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD530.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD531.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD532.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD533.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD534.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD535.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD536.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD537.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD538.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD539.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD54.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD540.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD541.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD542.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD543.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD544.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD545.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD546.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD547.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD548.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD549.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD55.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD550.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD551.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD552.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD553.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD554.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD555.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD556.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD557.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD558.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD559.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD56.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD560.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD561.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD562.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD563.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD564.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD565.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD566.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD567.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD568.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD569.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD57.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD570.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD571.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD572.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD573.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD574.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD575.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD576.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD577.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD578.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD579.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD58.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD580.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD581.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD582.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD583.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD584.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD585.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD586.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD587.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD588.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD589.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD59.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD590.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD591.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD592.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD593.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD594.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD595.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD596.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD597.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD598.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD599.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD6.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD60.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD600.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD601.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD602.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD603.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD604.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD605.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD606.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD607.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD608.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD609.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD61.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD610.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD611.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD612.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD613.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD614.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD615.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD616.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD617.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD618.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD619.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD62.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD620.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD621.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD63.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD64.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD65.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD66.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD67.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD68.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD69.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD7.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD70.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD71.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD72.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD73.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD74.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD75.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD76.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD77.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD78.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD79.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD8.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD80.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD81.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD82.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD83.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD84.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD85.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD86.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD87.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD88.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD89.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD9.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD90.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD91.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD92.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD93.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD94.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD95.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD96.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD97.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD98.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$LD99.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD0.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD1.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD10.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD11.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD12.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD13.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD14.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD15.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD16.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD17.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD18.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD2.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD3.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD4.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD5.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD6.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD7.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD8.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData$TD9.ser [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestData.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/bidi/BidiTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/fonts/FontsTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/fonts/GDEFTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/fonts/GPOSTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/fonts/GSUBTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFile.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/fonts/ttx/TTXFileTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/scripts/ScriptsTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/scripts/arabic/ArabicTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/scripts/arabic/ArabicTestConstants.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/scripts/arabic/GenerateArabicTestData.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/util/NumberConverterTestCase.java [new file with mode: 0644]
test/java/org/apache/fop/complexscripts/util/UtilTestSuite.java [new file with mode: 0644]
test/java/org/apache/fop/config/FontsSubstitutionTestCase.java
test/java/org/apache/fop/fonts/DejaVuLGCSerifTestCase.java
test/java/org/apache/fop/fonts/truetype/TTFFontLoaderTestCase.java
test/layoutengine/disabled-testcases.xml
test/layoutengine/standard-testcases/basic-link_background-image_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_external-destination_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_external-destination_writing-mode_rl_2.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_for_toc_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_baseline-shift_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_inline-child_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_multi-child_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_multi-line_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_internal-desination-next-page.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_internal-desination-next-page_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_internal-desination-same-page-after.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_internal-desination-same-page-after_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_internal-desination-same-page-before.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_internal-desination-same-page-before_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/bidi_propagation_1.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/block-container_start-indent.xml
test/layoutengine/standard-testcases/block-container_start-indent_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/block_basic_2.xml
test/layoutengine/standard-testcases/block_text-align_4.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/block_text-align_5.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/character_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/inline_background-color_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/instream-foreign-object_basic_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/instream-foreign-object_border_padding_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/instream-foreign-object_display-align_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/kerning_1_off.xml
test/layoutengine/standard-testcases/kerning_1_on.xml
test/layoutengine/standard-testcases/leader-alignment.xml
test/layoutengine/standard-testcases/leader-alignment_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/leader_leader-pattern_dots_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/leader_leader-pattern_rule_writing-system_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/leader_leader-pattern_space_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/leader_leader-pattern_use-content_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/list-block_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/page-number-citation_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/region-body_column-count_1_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/region-body_column-count_2_writing-mode_rl.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/simple-page-master_reference-orientation_0_writing-mode_rl_region-body_margin_relative.xml
test/layoutengine/standard-testcases/simple-page-master_reference-orientation_180_writing-mode_rl_region-body_margin_relative.xml
test/layoutengine/standard-testcases/simple-page-master_reference-orientation_270_writing-mode_rl_region-body_margin_relative.xml
test/layoutengine/standard-testcases/simple-page-master_reference-orientation_90_writing-mode_rl_region-body_margin_relative.xml
test/layoutengine/standard-testcases/table-column_column-progression-lr.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/table-column_column-progression-rl.xml [new file with mode: 0644]
test/resources/complexscripts/arab/data/arab-001-f0.ser [new file with mode: 0644]
test/resources/complexscripts/arab/data/arab-001-f1.ser [new file with mode: 0644]
test/resources/complexscripts/arab/data/arab-001-f2.ser [new file with mode: 0644]
test/resources/complexscripts/arab/data/arab-001-f3.ser [new file with mode: 0644]
test/resources/complexscripts/arab/data/arab-001.txt [new file with mode: 0644]
test/resources/complexscripts/arab/ttx/arab-001.ttx [new file with mode: 0644]
test/resources/complexscripts/arab/ttx/arab-002.ttx [new file with mode: 0644]
test/resources/complexscripts/arab/ttx/arab-003.ttx [new file with mode: 0644]
test/resources/complexscripts/arab/ttx/arab-004.ttx [new file with mode: 0644]