AnjutaEncodingsAnjutaEncodings — Text encoding and decoding | |
Details
AnjutaEncoding
typedef struct _AnjutaEncoding AnjutaEncoding;
anjuta_encoding_get_from_charset ()
const AnjutaEncoding* anjuta_encoding_get_from_charset
(const gchar *charset);
anjuta_encoding_get_from_index ()
const AnjutaEncoding* anjuta_encoding_get_from_index
(gint index);
anjuta_encoding_to_string ()
gchar* anjuta_encoding_to_string (const AnjutaEncoding *enc);
anjuta_encoding_get_charset ()
const gchar* anjuta_encoding_get_charset (const AnjutaEncoding *enc);
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);
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"