perl-unicode

Re: [Encode 1.30] BOM32LE was incorrect - fixed

2002-04-08 10:06:10
Hello, Dan!

--- ext/Encode-1.30/lib/Encode/Unicode.pm.orig  Mon Apr  8 14:06:28 2002
+++ ext/Encode-1.30/lib/Encode/Unicode.pm       Mon Apr  8 17:00:47 2002

DK> Thanks.  Applied.

Always welcome! :)

------

Other items in my '[PATCH]s and questions [Encode] 1.30' mail were:

- a consmetic patch to Supported.pod

- a question whether

  Encoder.pm
    sub data{
  -      my ($self, $data) = shift;
  +      my ($self, $data) = (shift, shift);

- a couple of ideas on general design (maybe not for 5.8):
    ($name = lc $name) =~ tr/- //d;
  in find_encoding or getEncoding?

- jisx0208-raw vs jis0208-raw?

I understand you overload is _very_ high, still hoping..

- Anton, the understanding man :-)