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

Commands and System Calls
Changed locale and localedef Commands
Chapter 686
Method file format for PA systems:
# method file for univ.utf8 locale
METHODS
mblen "__mblen_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
mbtowc "__mbtowc_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
mbstowcs "__mbstowcs_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
wctomb "__wctomb_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
wcwidth "__wcwidth_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
wcswidth "__wcswidth_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
wcstombs "__wcstombs_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
__mbtopc "__mbtopc_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
__pctomb "__pctomb_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
__mbstopcs "__mbstopcs_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
__pcstombs "__pcstombs_utf8" "/usr/lib/nls/loc/methods.2" "utf8"
END METHODS
Method file format for IPF systems:
# method file for univ.utf8 locale
METHODS
mblen "__mblen_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
mbtowc "__mbtowc_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
mbstowcs "__mbstowcs_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
wctomb "__wctomb_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
wcwidth "__wcwidth_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
wcswidth "__wcswidth_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
wcstombs "__wcstombs_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
__mbtopc "__mbtopc_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
__pctomb "__pctomb_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
__mbstopcs "__mbstopcs_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
__pcstombs "__pcstombs_utf8" "/usr/lib/nls/loc/hpux32/methods.1" "utf8"
END METHODS
locale and localedef Compatibility
The default behavior of the locale command on IPF systems lists IA
locales instead of PA locales. PA applications that list PA locales will see
different results on IPF and PA systems.
The localedef command will not be able to generate PA locales on an
Itanium-based system. If you need PA locales, build them on a PA system
and move them to the Itanium-based system.