U:RDoc::AnyMethod[iI"set_encoding:ETI"IO#set_encoding;TF: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [I"DIf single argument is specified, read string from io is tagged ;TI"Hwith the encoding specified. If encoding is a colon separated two ;TI"Hencoding names "A:B", the read string is converted from encoding A ;TI"H(external encoding) to encoding B (internal encoding), then tagged ;TI"Ewith B. If two arguments are specified, those must be encoding ;TI"Tobjects or encoding names, and the first one is the external encoding, and the ;TI"*second one is the internal encoding. ;TI"FIf the external encoding and the internal encoding is specified, ;TI":optional hash argument specify the conversion option.;T: @fileI" io.c;T:0@omit_headings_from_table_of_contents_below0I"æio.set_encoding(ext_enc) -> io io.set_encoding("ext_enc:int_enc") -> io io.set_encoding(ext_enc, int_enc) -> io io.set_encoding("ext_enc:int_enc", opt) -> io io.set_encoding(ext_enc, int_enc, opt) -> io ;T0[I"(p1, p2 = v2, p3 = {});T@FI"IO;TcRDoc::NormalClass00