Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -5/+5 |
* | [Feature] Add function to transliterate utf8 to ascii with some normalisation | Vsevolod Stakhov | 2023-07-20 | 1 | -0/+9 |
* | [Minor] Lua_util: Add normalize_utf8 utility | Vsevolod Stakhov | 2023-05-05 | 1 | -2/+2 |
* | [Minor] Allow to compare utf8 strings of different length | Vsevolod Stakhov | 2021-08-02 | 1 | -0/+9 |
* | [Feature] Add rspamd_utf8_strcmp utility | Vsevolod Stakhov | 2021-08-02 | 1 | -0/+9 |
* | [Minor] Const-ify trim function as it does not change anything in fact | Vsevolod Stakhov | 2021-05-22 | 1 | -1/+1 |
* | [Rework] Use C++ version for unicode normalisation | Vsevolod Stakhov | 2021-05-17 | 1 | -0/+17 |
* | [Rework] Use C++ utf8 library with unit tests to trim whitespaces | Vsevolod Stakhov | 2021-05-14 | 1 | -0/+41 |