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”.

Learn More

Gecko settings

  • 1 odpowiedź
  • 0 osób ma ten problem
  • 17 wyświetleń
  • Ostatnia odpowiedź od rm2770263

more options

Hi guys!

Sorry for dumb queston, just Iam not a web-dev) My problem is next: I need change default code page (charset) for every document. Its only one charset for all pages, so it can be hardcoded. Due no one another charset web-server do not use.

 Can you pls say how it can be realized? Should it be done by changing some settings files, or maybe need some code changes ( for example at intl/locale etc) ?

Regards, Ruslan

Hi guys! Sorry for dumb queston, just Iam not a web-dev) My problem is next: I need change default code page (charset) for every document. Its only one charset for all pages, so it can be hardcoded. Due no one another charset web-server do not use. Can you pls say how it can be realized? Should it be done by changing some settings files, or maybe need some code changes ( for example at intl/locale etc) ? Regards, Ruslan

Wszystkie odpowiedzi (1)

more options

Just I suppose Firefox using gecko, and this functionality implemented at firefox (charset can be changed at settings menu). So, by the logic, there is some routine to transfer this option to gecko. Thats why Iam asking my question here.