Update the HTML encoding detection regex to accept more valid inputs
commit36649da8d4a6d9cc383db681554a42d3642f609d
authorColomban Wendling <ban@herbesfolles.org>
Wed, 11 May 2011 22:52:05 +0000 (11 22:52 +0000)
committerColomban Wendling <ban@herbesfolles.org>
Wed, 11 May 2011 22:52:05 +0000 (11 22:52 +0000)
treec976cc997b40ae59cca07a9f56a1e8b1bad2ddfa
parentedc8457e8afdf29e4caa2047ea67be73df888941
Update the HTML encoding detection regex to accept more valid inputs

HTML 4.01 don't seem to require the http-equiv value to be quoted, so
make the quotes optional.
Also allow more than one space between the meta tag and its http-equiv
attribute.

Closes #3300703.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5796 ea778897-0a13-0410-b9d1-a72fbfd435f5
ChangeLog
src/encodings.c