HP-UX 11i Version 1.5 Release Notes, May 2001
Table Of Contents
- 1 Overview of the Release Notes
- 2 Workstation/Server Specific Information
- 3 HP-UX Features
- 4 File and Disk Management
- 5 Networking
- 6 Commands and System Calls
- 7 Programming
- aC++ Libraries
- Changes to libc
- libcres.a Library
- New libdcekt.sl and libdcecpkt.sl Libraries
- New Linux Compatible API Library
- New locale Libraries
- New Unwind Library
- X11 Libraries
- SNMP
- Machine Dependent Headers
- Threadsafe Documentation
- Obsolescence and Deprecation of APIs
- Linker Toolset
- gprof Multiple Shared Library Profiling
- CXperf Performance Monitoring Support
- HP Caliper
- WDB Debugger Tool
- ADB Debugger Tool
- Fortran
- Packaging for Specific Releases
- 8 Other Functionality

Other Functionality
Internationalization
Chapter 8148
method at ‘YOMI’ input, and you input a ‘KANA’ character and
‘HANDAKUTEN’ or ‘DAKUTEN’ successively, the input
method server does not compose ‘KANA’ with ‘DAKUTEN’ or
‘HANDAKUTEN’ as one character, but displays the ‘KANA’
character and ‘DAKUTEN’ or ‘HANDAKUTEN’ symbol. In this
case, you should make the composite character using
‘ZENKAKU-HIRAGANA’ conversion (press Shift + F5 key), or
‘ZENKAKU-KATAKANA’ conversion (press F6 key).
❏ EGBridge
Closing the EGBridge main window during Kana-Kanji
conversion on hpterm may also close hpterm. You should finish
conversion before closing the EGBridge main window.
❏ IMS common (XJIM/ATOK8/EGBridge/VJE-gamma)
— Window focus sometimes cannot be moved by Meta(Alt)-Tab key
if applications use XIMStatusNothing and they overlap each
other with KANJI-ON state. To avoid this problem, set
stackChange resource to False as follows:
XJIM XJim*stackChange: False
ATOK8 Atok8*stackChange: False
EGBridge EGIms*stackChange: False
VJE Vje*stackChange: False
See the “Resource” section in each Input Method manual for
details.
— On Motif 1.2 and Motif 2.1 applications, the F10 and Shift-F10
keys cannot be used as the Japanese input function key
because those keys are used to switch focus to the menu bar. To
assign these keys to certain functions for IMS, set the
following:
— for DIN keyboard: $ xmodmap -e "keycode 25 = F10"
— for ITF keyboard: $ xmodmap -e "keycode 38 = F10"
— Japanese IMS is not available with X11R4 (including Motif 1.1)
applications using PS2-DIN-JIS keyboard if LANG is
“ja_JP.SJIS” or “ja_JP.eucJP”. To avoid this problem, set
LANG “japanese” or “japanese.euc” when invoking X11R4
(Motif 1.1) applications.