Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoderstream: refactoring + iso2022jp fixes | bptato | 2023-07-12 | 1 | -115/+138 |
| | | | | | * Use openArray in decoder functions * Fix iso-2022-jp erroring out in the wrong case | ||||
* | Improve encoding support | bptato | 2023-07-12 | 2 | -86/+123 |
| | | | | | | | | * Use the output charset in lineedit (as w3m does) * encoder: fix broken UTF-8 encoding, use openArray instead of var seq for input queue * Add RuneStream as an in-memory interface to EncoderStream * Document display-charset config option | ||||
* | decoderstream: remove unused function | bptato | 2023-07-11 | 1 | -9/+0 |
| | |||||
* | decoderstream: fix incorrect Big5 decoding | bptato | 2023-07-06 | 1 | -4/+4 |
| | |||||
* | Fix CastSize warnings | bptato | 2023-07-03 | 2 | -12/+12 |
| | | | | Introduced by 1.6.14. Warns of undefined behavior. | ||||
* | Factor out map search, remove sugar | bptato | 2023-06-29 | 1 | -6/+2 |
| | |||||
* | Support all whatwg encodings | bptato | 2023-05-20 | 1 | -25/+136 |
| | |||||
* | Add display/output encoding | bptato | 2023-05-19 | 2 | -15/+393 |
| | | | | Some encodings are still missing | ||||
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -17/+17 |
| | | | | Only document-charset supported for now. | ||||
* | decoderstream: fix some bugs that broke readAll | bptato | 2022-12-26 | 1 | -3/+9 |
| | |||||
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -0/+10 |
| | |||||
* | Fix decoder bugs, move decoder to encoding/ | bptato | 2022-12-10 | 1 | -0/+844 |