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