|
731b5064
|
2019-01-01T18:43:02
|
|
Add some generated test files to .gitignore
|
|
3c614191
|
2018-10-12T22:30:10
|
|
Add compile and libxml2-config.cmake to .gitignore
|
|
d1505ef5
|
2017-10-09T02:10:11
|
|
Update .gitignore for Windows
|
|
0c913916
|
2017-10-07T14:40:34
|
|
Remove generated file python/setup.py from version control
|
|
215a7296
|
2013-03-28T11:23:45
|
|
Extend gitignore
|
|
549f06a8
|
2012-07-11T15:21:12
|
|
Expand .gitignore with more files
|
|
868d92da
|
2012-05-10T15:34:57
|
|
Add HTML parser support for HTML5 meta charset encoding declaration
For https://bugzilla.gnome.org/show_bug.cgi?id=655218
http://www.w3.org/TR/2011/WD-html5-20110525/semantics.html#the-meta-element
"""
The charset attribute specifies the character encoding used by the document.
This is a character encoding declaration. If the attribute is present in an XML
document, its value must be an ASCII case-insensitive match for the string
"UTF-8" (and the document is therefore forced to use UTF-8 as its
encoding).
"""
However, while <meta http-equiv="Content-Type" content="text/html;
charset=utf8"> works, <meta charset="utf8"> does not.
While libxml2 HTML parser is not tuned for HTML5, this is a simple
addition
Also added a testcase
|
|
04b489cd
|
2012-01-22T17:35:17
|
|
Augment the list of ignored files
|
|
1e521723
|
2009-10-07T10:24:42
|
|
Adding a .gitignore to avoid status pollution
|