From d0ec85f5c81b64269a25ef0ad0398e6ca9e4fe07 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Jan 2020 20:10:46 +0300 Subject: Fix utf8() function description --- libbutl/utility.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbutl/utility.mxx b/libbutl/utility.mxx index 3bb335a..7900d33 100644 --- a/libbutl/utility.mxx +++ b/libbutl/utility.mxx @@ -197,7 +197,7 @@ LIBBUTL_MODEXPORT namespace butl // Return true if the string is a valid UTF-8 encoded byte sequence and, // optionally, its decoded codepoints belong to the specified types or to - // the codepoint whitelist ("\r\n\t" by default), unless it is NULL. + // the codepoint whitelist. // // Note that the Unicode Standard considers a UTF-8 byte sequence decoded // into a codepoint of the surrogate type as invalid. Thus, the surrogate -- cgit v1.1