Charset for HTTP
charset=
This option allows you to specify an alternate character set that will be used in the 'Content-Type' line of the HTTP header as returned by the web interface. If you wish to use a character set
other than the default ISO-8859-1 set, you should specify the new setting in lyris.plc as:
In addition, you must also account for this charset in the language file:
=================================
<!-- META -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">
=================================
When modifications are made in both lyris.plc and the appropriate language file, all HTTP requests will be served with that character set as the content-type.
|