Class: Gsf::OutputIconv
Instance Method Summary collapse
-
#fallback ⇒ String
Either NULL or a UTF-8 string (representable in the target encoding) to convert and output in place of characters that cannot be represented in the target encoding.
-
#fallback=(fallback) ⇒ String
Either NULL or a UTF-8 string (representable in the target encoding) to convert and output in place of characters that cannot be represented in the target encoding.
-
#initialize(sink, dst, src) ⇒ Gsf::Output
constructor
Adds a reference to sink.
-
#input_charset ⇒ String
Input-charset.
- #input_charset=(input_charset) ⇒ String
-
#output_charset ⇒ String
Output-charset.
- #output_charset=(output_charset) ⇒ String
-
#sink ⇒ Gsf::Output
Sink.
- #sink=(sink) ⇒ Gsf::Output
Methods inherited from Output
#close, #container, #container=, #error, error_id, #is_closed, #is_closed=, #is_closed?, #modtime, #modtime=, #name, #name=, #name_from_filename=, #position, #position=, #printf, #puts, #seek, #set_error, #size, #size=, #tell, unwrap, #vprintf, wrap, #write
Constructor Details
#initialize(sink, dst, src) ⇒ Gsf::Output
Adds a reference to sink.
Instance Method Details
#fallback ⇒ String
Either NULL or a UTF-8 string (representable in the target encoding) to convert and output in place of characters that cannot be represented in the target encoding. NULL means use \u1234 or \U12345678 format.
#fallback=(fallback) ⇒ String
Either NULL or a UTF-8 string (representable in the target encoding) to convert and output in place of characters that cannot be represented in the target encoding. NULL means use \u1234 or \U12345678 format.
#input_charset ⇒ String
Returns input-charset.
#input_charset=(input_charset) ⇒ String
#output_charset ⇒ String
Returns output-charset.
#output_charset=(output_charset) ⇒ String
#sink ⇒ Gsf::Output
Returns sink.