diff --git a/docs/xml/lazutils/lconvencoding.xml b/docs/xml/lazutils/lconvencoding.xml
index 80061e8962..e038063aab 100644
--- a/docs/xml/lazutils/lconvencoding.xml
+++ b/docs/xml/lazutils/lconvencoding.xml
@@ -152,6 +152,9 @@ ConvertEncodingErrorRaisesException variable.
+Calls SingleByteToUTF8 to convert the specified string using the character +translation array in ArrayCP865ToUTF8. +
++UTF8ToCP865 is a RawByteString function used to convert +a UTF-8-encoded string to the Code Page 865 (DOS Nordic) encoding. +
++For platforms where system code pages are enabled, SetCodePage is called to +convert the value to the DOS Nordic code page (865). If +SetTargetCodePage is False, SetCodePage is called again to apply the +CP_ACP (ANSI) code page in the return value. +
++For other platforms, the UTF8ToSingleByte routine is called using +UnicodeToCP865 to perform character conversions needed for the target +encoding. +
++UTF8ToCP865 is used in the implementation of the ConvertEncodingFromUTF8 +encoding conversion routine. +
+