ΒΆvoid utf_decode(
    std::string_view string,
    std::vector<std::string>& utf_decoded)

Description

Fast splitter specialized in `\n` or `\r\n` (non OS unix-based). UTF to sinalize the string unicode-like suggested by EKG.

Declared at: include/ekg/util/text.hpp:74

Parameters

std::string_view string
std::vector<std::string>& utf_decoded