aboutsummaryrefslogtreecommitdiffstats
path: root/src/utf8.c
Commit message (Collapse)AuthorAgeFilesLines
* *: fixed includesRafael G. Martins2016-07-071-1/+2
| | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report!
* utf8: skip BOM, if foundRafael G. Martins2016-07-041-0/+13
|
* blogc: added utf8 validationRafael G. Martins2016-07-031-0/+88