aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* common: utf: simplified utf-8 validationRafael G. Martins2020-11-051-15/+1
| | | | | 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-4/+4
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-1/+1
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+102
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common