|
To change the default character set for your web page using Linux/Apache, you'll need to make use of the .htaccess file. For example, if you only want to use one single encoding on all of your files, you can create a new .htaccess file which contains the following text:
AddDefaultCharset iso-8859-9
 |