aboutsummaryrefslogtreecommitdiffstats
path: root/util/text/transform.go
Commit message (Collapse)AuthorAgeFilesLines
* make sure every text input is safe and validatedMichael Muré2021-04-171-3/+27
| | | | fix #630
* Add unicode control characters test caseAmine Hilaly2019-05-051-0/+31
Move `cleanupText` to utils/text/transform.go `text.Cleanup`: removing unicode control characters except for those allowed by `text.Safe` Add golang.org/x/text dependencies fix text.Cleanup Fix import panic