Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::wctob ( P6WCHAR  wc,
P6INT32 pSc 
)
pure virtual

Wide-character to single-byte conversion.

Parameters
wc[ in ] A single wide character.
pSc[ out ] Pointer to a character variable where the single-byte version of wc is written (e.g., P6CHR('A') to 'A').
Returns
SuccessP6R::eOk 
FailureP6R::eEndOfFileIf wc does not correspond to a character with length one in the initial shift state.
P6R::eNotInitializedA successful call to initialize was not made before this call.