|
textwolf
0.2
|
Collection of functions for encode/decode XML character entities. More...
#include <charset_interface.hpp>
Static Public Member Functions | |
| static bool | encode (UChar chr, char *bufptr, std::size_t bufsize) |
| Write the character 'chr' in encoded form as nul-terminated string to a buffer. More... | |
Collection of functions for encode/decode XML character entities.
|
inlinestatic |
Write the character 'chr' in encoded form as nul-terminated string to a buffer.
| [in] | chr | unicode character to encode |
| [out] | bufptr | buffer to write to |
| [in] | bufsize | allocation size of buffer pointer by 'bufptr' |
1.8.6