about summary refs log tree commit diff stats
path: root/src/data/idna.nim
Commit message (Collapse)AuthorAgeFilesLines
* Factor out map search, remove sugarbptato2023-06-291-10/+2
|
* data/idna, utils/twtstr: clean up, fix bugsbptato2023-01-051-8/+1
| | | | | | | Looks like lazily loading the idna table doesn't work, so now it's statically loaded. Also, bugfixes in idna handling.
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-1/+1
| | | | Also, fix a bug in the
* Implement HTML5 parsingbptato2022-07-111-1/+1
| | | | | | | 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.
* Fix bug in idna that prevented building releasebptato2022-02-081-2/+7
|
* Cleanup idna code a bitbptato2022-02-081-100/+85
|
* Add punycode supportbptato2021-12-291-0/+212