Multicultural support
Tivoli Netcool/OMNIbus uses the International Components for Unicode (ICU) library for character set conversion, and supports the character encodings that ICU supports.
ICU is a cross-platform Unicode-based globalization library that includes support for locale-sensitive string comparison, date formatting, time formatting, number formatting, currency formatting, message formatting, text boundary detection, and character set conversion. For a list of the supported character encodings, see the ICU Web site at http://www.icu-project.org/.
Text data is automatically converted between character encodings if a client and an ObjectServer are using different encodings. Run the ObjectServer in an encoding that includes all of the characters that are used in all locations in your Tivoli Netcool/OMNIbus deployment. If your deployment uses data from different languages, run the ObjectServer in 8-bit Unicode Transition Format (UTF-8) encoding to ensure that it can handle all text data.
Configuring fonts for the historical view of the AEN client
If an accelerated event contains national language characters, those characters might be rendered incorrectly in the Historical Data Viewer window of the Accelerated Event Notification (AEN) client. To resolve this problem, change the font used in the Historical Data Viewer window. This font is defined in the AEN properties file. To change the font:
- Open the following file:
- userhome/.netcool/nco_aen_settings/aen.properties
- userhome\.netcool\nco_aen_settings\aen.properties
- Add a line to the end of the file in the following format: system.List.font=fontname,fontstyle,fontsize
For example, if Simplified Chinese characters are displaying incorrectly, add the following line: system.List.font=courier,BOLD,11
- Restart the AEN client.