aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/entity
Commit message (Collapse)AuthorAgeFilesLines
* Keep -vet happygingerBill2026-01-191-1/+1
|
* Remove the nbsp change, as it is not necessarygingerBill2026-01-191-5/+2
|
* Escape non-breaking space (0xa0) to ` `gingerBill2026-01-191-1/+4
|
* Update generated.odingingerBill2026-01-181-101/+101
|
* Keep `-vet` happygingerBill2026-01-181-9/+9
|
* Move html escaping calls and fix existing generatorgingerBill2026-01-182-2429/+2676
|
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
| | | | This change was made in order to allow things produced with Odin and using Odin's core library, to not require the LICENSE to also be distributed alongside the binary form.
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* package lines for encodingJeroen van Rijn2025-10-091-9/+9
|
* Fix parsing of CDATA tags (#5059)Jeroen van Rijn2025-04-191-28/+26
| | | Fixes #5054
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-12/+14
|
* fix some doc commentsLaytan Laats2024-09-021-1/+1
|
* Fix generation for unicode entitiesgingerBill2024-06-291-4816/+4816
|
* Fold XML attribute whitespace.Jeroen van Rijn2024-06-121-10/+24
|
* Update XML reader to normalize whitespace, part 1.Jeroen van Rijn2024-06-121-69/+40
|
* Update numerous package declaration namesgingerBill2024-04-182-2/+2
|
* 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` ↵gingerBill2023-07-311-20/+17
| | | | where necessary
* 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
| | | | library
* 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
Includes generator to generate a lookup for named entitiess.