Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Input text is weird symbols

  • 5 respostas
  • 1 tem este problema
  • 1 exibição
  • Última resposta de 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 ?

Todas as respostas (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.

Alterado por cor-el em