[Return]

Report a post

Preview
>>122773
yeah
site pages there have
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

and it probably should emit
<meta charset="utf-8">

(which works even in HTML4, since that's the doctype you have set)

no one is using Latin-1 as their character encoding at this point (at least, not on purpose)
Post number No.122775
Board Off-Topic@Heyuri
Optional. Describe what's wrong with it.