|
YAZ 5.35.1
|
WCHAR_T iconv encoding / decoding. More...
#include <assert.h>#include <errno.h>#include <string.h>#include <yaz/xmalloc.h>#include "iconv-p.h"Go to the source code of this file.
Data Structures | |
| struct | encoder_data |
Functions | |
| yaz_iconv_encoder_t | yaz_wchar_encoder (const char *tocode, yaz_iconv_encoder_t e) |
| yaz_iconv_decoder_t | yaz_wchar_decoder (const char *fromcode, yaz_iconv_decoder_t d) |
WCHAR_T iconv encoding / decoding.
Definition in file iconv_encode_wchar.c.
| yaz_iconv_decoder_t yaz_wchar_decoder | ( | const char * | fromcode, |
| yaz_iconv_decoder_t | d | ||
| ) |
Definition at line 90 of file iconv_encode_wchar.c.
References yaz_iconv_decoder_s::read_handle, and yaz_matchstr().
Referenced by prepare_decoders().
| yaz_iconv_encoder_t yaz_wchar_encoder | ( | const char * | tocode, |
| yaz_iconv_encoder_t | e | ||
| ) |
Definition at line 53 of file iconv_encode_wchar.c.
References yaz_iconv_encoder_s::write_handle, and yaz_matchstr().
Referenced by prepare_encoders().