搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Gecko settings

  • 1 个回答
  • 0 人有此问题
  • 17 次查看
  • 最后回复者为 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

所有回复 (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.