Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Gecko settings

  • 1 பதிலளி
  • 0 இந்த பிரச்னைகள் உள்ளது
  • 17 views
  • Last reply by rm2770263

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

All Replies (1)

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.