|
Monero
|
#include <cctype>#include <cwchar>#include <stdexcept>

Go to the source code of this file.
Namespaces | |
| namespace | tools |
| Various Tools. | |
Functions | |
| template<typename T, typename Transform> | |
| T | tools::utf8canonical (const T &s, Transform t=[](wint_t c) ->wint_t { return c;}) |