django-ical
django-ical copied to clipboard
Wrong Content-Type charset declaration
Hello
mime_type = "text/calendar; charset=utf8"
should be replaced by:
mime_type = "text/calendar; charset=utf-8"
References:
- Google's ics implementation returns: content-type: text/calendar; charset=utf-8
- https://www.w3.org/International/articles/http-charset/index
Regards,
Good catch :) Would you like to open a PR for updating this behaviour @lchanouha?
Done #58
PR upstreamed and fix available in release version 1.8.4.