question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Improve unicode support in slugs

See original GitHub issue

This 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:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
santisiricommented, Oct 30, 2017

Will try out this package to improve slugs.

0reactions
santisiricommented, Apr 11, 2018

check the convertToSlug() function in the system to integrate package update.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found