Files
libkiwix/include
Matthieu Gautier 08464f23bc Better parsing of M/Counter
Mimetype may contain a parameters.
Then, the mimetype would be something like "text/html;foo=bar;foz=baz"

It will contains a `;` and `=` and it conflicts with the same operators
we use to separate the items in our list.

We have to use a more advanced algorithm which takes the context into
account.

Fix #416
2020-10-28 16:03:18 +01:00
..
2020-10-28 16:03:18 +01:00
2018-12-02 15:47:29 +01:00
2019-12-08 11:52:16 +01:00
2019-10-28 15:56:49 +01:00
2018-12-02 15:47:29 +01:00
2020-07-01 17:16:13 +02:00