AnjutaEncodings

AnjutaEncodings — Text encoding and decoding

Synopsis




struct      AnjutaEncoding;
const AnjutaEncoding* anjuta_encoding_get_from_charset
                                            (const gchar *charset);
const AnjutaEncoding* anjuta_encoding_get_from_index
                                            (gint index);
gchar*      anjuta_encoding_to_string       (const AnjutaEncoding *enc);
const gchar* anjuta_encoding_get_charset    (const AnjutaEncoding *enc);
GList*      anjuta_encoding_get_encodings   (GList *encoding_strings);
void        anjuta_encodings_init           (AnjutaPreferences *pref,
                                             GladeXML *gxml);
#define     SAVE_ENCODING_ORIGINAL
#define     SAVE_ENCODING_CURRENT_LOCALE
#define     SUPPORTED_ENCODINGS

Description

Details

struct AnjutaEncoding

struct AnjutaEncoding;


anjuta_encoding_get_from_charset ()

const AnjutaEncoding* anjuta_encoding_get_from_charset
                                            (const gchar *charset);

charset :
Returns :

anjuta_encoding_get_from_index ()

const AnjutaEncoding* anjuta_encoding_get_from_index
                                            (gint index);

index :
Returns :

anjuta_encoding_to_string ()

gchar*      anjuta_encoding_to_string       (const AnjutaEncoding *enc);

enc :
Returns :

anjuta_encoding_get_charset ()

const gchar* anjuta_encoding_get_charset    (const AnjutaEncoding *enc);

enc :
Returns :

anjuta_encoding_get_encodings ()

GList*      anjuta_encoding_get_encodings   (GList *encoding_strings);

encoding_strings :
Returns :

anjuta_encodings_init ()

void        anjuta_encodings_init           (AnjutaPreferences *pref,
                                             GladeXML *gxml);

pref :
gxml :

SAVE_ENCODING_ORIGINAL

#define SAVE_ENCODING_ORIGINAL            "save.encoding.original"


SAVE_ENCODING_CURRENT_LOCALE

#define SAVE_ENCODING_CURRENT_LOCALE      "save.encoding.current.locale"


SUPPORTED_ENCODINGS

#define SUPPORTED_ENCODINGS               "supported.encodings"