Structure to represent an encoding to be used in Geany. More...
Data Fields | |
| const gchar * | charset |
| String representation of the encoding, e.g. | |
| GeanyEncodingGroup | group |
| Internally used member for grouping. | |
| gint | idx |
| The index of the encoding, must be one of GeanyEncodingIndex. | |
| const gchar * | name |
| Translatable and descriptive name of the encoding, e.g. | |
| gint | order |
| Internally used member for grouping. | |
Structure to represent an encoding to be used in Geany.
| const gchar* GeanyEncoding::charset |
String representation of the encoding, e.g.
"ISO-8859-3"
| gint GeanyEncoding::idx |
The index of the encoding, must be one of GeanyEncodingIndex.
| const gchar* GeanyEncoding::name |
Translatable and descriptive name of the encoding, e.g.
"South European"
1.7.1