Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Firefox is not loading my stylesheet at http://katepeter.org/erickson/index_russian.jsp

  • 4 wótegrona
  • 2 matej toś ten problem
  • 5 naglědow
  • Slědne wótegrono wót cor-el

more options

I'm working on a site that displays unicode characters and everything is looking good except on 1 page where firefox doesn't load the stylesheet.

http://katepeter.org/erickson/index_russian.js

What do you guys think?

I'm working on a site that displays unicode characters and everything is looking good except on 1 page where firefox doesn't load the stylesheet. http://katepeter.org/erickson/index_russian.js What do you guys think?

Wšykne wótegrona (4)

more options

Does this help:

=======================

HTTP Status 404 - /erickson/index_russian.js

type Status report

message /erickson/index_russian.js

description The requested resource (/erickson/index_russian.js) is not available. Apache Tomcat/6.0.18

======================
more options

That is because the main http://katepeter.org/erickson/index_russian.jsp is send as UTF-16LE ( text/html;charset=UTF-16LE) and the stylesheet is UTF-8. Firefox tries to load the stylesheet as UTF-16LE as well and fails. Make sure that all embedded CSS and JS files are saved and send with the same encoding to avoid problems.

more options

I have corrected this and the stylesheet is still not loading. What next?

more options

In what way did you correct it?

The file index_russian.jsp is still UTF-16LE (View > Character Encoding). Adding a meta tag to specify UTF-8 doesn't work. You will have to open that file in your (HTML) editor and save the file as Unicode (UTF-8) and re-upload the file to the server.


<meta http-equiv="Content-Type" content="text/html; charset=utf-8">