W3C I18N Techniques: Setting up a server
Characters
This page lists links to resources on the W3C Internationalization Activity site and elsewhere that help you perform particular tasks. It is a subpage of the techniques index.
Choosing a character encoding
How to's
-
W3C best practises document (Characters and Encodings).
-
In W3C tutorial, Character sets & encodings in XHTML, HTML and CSS.
Setting the HTTP charset parameter
How to's
-
Setting the HTTP charset parameter
Notes on the charset HTTP header, server setup, and how to generate headers using scripts. W3C article.
-
Declaring the document encoding
In W3C tutorial, Character sets & encodings in XHTML, HTML and CSS.
Background reading
-
The influence of standards- vs. quirks-mode on character encoding declarations. W3C article.
Setting character encoding information using .htaccess
How to's
-
Setting charset information in .htaccess
How do I use .htaccess directives on an Apache server to serve files with a specific encoding? W3C FAQ-based article.