mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-01 13:40:25 +00:00
Else non-UTF-8 codes are misinterpreted:
>>> from urllib import parse
>>> parse.unquote("%FF")
'�'
>>> parse.unquote("%FF", "latin1")
'ÿ'
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| blacklist.py | ||
| csvlog.py | ||
| customxml.py | ||
| dot.py | ||
| gml.py | ||
| graph.py | ||
| gxml.py | ||
| html.py | ||
| none.py | ||
| sitemapxml.py | ||
| sql.py | ||
| text.py | ||
| xmllog.py | ||