From 4d50d158f52ecae547efbc28a061ad003d5786d8 Mon Sep 17 00:00:00 2001 From: dsiders Date: Wed, 10 Jul 2024 23:26:33 +0100 Subject: [PATCH] Docs: LazUtils/lazutf8. Corrects content in the UTF8LowerCaseFast topic for changes in c43cda1c. --- docs/xml/lazutils/lazutf8.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xml/lazutils/lazutf8.xml b/docs/xml/lazutils/lazutf8.xml index 37d4c64cc9..b16acd317d 100644 --- a/docs/xml/lazutils/lazutf8.xml +++ b/docs/xml/lazutils/lazutf8.xml @@ -1578,20 +1578,20 @@ characters in the range ['A'..'Z'] by adding 32 to their ordinal values.

If a non-ASCII byte value is found in AText, the return value is derived by -calling UTF8UpperCase with the value in AText as an argument. (n.b.) +calling UTF8LowerCase with the value in AText as an argument.

Added in LazUtils version 4.0. + -Lowercase value for the specified text. (n.b. For UTF-8-encoded content the -result is actually converted to uppercase.) +Lowercase value for the specified text.