I font to be readable
-
Why do my Firefox and IE browsers, as well as iTunes, occasionally scramble a word or word part in normal text and instead display foreign characters? Why do Firefox and IE browsers occasionally scramble a word or word part in normal text and instead display foreign characters, such as an A with a carat over it, or the Euro symbol, or the text string and% on some web pages? Also, when the Washington Post imports articles from other sites into their website, odd symbols appear in the article text, eg.: "Public health officials have said so-called ?social distancing? strategies ¿ sharply..." Finally, in iTunes podcast episode descriptions I frequently see the text string &md*ash (please mentally remove the asterisk, which I added in the middle of the string to force it to appear on this web page as it does in iTunes. Another example in iTunes: the word encyclopedie (with an acute accent diacritical mark placed over the middle e) is written as encyclo?pedie. What will fix this? Do I need to install another font? Thanks for your help.
-
Answer:
The A with a caret over it is a classic sign of character encoding mismatch: the page contains UTF-8 but the web server serves it with a ISO-8859-1 Content-Type header. A similar thing happens with smart quotes and the 1252 codepage. It means the person running the web site doesn't know what they're doing. Browsers tend to have a lot of heuristics built-in to try to guess the proper encoding of a page rather than trusting the incorrect hints given by the meta tags or http headers, but it doesn't always work.
paphun123 at Ask.Metafilter.Com Visit the source
Other answers
Because it's TRYING to display the character, but your font does not have that character in it. This just means you need a better font, as they one you're using is crap Try installing the http://dejavu-fonts.org/wiki/index.php?title=Main_Page and using those. The mdash thing is different. That is an HTML entity (a symbol that is used for web pages, to display special characters) - iTunes is not a web page, and doesn't know how to output those symbols the same way
phrakture
The term for this is or Krokozyabry. It basically boils down to non-matching text encoding schemes. If everyone just used UTF-8 things like this would happen far less often.
zsazsa
For more info, rather technical but readable for even a non techie, see http://www.joelonsoftware.com/articles/Unicode.html. It's a hard problem to solve the right way, at least for programmers. Don't lose heart though, that's just the problem facing programmers. You as a user should be able to get this to work right, at least most of the time. I'm sure other will post solutions, I just wanted to point out a good explanation that I read recently.
intermod
Interesting article, intermod. Who knew plain text was so unplain!
paphun123
Just changed my default Firefox default encoding from Western ISO something-or-other to UTF-8. Perhaps that will help.
paphun123
Related Q & A:
- How do I reduce the font on My Yahoo page?Best solution by Yahoo! Answers
- How do I change the font size on my Yahoo page (mail?Best solution by Yahoo! Answers
- How can I reduce font size?Best solution by Stack Overflow
- How can I change the font for e-mail that I compose?Best solution by Yahoo! Answers
- How do I change to a larger font when I print an email?Best solution by email.about.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.