Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Why does FF not properly display .htm web pages created in Word, and how can I fix this?

  • 5 yanıt
  • 14 kişi bu sorunu yaşıyor
  • 7 gösterim
  • Son yanıtı yazan: cor-el

more options

I create my web page using Word, and recently upgraded to 14.0.1. The updated web page displays fine in Mac Safari, or Chrome, but not in FF; rather is displays as junk characters. I realize this is likely due to lines added to the .html code by MS Office, but I think FF should be able to parse it if Safari and Chrome can. Thank you for any help.

I create my web page using Word, and recently upgraded to 14.0.1. The updated web page displays fine in Mac Safari, or Chrome, but not in FF; rather is displays as junk characters. I realize this is likely due to lines added to the .html code by MS Office, but I think FF should be able to parse it if Safari and Chrome can. Thank you for any help.

Seçilen çözüm

That is a page saved as Unicode UTF-16LE, but send by the server as UTF-8.

View > Character Encoding > More Encodings > Unicode > UTF-16LE

You either need to save the page as Unicode UTF-8 or configure the server to send the page(s) as UTF-16. The first is probably easier to do.

Bu yanıtı konu içinde okuyun 👍 2

Tüm Yanıtlar (5)

more options

I am just guessing but maybe the web page has been designed specifically to use MS office or IE none standard features. Run your code through the W3C validator http://validator.w3.org/


P.S I must remember to read the System Details provided before posting comments ;-)

John99 tarafından tarihinde düzenlendi

more options

The W3C validator won't help him, the code is so bad the validator won't checl it.

Opera doesn't display that page either.

http://kompozer.net/

more options

Seçilen çözüm

That is a page saved as Unicode UTF-16LE, but send by the server as UTF-8.

View > Character Encoding > More Encodings > Unicode > UTF-16LE

You either need to save the page as Unicode UTF-8 or configure the server to send the page(s) as UTF-16. The first is probably easier to do.

cor-el tarafından tarihinde düzenlendi

more options

I saved with UTF-8 encoding and that fixed it. Thank you.