Class: Gio::CharsetConverter
- Inherits:
-
Object
- Object
- Gio::CharsetConverter
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#from_charset ⇒ String
The character encoding to convert from.
-
#from_charset=(from_charset) ⇒ String
The character encoding to convert from.
-
#initialize(to_charset, from_charset) ⇒ Gio::CharsetConverter
constructor
Creates a new GCharset::Converter.
-
#num_fallbacks ⇒ Integer
Gets the number of fallbacks that converter has applied so far.
-
#to_charset ⇒ String
The character encoding to convert to.
-
#to_charset=(to_charset) ⇒ String
The character encoding to convert to.
-
#use_fallback ⇒ Boolean
Gets the GCharset::Converter:use-fallback property.
-
#use_fallback=(use_fallback) ⇒ Boolean
Use fallback (of form
\<hexval>) for invalid bytes. -
#use_fallback? ⇒ Boolean
Use fallback (of form
\<hexval>) for invalid bytes.
Constructor Details
#initialize(to_charset, from_charset) ⇒ Gio::CharsetConverter
Creates a new GCharset::Converter.
Instance Method Details
#from_charset ⇒ String
The character encoding to convert from.
#from_charset=(from_charset) ⇒ String
The character encoding to convert from.
#num_fallbacks ⇒ Integer
Gets the number of fallbacks that converter has applied so far.
#to_charset ⇒ String
The character encoding to convert to.
#to_charset=(to_charset) ⇒ String
The character encoding to convert to.
#use_fallback ⇒ Boolean
Gets the GCharset::Converter:use-fallback property.
#use_fallback=(use_fallback) ⇒ Boolean
Use fallback (of form \<hexval>) for invalid bytes.
#use_fallback? ⇒ Boolean
Use fallback (of form \<hexval>) for invalid bytes.