Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ­ ‍ ‌ from page before comparison #134

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Nov 21, 2023

  1. Remove ­ ‍ ‌ from page before comparison

    so words with soft hyphens or ligature control characters
    can be compared and found.
    
    Since we're dealing with Markdown/HTML text, we must check
    for and remove all usual variants of coding these:
    &name; - &#decimal; - &#xhex; - \x{unicode}
    Moonbase59 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6f71603 View commit details
    Browse the repository at this point in the history