On Wed, Jul 17, 2002 at 06:25:01PM +0900, Tatsuhiko Miyagawa wrote:
> here's a tiny doc patch for Encode:

Thanks, applied.

> --
> Tatsuhiko Miyagawa <[EMAIL PROTECTED]>
> 
> 
> --- Encode.pm~  Sun Jun  2 03:08:01 2002
> +++ Encode.pm   Wed Jul 17 18:24:02 2002
> @@ -552,7 +552,7 @@
>    while(defined(read $fh, $buffer, 256)){
>      # buffer may end in a partial character so we append
>      $data .= $buffer;
> -    $utf8 .= decode($encoding, $data, ENCODE::FB_QUIET);
> +    $utf8 .= decode($encoding, $data, Encode::FB_QUIET);
>      # $data now contains the unprocessed partial character
>    }

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to