搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Unicode characters not displayed properly while pressing submit button in the website http://nepalicalendar.rat32.com/index_nep.php . It works fine with other.

  • 7 回覆
  • 3 有這個問題
  • 4 次檢視
  • 最近回覆由 cor-el

more options

I have a page http://nepalicalendar.rat32.com/index_nep.php. It displays the nepali unicode page correctly. But after i click the submit button named "View Calendar" Firefox displays unreadable unicode characters. However, other browser does not shows the same problem.

Is there any code i need to add so that Firefox will display unicode character after post method?

Help will be really appreciated if someone could figure out whats wrong going on!! Thanks in advance.

[Note: I have added utf-8 code for displaying the nepali unicode character]

I have a page http://nepalicalendar.rat32.com/index_nep.php. It displays the nepali unicode page correctly. But after i click the submit button named "View Calendar" Firefox displays unreadable unicode characters. However, other browser does not shows the same problem. Is there any code i need to add so that Firefox will display unicode character after post method? Help will be really appreciated if someone could figure out whats wrong going on!! Thanks in advance. [Note: I have added utf-8 code for displaying the nepali unicode character]

被選擇的解決方法

Hi all,

I found the solution myself. The mistake i was doing was i had placed the tag:

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

after favicon, title tags and meta description and title tags. After i placed tag:

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

right after the head tag it worked fine. :)

Cheers.. :)

從原來的回覆中察看解決方案 👍 1

所有回覆 (7)

more options

Check this out;

more options

That resulting page is send by the server as windows-1252 encoding. If the server sends an encoding then Firefox uses that encoding and ignore the encoding as specified in a meta tag in the file.

more options

Thanks for the reply. But i am looking the way to solve this problem. It seems that unicode that is fetched from database are being displayed properly however unicode characters in the php file are not displaying properly when using post method.

I am surprised why FIREFOX only has this problem!!!! ???

由 Nepali Calendar 於 修改

more options

Thanks for the reply. But i am looking the way to solve this problem. It seems that unicode that is fetched from database are being displayed properly however unicode characters in the php file are not displaying properly when using post method.

I am surprised why FIREFOX only has this problem!!!! ???

由 Nepali Calendar 於 修改

more options

Unicode is only for the European section language, when you switch in the charset=utf 8 coding, the purpose is clearly visible :) for the hendi language.

more options

選擇的解決方法

Hi all,

I found the solution myself. The mistake i was doing was i had placed the tag:

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

after favicon, title tags and meta description and title tags. After i placed tag:

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

right after the head tag it worked fine. :)

Cheers.. :)

more options

charset:

This <meta> element must be inside the <head> element and within the 512 first bytes of the page, as some browsers only look at these first bytes before choosing a character set for the page.