7#include "../algorithm.hpp"
21std::u32string unicode_NFD(std::u32string_view text,
bool ligatures =
false,
bool paragraph =
false) noexcept;
32[[nodiscard]]
std::u32string
33unicode_NFC(
std::u32string_view text,
bool ligatures = false,
bool paragraph = false,
bool composeCRLF = false)
42std::u32string unicode_NFKD(
std::u32string_view text,
bool paragraph = false) noexcept;
51std::u32string unicode_NFKC(
std::u32string_view text,
bool paragraph = false,
bool composeCRLF = false) noexcept;