RemoteCharset

Name

RemoteCharset -- defines default character set for Server or Ream

indexer.conf

Synopsis

RemoteCharset {charset}

Description

RemoteCharset defines the default character set for the Web space described in all following Server and Realm commands.

This is usually required only for "bad" servers that do not send character set information in the HTTP headers (Content-type: text/html; charset=some_charset) and do not have <META NAME="Content" Content="text/html; charset="some_charset"> in the document head.

The default value is latin1 (ISO-8859-1).

Scope

RemoteCharset can be set multiple times and affects on all following Server and Realm commands until the end of the configuration file or until the next RemoteCharset command.

Examples


RemoteCharset KOI8-r
      

See also

BrowserCharset, ForceIISCharset1251, LocalCharset, RemoteFileNameCharset.