Beginning in version 7.0, the Rational ClearQuest 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. Pour plus d'informations, voir Définition du mode de retour de chaîne pour les points d'ancrage et les scripts.
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 Rational ClearQuest database) code page settings are not used. |