ÿØÿà JFIF ÿÛ „ ( %!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
ÿØÿà JFIF ÿÛ „
(
%!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ
ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ
ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ
? ¼QxJQaÍuò¸Zö
Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
????????????????????????????????????
????????????????????????????????????
ÿØÿà JFIF ÿÛ „ ( %!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
ÿØÿà JFIF ÿÛ „
(
%!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ
ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ
ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ
? ¼QxJQaÍuò¸Zö
Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
????????????????????????????????????
????????????????????????????????????
U:RDoc::AnyMethod[iI"encode:ETI"String#encode;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"JReturns a copy of +self+ transcoded as determined by +dst_encoding+. ;TI"/By default, raises an exception if +self+ ;TI"Lcontains an invalid byte or a character not defined in +dst_encoding+; ;TI"Bthat behavior may be modified by encoding options; see below.;To:RDoc::Markup::BlankLine o;
; [I"With no arguments:;T@o:RDoc::Markup::List:
@type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o;
; [I"KUses the same encoding if Encoding.default_internal is +nil+ ;TI"(the default):;T@o:RDoc::Markup::Verbatim; [I"(Encoding.default_internal # => nil
;TI"3s = "Ruby\x99".force_encoding('Windows-1252')
;TI"=s.encoding # => #
;TI" [82, 117, 98, 121, 153]
;TI"/t = s.encode # => "Ruby\x99"
;TI"=t.encoding # => #
;TI"Ft.bytes # => [82, 117, 98, 121, 226, 132, 162]
;T:@format0o;;0; [o;
; [I"EOtherwise, uses the encoding Encoding.default_internal:;T@o;; [I")Encoding.default_internal = 'UTF-8'
;TI".t = s.encode # => "Ruby™"
;TI"6t.encoding # => #
;T;0o;
; [I"AWith only argument +dst_encoding+ given, uses that encoding:;T@o;; [ I"3s = "Ruby\x99".force_encoding('Windows-1252')
;TI"9s.encoding # => #
;TI"*t = s.encode('UTF-8') # => "Ruby™"
;TI"2t.encoding # => #
;T;0o;
; [I"=With arguments +dst_encoding+ and +src_encoding+ given, ;TI"Yinterprets +self+ using +src_encoding+, encodes the new string using +dst_encoding+:;T@o;; [I"s = "Ruby\x99"
;TI":t = s.encode('UTF-8', 'Windows-1252') # => "Ruby™"
;TI"Bt.encoding # => #
;T;0o;
; [I"EOptional keyword arguments +enc_opts+ specify encoding options; ;TI"Fsee {Encoding Options}[rdoc-ref:encodings.rdoc@Encoding+Options].;T@o;
; [
I"GPlease note that, unless invalid: :replace option is ;TI"Igiven, conversion from an encoding +enc+ to the same encoding +enc+ ;TI"K(independent of whether +enc+ is given explicitly or implicitly) is a ;TI"Ino-op, i.e. the string is simply copied without any changes, and no ;TI" string
encode(dst_encoding, src_encoding, **enc_opts) -> string
;T0[ I"(*args);T@MFI"String;TcRDoc::NormalClass00