為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

Input text is weird symbols

  • 5 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

Hey guys,

I have a big problem with Mozilla and I have no idea why. I searched the web and didn't find any answer.

In my page, i placed an input to give the user the chance to write the translation of the word he has to translate. The problem is, when the user writes something in any language (french, german, english, spanish ...), the input doesn't show the letter but a square full of 000 (look at the screenshot i've made)

Does anyone know what it is ?

Hey guys, I have a big problem with Mozilla and I have no idea why. I searched the web and didn't find any answer. In my page, i placed an input to give the user the chance to write the translation of the word he has to translate. The problem is, when the user writes something in any language (french, german, english, spanish ...), the input doesn't show the letter but a square full of 000 (look at the screenshot i've made) Does anyone know what it is ?

所有回覆 (5)

more options

Your screenshot didn't make it into your posting.

See this support article. How do I create a screenshot of my problem? It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB. Then use the Browse .... button below the Post a Reply text box to upload the screenshot.

Considering this is a web page development issue ... https://support.mozilla.org/en-US/kb/where-go-developer-support

more options

Désolé pour l'image qui n'est pas passé, cette fois ci c'est bon

more options

Some ideas: - wrong code page - wrong font assigned (one that has no foreign characters) or not font at all (style) - input box probably configured not to show normal characters

more options

Hmm, Firefox displays the tall boxes with two rows of two characters when the element calls for a font that you do not have on your system and/or which does not have those particular characters. However, your screenshot shows that the missing character is a "null" (00 00) instead of a regular character, so perhaps there is a problem with a validation script for your input? Or if that is the output from a translation API, something got lost in the, er, translation, back to text or HTML.

more options

Is is possible that there is a problem with the encoding and that Firefox sends the response as Unicode and the server expects a Western encoding.

由 cor-el 於 修改