Home
The Toolkit for Online Communities
15900 Community Members, 0 members online, 2456 visitors today
Log In Register

Forum OpenACS Development: Response to Implementing locale-specific character encodings in gp/acs-lang

OpenACS Home : Forums : OpenACS Development : Response to Implementing locale-specific character encodings in gp/acs-lang : One Message

So if you always indicate the character set explicitly in the Content-type HTTP header, then you shouldn't need the meta tag.

In theory, yes. In practice, there are situations when various browsers will behave inconsistently and plain weird inless you list the charset in both places. Also, it's nice to keep the charset information in an HTML page saved by the user (hence meta tag).