meetling icon indicating copy to clipboard operation
meetling copied to clipboard

Enhance URL slugs

Open noyainrain opened this issue 8 years ago • 0 comments

Make use of String.normalize() for a better mapping from Unicode to ASCII characters, once it is available in Firefox for Android (see these issues).

Therefor, start micro.util.slugify() with str.normalize("NFKD")... and adjust the documentation to All characters are mapped to lower case, approximate ASCII characters (e.g. with diacritics removed) and ...

noyainrain avatar Aug 11 '17 10:08 noyainrain