Skip to content

Special characters in page names #19

Description

@cdruee

Special caharcters in page names cause som trouble, althoug in text the seem to be fixed by #4

  • Umlaut (äöü): caused the program to exit wit an error. Imanaged to fix that by the following patch:
111c111
<             with gzip.open(atticpath, "wb") as f:

---
>             with gzip.open(atticpath.encode("utf-8"), "wb") as f:
  • Round brackets: Pages with round brackets in the name are missing, the respective links appear untranslated.
  • Slashes (/): Pages with forward slashes in the name are missing. If the slash is surrounded by blanks, the portion after the last slash (including a leading underscore) appears as link text. If the slash is not surrounded by blanks, the respective link appears untranslated.
  • Colons: They are not elininated or escaped, causing the page names to appear in odd namespaces (we use MAC addresses to store Hardware information).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions