CharsetConverter
Object Hierarchy:
Description:
[
CCode ( type_id =
"g_charset_converter_get_type ()" ) ]
public class CharsetConverter :
Object,
Converter,
Initable
`GCharsetConverter` is an implementation of [iface@Gio.
Converter] based on [struct@GLib.IConv].
Content:
Properties:
- public string from_charset { owned get; construct; }
The character encoding to convert from.
- public string to_charset { owned get; construct; }
The character encoding to convert to.
- public bool use_fallback { get; set construct; }
Use fallback (of form `<hexval>`) for invalid bytes.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
All known members inherited from interface GLib.Converter
All known members inherited from interface GLib.Initable