#include <config.h>#include <xapian/unicode.h>#include <cstring>

Go to the source code of this file.
Namespaces | |
| namespace | Xapian |
| The Xapian namespace contains public interfaces for the Xapian library. | |
| namespace | Xapian::Unicode |
| Functions associated with handling Unicode characters. | |
Functions | |
| bool | bad_cont (unsigned char ch) |
| unsigned | Xapian::Unicode::nonascii_to_utf8 (unsigned ch, char *buf) |
| Convert a single non-ASCII Unicode character to UTF-8. | |
| bool bad_cont | ( | unsigned char | ch | ) | [inline] |
Definition at line 28 of file utf8itor.cc.
Referenced by Xapian::Utf8Iterator::calculate_sequence_length().