aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common/check_utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: upgrade deprecated cmocka test runnerRafael G. Martins2020-11-051-7/+7
|
* common: utf: simplified utf-8 validationRafael G. Martins2020-11-051-0/+4
| | | | | we don't need to evaluate codepoints, just to check if the byte sequences are valid.
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* s/blogc_utf8_/bc_utf8_/gRafael G. Martins2016-09-091-13/+13
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-12/+12
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+101
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common