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

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

  • 4 replies
  • 2 have this problem
  • 38 views
  • Last reply by 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?

All Replies (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">