#5289 non-ASCII character displayed wrong
Opened 2 years ago by sobek. Modified 2 years ago

I am not sure what is causing the following problems. I tested with:
- Firefox 99 and Google Chrome 100 on Fedora 34
- Firefox ESR on Windows 10
Thank you for your input how to fix it.

On https://pagure.io/fedora-pgm/pgm_team/blob/main/f/current/websites_apps.md you can read:
"on m√łte and"
But the code actually is:
"on møte and"

Similar on https://pagure.io/fedora-pgm/pgm_team with:
"for…an example"
which actually is:
"for…an example"


I think it is a problem with Pagure, not the files themselves. I think Pagure just needs to prepend the Byte Order Mark (BOM) to all the pages it generates so that the browsers know to look for UTF-8 characters in the page and render them properly.

Login to comment on this ticket.

Metadata