-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Feature Request
The Urlizer
class holding the default implementations of the slug generation callables currently delegates all its implementation to behat/transliterator
.
The behat/transliterator
will be marked as abandoned (see Behat/Transliterator#41). The implementation should be replaced to implement Urlizer::transliterate
and Urlizer::urlize
without that dependency.
One option is to use the AsciiSlugger
of symfony/string
(this one works only for UTF-8 text as input AFAICT).
petski, JorickPepin, mamazu, czachor, landure and 34 more
Metadata
Metadata
Assignees
Labels
No labels