Uploaded image for project: 'FOP'
  1. FOP
  2. FOP-2837

Hebrew text reverted in footnote

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.3
    • None
    • None
    • None

    Description

      I'm trying to display correctly a footnote inside a PDF with Apache FOP.

      <fo:block text-align="right">
          <fo:bidi-override unicode-bidi="embed" direction="rtl">
              <fo:inline>שלום</fo:inline>
              <fo:footnote>
                  <fo:inline alignment-baseline="hanging">1</fo:inline>
                  <fo:footnote-body>
                      <fo:block>
                          <fo:bidi-override unicode-bidi="embed" direction="rtl">
                              <fo:inline>שלום</fo:inline>
                          </fo:bidi-override>
                      </fo:block>
                  </fo:footnote-body>
              </fo:footnote>
              <fo:inline>.</fo:inline>
          </fo:bidi-override>
      </fo:block>
      

      For some reason, the footnote text (at the bottom of the page) appears reverted:

      Attachments

        Activity

          People

            Unassigned Unassigned
            miko95 Marrache
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: