index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
uhtml.c
Age
Commit message (
Collapse
)
Author
2016-03-13
uhtml: dont trust charset=utf-8 attribute, verify.
cinap_lenrek
when the charset is explicitely specified as utf-8, ignore it for now. we'll assume utf-8 when all bytes have been properly utf-8 encoded.
2015-05-28
uhtml: check if document is valid utf8 even with charset specified
cinap_lenrek
often, documents specify charsets but are really utf-8 encoded. we now try to decode as utf-8 and only if that fails assume the charset specified in the document.
2013-07-14
uhtml: honor default charset -c when not found in document
cinap_lenrek
2013-06-21
uhtml: fix wrong open error handling (fd 0 != fd 1) (thanks BurnZeZ)
cinap_lenrek
2012-08-15
mothra: handle misplaced trailing quotes
cinap_lenrek
2012-07-19
fix strchr \0 bugs
cinap_lenrek
2012-07-16
uhtml: use first match
cinap_lenrek
2012-06-24
mothra/uhtml: properly handle quoting in tags
cinap_lenrek
2012-02-20
uhtml: fix -c override
cinap_lenrek
2012-02-20
uhtml: scan tags only, fix cat fallback, usage, cleanup
cinap_lenrek
2011-10-05
uhtml: assume latin1 if not valid utf8
cinap_lenrek
2011-09-24
html2ms, tcs, mothra, uhtml: threat ' as special entity, add uhtml(1)
cinap_lenrek
2011-09-21
html2ms: table support
cinap_lenrek
2011-09-20
uhtml: remove trailing utf BOM marker, html2ms: fix underline handling and ↵
cinap_lenrek
escaping
2011-09-20
uhtml: add html to unicode converter, used by mothra and page/html2ms
cinap_lenrek