aboutsummaryrefslogtreecommitdiff
path: root/libbutl/utility.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-01-28 20:10:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-01-28 20:17:01 +0300
commitd0ec85f5c81b64269a25ef0ad0398e6ca9e4fe07 (patch)
treeb3c5a20606de85b75f2ffce5d7d3a2c7255aeae2 /libbutl/utility.mxx
parentacd7a29c02e222e27d474fe3b64b1ca11b3506c0 (diff)
Fix utf8() function description
Diffstat (limited to 'libbutl/utility.mxx')
-rw-r--r--libbutl/utility.mxx2
1 files changed, 1 insertions, 1 deletions
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