|
Squid Web Cache v8/master
|
#include "sbuf/forward.h"Go to the source code of this file.
Functions | |
| SBuf | Latin1ToUtf8 (const char *in) |
| converts ISO-LATIN-1 to UTF-8 | |
| SBuf | Cp1251ToUtf8 (const char *in) |
| converts CP1251 to UTF-8 | |
| bool | isValidUtf8String (const char *source, const char *sourceEnd) |
| returns whether the given input is a valid (or empty) sequence of UTF-8 code points | |
| SBuf Cp1251ToUtf8 | ( | const char * | in | ) |
Definition at line 37 of file toUtf.cc.
References SBuf::append().
| bool isValidUtf8String | ( | const char * | source, |
| const char * | sourceEnd | ||
| ) |
Definition at line 172 of file toUtf.cc.
References isValidUtf8CodePoint(), and utf8CodePointLength().
| SBuf Latin1ToUtf8 | ( | const char * | in | ) |
Definition at line 16 of file toUtf.cc.
References SBuf::append().