Return string constants

The HCL Compass Core handles strings in Unicode rather than based on the local code page setting. With this change, you can run hooks and scripts based on a return string mode setting to use Unicode or to use the local character set based on the client code page. See Setting the return string mode for hooks and scripts for more information.

Constant Value Description
_RETURN_STRING_LOCAL 1 Converts the internal Unicode strings and translates them to the local client code page.
_RETURN_STRING_UNICODE 2 Returns Unicode strings. No data translation occurs, and the local (client and HCL Compass database) code page settings are not used.