More checks for printable asciis

这个提交包含在:
2025-11-03 20:46:12 +01:00
父节点 d0de7b8f3b
当前提交 70f7289c8c
修改 3 个文件,包含 27 行新增8 行删除

查看文件

@@ -93,6 +93,8 @@ template <class T> inline std::string toString(const T &v)
std::string trim(std::string_view view);
std::string catv(std::string_view view);
bool is_printable_ascii(std::string view);
} // namespace utils
#endif