Struct
GtkSourceEncoding
Description [src]
struct GtkSourceEncoding {
/* No available fields */
}
Character encoding.
The GtkSourceEncoding
boxed type represents a character encoding. It is used
for example by GtkSourceFile
. Note that the text in GTK widgets is always
encoded in UTF-8.
Functions
gtk_source_encoding_get_default_candidates
Gets the list of default candidate encodings to try when loading a file.
gtk_source_encoding_get_from_charset
Gets a GtkSourceEncoding
from a character set such as “UTF-8” or
“ISO-8859-1”.
Instance methods
gtk_source_encoding_get_charset
Gets the character set of the GtkSourceEncoding
, such as “UTF-8” or
“ISO-8859-1”.