Go back to previous page
Forum URL: http://www.eyrie-productions.com/Forum/dcboard.cgi
Forum Name: The Forum Itself
Topic ID: 74
Message ID: 0
#0, Forum, character encoding of
Posted by zwol on Jul-01-13 at 06:48 PM
LAST EDITED ON Jul-01-13 AT 06:48 PM (EDT)
 
Over in the H2G2: Bear City thread there was this exchange a little while back ...

> > EDIT: Seems to work fine in ISO-8859-1, so I'm not sure what the
> > problem is.
>
> That's an easy one! The Forum is in UTF-8.

... so I thought I'd mention that at least some browsers still don't think the Forum is in UTF-8, and that this could probably be fixed by adding

<meta charset="utf-8">

close to the top of the master page template, ideally right after <head>. The point where it says

<!-- ###### TRUSS CODE BEGINS HERE ###### -->

is unfortunately too late, because the "keywords" tag right before that appears to contain the complete text of the post, which will blow past the cutoff for character-set directives. (It has to be completely within the first 512 bytes of the document.)

You may have heard of a significantly more verbose way to write the same directive, so allow me to assure you that the short version works even with the really old browsers that were contemporaneous with DCF. :)