Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

Updated to Firefox 73 and now £ symbol displays as Ł on our Database

  • 3 odpowiedzi
  • 2 osoby mają ten problem
  • 2 wyświetlenia
  • Ostatnia odpowiedź od Tom Jelfs

more options

Firefox updated to version 73 the other day and now my php/mysql database system that I built displays Ł symbol inplace of the £ symbol. This is an old Database that sits on an in house PC and we connect via a browser over LAN.

Anyone else getting this problem? Tested other sites and it works on places like Amazon, Ebay etc

It displays fine using Chrome.

Firefox updated to version 73 the other day and now my php/mysql database system that I built displays Ł symbol inplace of the £ symbol. This is an old Database that sits on an in house PC and we connect via a browser over LAN. Anyone else getting this problem? Tested other sites and it works on places like Amazon, Ebay etc It displays fine using Chrome.

Wszystkie odpowiedzi (3)

more options

Did you check what font is used ?

It is possible that Firefox uses a font that doesn't have this glyph.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected.

You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Font tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website.

more options

The font used is Arial.

more options

cor-el said

Did you check what font is used ? It is possible that Firefox uses a font that doesn't have this glyph. You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected. You can check in the Rules tab in the right panel in the Inspector what font-family is used for selected text. You can check in the Font tab in the right panel in the Inspector what font is actually used because Firefox might be using a different font than specified by the website.

Font is Arial. Any ideas? Is it likely my website/database is the cause? As I say Chrome does not have a problem with it.