|
IDZEBRA 2.2.8
|
#include <stdio.h>#include <assert.h>#include <ctype.h>#include <yaz/diagbib1.h>#include "index.h"#include <charmap.h>Go to the source code of this file.
Functions | |
| ZEBRA_RES | zapt_term_to_utf8 (ZebraHandle zh, Z_AttributesPlusTerm *zapt, char *termz) |
| ZEBRA_RES zapt_term_to_utf8 | ( | ZebraHandle | zh, |
| Z_AttributesPlusTerm * | zapt, | ||
| char * | termz | ||
| ) |
Definition at line 32 of file zaptterm.c.
References zebra_session::iconv_to_utf8, IT_MAX_WORD, ZEBRA_FAIL, ZEBRA_OK, and zebra_setError().
Referenced by rpn_search_database(), and trans_scan_term().