> -                $cd .= "; filename=\"{$cdHeader->fileName}\"";
> +                $fileInfo = null;
> +                if ( $cdHeader->fileNameCharSet !== null )
> +                {
> +                    $fileInfo .= "*0*=\"{$cdHeader->fileNameCharSet}";
Is this correct? I think we should implement this properly while we're at it 
and break properly (with \r\n) when we overflow the maximum line length.
-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to