From fb3cfe33845fd1d4ec0bdb20e719b23e981d428c Mon Sep 17 00:00:00 2001 From: dsiders Date: Sun, 12 Jun 2022 23:52:26 +0100 Subject: [PATCH] Docs: LazUtils/lazutf8classes. Removes extra spaces in topics. Uses consistent tagging for True and False values. --- docs/xml/lazutils/lazutf8classes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/xml/lazutils/lazutf8classes.xml b/docs/xml/lazutils/lazutf8classes.xml index e297eb5f6c..ae8d50033d 100644 --- a/docs/xml/lazutils/lazutf8classes.xml +++ b/docs/xml/lazutils/lazutf8classes.xml @@ -78,10 +78,10 @@ Please note that sharing is advisory on Unix-like platforms.

- Rights is the file rights for the specified file. The default value is 438 (Decimal) or &666 (Octal) and indicates that the owner, group, and others can read and/or write to the file. The value in Rights is ignored on the Windows platform. + Rights is the file rights for the specified file. The default value is 438 (Decimal) or &666 (Octal) and indicates that the owner, group, and others can read and/or write to the file. The value in Rights is ignored on the Windows platform.

- Create instantiates a THandleStream (owned by the current class instance) which uses the valid file handle. + Create instantiates a THandleStream (owned by the current class instance) which uses the valid file handle.

Please note that Create can raise an exception if the file handle from FileCreateUTF8 or FileOpenUTF8 is invalid (contains feInvalidHandle). @@ -159,7 +159,7 @@

- DoCompareText is PtrInt function used to compare the specified values using UTF-8 string comparison routines. DoCompareText uses the value in CaseSensitive to determine the routine used for the comparison. When CaseSensitive contains True, the UTF8CompareStr is used. Otherwise, UTF8CompareText is called. The return value contains the result from the routine. + DoCompareText is PtrInt function used to compare the specified values using UTF-8 string comparison routines. DoCompareText uses the value in CaseSensitive to determine the routine used for the comparison. When CaseSensitive contains True, the UTF8CompareStr is used. Otherwise, UTF8CompareText is called. The return value contains the result from the routine.