![]() |
![]() |
![]() |
Evolution API Reference: libedataserver, utility library | ![]() |
---|---|---|---|---|
Top | Description |
const char * e_iconv_charset_name (const char *charset); iconv_t e_iconv_open (const char *oto, const char *ofrom); size_t e_iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); void e_iconv_close (iconv_t ip); const char * e_iconv_locale_charset (void); const char * e_iconv_locale_language (void); const char * e_iconv_charset_language (const char *charset);
const char * e_iconv_charset_name (const char *charset);
e_iconv_charset_name
is deprecated and should not be used in newly-written code.
|
|
Returns : |
iconv_t e_iconv_open (const char *oto, const char *ofrom);
e_iconv_open
is deprecated and should not be used in newly-written code.
|
|
|
|
Returns : |
size_t e_iconv (iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
e_iconv
is deprecated and should not be used in newly-written code.
|
|
|
|
|
|
|
|
|
|
Returns : |
void e_iconv_close (iconv_t ip);
e_iconv_close
is deprecated and should not be used in newly-written code.
|
const char * e_iconv_locale_charset (void);
e_iconv_locale_charset
is deprecated and should not be used in newly-written code.
Returns : |
const char * e_iconv_locale_language (void);
e_iconv_locale_language
is deprecated and should not be used in newly-written code.
Returns : |