NWCharType(3nw)


NWCharType -- determines whether a character is single- or double-byte

Synopsis

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

int NWAPI NWCharType (unsigned char ch);

Description

The parameters are as follows:

ch
(IN) Indicates the character to be tested (one or two bytes).

Return values

0x0001
NWSINGLE_BYTE

0x0002
NWDOUBLE_BYTE

Services

Internationalization

NCP calls

None

References

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