libzeep

PrevUpHomeNext

Function append

zeep::append — manipulate UTF-8 encoded strings

Synopsis

// In header: <zeep/unicode-support.hpp>


void append(std::string & s, unicode ch);

Description

Append a single unicode character to an utf-8 string.


PrevUpHomeNext