Query: wctob
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
WCTOB(3) Linux Programmer's Manual WCTOB(3)NAMEwctob - try to represent a wide character as a single byteSYNOPSIS#include <wchar.h> int wctob(wint_t c);DESCRIPTIONThe wctob function tests whether the multi-byte representation of the wide character c, starting in the initial state, consists of a single byte. If so, it is returned as an unsigned char. Never use this function. It cannot help you in writing internationalized programs. Internationalized programs must never distinguish sin- gle-byte and multi-byte characters.RETURN VALUEThe wctob function returns the single-byte representation of c, if it exists, of EOF otherwise.CONFORMING TOISO/ANSI C, UNIX98SEE ALSOwctomb(3)NOTESThe behaviour of wctob depends on the LC_CTYPE category of the current locale. This function should never be used. Internationalized programs must never distinguish single-byte and multi-byte characters. Use the func- tion wctomb instead.GNU1999-07-25 WCTOB(3)
Related Man Pages |
---|
wctob(3c) - opensolaris |
wctob(3) - debian |
wctob(3) - suse |
wctob(3) - osf1 |
wctob(3c) - sunos |
Similar Topics in the Unix Linux Community |
---|
Shell Script with following awk command pls help |