Go to the source code of this file.
Namespaces | |
namespace | schma |
Classes | |
class | schma::_UTF8Converter |
Class for converting utf8-encoded input into UnicodeString. Don't use directly. Call UTF8Converter() to get a pointer to a singleton _UTFConverter. More... | |
Defines | |
#define | UNICODEHELPERS_H UNICODEHELPERS_H |
Typedefs | |
typedef boost::shared_ptr< UnicodeString > | schma::UnicodePtr |
typedef boost::shared_array< char > | schma::charArray |
typedef std::vector< UnicodePtr > | schma::UnicodeVector |
Functions | |
UnicodeVector | schma::splitString (const std::string &s) |
UConverter * | schma::UTF8Converter () |
Returns a pointer to a singleton _UTF8Converter object. | |
charArray | schma::toCharArray (UnicodePtr u) |
Convert the UnicodeString a UnicodePtr points to into a shared char array. | |
std::string | schma::toStdString (UnicodePtr u) |
Convert the UnicodeString a UnicodePtr points to into a std::string. |
#define UNICODEHELPERS_H UNICODEHELPERS_H |
Definition at line 23 of file unicodehelpers.h.