About Converting HTML Entities to Unicode
HTML entities ( , ©, €, etc.) coming from rich text editors and external import feeds are not appropriate for plain-text emails, APIs, data exports to JSON, XLS, PDF and other formats. Convert them to Unicode characters in this way:
from html import unescape
text = unescape(html)
Also by me
Django Messaging 🎅🏼
For Django-based social platforms.
Django App for You
Django Paddle Subscriptions 🎅🏼
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent 🎅🏼
For Django websites that use cookies.
Django App for You