HP-UX 11i Version 1.5 Release Notes, May 2001

Table Of Contents
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.