Skip to content

Conversation

@Moonbase59
Copy link

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}

Fixes #133

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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Search can't find text having soft hyphens and/or ligature control characters

1 participant