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:
See also:
If you have an issue with this or already used NFC, please let me know.
The properies like
.summaryreturn unicode.I had a PR to the Open Web Calendar that helps with displaying Unicode text, normalizing the unicode values of the icalendar attributes.
My improvement idea for greater compatibility:
See also:
If you have an issue with this or already used NFC, please let me know.