| Evolution-Data-Server Manual: Utilities (libedataserver) | ||||
|---|---|---|---|---|
constgchar * e_iconv_charset_name (constgchar *charset);iconv_t e_iconv_open (constgchar *oto, constgchar *ofrom);gsize e_iconv (iconv_t cd, constgchar **inbuf,gsize *inbytesleft,gchar **outbuf,gsize *outbytesleft);void e_iconv_close (iconv_t ip); constgchar * e_iconv_locale_charset (void); constgchar * e_iconv_locale_language (void); constgchar * e_iconv_charset_language (constgchar *charset);
constgchar * e_iconv_charset_name (constgchar *charset);
e_iconv_charset_name is deprecated and should not be used in newly-written code.
|
|
Returns : |
iconv_t e_iconv_open (constgchar *oto, constgchar *ofrom);
e_iconv_open is deprecated and should not be used in newly-written code.
|
|
|
|
Returns : |
gsize e_iconv (iconv_t cd, constgchar **inbuf,gsize *inbytesleft,gchar **outbuf,gsize *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.
|
constgchar * e_iconv_locale_charset (void);
e_iconv_locale_charset is deprecated and should not be used in newly-written code.
Returns : |
constgchar * e_iconv_locale_language (void);
e_iconv_locale_language is deprecated and should not be used in newly-written code.
Returns : |