20std::u32string unicode_NFD(std::u32string_view text,
bool ligatures =
false,
bool paragraph =
false) noexcept;
31[[nodiscard]]
std::u32string
32unicode_NFC(
std::u32string_view text,
bool ligatures = false,
bool paragraph = false,
bool composeCRLF = false)
41std::u32string unicode_NFKD(
std::u32string_view text,
bool paragraph = false) noexcept;
50std::u32string unicode_NFKC(
std::u32string_view text,
bool paragraph = false,
bool composeCRLF = false) noexcept;