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

Proposed fix for Issue #222 #224

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

Conversation

alzhur
Copy link

@alzhur alzhur commented Jun 5, 2018

Replaces ndash (unicode U+2013) with common hyphen-minus (U+002D) in the middle of word.
Works well for russian text.
For international texts this variant may be better
var re06a = new RegExp("(\S)–(\S)","gi");
but I've not tested it.
closes #222

@evpobr
Copy link
Owner

evpobr commented Jun 6, 2018

Ok.

Fix commit name (typo), add ", closes #222" at the end.

And my development branch is develop, not master.

@alzhur alzhur changed the base branch from master to develop June 6, 2018 13:22
@alzhur alzhur changed the title Proposed fix for Issuue #222 Proposed fix for Issue #222 Jun 6, 2018
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.

2 participants