Improve unicode support in slugs
See original GitHub issueThis is a Feature Proposal
🎩 Description
Given I am the citizen named Santa
And I have proposed a votable idea titled "L'œuf de Noël !"
When I go on the detail page of the idea titled "L'œuf de Noël !"
Then I should be on the page "/vote/loeuf-de-noel"
But I end up on the page "/vote/luf-de-nol-"
There is a ruthlessly tested npm package for slugs. It looks pretty awesome !
We recommend implementing this feature before the first release.
📌 Related issues
📋 Additional Data
- Sovereign deployment where you found the issue: master
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
A slugifier that works in unicode - GitHub
Unicode Slugify is a slugifier that generates unicode slugs. It was originally used in the Firefox Add-ons web site to generate slugs for...
Read more >rules for slugs and unicode - Stack Overflow
However, I'm using unicode (in particular using UTF-8 encoding), so no guaranties about what sort code points I'm going to get (I have...
Read more >Bringing Unicode to PHP with Portable UTF-8 - SitePoint
This article covers what the lack of Unicode support in PHP means, and demonstrates the use of the Portable UTF-8 library.
Read more >Unicode slug handling - Flarum Community
Here is an idea I had based on the recent question from masihdindar. Is it technically possible to offer a fully unicode compliant...
Read more >Guide - RDoc Documentation - GitHub Pages
FriendlyId comes with {FriendlyId::SlugString excellent support for Unicode strings}. When using slugs, FriendlyId will automatically modify the slug text ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will try out this package to improve slugs.
check the
convertToSlug()
function in the system to integrate package update.