libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
utf8helper.h File Reference
#include <osmscout/util/utf8helper_charmap.h>
#include <string>
#include <vector>

Classes

struct  utf8helper::Parser
 Parse and transform an UTF8 string. More...
 
class  utf8helper::UTF8String
 

Namespaces

 utf8helper
 

Typedefs

using utf8helper::Transform = codepoint(*)(const character *, int context)
 functor implements desired transformation of the character It has 2 arguments: More...
 

Functions

codepoint utf8helper::TransformCapitalize (const character *, int)
 
codepoint utf8helper::TransformLower (const character *, int)
 
codepoint utf8helper::TransformNop (const character *, int)
 
codepoint utf8helper::TransformNormalize (const character *, int)
 
codepoint utf8helper::TransformTransliterate (const character *, int)
 
codepoint utf8helper::TransformUpper (const character *, int)
 
std::string utf8helper::UTF8Capitalize (const std::string &text)
 
std::string utf8helper::UTF8Normalize (const std::string &text)
 
std::string utf8helper::UTF8ToLower (const std::string &text)
 
std::string utf8helper::UTF8ToUpper (const std::string &text)
 
std::string utf8helper::UTF8Transliterate (const std::string &text)