From 225b01442e232c421773cda9866641d577aa3240 Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Fri, 14 May 2021 13:45:08 -0300 Subject: [PATCH] Correction for #6798 docs as noted by Mark. --- doc/sql.extensions/README.builtin_functions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sql.extensions/README.builtin_functions.txt b/doc/sql.extensions/README.builtin_functions.txt index 9a1cb3aff4..a10d1a7b35 100644 --- a/doc/sql.extensions/README.builtin_functions.txt +++ b/doc/sql.extensions/README.builtin_functions.txt @@ -1266,7 +1266,7 @@ Format: UNICODE_CHAR( ) Notes: - Argument to UNICODE_CHAR must be a valid UTF-32 code point not in the range of + Argument to UNICODE_CHAR must be a valid UNICODE code point and not in the range of high/low surrogates (0xD800 to 0xDFFF). Otherwise it throws an error. Example: @@ -1278,7 +1278,7 @@ UNICODE_VAL ----------- Function: - Returns the UTF-32 code point of the first character of the specified string. + Returns the UNICODE code point of the first character of the specified string. Format: UNICODE_VAL( )