Filters and filter chains > Filter reference > Internal filter settings

Internal filter settings
This filter handles escape codes (HpPcl, Esc0, and URL) in the input data. The settings are described in the table below.
StreamServer detects an escape code as an ESC character (0x1b) followed by any number of characters. The “end of escape code” character is an upper case letter (character in the range [0x41..0x5a]).
When StreamServer detects an ESC character, it removes all characters until it finds an upper case letter (including the upper case letter).
StreamServer detects an escape code as an ESC character (0x1b) followed by any number of characters. The “end of escape code” character is a NULL character (0x00).
When StreamServer detects an ESC character, it removes all characters until it finds a NULL character (including the NULL character).
Converts URL escape codes (%20 to space etc.).
Converts ‘&’ (ampersand) to <0D, 0A> (carriage return - line feed).
OpenText StreamServe 5.6 Updated: 2013-03-01