Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::wcsStrToCntrl ( P6WCHAR pWs)
pure virtual

Convert control character sequences (i.e., '\n', '\t', '\r') to their single character value (i.e., 0x000A, 0x0009, 0x000D).

The conversion is done in place since the string will actually get shorter in length due to the translation.

Parameters
pWs[ in ] Pointer to the string to translate.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.