TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> What I don't understand: if person A posts a message to the mailing
> list in character set iso-8859-1 and my browser is made to view also
> in iso-8859-1, some characters are illegible (e.g. a black diamond
> encircling a question mark) ?
Rene:
It could be a few things. Most likely, one of the many servers
through which the email traveled handles non-ASCII character
encodings poorly.
> How best should technical authors consider various character
> encoding, e.g. when creating an html formatted document, such that
> all characters are legible?
>
> Personally, I like utf-8.
UTF-8 is a great choice. The only thing you have to remember is
that there's a chicken-and-egg problem: Since the tag that defines
the encoding is part of the document, the browser has to be able to
read it before it knows what encoding the document uses. Therefore,
the tag has to be AT THE TOP of your html document (I'll omit the
brackets around the tags so they won't cause problems for braindead
mail clients):
html
head
meta http-equiv="Content-Type" content="text/html; charset=utf-8"
This works because nearly every encoding defines the characters in
those three lines identically... So a browser'll understand them no
matter what encoding it defaults to.
WebWorks ePublisher Pro for Word features support for every major Help
format plus PDF, HTML and more. Flexible, precise, and efficient content
delivery. Try it today! http://www.webworks.com/techwr-l
Easily create HTML or Microsoft Word content and convert to any popular Help file format or printed documentation. Learn more at http://www.DocToHelp.com/TechwrlList
---
You are currently subscribed to TECHWR-L as archive -at- infoinfocus -dot- com -dot-