mdbx++: is_printable() for UTF8.

Change-Id: I96a58dc97e2f4261eafceb358a1dca7ba55cfa0d
This commit is contained in:
Leonid Yuriev
2020-08-31 15:36:20 +03:00
parent ee902621db
commit 62be36cc9e
2 changed files with 101 additions and 7 deletions

View File

@@ -539,7 +539,7 @@ struct LIBMDBX_API_TYPE slice : public ::MDBX_val {
base64_decode(const ALLOCATOR &allocator = ALLOCATOR()) const;
__nothrow_pure_function bool
is_printable(bool allow_utf8 = true) const noexcept;
is_printable(bool disable_utf8 = false) const noexcept;
__nothrow_pure_function bool
is_hex(bool ignore_spaces = false) const noexcept;
__nothrow_pure_function bool