Überschrift / Headline
Bitte beachten Sie den folgenden Hinweis:
Es gibt bei HTML- heute KEINEN vorgegebenen Zeichensatz. Vor der Version 4.0 war immer der west-europäische Zeichensatz ISO-8859-1 (Latin 1) Standard. Mit der Version 4.0 des HTML-Standards.wurde jedoch der universelle Zeichensatz UCS (entspricht dem Unicode) der Standard-Zeichensatz.
Daher MUSS in jeder HTML-Datei der verwendete Zeichensatz im Kopf angegeben werden.
Dies geschieht durch folgenden Zeile im Kopf:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
Für den Zeichensatz (charset) kann natürlich auch utf-8 verwendet, werden, wenn ihr Editor dies unterstützt.
Andere Zeichensätze (für Japan, Korea etc) sind oft möglich. Abgeraten werden muss von nicht standardisierten Zeichensätzen (z.B. von einzelnen Software-Herstellern).
Please take care of the charset:
Today there is NO predefined charset in HTML files. Before the 4.0 version of the HTML standard the european charset ISO-8859-1 (Latin 1) was always used by default. With the appereance of the version 4.0 of the HTML-standard the universal charset UCS (same as Unicode) was defined as the default character set.
Because there are now two "standards" it is MANDATORY that in the head section of each HTML-file the character set used must be specified.
This is done by entering the following line in the head section
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
Instead of the character set "iso-8859-1" you may use "utf-8" if your editor supports this.
Other character sets are often possible (for Japon, Korea etc.). It is not advisable to use non standard character sets (e.g. from software suppliers).
© 2001, Walter Herglotz