Dear R webmasters,

my browser defaults to the charset UTF-8 and since [1] seems to be
encoded in ISO-8859-1 the umlauts are not displayed correctly. It would
be great if the encoding could be added to the header [2]. (Or the page
converted to UTF-8 and the problem would be solved for me. ;-) )

        <meta http-equiv="Content-Type" content="text/html;
        charset=utf-8">

or

        <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">


Thanks,

Paul


[1] http://www.r-project.org/contributors.html
[2] https://secure.wikimedia.org/wikipedia/en/wiki/Character_encodings_in_HTML

Attachment: signature.asc
Description: This is a digitally signed message part

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to