mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 09:49:22 +02:00
lazutils: comment
git-svn-id: trunk@53300 -
This commit is contained in:
parent
37069d7601
commit
eefe2518a1
@ -146,7 +146,7 @@ function UTF8WrapText(S :string; MaxCol :integer) :string; overload;
|
||||
|
||||
type
|
||||
TEscapeMode = (emPascal, emHexPascal, emHexC, emC, emAsciiControlNames);
|
||||
function ValidUTF8String(const s: String): String; inline; deprecated 'Use Utf8EscapeControlChars() instead.';
|
||||
function ValidUTF8String(const s: String): String; inline; deprecated 'Use Utf8EscapeControlChars() instead.'; // deprecated in 1.7
|
||||
function Utf8EscapeControlChars(S: String; EscapeMode: TEscapeMode = emPascal): String;
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user