NWLlocaleconv(3nw)


NWLlocaleconv -- sets the elements of a structure according to the current locale setting

Synopsis

   #include <time.h> or #define NWL_EXCLUDE_TIME 
   #include <stdio.h> or #define NWL_EXCLUDE_FILE 
   #include <nwlocale.h> 
   

LCONV NWFAR *NWAPI NWLlocaleconv (LCONV NWFAR *lconvPtr);

Description

The parameters are as follows:

lconvPtr
(OUT) Points to LCONV.

Return values

Pointer to LCONV, described below.

Notices

Call NWLlocaleconv to get locale information to do tasks not provided for by the other Internationalization functions. NWLlocaleconv sets the elements in the specified structure according to the currently selected locale.

NWLlocaleconv is not an exact analog to the ANSI function localeconv because NWLlocaleconv contains information not ANSI-specific. Also, ANSI character pointers have been changed to character arrays, which is required for Windows 3.x-4.xin the enhanced mode.

For a more detailed description of the ANSI elements in the above structure, refer to the ANSI specification, ANSI X3.159-1989.

Services

Internationalization

NCP calls

None

References

LCONV, NWLsetlocale(3nw),
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.