However, MIMEType does not properly deal with extra parameters, as in 'text/plain;charset=utf-8'.
On 12 May 2011, at 20:35, laurent laffont wrote:
> I guess and represent the content type of a file. For a description of what is MIME, see
> http://en.wikipedia.org/wiki/Internet_media_type
> http://en.wikipedia.org/wiki/MIME
>
> Examples:
>
> MIMEType forFileNameReturnMimeTypesOrDefault: 'index.html'.
>
> MIMEType fromMIMEString: 'application/zip'.
It also does not 'know' very much.
That is why there is a ZnMimeType.
Sven