----------------------------------------------------------------------

ELOQUENCE B.08.40 - patch PE84-2507030

----------------------------------------------------------------------

This patch adds enhancements or fixes defects of the Eloquence eloq.cgi
program as released with Eloquence B.08.40 2501-5. This patch will be
integrated in the Eloquence B.08.40 release.

Eloquence B.08.40 2501-5 must be installed before applying this patch.

Severity:
 PE84-2507030: ENHANCEMENT

Superseded patches:
 none


Patch PE84-2507030
------------------

Platforms: All

* The EQCGI_CHARSET configuration variable has been added to specify
  the default character encoding to use when decoding query string
  and/or POST request arguments if POSTDATA_CHARSET is not specified.

  For example, in the eloq.cgi web server configuration:
    SetEnv EQCGI_CHARSET "UTF-8"

* UTF-8 output encoding is now supported.

  For example, printing the HTTP header:
    PRINTER IS STDOUT
    PRINT "Content-Type: text/html; charset=UTF-8"


Installation:
-------------

Please download the patch archive that corresponds with the installed
release. The patch files follow the conventions below:

   PE84-2507030-linux-86_64-el8.tar.gz
        ^       ^     ^
        |       |     Architecture / OS specific build
        |       Operating system
        Patch ID


Linux:

In order to install this patch, you need to unpack it with tar.
Installation requires root privileges.

cd /opt/eloquence/8.4
tar xzf /path/to/PE84-2507030-linux-86_64-el8.tar.gz

Files:

   lbin/eloq.cgi
   share/doc/PE84-2507030-README


HP-UX Itanium:

In order to install this patch, you need to unpack it with gzip and tar.
Gzip is included with HP-UX. Installation requires root privileges.

cd /opt/eloquence/8.4
gzip -dc /path/to/PE84-2507030-hpux-ia64.tar.gz | tar xf -

Files:

   lbin/eloq.cgi
   share/doc/PE84-2507030-README


Windows:

Two options are available for patch installation. The patch is
available as self extracting archive for automatic installation
and as a zip archive for manual installation. Both patches are
equivalent. Installation requires administrative capabilities.

For automatic installation of this patch, please download the
patch file PE84-2507030-win32.exe. Installation does not require
a reboot unless the patched files were active.

For a manual installation of the patch, please download the patch
file PE84-2507030-win32.zip and unpack its contents. Then perform
the following steps:

* Please copy the eloq.cgi file into the Eloquence lbin directory.
  (Default location: C:\Program Files\Eloquence\8.4\lbin)

* Please copy the PE84-2507030-README.txt file into the Eloquence
  share\doc directory.
  (Default location: C:\Program Files\Eloquence\8.4\share\doc)

Files:

   eloq.cgi
   PE84-2507030-README.txt
