GCharsetConverter
GCharsetConverter — Convert between charsets
|
|
Object Hierarchy
GObject
╰── GCharsetConverter
Includes
#include <gio/gio.h>
Functions
g_charset_converter_set_use_fallback ()
void
g_charset_converter_set_use_fallback (GCharsetConverter *converter,
gboolean use_fallback);
Sets the “use-fallback” property.
Since: 2.24
g_charset_converter_get_use_fallback ()
gboolean
g_charset_converter_get_use_fallback (GCharsetConverter *converter);
Gets the “use-fallback” property.
Returns
TRUE if fallbacks are used by converter
Since: 2.24
g_charset_converter_get_num_fallbacks ()
guint
g_charset_converter_get_num_fallbacks (GCharsetConverter *converter);
Gets the number of fallbacks that converter
has applied so far.
Returns
the number of fallbacks that converter
has applied
Since: 2.24
Types and Values
GCharsetConverter
typedef struct _GCharsetConverter GCharsetConverter;
Conversions between character sets.
Property Details
The “from-charset” property
“from-charset” gchar *
The character encoding to convert from.
Owner: GCharsetConverter
Flags: Read / Write / Construct Only
Default value: NULL
The “to-charset” property
“to-charset” gchar *
The character encoding to convert to.
Owner: GCharsetConverter
Flags: Read / Write / Construct Only
Default value: NULL
The “use-fallback” property
“use-fallback” gboolean
Use fallback (of form \<hexval>) for invalid bytes.
Owner: GCharsetConverter
Flags: Read / Write / Construct
Default value: FALSE