Functions
camel_charset_step ()
void
camel_charset_step (CamelCharset *cc
,
const gchar *in
,
gint len
);
Processes more input text with the cc
.
camel_charset_best_name ()
const gchar *
camel_charset_best_name (CamelCharset *charset
);
camel_charset_best ()
const gchar *
camel_charset_best (const gchar *in
,
gint len
);
Finds the minimum charset for this string NULL means US-ASCII.
Returns
the minimum charset or NULL for US_ASCII.
[nullable]
camel_charset_iso_to_windows ()
const gchar *
camel_charset_iso_to_windows (const gchar *isocharset
);
Returns
the equivalent Windows charset.