File: //usr/share/ri/3.0.0/system/Encoding/find-c.ri
U:RDoc::AnyMethod[iI" find:ETI"Encoding::find;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"5Search the encoding with specified <i>name</i>. ;TI"$<i>name</i> should be a string.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"9Encoding.find("US-ASCII") #=> #<Encoding:US-ASCII>
;T:@format0o;
; [I"CNames which this method accept are encoding names and aliases ;TI"(including following special aliases;T@o:RDoc::Markup::List:
@type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I""external";T; [o;
; [I"default external encoding;To;;[I""internal";T; [o;
; [I"default internal encoding;To;;[I"
"locale";T; [o;
; [I"locale encoding;To;;[I""filesystem";T; [o;
; [I"filesystem encoding;T@o;
; [ I"CAn ArgumentError is raised when no encoding with <i>name</i>. ;TI"EOnly <code>Encoding.find("internal")</code> however returns nil ;TI"Iwhen no encoding named "internal", in other words, when Ruby has no ;TI"default internal encoding.;T:
@fileI"encoding.c;T:0@omit_headings_from_table_of_contents_below0I""Encoding.find(string) -> enc
;T0[ I" (p1);T@;FI"
Encoding;TcRDoc::NormalClass00