| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Some encodings are still missing
|
|
|
|
|
| |
Use the Unicode 15 EastAsianWidth.txt file instead of an ancient wcwidth
implementation's ranges.
|
|
|
|
|
|
|
| |
Looks like lazily loading the idna table doesn't work, so now it's
statically loaded.
Also, bugfixes in idna handling.
|
|
|
|
| |
Also, fix a bug in the
|
|
|
|
|
|
|
| |
Completely replaced the previous HTML2 (?) parser, which was a bad
re-implementation of w3m's parser in the first place. Now we have a
(sort of) compliant HTML5 parser.
Needs tests, badly.
|
| |
|
| |
|
|
|