vanderlee / phpSyllable

PHP Syllable splitter/counter and Hyphenator for text and HTML. Multi-language, customisable, cached and fast!
http://vanderlee.github.io/phpSyllable/
117 stars 80 forks source link

FEATURE: Use `\hyphenations` case-insensitive (like `\patterns`) #73

Closed alexander-nitsche closed 1 year ago

alexander-nitsche commented 1 year ago

Hi @vanderlee,

this patch handles syllables defined under the \hyphenations command case-insensitively. This corresponds to the handling of syllables defined under \patterns.

Greetings Alex

Fixes: https://github.com/vanderlee/phpSyllable/issues/70 Fixes: #71

alexander-nitsche commented 1 year ago

Hi @vanderlee , how about bringing this feature in and creating a new minor release? Greetings, Alex

vanderlee commented 1 year ago

Merged and released as 1.7 as this impacts existing functionality. Thanks for the effort!