Skip to content

Operation request: Unicode Normalized Forms #872

@matthieuxyz

Description

@matthieuxyz

Summary

It would be a nice addition to support Unicode Normalization Forms:

  • NFD
  • NFC
  • NFKD
  • NFKC

http://www.unicode.org/reports/tr15/

Exemple 1

Example Input

lasaña

Example Output (parameter: NFD)

lasaña

Exemple 2

Example Input

Example Output (parameter: NFKC)

VIII

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