aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/entity
Commit message (Expand)AuthorAgeFilesLines
* Update core:encoding to Unicode 15.1 table.Jeroen van Rijn2024-01-022-5033/+2627
* Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...gingerBill2023-07-311-20/+17
* Correct naming in testsgingerBill2022-07-111-1/+1
* Rename strings.Builder procedures to be consistent with the rest of the core ...gingerBill2022-07-111-4/+4
* Deprecate `a..b` based ranges in favour of `..=`dev-2022-06gingerBill2022-06-011-3/+3
* [xml] Add option.Jeroen van Rijn2021-12-051-2/+2
* [xml] Improve XML tests, test `core:encoding/entity`.Jeroen van Rijn2021-12-053-1/+9
* [xml] Implement optional unboxing of CDATA and decoding of tag values.Jeroen van Rijn2021-12-053-72/+36
* [core:encoding/entity] Add new package to decode &<entity>; entities.Jeroen van Rijn2021-12-055-0/+8020