Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

The turkish fonts of my developed website does not work

  • 5 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi d.maksad

more options

Hello dear all, I have an issue that I can't fix for about month. I have designed a website in russian, english and turkish language. in my localhost everything works perfectly, but when I uploaded it into the server the turkish font was not recognized by mozilla Firefox, the rest browsers work fine with that website, but not Firefox. here is the link for that website: www.maryotel.kg

Hello dear all, I have an issue that I can't fix for about month. I have designed a website in russian, english and turkish language. in my localhost everything works perfectly, but when I uploaded it into the server the turkish font was not recognized by mozilla Firefox, the rest browsers work fine with that website, but not Firefox. here is the link for that website: www.maryotel.kg

Giải pháp được chọn

The server seems to be running an older nginx/1.1.10 version.


A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (5)

more options

The Turkish page is in Unicode and not like the Russian in windows-1251
The servers sends the page with windows-1251 encoding and that is what Firefox uses.
Firefox ignores the encoding specified via a meta tag (text/html; charset=utf-8) if the server sends an encoding via the response header.

It would be best to have all pages created and saved with UTF-8 encoding and make the server send files with UTF-8 encoding by default.

more options

Hello dear cor-el, I changed everything to utf-8 encoding and even used mysql_query("SET CHARACTER SET utf8"); mysql_query("SET NAMES utf8"); to convert everything while querying to UTF-8, but still it doesnt recognize the font. Can you please tell me how to forse the server to send files with Utf-8 ecoding. Thank you

more options

Giải pháp được chọn

The server seems to be running an older nginx/1.1.10 version.


A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

Thank you very much sir.

more options

Mr. Cor-el, thank you very much for your advise, I was suggested in the forum, that you posted, to put on the very beginning of my page I did and It works :D :D Thank you :D