Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-4984

Header ids are always the same ("H") with Chinese or any other language without any ASCII character.

    XMLWordPrintable

Details

    • Unit
    • Unknown

    Description

      That's because to generate the id we "clean" the header using

      text.replaceAll("[^a-zA-Z0-9]", "")

      which remove every non alphanumeric ASCII characters.

      We need to convert non "valid" characters in some equivalent supported by XHTML specs instead of just remove them.

      Attachments

        Issue Links

          Activity

            People

              tmortagne Thomas Mortagne
              tmortagne Thomas Mortagne
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: