Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Char Class Reference

#include <elm/string/utf16.h>

Public Member Functions

 Char (t::uint16 ch)
 
void toUTF8 (StringBuffer &buf)
 

Detailed Description

Wrapper class around UTF-16 16-bit characters.

Constructor & Destructor Documentation

◆ Char()

Char ( t::uint16  ch)
inline

Member Function Documentation

◆ toUTF8()

void toUTF8 ( StringBuffer buf)

Convert UTF-16 to UTF-8, to be embedded in a string.

Parameters
bufBuffer to convert to.

The documentation for this class was generated from the following files: