Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move charsets into chakasu | bptato | 2023-08-14 | 1 | -863/+0 |
| | | | | Operation "modularize Chawan somewhat" part 1 | ||||
* | 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 | 1 | -1/+1 |
| | | | | | | | | * 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 | 1 | -11/+11 |
| | | | | Introduced by 1.6.14. Warns of undefined behavior. | ||||
* | Add display/output encoding | bptato | 2023-05-19 | 1 | -15/+4 |
| | | | | 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 |