Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Advanced Tools Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWToUTF8Converter

Module:  Advanced Tools   Package:  Streams


Does not inherit

Local Index

Members

Header File

#include <rw/stream/RWToUTF8Converter.h>

Description

RWToUTF8Converter converts RWUChar, RWWString, wchar_t or std::wstring UTF-16 values to UTF-8. The character or string to be converted must encoded in UTF-16. To translate other encodings, use converters supplied by the Internationalization Module.

Public Member Functions

void 
convert(RWUChar from, RWCString& to);
void 
convert(const RWUChar* from, size_t len, RWCString& to);
void 
convert(wchar_t from, RWCString& to);
void 
convert(const wchar_t* from, size_t len, RWCString& to);
void
convert(const RWWString& from,RWCString& to);
void 
convert(const std::wstring& from, RWCString& to);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.