hypher
hypher copied to clipboard
A fast and small JavaScript hyphenation engine
Currently using en-us as my language I am finding simple words like 'havent, couldnt, cousin, magic, oddly, about' are all remaining unhyphenated when similar words like 'didnt, wouldnt' are being...
Example: europäisch Hypher makes: europäi|sch Correct is: eu|ro|pä|isch Could it be because of the Umlaut (ä)? Thanks and Kind regards, Dirk
Hi, I'm using hypher.js with transliterated Sanskrit, and it doesn't play well with characters such as ṇ, ṣ, ḍ, ṭ, etc. The problem seems to be the long regex used...
Hi, this seems like a great project. Is there a demo somewhere that I can show colleagues? Preferably, it would be great with a demo page where one could manipulate...
When trying to hyphenate text using a "drop caps" effect, It seems that hypher can be made to interact with the CSS `::first-letter` pseudo element in an unintuitive way, causing...