Parent Directory | Revision Log | Patch
revision 1.10 by wakaba, Wed Sep 10 10:47:15 2008 UTC | revision 1.11 by wakaba, Thu Sep 11 12:10:23 2008 UTC | |
---|---|---|
# | Line 1117 sub get_decode_handle ($$;%) { | Line 1117 sub get_decode_handle ($$;%) { |
1117 | my %opt = @_; | my %opt = @_; |
1118 | ||
1119 | my $obj = { | my $obj = { |
1120 | char_buffer => \(my $s = ''), | |
1121 | character_queue => [], | character_queue => [], |
1122 | filehandle => $byte_stream, | filehandle => $byte_stream, |
1123 | charset => '', ## TODO: We set a charset name for input_encoding (when we get identify-by-URI nonsense away) | charset => '', ## TODO: We set a charset name for input_encoding (when we get identify-by-URI nonsense away) |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |