Add functions to replace a codepoint by another in a string
Je me demande si ça vaut le coup d'ajouter un overload:
auto replace_codepoint(allocator & allocator,
string_view const str,
codepoint_type const src,
codepoint_type const dst) -> string;