Skip to content

Recognize full Unicode range document slugs #37

Description

@reefdog

Currently, the platform can create document slugs with Unicode characters, but our pattern-recognizer still only recognizes Latin alphanumerics.

Need to change 0-9a-zA-Z- to \p{L}\p{N}%-.

However! We're blocked by the platform's oEmbed endpoint, which currently chokes on them.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions