Monero
Loading...
Searching...
No Matches
Namespaces | Functions
utf8.h File Reference
#include <cctype>
#include <cwchar>
#include <stdexcept>
Include dependency graph for utf8.h:
This graph shows which files directly or indirectly include this file:

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;})