From b18bf9be0c2372c962113ff757a61bb2526051e8 Mon Sep 17 00:00:00 2001 From: dsiders Date: Mon, 1 Nov 2021 11:55:16 +0100 Subject: [PATCH] Docs: LazUtils/lazstringutils. Updates ShortDotsLine topic for deprecated routine. --- docs/xml/lazutils/lazstringutils.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/lazutils/lazstringutils.xml b/docs/xml/lazutils/lazstringutils.xml index 4f37302e8a..053cbb95a9 100644 --- a/docs/xml/lazutils/lazstringutils.xml +++ b/docs/xml/lazutils/lazstringutils.xml @@ -448,15 +448,15 @@ ShortDotsLine is a String function used to generate a shortened and "ellipsified" string for the value in Line.

- ShortDotsLine calls SpecialCharsToHex to convert any control characters in Line to their representation as a hexadecimal character value. + ShortDotsLine calls Utf8EscapeControlChars to convert any control characters in Line to their representation as a hexadecimal character value.

The value in the MaxTextLen constant is used as the maximum length for the "ellipsified" string value. If the number of UTF-8 codepoints in the line is larger than the value in MaxTextLen, the string is shortened to the maximum length and 3 (three) Period ('.') characters are appended to the return value.

- + Utf8EscapeControlChars