Issue
Rich Text Editor fields replace accented characters like: 'é' -> 'é'
Ref.: #763 (comment), #763 (comment)
Findings so far
Adding 'entity_encoding': 'raw', to the TinyMCE config in settings.py helps with this, but also stucks some of the frontend pages in forever loading state.
Issue
Rich Text Editor fields replace accented characters like: 'é' -> 'é'
Ref.: #763 (comment), #763 (comment)
Findings so far
Adding
'entity_encoding': 'raw',to the TinyMCE config insettings.pyhelps with this, but also stucks some of the frontend pages in forever loading state.