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

MBS-11854: Recognize unicode hyphen in guess case #2199

Merged
merged 1 commit into from Aug 12, 2021

Commits on Aug 11, 2021

  1. MBS-11854: Recognize unicode hyphen in guess case

    Words with a unicode hyphen were not being recognized
    as split words: the hyphen was just being considered one more character.
    This changes that, and then ensures that guess case recognizes
    the hyphen as such and does the same as with a hyphen-minus.
    
    Sadly, part of my fix for MBS-10156 (for re‐mode with unicode hyphen)
    will no longer work now since it is no longer considered
    one single word, but I think this makes a lot more sense for now.
    The current code already didn't do anything with re-mode with a
    hyphen-minus, so this actually adds consistency.
    reosarevok committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    bc0debe View commit details
    Browse the repository at this point in the history