Files
pikotools/src
Tomasz Sowa 6165a2ece3 add a new utf8_to_output_function() method
add such a method:
template<typename OutputFunction>
bool utf8_to_output_function(const char * utf8, OutputFunction output_function, int mode = 1);
2024-06-19 22:54:16 +02:00
..