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