about summary refs log tree commit diff stats
path: root/src/encoding/decoderstream.nim
Commit message (Expand)AuthorAgeFilesLines
* Move charsets into chakasubptato2023-08-141-863/+0
* decoderstream: refactoring + iso2022jp fixesbptato2023-07-121-115/+138
* Improve encoding supportbptato2023-07-121-1/+1
* decoderstream: remove unused functionbptato2023-07-111-9/+0
* decoderstream: fix incorrect Big5 decodingbptato2023-07-061-4/+4
* Fix CastSize warningsbptato2023-07-031-11/+11
* Add display/output encodingbptato2023-05-191-15/+4
* Refactor config, add charset optsbptato2023-05-161-17/+17
* decoderstream: fix some bugs that broke readAllbptato2022-12-261-3/+9
* Add JS support to documentsbptato2022-12-181-0/+10
* Fix decoder bugs, move decoder to encoding/bptato2022-12-101-0/+844