/[suikacvs]/messaging/manakai/lib/Message/Field/Unstructured.pm
Suika

Diff of /messaging/manakai/lib/Message/Field/Unstructured.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by wakaba, Thu Aug 1 06:42:38 2002 UTC revision 1.8 by wakaba, Thu Aug 1 09:19:46 2002 UTC
# Line 90  sub parse ($$;%) { Line 90  sub parse ($$;%) {
90    my %s = &{$self->{option}->{hook_decode_string}} ($self,    my %s = &{$self->{option}->{hook_decode_string}} ($self,
91      $field_body,      $field_body,
92      type => 'text',      type => 'text',
93      charset     => $option->{encoding_before_decode},      charset     => $self->{option}->{encoding_before_decode},
94    );    );
95    if ($s{charset}) {    ## Convertion failed    if ($s{charset}) {    ## Convertion failed
96      $self->{_charset} = $s{charset};      $self->{_charset} = $s{charset};

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24