Local character sets and the Rational ClearQuest data code page
The local character set (also referred to as the platform code page, OS code page, or operating system locale) is the character set of the system on which your Rational® ClearQuest® application runs. It determines which characters the application can read and display by default.
You can select any of the locales listed in Locales associated with supported Rational ClearQuest data code pages as your local character set using your operating system's configuration methods. There is no requirement that your local character set correspond to the data code page. So, for example, you could use a system with the Greek local character set (associated with Windows code page 1253) against a database set using a data code page of Cyrillic (1251). However, you must install fonts corresponding to your installation's Rational ClearQuest data code page in order to work with Rational ClearQuest data.
You can check the local character set on a Windows client by reviewing the Regional and Language Options settings from the Control Panel. You can check it on any Windows system where Rational ClearQuest is installed by running the installutil lscodepage command.
- Open a command window.
- Run a command of this form:
installutil lscodepage -dbset dbset_name clearquest_login clearquest_password
For example:
installutil lscodepage -dbset 7.0.0 admin_user admin_password
To ensure data integrity, the program verifies that all characters it sends to the Rational ClearQuest databases are included in the Rational ClearQuest data code page. It rejects any unsupported characters and reports them to the user. Therefore, regardless of the local character set, only characters contained in the Rational ClearQuest data code page are stored in the schema repository and databases. The one exception concerns attachments made to records. An attachment may contain data in any format.