Skip to content

Slug is not working as expected #16

@Wanderwichtl

Description

@Wanderwichtl

In cljs:

(slug "fööbar") ;; -> foobar
(slug "FÖÖBAR") ;; -> fbar

In clj:

(slug "fööbar") ;; -> foobar
(slug "FÖÖBAR") ;; -> foobar

The issue seems to be, that strip-accents only strips lower-case accents and that the string can still contain uppercase letters at this point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions