My website wont render Č, Ć. I get ? insteda. What to do?
Hey stefan70a,
for Č try using
Č
for Ć try using
Ć
Here is a list of html codes: https://www.w3schools.com/charsets/ref_utf_latin_extended_a.asp
Best regards,
Mike
Thank Mike, but
I already tried this and sometime ti works and some not.
Is there a way to make it work to show letters as I type?
Hi,
There could be a few different factors in play here, can you try the codes I suggested on the page you linked to in the Private Content area, and tell us when this don’t work so we can test?
The thought is that these are standard codes that should work, but there are other options that may work better once we narrow the issue. Not all browsers follow the standard as they say they do, and sometimes the webhost is using a caching program that slows small changes such as this. In a few cases a plugin has conflicted with this type of issue. So we would like to rule these things out. Nonetheless, we would really like to help :)
Best regards,
Mike
I managed to make it work.
Changed some queries in Db.
Replaced utf8mb4_unicode_520_ci with utf8mb4_unicode_ci
Thx