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

Prevent shy space from being added multiple times #57

Open
2 tasks
MarionLeHerisson opened this issue Jul 15, 2021 · 0 comments
Open
2 tasks

Prevent shy space from being added multiple times #57

MarionLeHerisson opened this issue Jul 15, 2021 · 0 comments

Comments

@MarionLeHerisson
Copy link
Contributor

MarionLeHerisson commented Jul 15, 2021

I sometimes use JoliTypo to fix a text which has already been fixed before. If my text contains Personnalisation, after multiple saves, as many ­ will be added, which ends up giving me this kind of content :

Person­­­­­­­­na­­­­­­­­li­­­­­­­­sa­­­­­­­­tion

A lazy solution would be to replace (with regexp) ­­ with ­.

Todo :

  • Check if this is happening with other fixers
  • Check if this is du to JoliTypo or org_heigl/hyphenator
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

No branches or pull requests

1 participant