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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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 人有此问题
  • 1 次查看
  • 最后回复者为 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.