Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18nFile::fputUTF8 ( P6CHAR pUtf8)
pure virtual

Write an UTF8 string to the openned file.

Parameters
pUtf8[ in ] Pointer to a UTF8 encoded string.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpUtf8 is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.