Hi

"Bastiaan Edelman" <[EMAIL PROTECTED]> wrote:

 BE> Systems based on M$ WORD (Office) sent that string for all 8-bit
 BE> caracters even if there is no need to do so because the caracter is
 BE> in the ISO-8859-1 caracterset.
wrong ....
MIME must be used if 8 bit characters are used.
Only if the line consists of pure ASCII (7 bit) than there is no need for
MIME encoded to/from/subject

It is NOT legal to assume iso-latin-1 as characterset, because there is no
default 8 bit character set !!!

So if 8 bit characters are used, the program _MUST_ state what characterset
was used !

 BE> If the caracter is in the caracterset, e.g. accented letters like � �
 BE> and caracters like that it is possible to type them as ASCII-code
 BE> using the ALT key. Alt 200 = E
 BE>     201 = �

Yes ... but this depends on the installed codepage.
So you need to specify which characterset the writer used.
(alt 201 is not the same sign in CP437 and in CP850 !!)
So you say character number 201 in iso-latin-1 characterset.

 BE> You can also use the ALT key to make all the special caracters from
 BE> the ISO-8859-1 caracterset instead of &#... TRY IT! Special attention
 BE> to Alt 160 = space and this space will not be ommited by HTML !!!!!
Again this is not allowed !!!!

Not everybody uses iso-latin-1.
If your local charcterset is different, than the page will be wrongly
displayed !!
(this _IS_ the reason why escaping (&...) was introduced)

 BE> CU Bastiaan

CU, Ricsi

-- 
Richard Menedetter <[EMAIL PROTECTED]> [ICQ: 7659421] {RSA-PGP Key avail.}
-=> Adding manpower to a late project makes it later <=-

Reply via email to