[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Coding charset iso-latin-1
On Fri, 07 May 2004, Holger Sparr wrote:
> I have problems seeing umlauts.
>
> E.g. what I see is:
>
> ,----
>| Übung zur äüö Vorlesung "Numerische Methoden"
>| Bemerkungen und Aufgaben
>|
>| ???
> `----
>
> Originally, the question marks should be "äüö" as to be seen in the
> relevant HTML-snippet:
>
> ,----
>| <HTML>
>| <HEAD>
>| <TITLE>
>| UebungNUMMETH
>| </TITLE>
>|
>| </HEAD>
>|
>| <BODY BACKGROUND = "cn.jpg">
>|
>| <H2>
>| Übung zur äüö Vorlesung "Numerische Methoden"<BR>
>| Bemerkungen und Aufgaben
>| </H2>
>|
>| äüö
>|
>|
>| ...
>|
> `----
By watching closer, it seems to me, it something to do with the handling
of <newline>, <LF> ... whatever its called.
So:
,----
| <HTML>
|
| äüö
|
| äüö
|
`----
would lead to:
,----
|
| äüö ???
|
`----
Bye,
Holger