Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ichitaro (Re: Re: xlHtml)



  しまった、このメールを見てから commit すれば良かった...

<20000228151220N.satoru-t@xxxxxxxxxxxxxxxxxx>の記事において
satoru-t@xxxxxxxxxxxxxxxxxxさんは書きました。

>>   diff -r1.12 MMagic.pm
>>   364c364
>>   <     $self->{FILEXTS}->{"$filepat"} = $mtype;
>>   ---
>>   >     $self->{FILEEXTS}->{"$filepat"} = $mtype;
>> 
>> のパッチをあてれば解決します。問題がなければ修正してください
>> ませ。 > 野首さん

  修正して commit しました。excel/word8 の問題にも対処しました。以下の
ような entry で動作するようになっています。

0       string          \320\317\021\340\241\261\032\341
>48     byte            0x1B            application/excel

0       string          \320\317\021\340\241\261\032\341
>64 byte                0x00            application/powerpoint

0       string          \320\317\021\340\241\261\032\341
>64 byte                0x01            application/msword

  内部的には、magicMatchStr() が成功したときに空文字列が帰ってきた場合、
処理を継続するように変更しただけです。

  ただ、上記 entry では powerpoint と msword を正しく判別できないので、
entry の内容に関しては再考を要します。先頭の数 10 bytes を見た限りでは
よくわかりませんでした...
-- 
野首 貴嗣
E-mail: knok@xxxxxxxxxxxxx (private)
        nokubi@xxxxxxxxx (official)