constexpr std::size_t compute_encoded_char_count()

in src/libraries/utf/include/m/utf/encode.h [371:374]


        constexpr std::size_t compute_encoded_char_count(DestCharT, UcsCharT ch)
        {
            return compute_encoded_utf32_count(ch);
        }