aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/cxx/utf8_util.h
Commit message (Expand)AuthorAgeFilesLines
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-5/+5
* [Feature] Add function to transliterate utf8 to ascii with some normalisationVsevolod Stakhov2023-07-201-0/+9
* [Minor] Lua_util: Add normalize_utf8 utilityVsevolod Stakhov2023-05-051-2/+2
* [Minor] Allow to compare utf8 strings of different lengthVsevolod Stakhov2021-08-021-0/+9
* [Feature] Add rspamd_utf8_strcmp utilityVsevolod Stakhov2021-08-021-0/+9
* [Minor] Const-ify trim function as it does not change anything in factVsevolod Stakhov2021-05-221-1/+1
* [Rework] Use C++ version for unicode normalisationVsevolod Stakhov2021-05-171-0/+17
* [Rework] Use C++ utf8 library with unit tests to trim whitespacesVsevolod Stakhov2021-05-141-0/+41