unicpp:另一个C ++ Unicode库 源码
unicpp:另一个C ++ Unicode库 字符处理和类别检测功能( unicpp/char_type.h ) char32_t toupper ( char32_t ); char32_t tolower ( char32_t ); bool isalpha ( char32_t ); bool isdigit ( char32_t ); UTF-8编码/解码功能( unicpp/utf8.h ) 当遇到无效字符/字节序列时,U + FFFD用作替换字符 字符串验证/统计功能 size_t Utf8ValidPrefixLength (std::string_view); size_t Utf8NumValidChars (std::string_view); size_t Utf8NumCharsWithReplacement (std::string_view); 编码/解码
下载地址
用户评论