olliebrennan / Zf2SlugGenerator

Generates Slugs within ZF2 applications
MIT License
5 stars 2 forks source link

support to translate specific utf8 characters to their equivalents in ascii #2

Open velPL opened 9 years ago

velPL commented 9 years ago

Currently library strips out all non-ascii and numeric characters. I enhanced functionality to translate some utf-8 specific characters to ascii "equivalents" before performing replacements and could provide it to you for checkup and possibly merge

olliebrennan commented 9 years ago

Whoops, sorry missed this. Yeah go ahead and submit a PR if you still want to :-)