This occurs for both Firefox and Chrome (latest version).
Running Django 4.1 on CentOS 7/Apache.
Environment set to FR.
--
Ticket URL: <https://code.djangoproject.com/ticket/33934>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "clear all filters.png" added.
* status: new => closed
* resolution: => needsinfo
Comment:
Hi Caram.
The character is ✖ — "Heavy Multiplication X"
https://www.compart.com/en/unicode/U+2716
That it's displayed like a `+` would be (I'd guess, at first pass) a font
issue on your local system. 🤔
(Can I ask, how is it displayed in this page?)
Can you use the web inspector to see what font is actually used, and then
test that separately? (Does the issue persist using different fonts?)
Given that ✖ — "Heavy Multiplication X" is literally part of the unicode
standard, I'm not sure yet that we can say it's a bug in Django 🤔
--
Ticket URL: <https://code.djangoproject.com/ticket/33934#comment:1>