Skip to content

unicode NFC #1311

@niccokunzmann

Description

@niccokunzmann

The properies like .summary return unicode.
I had a PR to the Open Web Calendar that helps with displaying Unicode text, normalizing the unicode values of the icalendar attributes.

unicodedata.normalize("NFC", string)

My improvement idea for greater compatibility:

  • list all properties that return text
  • decide which of these properties would benefit from Unicode normalization.
  • add Unicode normalization to those attributes

See also:

If you have an issue with this or already used NFC, please let me know.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions